@charset "UTF-8";
:root {
  --cards: 7;
  --cardHeight: 87vh;
  --cardTopPadding: 1.5em;
  --cardMargin: 4vw;
  --menutop-height: 60px;
  --menutop-mobile-height: 60px;
  --content-padding-top: 80px;
  --xpulz-color-menu: #1c1f2a;
  --xpulz-primary-color: #0076e1;
  --xpulz-primary-color-lighten-10: #1f88e6;
  --xpulz-primary-color-lighten-20: #3391eb;
  --xpulz-primary-color-darken-10: #005bb2;
  --xpulz-primary-color-darken-20: #00408a;
  --xpulz-red: #fc3737;
  --xpulz-red-lighten-10: #ff4c4c;
  --xpulz-red-lighten-20: #ff6666;
  --xpulz-red-darken-10: #e62e2e;
  --xpulz-red-darken-20: #b32424;
  --xpulz-yellow: #ffd342;
  --xpulz-yellow-lighten-10: #ffe05c;
  --xpulz-yellow-lighten-20: #ffe77a;
  --xpulz-yellow-darken-10: #e6c32f;
  --xpulz-yellow-darken-20: #bfae24;
  --xpulz-darkgrey: #090c15;
  --xpulz-darkgrey-transparentize-10: rgba(9, 12, 21, 0.9);
  --xpulz-darkgrey-transparentize-50: rgba(9, 12, 21, 0.5);
  --xpulz-darkgrey-lighten-10: #1b1f2a;
  --xpulz-darkgrey-lighten-20: #2c2f3d;
  --xpulz-darkgrey-darken-10: #070a12;
  --xpulz-darkgrey-darken-20: #05070c;
  --xpulz-mediumgrey: #0e101c;
  --xpulz-mediumgrey-lighten-10: #1c1f2a;
  --xpulz-mediumgrey-lighten-20: #2a2d38;
  --xpulz-mediumgrey-darken-10: #0a0c16;
  --xpulz-mediumgrey-darken-20: #080a12;
  --xpulz-lightgrey: #1c1f2a;
  --xpulz-lightgrey-lighten-10: #2a2d38;
  --xpulz-lightgrey-lighten-20: #383c46;
  --xpulz-lightgrey-darken-10: #161a22;
  --xpulz-lightgrey-darken-20: #12151c;
  --xpulz-lightergrey: #737da8;
  --xpulz-lightergrey-lighten-10: #8a94c0;
  --xpulz-lightergrey-lighten-20: #a1a9d8;
  --xpulz-lightergrey-darken-10: #626a8e;
  --xpulz-lightergrey-darken-20: #50567a;
  --xpulz-grey: #626a8e;
  --xpulz-grey-lighten-10: #7a84a6;
  --xpulz-grey-lighten-20: #9199be;
  --xpulz-grey-darken-10: #50567a;
  --xpulz-grey-darken-20: #3f445e;
  --xpulz-featuregrey: #252C38;
  --xpulz-black: #2c2c2c;
  --xpulz-grey-txt: #626a8e;
  --xpulz-darkgrey-txt: #2c2c2c;
  --xpulz-lightgrey-txt: #737da8;
  --xpulz-lightergrey-txt: #737da8;
  --xpulz-body: #131626;
  --xpulz-white: #ffffff;
  --bs-secondary-color: #626a8e;
}

/* VueDatePicker theme — override dark theme with xpulz colors */
.dp__theme_dark {
  --dp-background-color: #090c15;
  --dp-text-color: #ffffff;
  --dp-hover-color: #1c1f2a;
  --dp-hover-text-color: #ffffff;
  --dp-hover-icon-color: #ffffff;
  --dp-primary-color: #0076e1;
  --dp-primary-disabled-color: #00408a;
  --dp-primary-text-color: #ffffff;
  --dp-secondary-color: #626a8e;
  --dp-border-color: #2a2d38;
  --dp-menu-border-color: #1c1f2a;
  --dp-border-color-hover: #0076e1;
  --dp-border-color-focus: #0076e1;
  --dp-disabled-color: #1b1f2a;
  --dp-disabled-color-text: #626a8e;
  --dp-scroll-bar-background: #0e101c;
  --dp-scroll-bar-color: #0076e1;
  --dp-success-color: #0076e1;
  --dp-success-color-disabled: #00408a;
  --dp-icon-color: #737da8;
  --dp-danger-color: #fc3737;
  --dp-marker-color: #fc3737;
  --dp-tooltip-color: #1c1f2a;
  --dp-highlight-color: rgba(0, 118, 225, 0.15);
  --dp-range-between-dates-background-color: #1c1f2a;
  --dp-range-between-dates-text-color: #ffffff;
  --dp-range-between-border-color: #1c1f2a;
  --dp-loader: 5px solid #0076e1;
}

.dp__theme_dark .dp__input {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  border-radius: 6px;
}

:root {
  --fc-small-font-size: .85em;
  --fc-page-bg-color: var(--xpulz-darkgrey);
  --fc-neutral-bg-color: hsla(0, 0%, 82%, .3);
  --fc-neutral-text-color: grey;
  --fc-border-color: var(--xpulz-darkgrey);
  --fc-button-text-color: #fff;
  --fc-button-bg-color: #2c3e50;
  --fc-button-border-color: #2c3e50;
  --fc-button-hover-bg-color: #1e2b37;
  --fc-button-hover-border-color: #1a252f;
  --fc-button-active-bg-color: #1a252f;
  --fc-button-active-border-color: #151e27;
  --fc-event-bg-color: #3788d8;
  --fc-event-border-color: #3788d8;
  --fc-event-text-color: #fff;
  --fc-event-selected-overlay-color: rgba(0, 0, 0, .25);
  --fc-more-link-bg-color: #d0d0d0;
  --fc-more-link-text-color: inherit;
  --fc-event-resizer-thickness: 8px;
  --fc-event-resizer-dot-total-width: 8px;
  --fc-event-resizer-dot-border-width: 1px;
  --fc-non-business-color: hsla(0, 0%, 84%, .3);
  --fc-bg-event-color: #8fdf82;
  --fc-bg-event-opacity: 0.3;
  --fc-highlight-color: rgba(188, 232, 241, .3);
  --fc-today-bg-color: #00408a;
  --fc-now-indicator-color: var(--xpulz-red);
  --gjs-primary-color: #090c15;
  --gjs-secondary-color: white;
  --gjs-tertiary-color: #3788d8;
  --gjs-quaternary-color: #ffd342;
}

.color-twitch {
  color: #6441a4 !important;
}

.bg-twitch {
  background: #6441a4 !important;
}

.bg-twitch-darken {
  background: rgb(77.7292576419, 50.5240174672, 127.4759825328) !important;
}

.bg-twitch-darken-20 {
  background: rgb(55.4585152838, 36.0480349345, 90.9519650655) !important;
}

.bg-gradient-twitch {
  background: linear-gradient(135deg, #6441a4 0%, rgb(55.4585152838, 36.0480349345, 90.9519650655) 100%) !important;
}

.fill-twitch svg, .fill-twitch g, .fill-twitch path {
  fill: #6441a4 !important;
}

.color-twitter {
  color: #0f1419 !important;
}

.bg-twitter {
  background: #0f1419 !important;
}

.bg-twitter-darken {
  background: hsl(210, 25%, -2.1568627451%) !important;
}

.bg-twitter-darken-20 {
  background: hsl(210, 25%, -12.1568627451%) !important;
}

.bg-gradient-twitter {
  background: linear-gradient(135deg, #0f1419 0%, hsl(210, 25%, -12.1568627451%) 100%) !important;
}

.fill-twitter svg, .fill-twitter g, .fill-twitter path {
  fill: #0f1419 !important;
}

.color-discord {
  color: #7289da !important;
}

.bg-discord {
  background: #7289da !important;
}

.bg-discord-darken {
  background: rgb(73.6011235955, 103.191011236, 207.3988764045) !important;
}

.bg-discord-darken-20 {
  background: rgb(47.808988764, 77.5280898876, 182.191011236) !important;
}

.bg-gradient-discord {
  background: linear-gradient(135deg, #7289da 0%, rgb(47.808988764, 77.5280898876, 182.191011236) 100%) !important;
}

.fill-discord svg, .fill-discord g, .fill-discord path {
  fill: #7289da !important;
}

.color-battlenet {
  color: #0288d1 !important;
}

.bg-battlenet {
  background: #0288d1 !important;
}

.bg-battlenet-darken {
  background: rgb(1.5165876777, 103.1279620853, 158.4834123223) !important;
}

.bg-battlenet-darken-20 {
  background: rgb(1.0331753555, 70.2559241706, 107.9668246445) !important;
}

.bg-gradient-battlenet {
  background: linear-gradient(135deg, #0288d1 0%, rgb(1.0331753555, 70.2559241706, 107.9668246445) 100%) !important;
}

.fill-battlenet svg, .fill-battlenet g, .fill-battlenet path {
  fill: #0288d1 !important;
}

.color-youtube {
  color: #FF0000 !important;
}

.bg-youtube {
  background: #FF0000 !important;
}

.bg-youtube-darken {
  background: #cc0000 !important;
}

.bg-youtube-darken-20 {
  background: #990000 !important;
}

.bg-gradient-youtube {
  background: linear-gradient(135deg, #FF0000 0%, #990000 100%) !important;
}

.fill-youtube svg, .fill-youtube g, .fill-youtube path {
  fill: #FF0000 !important;
}

.color-facebook {
  color: #4267b2 !important;
}

.bg-facebook {
  background: #4267b2 !important;
}

.bg-facebook-darken {
  background: rgb(52.2049180328, 81.4713114754, 140.7950819672) !important;
}

.bg-facebook-darken-20 {
  background: rgb(38.4098360656, 59.9426229508, 103.5901639344) !important;
}

.bg-gradient-facebook {
  background: linear-gradient(135deg, #4267b2 0%, rgb(38.4098360656, 59.9426229508, 103.5901639344) 100%) !important;
}

.fill-facebook svg, .fill-facebook g, .fill-facebook path {
  fill: #4267b2 !important;
}

.color-steam {
  color: black !important;
}

.bg-steam {
  background: black !important;
}

.bg-steam-darken {
  background: hsl(0, 0%, -10%) !important;
}

.bg-steam-darken-20 {
  background: hsl(0, 0%, -20%) !important;
}

.bg-gradient-steam {
  background: linear-gradient(135deg, black 0%, hsl(0, 0%, -20%) 100%) !important;
}

.fill-steam svg, .fill-steam g, .fill-steam path {
  fill: black !important;
}

.color-ea {
  color: #F15A23 !important;
}

.bg-ea {
  background: #F15A23 !important;
}

.bg-ea-darken {
  background: rgb(211.5384615385, 66.3461538462, 13.4615384615) !important;
}

.bg-ea-darken-20 {
  background: rgb(163.5897435897, 51.3076923077, 10.4102564103) !important;
}

.bg-gradient-ea {
  background: linear-gradient(135deg, #F15A23 0%, rgb(163.5897435897, 51.3076923077, 10.4102564103) 100%) !important;
}

.fill-ea svg, .fill-ea g, .fill-ea path {
  fill: #F15A23 !important;
}

.color-riotgames {
  color: #D13639 !important;
}

.bg-riotgames {
  background: #D13639 !important;
}

.bg-riotgames-darken {
  background: rgb(172.5182186235, 39.4817813765, 42.0566801619) !important;
}

.bg-riotgames-darken-20 {
  background: rgb(131.016194332, 29.983805668, 31.9392712551) !important;
}

.bg-gradient-riotgames {
  background: linear-gradient(135deg, #D13639 0%, rgb(131.016194332, 29.983805668, 31.9392712551) 100%) !important;
}

.fill-riotgames svg, .fill-riotgames g, .fill-riotgames path {
  fill: #D13639 !important;
}

.color-psn {
  color: #0A3A78 !important;
}

.bg-psn {
  background: #0A3A78 !important;
}

.bg-psn-darken {
  background: rgb(6.0769230769, 35.2461538462, 72.9230769231) !important;
}

.bg-psn-darken-20 {
  background: rgb(2.1538461538, 12.4923076923, 25.8461538462) !important;
}

.bg-gradient-psn {
  background: linear-gradient(135deg, #0A3A78 0%, rgb(2.1538461538, 12.4923076923, 25.8461538462) 100%) !important;
}

.fill-psn svg, .fill-psn g, .fill-psn path {
  fill: #0A3A78 !important;
}

.color-xbox {
  color: #107810 !important;
}

.bg-xbox {
  background: #107810 !important;
}

.bg-xbox-darken {
  background: #0a4b0a !important;
}

.bg-xbox-darken-20 {
  background: #041e04 !important;
}

.bg-gradient-xbox {
  background: linear-gradient(135deg, #107810 0%, #041e04 100%) !important;
}

.fill-xbox svg, .fill-xbox g, .fill-xbox path {
  fill: #107810 !important;
}

.color-stripe {
  color: #635BFF !important;
}

.bg-stripe {
  background: #635BFF !important;
}

.bg-stripe-darken {
  background: rgb(50.487804878, 40, 255) !important;
}

.bg-stripe-darken-20 {
  background: rgb(11.9024390244, 0, 244) !important;
}

.bg-gradient-stripe {
  background: linear-gradient(135deg, #635BFF 0%, rgb(11.9024390244, 0, 244) 100%) !important;
}

.fill-stripe svg, .fill-stripe g, .fill-stripe path {
  fill: #635BFF !important;
}

.color-tiktok {
  color: #000000 !important;
}

.bg-tiktok {
  background: #000000 !important;
}

.bg-tiktok-darken {
  background: hsl(0, 0%, -10%) !important;
}

.bg-tiktok-darken-20 {
  background: hsl(0, 0%, -20%) !important;
}

.bg-gradient-tiktok {
  background: linear-gradient(135deg, #000000 0%, hsl(0, 0%, -20%) 100%) !important;
}

.fill-tiktok svg, .fill-tiktok g, .fill-tiktok path {
  fill: #000000 !important;
}

.color-instagram {
  color: #000000 !important;
}

.bg-instagram {
  background: #000000 !important;
}

.bg-instagram-darken {
  background: hsl(0, 0%, -10%) !important;
}

.bg-instagram-darken-20 {
  background: hsl(0, 0%, -20%) !important;
}

.bg-gradient-instagram {
  background: linear-gradient(135deg, #000000 0%, hsl(0, 0%, -20%) 100%) !important;
}

.fill-instagram svg, .fill-instagram g, .fill-instagram path {
  fill: #000000 !important;
}

.color-pubg {
  color: #FFDE40 !important;
}

.bg-pubg {
  background: #FFDE40 !important;
}

.bg-pubg-darken {
  background: rgb(255, 213.1884816754, 13) !important;
}

.bg-pubg-darken-20 {
  background: rgb(217, 179.5078534031, 0) !important;
}

.bg-gradient-pubg {
  background: linear-gradient(135deg, #FFDE40 0%, rgb(217, 179.5078534031, 0) 100%) !important;
}

.fill-pubg svg, .fill-pubg g, .fill-pubg path {
  fill: #FFDE40 !important;
}

.color-valorant {
  color: #ff4654 !important;
}

.bg-valorant {
  background: #ff4654 !important;
}

.bg-valorant-darken {
  background: rgb(255, 19, 36.8594594595) !important;
}

.bg-valorant-darken-20 {
  background: rgb(223, 0, 16.8756756757) !important;
}

.bg-gradient-valorant {
  background: linear-gradient(135deg, #ff4654 0%, rgb(223, 0, 16.8756756757) 100%) !important;
}

.fill-valorant svg, .fill-valorant g, .fill-valorant path {
  fill: #ff4654 !important;
}

.color-leagueoflegend {
  color: #5383E8 !important;
}

.bg-leagueoflegend {
  background: #5383E8 !important;
}

.bg-leagueoflegend-darken {
  background: rgb(38.0153846154, 98.5692307692, 225.9846153846) !important;
}

.bg-leagueoflegend-darken-20 {
  background: rgb(25.1230769231, 77.5538461538, 187.8769230769) !important;
}

.bg-gradient-leagueoflegend {
  background: linear-gradient(135deg, #5383E8 0%, rgb(25.1230769231, 77.5538461538, 187.8769230769) 100%) !important;
}

.fill-leagueoflegend svg, .fill-leagueoflegend g, .fill-leagueoflegend path {
  fill: #5383E8 !important;
}

.color-white {
  color: var(--xpulz-white) !important;
}

.bg-white {
  background: var(--xpulz-white) !important;
}

.bg-white.striped {
  background: repeating-linear-gradient(105deg, transparent, transparent 10px, var(--xpulz-white-lighten-10) 10px, var(--xpulz-white-lighten-10) 20px), linear-gradient(to bottom, var(--xpulz-white), var(--xpulz-white-darken-10)) !important;
}

.bg-white-darken {
  background: var(--xpulz-white-darken-10) !important;
}

.bg-white-darken-20 {
  background: var(--xpulz-white-darken-20) !important;
}

.bg-gradient-white {
  background: linear-gradient(135deg, var(--xpulz-white) 0%, var(--xpulz-white-dark, var(--xpulz-white)) 100%) !important;
}

.fill-white svg, .fill-white g, .fill-white path {
  fill: var(--xpulz-white) !important;
}

.color-yellow {
  color: var(--xpulz-yellow) !important;
}

.bg-yellow {
  background: var(--xpulz-yellow) !important;
}

.bg-yellow.striped {
  background: repeating-linear-gradient(105deg, transparent, transparent 10px, var(--xpulz-yellow-lighten-10) 10px, var(--xpulz-yellow-lighten-10) 20px), linear-gradient(to bottom, var(--xpulz-yellow), var(--xpulz-yellow-darken-10)) !important;
}

.bg-yellow-darken {
  background: var(--xpulz-yellow-darken-10) !important;
}

.bg-yellow-darken-20 {
  background: var(--xpulz-yellow-darken-20) !important;
}

.bg-gradient-yellow {
  background: linear-gradient(135deg, var(--xpulz-yellow) 0%, var(--xpulz-yellow-dark, var(--xpulz-yellow)) 100%) !important;
}

.fill-yellow svg, .fill-yellow g, .fill-yellow path {
  fill: var(--xpulz-yellow) !important;
}

.color-red {
  color: var(--xpulz-red) !important;
}

.bg-red {
  background: var(--xpulz-red) !important;
}

.bg-red.striped {
  background: repeating-linear-gradient(105deg, transparent, transparent 10px, var(--xpulz-red-lighten-10) 10px, var(--xpulz-red-lighten-10) 20px), linear-gradient(to bottom, var(--xpulz-red), var(--xpulz-red-darken-10)) !important;
}

.bg-red-darken {
  background: var(--xpulz-red-darken-10) !important;
}

.bg-red-darken-20 {
  background: var(--xpulz-red-darken-20) !important;
}

.bg-gradient-red {
  background: linear-gradient(135deg, var(--xpulz-red) 0%, var(--xpulz-red-dark, var(--xpulz-red)) 100%) !important;
}

.fill-red svg, .fill-red g, .fill-red path {
  fill: var(--xpulz-red) !important;
}

.color-black {
  color: var(--xpulz-black) !important;
}

.bg-black {
  background: var(--xpulz-black) !important;
}

.bg-black.striped {
  background: repeating-linear-gradient(105deg, transparent, transparent 10px, var(--xpulz-black-lighten-10) 10px, var(--xpulz-black-lighten-10) 20px), linear-gradient(to bottom, var(--xpulz-black), var(--xpulz-black-darken-10)) !important;
}

.bg-black-darken {
  background: var(--xpulz-black-darken-10) !important;
}

.bg-black-darken-20 {
  background: var(--xpulz-black-darken-20) !important;
}

.bg-gradient-black {
  background: linear-gradient(135deg, var(--xpulz-black) 0%, var(--xpulz-black-dark, var(--xpulz-black)) 100%) !important;
}

.fill-black svg, .fill-black g, .fill-black path {
  fill: var(--xpulz-black) !important;
}

.color-grey {
  color: var(--xpulz-grey) !important;
}

.bg-grey {
  background: var(--xpulz-grey) !important;
}

.bg-grey.striped {
  background: repeating-linear-gradient(105deg, transparent, transparent 10px, var(--xpulz-grey-lighten-10) 10px, var(--xpulz-grey-lighten-10) 20px), linear-gradient(to bottom, var(--xpulz-grey), var(--xpulz-grey-darken-10)) !important;
}

.bg-grey-darken {
  background: var(--xpulz-grey-darken-10) !important;
}

.bg-grey-darken-20 {
  background: var(--xpulz-grey-darken-20) !important;
}

.bg-gradient-grey {
  background: linear-gradient(135deg, var(--xpulz-grey) 0%, var(--xpulz-grey-dark, var(--xpulz-grey)) 100%) !important;
}

.fill-grey svg, .fill-grey g, .fill-grey path {
  fill: var(--xpulz-grey) !important;
}

.color-mediumgrey {
  color: var(--xpulz-mediumgrey) !important;
}

.bg-mediumgrey {
  background: var(--xpulz-mediumgrey) !important;
}

.bg-mediumgrey.striped {
  background: repeating-linear-gradient(105deg, transparent, transparent 10px, var(--xpulz-mediumgrey-lighten-10) 10px, var(--xpulz-mediumgrey-lighten-10) 20px), linear-gradient(to bottom, var(--xpulz-mediumgrey), var(--xpulz-mediumgrey-darken-10)) !important;
}

.bg-mediumgrey-darken {
  background: var(--xpulz-mediumgrey-darken-10) !important;
}

.bg-mediumgrey-darken-20 {
  background: var(--xpulz-mediumgrey-darken-20) !important;
}

.bg-gradient-mediumgrey {
  background: linear-gradient(135deg, var(--xpulz-mediumgrey) 0%, var(--xpulz-mediumgrey-dark, var(--xpulz-mediumgrey)) 100%) !important;
}

.fill-mediumgrey svg, .fill-mediumgrey g, .fill-mediumgrey path {
  fill: var(--xpulz-mediumgrey) !important;
}

.color-lightgrey {
  color: var(--xpulz-lightgrey) !important;
}

.bg-lightgrey {
  background: var(--xpulz-lightgrey) !important;
}

.bg-lightgrey.striped {
  background: repeating-linear-gradient(105deg, transparent, transparent 10px, var(--xpulz-lightgrey-lighten-10) 10px, var(--xpulz-lightgrey-lighten-10) 20px), linear-gradient(to bottom, var(--xpulz-lightgrey), var(--xpulz-lightgrey-darken-10)) !important;
}

.bg-lightgrey-darken {
  background: var(--xpulz-lightgrey-darken-10) !important;
}

.bg-lightgrey-darken-20 {
  background: var(--xpulz-lightgrey-darken-20) !important;
}

.bg-gradient-lightgrey {
  background: linear-gradient(135deg, var(--xpulz-lightgrey) 0%, var(--xpulz-lightgrey-dark, var(--xpulz-lightgrey)) 100%) !important;
}

.fill-lightgrey svg, .fill-lightgrey g, .fill-lightgrey path {
  fill: var(--xpulz-lightgrey) !important;
}

.color-lightergrey {
  color: var(--xpulz-lightergrey) !important;
}

.bg-lightergrey {
  background: var(--xpulz-lightergrey) !important;
}

.bg-lightergrey.striped {
  background: repeating-linear-gradient(105deg, transparent, transparent 10px, var(--xpulz-lightergrey-lighten-10) 10px, var(--xpulz-lightergrey-lighten-10) 20px), linear-gradient(to bottom, var(--xpulz-lightergrey), var(--xpulz-lightergrey-darken-10)) !important;
}

.bg-lightergrey-darken {
  background: var(--xpulz-lightergrey-darken-10) !important;
}

.bg-lightergrey-darken-20 {
  background: var(--xpulz-lightergrey-darken-20) !important;
}

.bg-gradient-lightergrey {
  background: linear-gradient(135deg, var(--xpulz-lightergrey) 0%, var(--xpulz-lightergrey-dark, var(--xpulz-lightergrey)) 100%) !important;
}

.fill-lightergrey svg, .fill-lightergrey g, .fill-lightergrey path {
  fill: var(--xpulz-lightergrey) !important;
}

.color-xpulz {
  color: var(--xpulz-primary-color) !important;
}

.bg-xpulz {
  background: var(--xpulz-primary-color) !important;
}

.bg-xpulz.striped {
  background: repeating-linear-gradient(105deg, transparent, transparent 10px, var(--xpulz-primary-color-lighten-10) 10px, var(--xpulz-primary-color-lighten-10) 20px), linear-gradient(to bottom, var(--xpulz-primary-color), var(--xpulz-primary-color-darken-10)) !important;
}

.bg-xpulz-darken {
  background: var(--xpulz-primary-color-darken-10) !important;
}

.bg-xpulz-darken-20 {
  background: var(--xpulz-primary-color-darken-20) !important;
}

.bg-gradient-xpulz {
  background: linear-gradient(135deg, var(--xpulz-primary-color) 0%, var(--xpulz-primary-color-dark, var(--xpulz-primary-color)) 100%) !important;
}

.fill-xpulz svg, .fill-xpulz g, .fill-xpulz path {
  fill: var(--xpulz-primary-color) !important;
}

.color-darkgrey {
  color: var(--xpulz-darkgrey) !important;
}

.bg-darkgrey {
  background: var(--xpulz-darkgrey) !important;
}

.bg-darkgrey.striped {
  background: repeating-linear-gradient(105deg, transparent, transparent 10px, var(--xpulz-darkgrey-lighten-10) 10px, var(--xpulz-darkgrey-lighten-10) 20px), linear-gradient(to bottom, var(--xpulz-darkgrey), var(--xpulz-darkgrey-darken-10)) !important;
}

.bg-darkgrey-darken {
  background: var(--xpulz-darkgrey-darken-10) !important;
}

.bg-darkgrey-darken-20 {
  background: var(--xpulz-darkgrey-darken-20) !important;
}

.bg-gradient-darkgrey {
  background: linear-gradient(135deg, var(--xpulz-darkgrey) 0%, var(--xpulz-darkgrey-dark, var(--xpulz-darkgrey)) 100%) !important;
}

.fill-darkgrey svg, .fill-darkgrey g, .fill-darkgrey path {
  fill: var(--xpulz-darkgrey) !important;
}

.bg-gradient-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

.bg-gradient-instagram-reverse {
  background: radial-gradient(circle at 70% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

.bg-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

.bg-instagram-reverse {
  background: radial-gradient(circle at 70% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

.color-twitter, .color-steam, .color-tiktok {
  color: white !important;
}

@keyframes ctaloadingx {
  0% {
    fill: #0076e1;
  }
  50% {
    fill: #00539e;
  }
  100% {
    fill: #0076e1;
  }
}
@keyframes moving-gradient {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
.loader-dot {
  margin-left: 5px;
  width: 30px;
  aspect-ratio: 4;
  background: radial-gradient(circle closest-side, var(--xpulz-primary-color) 90%, transparent) 0/30% 100% space;
  clip-path: inset(0 100% 0 0);
  animation: l1 1s steps(4) infinite;
}

@keyframes l1 {
  to {
    clip-path: inset(0 -34% 0 0);
  }
}
img.width-auto {
  width: auto !important;
}

.menu-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
}
.menu-bar.sticky {
  position: sticky !important;
  top: var(--menutop-height);
  z-index: 10 !important;
  background: var(--xpulz-mediumgrey);
  padding: 15px;
}
.menu-bar .steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu-bar .steps .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu-bar .steps .step:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.menu-bar .steps .step:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.menu-bar .steps .step .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.menu-bar .steps .step .name .lds-dual-ring {
  margin-left: 10px;
}
.menu-bar .steps .step .name .svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu-bar .steps .step .name .svg svg {
  width: 16px;
  margin-left: 10px;
}
.menu-bar .steps .step .name .svg.valid svg {
  fill: green;
}
.menu-bar .steps .step .name .svg.error svg, .menu-bar .steps .step .name .svg.error path {
  fill: var(--xpulz-red);
}
.menu-bar .steps .step {
  padding: 15px 10px;
  background: var(--xpulz-darkgrey);
  border-bottom: 4px solid transparent;
  color: white;
  cursor: pointer;
}
.menu-bar .steps .step.selected {
  border-bottom-color: var(--xpulz-primary-color);
}
.menu-bar .steps .step.inactive {
  background: var(--xpulz-lightgrey);
  color: var(--xpulz-grey-txt);
  cursor: default;
}
.menu-bar .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.menu-bar .actions .next, .menu-bar .actions .create, .menu-bar .actions .edit {
  margin-left: 20px;
}
.menu-bar.tournament {
  background: var(--xpulz-darkgrey);
  border-bottom: 2px solid var(--xpulz-primary-color);
}
.menu-bar.tournament .steps .step {
  border-radius: 10px;
  margin-right: 10px;
}
.menu-bar.tournament .steps .step:last-child {
  margin-right: 0;
}
.menu-bar.tournament .steps .step {
  background: var(--xpulz-mediumgrey);
}
.menu-bar.tournament .steps .step.selected {
  background: var(--xpulz-primary-color);
  color: var(--xpulz-white);
  border-bottom-color: transparent;
}

#slide #match .menu-bar.tournament {
  top: 0;
}

.scrolling-background {
  width: 90%;
  height: 400px; /* Only show part of the image */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  animation: scrollBackground 6s ease-in-out infinite alternate;
}
.scrolling-background.tracking-stats {
  background-image: url("/img/dashboard/players/tracking-stats.png");
}
.scrolling-background.pubg-telemetry {
  background-image: url("/img/products/pubg/telemetry.png");
}
.scrolling-background.organizer-whitelabel {
  background-image: url("/img/dashboard/organisations/whitelabel.png");
  animation: scrollBackground 12s ease-in-out infinite alternate;
}
.scrolling-background.organizer-branded-tournament {
  background-image: url("/img/dashboard/organisations/tournament.png");
  animation: scrollBackground 12s ease-in-out infinite alternate;
}

.max-w-100 {
  max-width: 100%;
}

@keyframes scrollBackground {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}
.app-loading .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: var(--xpulz-primary-color);
  font-size: 1.4em;
}
.app-loading svg {
  fill: #0076e1;
  width: 100%;
  height: calc(60vh - 150px);
  margin: 10vh auto;
  display: flex;
  animation: ctaloadingx 3s infinite;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
  height: 150px;
}

.x-multi-select {
  width: 100%;
  min-width: 160px;
}
.x-multi-select .form-group {
  margin-bottom: 0;
}
.x-multi-select .badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  background: var(--tag-color, var(--xpulz-primary-color));
}
.x-multi-select .badge .txt {
  margin-right: 5px;
  text-shadow: 1px 1px 1px black;
}
.x-multi-select .badge svg {
  height: 12px;
  width: 12px;
}

.x-select {
  position: relative;
  width: 100%;
  text-align: left;
  outline: none;
  height: 40px;
  line-height: 40px;
  font-size: initial;
}
.x-select .placeholder-box:empty:before {
  content: attr(data-placeholder);
  color: #999;
}
.x-select .search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0 10px;
}
.x-select .search-bar input {
  padding: 0 10px;
  width: 100%;
  color: black;
}
.x-select:hover .selected {
  border-color: var(--xpulz-primary-color);
}
.x-select .drop-down {
  position: absolute;
  top: -2px;
  right: 10px !important;
}
.x-select .drop-down svg {
  height: 10px;
  fill: var(--xpulz-yellow);
  transition: transform 0.4s;
}
.x-select .selected {
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
  color: var(--xpulz-white);
  border-bottom: 3px solid transparent;
  height: 40px;
  padding-left: 10px;
  transition: all 0.4s;
  overflow: hidden;
}
.x-select .selected .placeholder {
  text-transform: initial;
  color: var(--xpulz-grey-txt);
}
.x-select .selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.x-select .selected img {
  height: 37px;
  width: 37px;
  margin-right: 10px;
}
.x-select .selected .triangle {
  margin-right: 10px;
  transition: transform 0.4s;
}
.x-select .selected.open {
  border-bottom: 3px solid var(--xpulz-primary-color);
}
.x-select .selected.open .drop-down svg {
  transform: rotate(180deg);
}
.x-select .items {
  overflow: hidden;
  position: absolute;
  background-color: var(--xpulz-darkgrey);
  left: 0;
  right: 0;
  z-index: 5;
  max-height: 370px;
  overflow-y: scroll;
  border: 3px solid var(--xpulz-primary-color);
  border-top: none;
}
.x-select .items .item {
  text-transform: uppercase;
  color: var(--xpulz-white);
  padding-left: 10px;
  cursor: pointer;
  user-select: none;
  border-bottom: 3px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.x-select .items .item img {
  height: 37px;
  width: 37px;
  margin-right: 10px;
}
.x-select .items .item:hover {
  color: var(--xpulz-primary-color);
  border-bottom: 3px solid var(--xpulz-primary-color);
}
.x-select .items.selectHide {
  display: none;
}
.x-select.form-control {
  padding: 0;
  max-width: 460px;
  border: none;
  border-radius: 10px;
}
.x-select.form-control .selected {
  color: black;
}
.x-select.form-control.black {
  background: var(--xpulz-darkgrey);
}
.x-select.form-control.black .selected {
  color: var(--xpulz-white);
}

.lds-dual-ring {
  display: inline-block;
}
.lds-dual-ring:after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid var(--xpulz-primary-color);
  border-color: var(--xpulz-primary-color) transparent var(--xpulz-primary-color) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.lds-dual-ring.xs:after {
  width: 20px;
  height: 20px;
  border-width: 2px;
}
.lds-dual-ring.md:after {
  width: 40px;
  height: 40px;
  border-width: 3px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes leftToRight {
  0% {
    margin-left: -98%;
  }
  100% {
    margin-left: 0%;
  }
}
@keyframes rightToLeft {
  0% {
    margin-left: 198%;
  }
  100% {
    margin-left: 0%;
  }
}
.a-right-to-left {
  animation: rightToLeft ease 1s;
}

.a-left-to-right {
  animation: leftToRight ease 1s;
}

select.error {
  border: 1px solid var(--xpulz-red);
}

i.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 2px;
}
i.arrow.white {
  border-color: white;
}
i.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
i.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
i.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
i.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
  background: var(--xpulz-body);
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--xpulz-primary-color);
}

#styleguide .content {
  margin: 30px 0;
}
#styleguide .switch {
  margin-right: 50px;
}

.width-100 {
  width: 100%;
}

.opacity-zero {
  opacity: 0 !important;
  height: 0;
  width: 0;
  line-height: 0;
  cursor: none;
  overflow: hidden;
}

body {
  overflow: hidden;
}
body.live-stream #content {
  padding-top: var(--menutop-height);
  margin-left: 285px !important;
  max-width: calc(100% - 270px - 300px);
  padding-bottom: 0;
}
body.live-stream #menu-left .content {
  width: 300px;
}

.mandatory {
  color: var(--xpulz-red);
  margin-left: 3px;
}

.croppa-container svg.icon-remove {
  height: 32px !important;
  width: 32px !important;
}

img.country {
  width: 40px;
}

.text-muted {
  display: block;
}

.quill-editor, .v-html {
  color: var(--xpulz-white);
  margin-bottom: 0;
}
.quill-editor .ql-toolbar, .v-html .ql-toolbar {
  background: var(--xpulz-darkgrey);
  color: var(--xpulz-white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none;
}
.quill-editor .ql-container, .v-html .ql-container {
  border: none;
  background: var(--xpulz-darkgrey);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}
.quill-editor .ql-container .ql-editor, .v-html .ql-container .ql-editor {
  padding: 20px;
  background: var(--xpulz-lightgrey);
  border-radius: 5px;
}
.quill-editor .ql-container .ql-editor.ql-blank::before, .v-html .ql-container .ql-editor.ql-blank::before {
  color: var(--xpulz-grey-txt);
  left: 35px;
}
.quill-editor .ql-picker-label, .v-html .ql-picker-label {
  color: var(--xpulz-lightergrey-txt) !important;
}
.quill-editor .ql-stroke, .v-html .ql-stroke {
  stroke: var(--xpulz-lightergrey-txt) !important;
}
.quill-editor .ql-fill, .v-html .ql-fill {
  fill: var(--xpulz-white) !important;
}
.quill-editor .ql-formats path, .v-html .ql-formats path {
  stroke: var(--xpulz-lightergrey-txt);
}
.quill-editor .ql-snow a, .v-html .ql-snow a {
  color: var(--xpulz-primary-color) !important;
  text-decoration: none;
}
.quill-editor .ql-video, .quill-editor iframe, .v-html .ql-video, .v-html iframe {
  width: 100%;
  height: 600px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: lightgrey;
  opacity: 0.9;
}

::-moz-placeholder { /* Firefox 19+ */
  color: lightgrey;
  opacity: 0.9;
}

:-ms-input-placeholder { /* IE 10+ */
  color: lightgrey;
  opacity: 0.9;
}

:-moz-placeholder { /* Firefox 18- */
  color: lightgrey;
  opacity: 0.9;
}

span.badge.split {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
span.badge.split > span {
  padding: 0.25em 0.4em;
}
span.badge.admin, span.badge.organizer {
  background-color: var(--xpulz-primary-color);
}

.badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.badges .badge {
  margin-right: 0.25em;
}
.badges .badge:last-child {
  margin-right: 0;
}

.table-striped > tbody > tr > td:not(:last-child) {
  vertical-align: middle;
}

#content {
  padding-top: var(--content-padding-top);
  padding-bottom: 80px;
  min-height: 100vh;
}

#content, .x-content-center {
  max-width: 1440px;
}
#content.full, .x-content-center.full {
  max-width: inherit;
  padding-top: var(--menutop-height);
  padding-bottom: 0;
}

body.menu-closed #content, body.menu-closed .x-content-center {
  padding-left: 48px;
}
body.menu-closed #cookie {
  width: calc(100% - 48px);
  left: 48px;
}

#menu-left .list-group-item {
  background-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
  border: none;
}
#menu-left .list-group-item::after {
  content: "";
  display: block;
  transition: height 0.3s;
  border-right: 4px solid transparent !important;
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#menu-left .list-group-item.active {
  color: var(--xpulz-primary-color);
  background: inherit;
  border: 0;
}
#menu-left .list-group-item.active::after {
  border-right: 4px solid var(--xpulz-primary-color) !important;
  height: 100%;
}
#menu-left .list-group-item .text::first-letter {
  transition: color 0.4s;
}
#menu-left .list-group-item:hover .text::first-letter {
  color: var(--xpulz-primary-color);
}
#menu-left .list-group-item:hover::after {
  border-right: 4px solid var(--xpulz-primary-color) !important;
  height: 100%;
}

#menu-top .list-group-item {
  background-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
  border: none;
}
#menu-top .list-group-item::after {
  content: "";
  display: block;
  transition: width 0.3s;
  border-bottom: 4px solid transparent !important;
  height: 100%;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#menu-top .list-group-item.active .text {
  color: var(--xpulz-primary-color);
}
#menu-top .list-group-item.active {
  background: inherit;
  border: 0;
}
#menu-top .list-group-item.active::after {
  border-bottom: 4px solid var(--xpulz-primary-color) !important;
  width: 100%;
}
#menu-top .list-group-item:hover::after {
  border-bottom: 4px solid var(--xpulz-primary-color) !important;
  width: 100%;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background-color: #9B2120;
}

body {
  background-color: var(--xpulz-body);
  font-family: "Montserrat", sans-serif;
  overflow-y: scroll;
  color: var(--xpulz-white);
}

a {
  color: var(--xpulz-primary-color);
}
a:focus, a:hover {
  color: var(--xpulz-primary-color-lighten-20);
  text-decoration: none;
}

.popover {
  background: var(--xpulz-darkgrey);
  color: var(--xpulz-white);
  box-shadow: 2px 2px 14px black;
  padding: 20px;
  border-radius: 0;
}
.popover.bs-popover-bottom .arrow::after {
  border-bottom-color: var(--xpulz-darkgrey);
}
.popover .game-name {
  color: var(--xpulz-yellow);
  font-size: 1.2em;
  margin-bottom: 15px;
}
.popover .game-banner {
  width: 200px;
}
.popover h3 {
  font-size: 1.4em;
}
.popover .modal-footer {
  border-top: none;
}
.popover .modal-footer button {
  cursor: pointer;
}
.popover .popover-header {
  background: transparent;
}

.popover.bs-tether-element-attached-bottom, .popover.popover-top {
  border: 1px groove black;
}

.popover.bs-tether-element-attached-bottom::before, .popover.popover-top::before,
.popover.bs-tether-element-attached-right::before, .popover.popover-left::before {
  border-top-color: black;
}

.popover-title {
  background: var(--xpulz-body);
  border-bottom: 1px solid black;
}

.popover.bs-tether-element-attached-bottom::after, .popover.popover-top::after {
  border-top-color: var(--xpulz-body);
}

.popover.bs-tether-element-attached-right::after, .popover.popover-left::after {
  border-left-color: var(--xpulz-body);
}

.hidden {
  display: none !important;
}

.xmodal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5098039216);
}

.xmodal-open .modal.show .modal-dialog {
  margin: 30px auto;
  margin-top: 60px;
}

.btn.btn-smz {
  background-color: #9B2120;
  color: var(--xpulz-white);
  border-radius: 20px;
}

.empty_message {
  margin: 30px;
  color: var(--xpulz-grey-txt);
}

.popover {
  max-width: 100%;
}

#tos-page {
  padding: 20px 40px;
  color: var(--xpulz-lightergrey-txt);
  background: var(--xpulz-lightgrey);
}
#tos-page h1 {
  color: var(--xpulz-yellow);
}
#tos-page h2 {
  color: var(--xpulz-primary-color);
}
#tos-page h3 {
  color: var(--xpulz-yellow);
}
#tos-page > section {
  margin-bottom: 100px;
}

#cookie {
  position: fixed;
  background: var(--xpulz-primary-color);
  color: var(--xpulz-white);
  width: 100%;
  padding: 7px 20px;
  bottom: 0;
  left: 0;
  z-index: 100;
  box-shadow: 1px 1px 4px black;
  font-size: 0.9em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#cookie p {
  margin: 0;
}
#cookie span {
  margin-left: 5px;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.4s;
}
#cookie span:hover {
  color: var(--xpulz-darkgrey-txt);
}
#cookie a {
  color: white;
  text-decoration: underline;
}
#cookie .btn {
  background: var(--xpulz-darkgrey);
  padding: 5px 10px;
  color: var(--xpulz-white);
  cursor: pointer;
  margin-left: 20px;
  transition: color 0.4s;
}
#cookie .btn:hover {
  color: var(--xpulz-red);
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
}

#popup-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#popup-close svg {
  width: auto;
  height: 150px;
  margin: 0 auto;
}
#popup-close svg path, #popup-close svg g {
  fill: white;
}
#popup-close svg > g > g {
  fill: var(--xpulz-primary-color);
}
#popup-close .cta, #popup-close .text {
  margin-top: 30px;
}

body.fullscreen {
  background: var(--xpulz-darkgrey);
  color: white;
}
body.fullscreen #content, body.fullscreen .x-content-center {
  margin-left: 0 !important;
  max-width: 100% !important;
  padding: 20px !important;
}
body.fullscreen #footer {
  margin-left: 0 !important;
}
body.login, body.register {
  background: linear-gradient(180deg, var(--xpulz-primary-color-lighten-20), var(--xpulz-primary-color));
}
body.login #content, body.register #content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.login.register #content, body.register.register #content {
  justify-content: start;
}
body.modal-open .modal.show .modal-dialog, body.xmodal-open .modal.show .modal-dialog {
  margin: 30px auto;
  margin-top: 60px;
}
body.modal-open .modal.show .modal-dialog .xmodal-title, body.xmodal-open .modal.show .modal-dialog .xmodal-title {
  position: absolute;
  top: -30px;
  left: 30px;
  height: auto !important;
  z-index: 1;
}
body.no-menu #content, body.no-menu .x-content-center {
  padding-left: inherit;
}
body.no-menu #menu-top, body.no-menu #menu-left, body.no-menu .menubottom .admin-menu {
  display: none !important;
}
body.no-menu #cookie {
  width: 100%;
  left: 0;
}

#xnotification .xnotification-popup .popup > section {
  text-align: center;
  width: 100%;
}
#xnotification .xnotification-popup .popup {
  transition: bottom 0.7s;
  position: fixed;
  top: 100px;
  z-index: 1052;
  width: 800px;
  left: calc(50% - 400px);
  padding: 40px 20px;
  color: var(--xpulz-white);
  font-size: 1.1em;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.4);
  background: var(--xpulz-darkgrey);
  display: none;
}
#xnotification .xnotification-popup .popup .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#xnotification .xnotification-popup .popup .close-btn svg {
  width: 20px;
  height: 20px;
  fill: var(--xpulz-primary-color);
}
#xnotification .xnotification-popup.active {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4509803922);
  top: 0;
  left: 0;
  z-index: 1051;
}
#xnotification .xnotification-popup.active .popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border: 2px solid var(--xpulz-grey);
  border-radius: 10px;
}
#xnotification .xnotification-content {
  transition: bottom 0.7s;
  position: fixed;
  bottom: -300px;
  z-index: 1051;
  width: auto;
  right: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  color: var(--xpulz-white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 1.2em;
  cursor: pointer;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.4);
  background: var(--xpulz-darkgrey);
}
#xnotification .xnotification-content.active {
  bottom: 10px;
}
#xnotification .xnotification-content.active.rtu {
  bottom: 200px;
}
#xnotification .xnotification-content.success {
  background: linear-gradient(to right, var(--xpulz-primary-color), var(--xpulz-primary-color-darken-10));
}
#xnotification .xnotification-content.success > section {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#xnotification .xnotification-content.error .title {
  margin-bottom: 5px;
  background-color: var(--xpulz-red);
  font-size: 1.1em;
  padding: 2px 5px;
}
#xnotification .xnotification-content.error {
  background: linear-gradient(to right, var(--xpulz-red), var(--xpulz-red-darken-10));
}
#xnotification .xnotification-content .icon {
  margin-right: 10px;
}
#xnotification .xnotification-content .icon svg {
  width: 20px;
  height: 20px;
  fill: var(--xpulz-white);
}
#xnotification .xnotification-content .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#xnotification .xnotification-content .close-btn svg {
  width: 20px;
  height: 20px;
  fill: var(--xpulz-red);
}
#xnotification .xnotification-content > section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
}
#xnotification .xnotification-content > section .users {
  color: var(--xpulz-red);
}
#xnotification .xnotification-content > section span span {
  color: var(--xpulz-primary-color);
  text-transform: capitalize;
}

form.col-md-6 {
  margin: 0 auto;
}

.game-selector {
  margin-top: 50px;
  padding-bottom: 150px;
}
.game-selector .game-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 40px;
}
.game-selector .game-filter span {
  margin-right: 10px;
  color: var(--xpulz-white);
  font-weight: bold;
}
.game-selector .section-title {
  text-align: center;
}
.game-selector .games {
  margin: 0 auto;
}
.game-selector .games .game {
  background: var(--xpulz-mediumgrey);
}
.game-selector .games .game .cover {
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.game-selector .games .game .new-modes {
  width: 100%;
  position: absolute;
  bottom: -130px;
  height: 100%;
  transition: bottom 0.4s, background 0.4s;
}
.game-selector .games .game .new-modes .top {
  margin: 0;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 70px;
}
.game-selector .games .game .new-modes .top > span {
  color: var(--xpulz-white);
  font-weight: bold;
}
.game-selector .games .game .new-modes .top .favorite {
  z-index: 2;
}
.game-selector .games .game .new-modes .top .favorite svg {
  height: 20px;
}
.game-selector .games .game .new-modes .top .favorite.active svg {
  fill: var(--xpulz-yellow);
}
.game-selector .games .game .new-modes .modes {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.game-selector .games .game .new-modes .modes .mode {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: var(--xpulz-grey-txt);
  color: var(--xpulz-darkgrey);
  font-weight: bold;
  border-radius: 10px;
  transition: all 0.4s;
  text-transform: capitalize;
}
.game-selector .games .game .new-modes .modes .mode:hover {
  color: var(--xpulz-white);
  background: var(--xpulz-primary-color);
}
.game-selector .games .game {
  overflow: hidden;
  height: 200px;
  cursor: pointer;
  position: relative;
  width: calc(25% - 30px);
  border: 2px solid var(--xpulz-grey-txt);
  border-radius: 10px;
  margin: 0 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.game-selector .games .game .left {
  position: absolute;
  top: 70px;
}
.game-selector .games .game svg, .game-selector .games .game img.svg {
  fill: var(--xpulz-white);
  height: 60px;
  transition: all 0.2s;
}
.game-selector .games .game.active {
  width: 25%;
  margin: 0 auto;
}
.game-selector .games .game.active .game_modes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.game-selector .games .game:hover .new-modes {
  bottom: 0;
  background: var(--xpulz-darkgrey);
}
.game-selector .modes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.game-selector .change_game, .game-selector .change_mode {
  color: var(--xpulz-white);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  transition: color 0.4s;
}
.game-selector .change_game:hover, .game-selector .change_mode:hover {
  color: var(--xpulz-primary-color);
}

.game-selector .games .game {
  overflow: auto;
  height: auto;
}
.game-selector .games .game .cover {
  position: relative;
  height: 200px;
}
.game-selector .games .game .new-modes {
  position: relative;
  bottom: 0;
  height: auto;
}

select {
  text-align: center;
  background-color: #090c15;
  color: white;
  border: none;
  padding: 10px;
  transition: all 0.4s;
  border-radius: 10px;
  max-width: 460px;
  outline: none;
}

input, textarea {
  width: 100%;
  background-color: var(--xpulz-darkgrey);
  color: var(--xpulz-white);
  border: none;
  padding: 10px;
  transition: all 0.4s;
  border-radius: 10px;
  max-width: 460px;
}
input:focus, textarea:focus {
  background-color: var(--xpulz-white);
  color: var(--xpulz-darkgrey-txt);
}
input, textarea {
  outline: none;
}
input[disabled], textarea[disabled] {
  background: rgba(27, 27, 27, 0.5);
  cursor: not-allowed;
}

input[type=checkbox], input[type=radio] {
  max-width: fit-content;
}

form {
  width: 100%;
}

.form-group {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.form-group .col-form-label {
  text-align: right;
}
.form-group.error label {
  color: var(--xpulz-red);
}
.form-group.error input, .form-group.error textarea {
  border: 1px solid var(--xpulz-red) !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: lightgrey;
  opacity: 0.5;
}

::-moz-placeholder { /* Firefox 19+ */
  color: lightgrey;
  opacity: 0.9;
}

:-ms-input-placeholder { /* IE 10+ */
  color: lightgrey;
  opacity: 0.9;
}

:-moz-placeholder { /* Firefox 18- */
  color: lightgrey;
  opacity: 0.9;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: var(--xpulz-mediumgrey);
}

.list-group-item:focus, .list-group-item:hover {
  z-index: inherit;
}

.bootstrap-datetimepicker-widget {
  background: var(--xpulz-mediumgrey);
}
.bootstrap-datetimepicker-widget .datepicker {
  background: var(--xpulz-mediumgrey);
}
.bootstrap-datetimepicker-widget .btn {
  color: var(--xpulz-primary-color);
}
.bootstrap-datetimepicker-widget tr:hover {
  background-color: inherit !important;
}
.bootstrap-datetimepicker-widget tr th {
  color: var(--xpulz-primary-color);
}
.bootstrap-datetimepicker-widget tr td i.far {
  color: var(--xpulz-primary-color);
}
.bootstrap-datetimepicker-widget tr td.separator {
  color: var(--xpulz-white);
}
.bootstrap-datetimepicker-widget tr td span.month, .bootstrap-datetimepicker-widget tr td span.year, .bootstrap-datetimepicker-widget tr td span.timepicker-hour, .bootstrap-datetimepicker-widget tr td span.timepicker-minute {
  color: var(--xpulz-white);
}
.bootstrap-datetimepicker-widget tr td span.month.disabled, .bootstrap-datetimepicker-widget tr td span.year.disabled, .bootstrap-datetimepicker-widget tr td span.timepicker-hour.disabled, .bootstrap-datetimepicker-widget tr td span.timepicker-minute.disabled {
  color: var(--xpulz-grey-txt);
}
.bootstrap-datetimepicker-widget tr td span.month.active, .bootstrap-datetimepicker-widget tr td span.year.active, .bootstrap-datetimepicker-widget tr td span.timepicker-hour.active, .bootstrap-datetimepicker-widget tr td span.timepicker-minute.active {
  background: var(--xpulz-primary-color);
  color: var(--xpulz-white);
}
.bootstrap-datetimepicker-widget tr td span.month:hover, .bootstrap-datetimepicker-widget tr td span.year:hover, .bootstrap-datetimepicker-widget tr td span.timepicker-hour:hover, .bootstrap-datetimepicker-widget tr td span.timepicker-minute:hover {
  color: var(--xpulz-darkgrey-txt);
}
.bootstrap-datetimepicker-widget tr td.day, .bootstrap-datetimepicker-widget tr td.hour {
  color: var(--xpulz-white);
}
.bootstrap-datetimepicker-widget tr td.day.disabled, .bootstrap-datetimepicker-widget tr td.hour.disabled {
  color: var(--xpulz-grey-txt);
}
.bootstrap-datetimepicker-widget tr td.day.active, .bootstrap-datetimepicker-widget tr td.hour.active {
  background: var(--xpulz-primary-color);
  color: var(--xpulz-white);
}
.bootstrap-datetimepicker-widget tr td.day:hover, .bootstrap-datetimepicker-widget tr td.hour:hover {
  color: var(--xpulz-darkgrey-txt);
}

.table-container {
  position: relative;
  background: var(--xpulz-lightgrey);
  border-radius: 10px;
  padding: 10px 30px;
  margin-bottom: 20px;
  width: 100%;
}
.table-container.valorant {
  padding: 0;
  margin-bottom: 0;
}
.table-container.valorant table {
  padding: 0 20px;
}
.table-container.valorant > section.search-bar {
  background: var(--xpulz-primary-color-darken-20);
  padding: 20px 0;
}
.table-container.scroll > section.scroll {
  max-height: 717px;
  overflow-y: auto;
}
.table-container.scroll > section.scroll::-webkit-scrollbar {
  width: 14px;
}
.table-container table {
  font-family: "Montserrat";
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table-container table thead th {
  color: var(--xpulz-white);
}
.table-container table tbody tr {
  background: #141622;
  color: var(--xpulz-white);
}
.table-container table tbody tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table-container table tbody tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table-container table tbody tr td.participants .avatars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.table-container table tbody tr td.participants .avatars img {
  height: 44px;
  margin-right: 10px;
}
.table-container table tbody tr td.participants .avatars img:last-child {
  margin-right: 0;
}
.table-container table tbody tr td.actions ul {
  margin: 0;
}
.table-container table.brawlstars td.mode img {
  height: 40px;
}
.table-container table.brawlstars td.map img {
  height: 60px;
  width: auto !important;
}
.table-container table.brawlstars td.brawler img {
  width: 40px;
}
.table-container table.brawlstars td.trophies img {
  width: 20px;
}
.table-container table.brawlstars td.participants img {
  width: 30px;
}
.table-container table.brawlstars td.participants > section {
  width: 170px;
}
.table-container table.team-management {
  max-width: 900px;
  margin: 0 auto;
}
.table-container table.valorant, .table-container table.team-management {
  border-spacing: 0;
  font-weight: bold;
  padding: 0;
}
.table-container table.valorant .player-avatar, .table-container table.team-management .player-avatar {
  height: 32px;
  width: 32px;
  border-radius: 100%;
}
.table-container table.valorant .player-avatar.medium, .table-container table.team-management .player-avatar.medium {
  height: 64px;
  width: 64px;
}
.table-container table.valorant .username, .table-container table.team-management .username {
  text-align: left;
  white-space: nowrap;
}
.table-container table.valorant thead, .table-container table.team-management thead {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--xpulz-lightgrey);
}
.table-container table.valorant thead.top-0, .table-container table.team-management thead.top-0 {
  top: 0;
}
.table-container table.valorant .player-agents, .table-container table.team-management .player-agents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
}
.table-container table.valorant .player-agents .player-agent, .table-container table.team-management .player-agents .player-agent {
  margin-right: 5px;
  text-align: center;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-bottom-right-radius: 0;
  position: relative;
}
.table-container table.valorant .player-agents .player-agent img, .table-container table.team-management .player-agents .player-agent img {
  height: 42px;
  background: black;
}
.table-container table.valorant .player-agents .player-agent .count, .table-container table.team-management .player-agents .player-agent .count {
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--xpulz-primary-color);
  width: 17px;
  height: 17px;
  border-top-right-radius: 8px;
}
.table-container table.valorant .player-agents .player-agent .count.right, .table-container table.team-management .player-agents .player-agent .count.right {
  left: auto;
  right: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 8px;
}
.table-container table.valorant .player-agents .player-agent .count.blacked, .table-container table.team-management .player-agents .player-agent .count.blacked {
  background: black;
}
.table-container table.valorant thead tr th.active, .table-container table.team-management thead tr th.active {
  background: var(--xpulz-primary-color);
}
.table-container table.valorant tbody tr td:first-child, .table-container table.team-management tbody tr td:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.table-container table.valorant tbody tr td:last-child, .table-container table.team-management tbody tr td:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.table-container table.valorant tbody tr td.map img, .table-container table.team-management tbody tr td.map img {
  width: 90px;
}
.table-container table.valorant tbody tr td.map .map-name, .table-container table.team-management tbody tr td.map .map-name {
  font-size: 0.7em;
}
.table-container table.valorant tbody tr td.data-set-type .x-select, .table-container table.team-management tbody tr td.data-set-type .x-select {
  width: 180px;
}
.table-container table.valorant tbody tr td.date, .table-container table.team-management tbody tr td.date {
  font-variant-numeric: tabular-nums;
}
.table-container table.valorant tbody tr td.numeric, .table-container table.team-management tbody tr td.numeric {
  font-variant-numeric: tabular-nums;
}
.table-container table.valorant tbody tr td.agent img, .table-container table.team-management tbody tr td.agent img {
  width: 55px;
}
.table-container table.valorant tbody tr td.agent .agents-images, .table-container table.team-management tbody tr td.agent .agents-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.table-container table.valorant tbody tr td.agent .agents-images img, .table-container table.team-management tbody tr td.agent .agents-images img {
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
.table-container table.valorant tbody tr td.agent .agents-images img:last-child, .table-container table.team-management tbody tr td.agent .agents-images img:last-child {
  margin-right: 0;
}
.table-container table.valorant tbody tr td.match-name, .table-container table.team-management tbody tr td.match-name {
  font-size: 0.8em;
}
.table-container table.valorant tbody tr td.active, .table-container table.team-management tbody tr td.active {
  background: var(--xpulz-primary-color);
  text-shadow: 1px 1px 1px black;
}
.table-container table.valorant tbody tr:nth-of-type(odd) td.active, .table-container table.team-management tbody tr:nth-of-type(odd) td.active {
  background: var(--xpulz-primary-color-darken-10);
}
.table-container table.socials td .connector svg {
  height: 32px;
}
.table-container table.socials th .connector svg {
  height: 32px;
}
.table-container table.socials th .connector.twitter svg {
  height: 28px;
  fill: var(--xpulz-white);
}
.table-container.loading table tr {
  background: linear-gradient(to right, var(--xpulz-lightgrey) 20%, var(--xpulz-darkgrey) 50%, var(--xpulz-lightgrey) 80%);
  background-size: 1000px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

table {
  text-align: center;
  color: var(--xpulz-darkgrey-txt);
}
table tbody + tbody {
  border-top: 2px solid var(--xpulz-grey) !important;
}
table td.lose {
  background-color: var(--xpulz-red);
  color: var(--xpulz-white);
  width: 56px;
}
table td.win {
  background-color: var(--xpulz-yellow);
  color: var(--xpulz-white);
  width: 56px;
}
table td.kills {
  color: var(--xpulz-primary-color);
  font-size: 1.3em;
  width: 56px;
}
table td.kills.no_kill {
  color: var(--xpulz-red);
}
table th {
  border: none !important;
  text-align: center;
  font-size: 0.7em;
  text-transform: uppercase;
}
table tbody tr:hover {
  background-color: var(--xpulz-lightgrey-lighten-10) !important;
}
table tbody tr:hover .restriction svg, table tbody tr:hover .game svg {
  fill: var(--xpulz-black);
}
table tbody tr:hover .start_date, table tbody tr:hover .open {
  color: var(--xpulz-primary-color);
}
table tbody tr:hover .closed {
  color: var(--xpulz-red);
}
table tr.past td {
  vertical-align: middle;
}
table tr.past img {
  width: 160px;
}

.events-create {
  width: 100%;
}

.modal-content {
  color: var(--xpulz-white);
  background: var(--xpulz-lightgrey);
  box-shadow: 1px 1px 30px #0a0a0a;
  border-radius: 20px;
  border: 2px solid var(--xpulz-primary-color);
}
.modal-content .connector svg {
  height: 64px;
  width: 64px;
}
.modal-content .close {
  animation: all 0.4s;
  right: -17px;
  position: absolute;
  top: -17px;
  color: var(--xpulz-white);
  z-index: 2;
  background: var(--xpulz-primary-color);
  opacity: 1;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  text-shadow: 1px 2px 1px #000;
  font-size: 1.8em;
  padding: 0 !important;
  margin: 0 !important;
}
.modal-content .close:hover {
  background: var(--xpulz-white);
  color: var(--xpulz-primary-color);
  opacity: 1 !important;
}

.dropdown.show .dropdown-toggle {
  background: #2c2c2c;
}
.dropdown.show .dropdown-item:hover {
  background: inherit !important;
  color: var(--xpulz-red);
}
.dropdown img {
  height: 25px;
  width: auto;
  margin: 5px;
}
.dropdown img path {
  fill: red;
}
.dropdown .dropdown-toggle, .dropdown .dropdown-menu {
  background: var(--xpulz-lightgrey);
  transition: background 0.4s;
}
.dropdown:hover .dropdown-toggle {
  background: var(--xpulz-lightergrey-txt);
}
.dropdown svg {
  fill: var(--xpulz-white);
}
.dropdown .dropdown-toggle {
  cursor: pointer;
  padding: 0;
  border: none;
  box-shadow: 1px 1px 3px black;
}
.dropdown .dropdown-toggle:after {
  content: none;
}
.dropdown .dropdown-menu .dropdown-item {
  cursor: pointer;
  color: var(--xpulz-white);
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: middle;
  border: none;
}

.markdown img, .v-html img {
  max-width: 100%;
}
.markdown p, .v-html p {
  margin: 0;
  padding: 0;
  white-space: normal;
}
.markdown .ql-align-center, .v-html .ql-align-center {
  text-align: center;
}
.markdown a, .v-html a {
  color: var(--xpulz-primary-color) !important;
}
.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6, .v-html h1, .v-html h2, .v-html h3, .v-html h4, .v-html h5, .v-html h6 {
  text-shadow: 1px 1px 1px black;
  color: var(--xpulz-primary-color);
}
.markdown ul, .markdown ol, .v-html ul, .v-html ol {
  white-space: normal;
}
.markdown blockquote, .v-html blockquote {
  border-left: 4px solid var(--xpulz-lightergrey-txt);
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.markdown pre, .v-html pre {
  background-color: var(--xpulz-darkgrey);
  color: var(--xpulz-white);
  overflow: visible;
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.markdown .ql-size-small, .v-html .ql-size-small {
  font-size: small;
}
.markdown .ql-size-large, .v-html .ql-size-large {
  font-size: large;
}
.markdown .ql-size-huge, .v-html .ql-size-huge {
  font-size: xx-large;
}

.preview {
  white-space: pre-line;
  text-align: left;
  padding: 30px;
  background: var(--xpulz-darkgrey);
  color: var(--xpulz-white);
  border-radius: 10px;
}

.table {
  position: relative;
  display: table;
  padding: 0 20px;
  width: 100%;
  color: var(--xpulz-grey-txt);
}
.table.table-hover {
  overflow: hidden;
}
.table.table-hover td, .table.table-hover th {
  position: relative;
  z-index: 1;
}
.table.table-hover th {
  background: var(--xpulz-mediumgrey);
}
.table.table-hover td:hover {
  z-index: 0;
}
.table.table-hover td:hover::before {
  background-color: rgba(27, 27, 27, 0.85);
  content: "";
  height: 100%;
  left: -5000px;
  position: absolute;
  top: 0;
  width: 10000px;
  z-index: -2;
}
.table.table-hover td:hover::after {
  background-color: rgba(27, 27, 27, 0.85);
  content: "";
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
}
.table .timer {
  position: absolute;
  z-index: 999;
  margin-top: 6px;
  margin-left: -20px;
}
.table .table-tr {
  position: relative;
  display: table-row;
}
.table .table-tr .table-th,
.table .table-tr .table-td {
  color: var(--xpulz-white);
  position: relative;
  display: table-cell;
  padding: 20px 2px;
  padding-left: 14px;
  vertical-align: middle;
}
.table .table-tr .table-th .custom-select ul.select,
.table .table-tr .table-td .custom-select ul.select {
  width: 180px;
}
.table .table-tr .table-th .custom-select ul.select.selected,
.table .table-tr .table-td .custom-select ul.select.selected {
  width: 280px;
}
.table .table-tr .table-th {
  text-transform: uppercase;
  vertical-align: top;
  background: var(--xpulz-darkgrey);
}
.table .table-tr .table-th.sortable {
  cursor: pointer;
}
.table .table-tr .table-th.sortable span {
  position: relative;
  padding-right: 15px;
}
.table .table-tr .table-th.sortable span i.icon-arrow {
  position: absolute;
  right: 2px;
  cursor: pointer;
  display: inline-block;
  transition: transform linear 200ms;
  -webkit-transition: transform linear 200ms;
  -o-transition: transform linear 200ms;
  -ms-transition: transform linear 200ms;
  opacity: 0;
}
.table .table-tr .table-th.sortable span i.icon-arrow.up {
  /*$rotate (50deg) */
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.table .table-tr .table-th.sortable.sorted .icon-arrow {
  opacity: 1;
}
.table .table-tr .table-th.sortable:hover .icon-arrow {
  opacity: 1;
}
.table .table-tr .table-th.sortable:hover .icon-arrow.up {
  /*$rotate (50deg) */
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.table .table-tr .table-th.sortable:hover .icon-arrow.down {
  /*$rotate (50deg) */
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.table .table-tr .table-td {
  color: var(--xpulz-white);
  font-weight: 300;
}
.table .table-tr .table-td span.border {
  border: 1px solid;
  padding: 5px 10px;
  font-style: italic;
}
.table .table-tr .table-td span.border.green {
  color: var(--xpulz-yellow);
}
.table .table-tr .table-td span.border.red {
  color: var(--xpulz-red);
}

.btn-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 5px 0 !important;
  height: 100% !important;
  width: auto !important;
}
.btn-login.min-150 {
  min-width: 150px !important;
}
.btn-login svg {
  height: 38px;
  padding: 0;
  fill: var(--xpulz-white) !important;
}
.btn-login svg path {
  fill: var(--xpulz-white) !important;
}
.btn-login .connector {
  z-index: 1;
}
.btn-login.loading span {
  color: var(--xpulz-darkgrey-txt) !important;
}
.btn-login section {
  margin-right: 10px;
  margin-left: 10px;
  white-space: nowrap;
}
.btn-login span {
  z-index: 1;
  color: var(--xpulz-white) !important;
}

.connector.activision svg path:first-child {
  fill: var(--xpulz-darkgrey) !important;
}
.connector.nintendo svg path:first-child {
  fill: rgb(230, 0, 18) !important;
}

.list-table.vue .custom-select.custom-select-no-conflict {
  display: none;
}
.list-table.vue .create {
  background: var(--xpulz-red);
  padding: 5px 10px;
  color: var(--xpulz-white);
  cursor: pointer;
  transition: color 0.4s;
  display: inline-block;
}
.list-table.vue .create:hover {
  color: var(--xpulz-red);
  background: var(--xpulz-white);
}
.list-table.vue .table-tr.width-fix, .list-table.vue .table-tr.width-fix * {
  height: 0;
  height: 0;
  max-height: 0px;
}
.list-table.vue .table-tr .edit-save {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  flex-direction: column;
  width: 20px;
}
.list-table.vue .table-tr .edit-save .confirm {
  margin-bottom: 10px;
}
.list-table.vue .table-tr .edit-save span.icon-check {
  font-size: 1.5em;
  color: lightgreen;
}
.list-table.vue .table-tr .edit-save span {
  cursor: pointer;
  font-size: 1.3em;
  color: lightgray;
  margin-bottom: 10px;
}
.list-table.vue .table-tr .edit-save span:hover.icon-check {
  color: darkseagreen;
}
.list-table.vue .table-tr .edit-save span:hover {
  color: black;
}
.list-table.vue .table-tr.deletable .button-deletable {
  display: none;
}
.list-table.vue .table-tr.deletable .button-deletable .icon-delete {
  position: absolute;
  transform: translate3d(-100%, 47%, 0);
  cursor: pointer;
  background: url(/svg/trash-can.svg) no-repeat;
  width: 32px;
  right: 5px;
}
.list-table.vue .table-tr.deletable .button-deletable .confirm-delete {
  position: absolute;
  transform: translate3d(-100%, 0, 0);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px;
  background: grey;
  font-size: 0.7em;
}
.list-table.vue .table-tr.deletable .button-deletable .confirm-delete .confirm {
  margin-bottom: 10px;
}
.list-table.vue .table-tr.deletable .button-deletable .confirm-delete span {
  cursor: pointer;
  font-size: 1.3em;
  color: lightgray;
}
.list-table.vue .table-tr.deletable .button-deletable .confirm-delete span:hover {
  color: black;
}
.list-table.vue .table-tr.deletable:hover .button-deletable {
  display: block;
}
.list-table.vue .table-tr.table-search input {
  padding: 5px;
  min-height: 30px;
  width: 100%;
}
.list-table.vue .table-td.editable .error {
  color: var(--xpulz-red);
  position: absolute;
}
.list-table.vue .table-td.editable .edition {
  display: none;
  position: absolute;
  transform: translate3d(-100%, 0, 0);
  cursor: pointer;
}
.list-table.vue .table-td.editable:hover .edition {
  display: block;
}
.list-table.vue .table-td.editable .edit-input input {
  width: 100%;
  height: 30px;
  padding: 5px;
}
.list-table.vue .table-td p {
  color: var(--xpulz-grey-txt);
  display: initial;
}
.list-table.vue .table-td img {
  height: 30px;
  vertical-align: middle;
  margin-right: 20px;
}

.live-tracker-spinner {
  font-size: 10px;
  text-indent: -9999em;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #FF5252;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 4s infinite linear;
  animation: load8 4s infinite linear;
  position: absolute;
  left: 0;
  width: 200px;
  height: 200Px;
  z-index: 5;
  margin-left: 70Px;
}

.live-tracker-spinner, .live-tracker-spinner:after {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pubgtracker a {
  color: var(--xpulz-white);
}

*[href] {
  cursor: pointer;
}

img.flag {
  width: 14px;
}

.badge.flag {
  background: none;
  order: -1;
  padding: 0;
}
.badge.flag img.flag {
  max-height: 16px;
}

.form-game-edit-name select {
  width: 50%;
}
.form-game-edit-name .cta {
  margin-top: 20px;
}
.form-game-edit-name .cta.xpulz {
  margin-left: 10px;
}
.form-game-edit-name.brawlstars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.form-game-edit-name.brawlstars img {
  width: 75%;
  margin-bottom: 20px;
}

.modal-header {
  border: none;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.7;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.btn-close:hover {
  opacity: 1;
}

#modal-ranking .modal-content, #modal-informations .modal-content, #modal-overview .modal-content {
  background: var(--xpulz-lightgrey);
}
#modal-ranking .modal-content .component-title, #modal-informations .modal-content .component-title, #modal-overview .modal-content .component-title {
  display: none !important;
}

.popover-body {
  color: white;
}

.component-help {
  display: inline-block;
}
.component-help.left {
  margin-right: 5px;
}
.component-help.right {
  margin-left: 5px;
}
.component-help svg {
  height: 20px;
}
.component-help svg path {
  fill: silver;
}

.title-tournament .left, .title-tournament .right {
  position: absolute;
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.title-tournament .left .txt, .title-tournament .right .txt {
  font-size: 0.4em;
}
.title-tournament .left .date, .title-tournament .right .date {
  font-size: 0.8em;
}
.title-tournament .left {
  left: 0;
}
.title-tournament .right {
  right: 0;
}
.title-tournament {
  background: linear-gradient(105deg, var(--xpulz-primary-color-darken-20) 30%, var(--xpulz-primary-color) 30%, var(--xpulz-primary-color) 70%, var(--xpulz-primary-color-darken-20) 30%);
  text-transform: uppercase;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
}
.title-tournament .text {
  font-size: 2em;
}
.title-tournament {
  padding: 15px 0;
  width: 100%;
  position: relative;
}
.title-tournament .cta-container {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.title-tournament .cta-container .cta {
  margin-right: 10px;
}
.title-tournament.lol {
  background: linear-gradient(105deg, rgb(25.1230769231, 77.5538461538, 187.8769230769) 30%, #5383E8 30%, #5383E8 70%, rgb(25.1230769231, 77.5538461538, 187.8769230769) 30%);
}
.title-tournament.lol.red {
  background: linear-gradient(105deg, rgb(173.1495327103, 20.8504672897, 41.7009345794) 30%, #E84057 30%, #E84057 70%, rgb(173.1495327103, 20.8504672897, 41.7009345794) 30%);
}

@media (max-width: 900px) {
  .title-tournament {
    font-size: 1em;
    background: linear-gradient(105deg, var(--xpulz-primary-color-darken-20) 10%, var(--xpulz-primary-color) 10%, var(--xpulz-primary-color) 90%, var(--xpulz-primary-color-darken-20) 10%);
  }
  .menu-bar.tournament {
    position: relative !important;
  }
  .menu-bar.tournament .steps {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-bar.tournament .steps .step {
    width: calc(50% - 10px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .menu-bar.tournament .steps .step:last-child {
    margin-right: 0;
  }
  .menu-bar.tournament .steps .step.selected {
    background: var(--xpulz-primary-color);
    color: var(--xpulz-white);
    border-bottom-color: transparent;
  }
}
.danger-zone {
  border: 2px solid var(--xpulz-red);
  padding: 20px;
  padding-top: 10px;
  border-radius: 10px;
}
.danger-zone .component-title {
  color: var(--xpulz-red);
}

.fc .fc-popover {
  z-index: 10;
}

.fc .fc-button-primary {
  outline: none !important;
  box-shadow: none !important;
  background: var(--xpulz-primary-color-darken-20);
  border: 1px solid var(--xpulz-primary-color);
  color: var(--xpulz-white);
}
.fc .fc-button-primary.fc-button-active {
  background: var(--xpulz-primary-color) !important;
  border: 1px solid var(--xpulz-primary-color-darken-10) !important;
  color: var(--xpulz-white);
}
.fc .fc-button-primary:disabled {
  background: var(--xpulz-darkgrey);
  border: 1px solid var(--xpulz-darkgrey);
  color: var(--xpulz-white);
}
.fc .fc-button-primary:hover {
  background: var(--xpulz-primary-color-darken-10);
  border: 1px solid var(--xpulz-primary-color-darken-10);
}
.fc .fc-button-primary:focus {
  outline: none !important;
}

#eventModal .modal-header {
  background-size: cover;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  text-shadow: 1px 1px 1px black;
  font-size: 1.2em;
  text-transform: uppercase;
  background-color: var(--xpulz-darkgrey);
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#eventModal .modal-header .modal-title {
  background: rgba(0, 0, 0, 0.5215686275);
  height: 100%;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}
#eventModal .modal-body strong {
  width: 60px;
  display: inline-block;
  text-align: left;
  margin-right: 5px;
}
#eventModal #modalPlayersList {
  list-style: none;
  padding: 0;
}
#eventModal #modalPlayersList li img {
  height: 64px;
  width: 64px;
  border-radius: 100%;
  margin-right: 10px;
}
#eventModal #modalPlayersList li {
  margin-bottom: 10px;
}

.fc.fc-theme-standard {
  color: var(--xpulz-white);
}
.fc.fc-theme-standard table th {
  background: var(--xpulz-darkgrey);
  text-align: center;
  color: #a0aec0;
  font-size: 0.8em;
  font-weight: 700;
  cursor: default;
  user-select: none;
  padding: 2px 0;
}
.fc.fc-theme-standard table tr {
  color: var(--xpulz-white);
}
.fc.fc-theme-standard table tr:hover {
  background: inherit !important;
}
.fc.fc-theme-standard table tr td.fc-day.fc-day-sat, .fc.fc-theme-standard table tr td.fc-day.fc-day-sun {
  background-color: var(--xpulz-mediumgrey);
}
.fc.fc-theme-standard table tr td .fc-daygrid-day-top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-variant-numeric: tabular-nums;
  font-size: 0.8em;
  font-weight: bold;
}
.fc.fc-theme-standard .fc-timegrid-event.game .fc-event-time {
  display: none;
}
.fc.fc-theme-standard .fc-more-popover .fc-popover-body {
  overflow: auto;
  max-height: 277px;
}
.fc.fc-theme-standard .fc-timegrid-event.external .fc-event-time {
  color: var(--xpulz-darkgrey);
}
.fc.fc-theme-standard .event-icon {
  width: 20px;
  margin-right: 5px;
}
.fc.fc-theme-standard .fc-event .fc-event-time-new {
  font-size: var(--fc-small-font-size);
  margin-bottom: 1px;
  white-space: nowrap;
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}
.fc.fc-theme-standard .fc-event .fc-event-title {
  text-align: left;
  color: var(--xpulz-white) !important;
}
.fc.fc-theme-standard .fc-event.fc-daygrid-dot-event.external .fc-daygrid-event-dot {
  border-color: var(--xpulz-yellow);
}
.fc.fc-theme-standard .fc-event.fc-daygrid-dot-event.game .fc-daygrid-event-dot {
  border-color: var(--xpulz-darkgrey);
}
.fc.fc-theme-standard .fc-event.fc-daygrid-dot-event.tournament .fc-daygrid-event-dot {
  border-color: var(--xpulz-primary-color);
}
.fc.fc-theme-standard .fc-event.fc-daygrid-block-event.external, .fc.fc-theme-standard .fc-event.fc-timegrid-event.external {
  background-color: var(--xpulz-yellow);
}
.fc.fc-theme-standard .fc-event.fc-daygrid-block-event.external .fc-event-title, .fc.fc-theme-standard .fc-event.fc-timegrid-event.external .fc-event-title {
  color: var(--xpulz-darkgrey) !important;
  font-weight: bold;
}
.fc.fc-theme-standard .fc-event.fc-daygrid-block-event.game, .fc.fc-theme-standard .fc-event.fc-timegrid-event.game {
  background-color: var(--xpulz-darkgrey);
}
.fc.fc-theme-standard .fc-event.fc-daygrid-block-event.tournament, .fc.fc-theme-standard .fc-event.fc-timegrid-event.tournament {
  background-color: var(--xpulz-primary-color);
}
.fc.fc-theme-standard.loading tr td.fc-day {
  background: linear-gradient(to right, var(--xpulz-lightgrey) 20%, var(--xpulz-darkgrey) 50%, var(--xpulz-lightgrey) 80%);
  background-size: 1000px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.custom-calendar.weekdays .vc-header, .custom-calendar.weekdays .vc-arrows-container {
  display: none;
}
.custom-calendar.weekdays .vc-day {
  display: none;
  min-height: 200px;
}
.custom-calendar.weekdays .vc-day.day-1, .custom-calendar.weekdays .vc-day.day-2, .custom-calendar.weekdays .vc-day.day-3, .custom-calendar.weekdays .vc-day.day-4, .custom-calendar.weekdays .vc-day.day-5, .custom-calendar.weekdays .vc-day.day-6, .custom-calendar.weekdays .vc-day.day-7 {
  display: block;
}
.custom-calendar.weekdays .vc-day.in-next-month {
  display: none !important;
}

.mini-calendar.vc-container {
  --day-width: 90px;
  --day-height: 90px;
  --weekday-bg: var(--xpulz-darkgrey);
  --xpulz-900: var(--xpulz-primary-color-lighten-20);
  --blue-600: var(--xpulz-primary-color-darken-10);
  width: 100%;
  border-color: var(--xpulz-darkgrey);
  border-radius: 0;
  background: transparent;
}
.mini-calendar.vc-container .vc-highlight {
  display: none !important;
}
.mini-calendar.vc-container .vc-bars .vc-bar {
  margin-right: 2px;
}
.mini-calendar.vc-container .vc-bars .vc-bar:last-child {
  margin-right: 0;
}
.mini-calendar.vc-container .vc-bars .vc-bar {
  display: none;
}
.mini-calendar.vc-container .vc-bars .vc-bar:nth-child(-n+4) {
  display: block;
}
.mini-calendar.vc-container .vc-dots {
  margin-bottom: 5px;
}
.mini-calendar.vc-container .vc-dots .vc-dot {
  display: none;
}
.mini-calendar.vc-container .vc-dots .vc-dot:nth-child(-n+4) {
  display: block;
}
.mini-calendar.vc-container.vc-header {
  background-color: var(--xpulz-lightgrey);
  padding: 10px 0;
  color: white;
  height: auto;
}
.mini-calendar.vc-container.vc-header .vc-title-wrapper {
  z-index: 1;
}
.mini-calendar.vc-container.vc-header .vc-arrow, .mini-calendar.vc-container.vc-header .vc-title {
  outline: none !important;
  box-shadow: none !important;
  background: var(--xpulz-primary-color-darken-20);
  border: 1px solid var(--xpulz-primary-color);
  color: var(--xpulz-white);
}
.mini-calendar.vc-container .vc-weeks {
  padding: 0;
}
.mini-calendar.vc-container .vc-weekday {
  background-color: var(--xpulz-darkgrey);
  padding: 5px 0;
}
.mini-calendar.vc-container .vc-day {
  padding: 0 5px 3px 5px;
  text-align: left;
  background-color: var(--xpulz-lightgrey);
  color: var(--xpulz-white);
}
.mini-calendar.vc-container .vc-day.is-today {
  background: var(--xpulz-primary-color-darken-20);
}
.mini-calendar.vc-container .vc-day.weekday-1, .mini-calendar.vc-container .vc-day.weekday-7 {
  background-color: var(--xpulz-mediumgrey);
}
.mini-calendar.vc-container .vc-day:not(.on-bottom) {
  border-bottom: var(--day-border);
}
.mini-calendar.vc-container .vc-day:not(.on-bottom).weekday-1 {
  border-bottom: var(--day-border-highlight);
}
.mini-calendar.vc-container .vc-day:not(.on-right) {
  border-right: var(--day-border);
}
.mini-calendar.vc-container .vc-day-dots {
  margin-bottom: 5px;
}

.custom-calendar.vc-container {
  --day-border: 1px solid var(--xpulz-darkgrey);
  --day-border-highlight: 1px solid var(--xpulz-darkgrey);
  --day-width: 90px;
  --day-height: 90px;
  --weekday-bg: var(--xpulz-darkgrey);
  --weekday-border: 1px solid var(--xpulz-darkgrey);
  border-color: var(--xpulz-darkgrey);
  border-radius: 0;
  width: 100%;
}
.custom-calendar.vc-container .vc-header {
  background-color: var(--xpulz-lightgrey);
  padding: 10px 0;
  color: white;
}
.custom-calendar.vc-container .vc-header .vc-title {
  color: white;
}
.custom-calendar.vc-container .vc-dots, .custom-calendar.vc-container .vc-bars {
  display: none;
}
.custom-calendar.vc-container .vc-weeks {
  padding: 0;
}
.custom-calendar.vc-container .vc-weekday {
  background-color: var(--xpulz-darkgrey);
  border-bottom: var(--weekday-border);
  border-top: var(--weekday-border);
  padding: 5px 0;
}
.custom-calendar.vc-container .vc-day {
  padding: 0 5px 3px 5px;
  text-align: left;
  height: var(--day-height);
  min-width: var(--day-width);
  background-color: var(--xpulz-lightgrey);
  overflow-y: auto;
}
.custom-calendar.vc-container .vc-day .schedule-events svg, .custom-calendar.vc-container .vc-day .schedule-events img {
  height: 14px;
  width: 14px;
}
.custom-calendar.vc-container .vc-day .day-label {
  text-align: center;
  width: 100%;
  display: block;
  font-variant-numeric: tabular-nums;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 2px;
}
.custom-calendar.vc-container .vc-day.is-today {
  background: var(--xpulz-primary-color-darken-20);
}
.custom-calendar.vc-container .vc-day.weekday-1, .custom-calendar.vc-container .vc-day.weekday-7 {
  background-color: var(--xpulz-mediumgrey);
}
.custom-calendar.vc-container .vc-day:not(.on-bottom) {
  border-bottom: var(--day-border);
}
.custom-calendar.vc-container .vc-day:not(.on-bottom).weekday-1 {
  border-bottom: var(--day-border-highlight);
}
.custom-calendar.vc-container .vc-day:not(.on-right) {
  border-right: var(--day-border);
}
.custom-calendar.vc-container .vc-day-dots {
  margin-bottom: 5px;
}
.custom-calendar.vc-container.show-week1 .vc-day {
  display: none;
}
.custom-calendar.vc-container.show-week1 .vc-day:nth-child(n+8):nth-child(-n+14) {
  display: block;
}
.custom-calendar.vc-container.show-week2 .vc-day {
  display: none;
}
.custom-calendar.vc-container.show-week2 .vc-day:nth-child(n+15):nth-child(-n+21) {
  display: block;
}
.custom-calendar.vc-container.show-week3 .vc-day {
  display: none;
}
.custom-calendar.vc-container.show-week3 .vc-day:nth-child(n+22):nth-child(-n+28) {
  display: block;
}
.custom-calendar.vc-container.show-week4 .vc-day {
  display: none;
}
.custom-calendar.vc-container.show-week4 .vc-day:nth-child(n+29):nth-child(-n+35) {
  display: block;
}
.custom-calendar.vc-container.show-week5 .vc-day {
  display: none;
}
.custom-calendar.vc-container.show-week5 .vc-day:nth-child(n+36):nth-child(-n+42) {
  display: block;
}
.custom-calendar.vc-container.weekly.vc-day {
  min-height: 380px;
}
.custom-calendar.vc-container.weekly.vc-day .schedule-events {
  font-size: 0.8em;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-calendar.vc-container.weekly.vc-day .schedule-events .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom-calendar.vc-container.months .vc-day {
  min-height: 180px;
}
.custom-calendar.vc-container.months .vc-day .schedule-events {
  font-size: 0.8em;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-calendar.vc-container.months .vc-day .schedule-events .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom-calendar.vc-container.loading .vc-day {
  background: linear-gradient(to right, var(--xpulz-lightgrey) 20%, var(--xpulz-darkgrey) 50%, var(--xpulz-lightgrey) 80%);
  background-size: 1000px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.ai-span {
  font-size: 0.7em;
  margin-left: 5px;
  border-color: white !important;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.ai-span .loader-dot {
  width: 20px;
  background: radial-gradient(circle closest-side, white 90%, transparent) 0/28% 100% space;
}

.menu.stick {
  position: sticky;
  z-index: 10;
  top: 59px;
}
.menu.sticky .avatar {
  width: 40px;
  height: 40px;
  margin-right: 14px;
}
.menu {
  padding: 7px;
  background: var(--xpulz-black);
  border-top: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
}
.menu svg {
  margin-right: 10px;
  height: 34px;
}
.menu .nav-item.first {
  border-left: 1px solid #2c2c2c;
}
.menu .nav-item.auto {
  width: auto;
}
.menu .nav-item .nav-link.active {
  background: #9B2120;
  border-radius: 1.25em;
  padding-left: 25px;
  padding-right: 25px;
}
.menu .nav-item {
  text-align: center;
  position: relative;
  border-right: 1px solid #2c2c2c;
  width: 180px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.menu .nav-item {
  margin-left: 5px;
}
.menu .nav-item .badge {
  display: none;
  background-color: #924557;
  position: absolute;
  right: 15px;
  top: 12px;
}
.menu .nav-item:last-child {
  border: none;
}

.menu-content {
  display: none;
}
.menu-content.active {
  display: block;
}
.menu-content {
  position: relative;
}
.menu-content.one-page {
  border-bottom: none;
  border-radius: 0;
}
.menu-content .title {
  margin: 20px;
  position: relative;
}
.menu-content .title.center {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.menu-content .title .cta {
  z-index: 1;
}

.header-content-bg {
  background: linear-gradient(90deg, var(--xpulz-darkgrey), var(--xpulz-medium-grey), var(--xpulz-darkgrey));
}
.header-content-bg.darken {
  background: var(--xpulz-lightgrey);
}
.header-content-bg:before, .header-content-bg:after {
  --p: 0;
  --s: calc(1 - 2*var(--p));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-mask: var(--m);
  mask: var(--m);
  content: "";
}
.header-content-bg:after {
  --p: 1 ;
}
.header-content-bg:before, .header-content-bg:after {
  --c0: hsla(0, 0%, 0%, var(--p));
  --c1: hsla(0, 0%, 0%, calc(1 - var(--p)));
  background: linear-gradient(calc(var(--s) * 45deg), transparent calc(50% - 1px), var(--xpulz-darkgrey) 0, var(--xpulz-darkgrey) calc(50% + 1px), transparent 0) 50%/0.75em 0.75em;
  --m: repeating-conic-gradient(var(--c0) 0%, var(--c0) 45deg, var(--c1) 0%, var(--c1) 90deg) ;
}
.header-content-bg.no-bg:before, .header-content-bg.no-bg:after {
  background: none !important;
  width: 0;
  height: 0;
}

.croppa-container canvas {
  width: 100% !important;
  height: auto !important;
}

.croppa-container {
  align-self: center !important;
}

.header-content {
  height: 350px;
  position: relative;
}
.header-content iframe {
  height: 350px;
  width: 100%;
}
.header-content.game {
  height: 350px;
  background-size: cover;
  background-position: center center;
}
.header-content.game .info {
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7411764706) 20%, transparent);
}
.header-content.game .info .game-name {
  position: relative;
  color: var(--xpulz-yellow);
  z-index: 2;
  height: 100%;
  font-size: 5em;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px black;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header-content.game.valorant {
  background-position: center -170px;
}
.header-content.game.valorant .info {
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.7411764706) 80%);
}
.header-content.game.valorant .info .game-name {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
  padding-right: 20px;
}
.header-content.game.pubg {
  background-position: center -80px;
}
.header-content .button-top {
  position: absolute;
  top: 20px;
  z-index: 3;
  right: -10px;
}
.header-content .button-top.stick {
  position: fixed;
  z-index: 274;
}
.header-content .button-top .cta {
  font-size: 1.4em;
}
.header-content .button-top .cta.checkin {
  display: none;
}
.header-content .button-top .cta.checkin-txt {
  display: block;
}
.header-content .button-top .cta.checkin-txt div {
  color: var(--xpulz-white);
}
.header-content .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, var(--xpulz-darkgrey) 92%);
  left: 0;
  top: 0;
  z-index: 2;
}
.header-content .bg-image {
  background-position: center 22%;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
.header-content .bg-image.leagueoflegend {
  background-position: center 50%;
}
.header-content .bg-image.codwarzone {
  background-position: center 70%;
}
.header-content .bg-image.brawlstar {
  background-position: center 90%;
}
.header-content .upload-cover {
  position: absolute;
  width: 32px;
  top: 10px;
  right: 18px;
  z-index: 4;
  cursor: pointer;
  display: none;
  width: 32px;
  height: 32px;
  font-size: 0;
}
.header-content input.upload-cover {
  opacity: 0;
}
.header-content .edit_cover {
  position: absolute;
  top: 20px;
  left: 82px;
  z-index: 2;
  display: flex;
  gap: 8px;
}
.header-content .edit_cover svg {
  height: 30px;
}
.header-content .edit_cover .cta {
  padding: 0px 10px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.header-content .edit_cover .cta img.svg, .header-content .edit_cover .cta svg {
  margin: 6px;
  width: 29px;
}
.header-content:hover .upload-cover {
  display: block;
}
.header-content:hover .edit-avatar {
  display: block;
}

.header-top-menu {
  height: 50px;
  background: var(--xpulz-darkgrey);
}

.header-menu {
  background: var(--xpulz-darkgrey);
  top: var(--menutop-height);
  z-index: 3;
}
.header-menu.sticky {
  position: sticky;
  top: var(--menutop-height);
}
.header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-menu ul li {
  cursor: pointer;
  padding: 10px 30px;
  border-bottom: 3px solid transparent;
}
.header-menu ul li a {
  color: var(--xpulz-grey-txt);
}
.header-menu ul li:hover, .header-menu ul li.active {
  border-bottom: 3px solid var(--xpulz-lightergrey-txt);
}
.header-menu ul li:hover a, .header-menu ul li.active a {
  color: var(--xpulz-lightergrey-txt);
}

.xpulz-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  border: 4px solid var(--xpulz-primary-color);
  padding: 40px 30px 10px 30px;
  margin-bottom: 90px;
  margin-top: 50px;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.4);
  background: var(--xpulz-darkgrey);
  width: 600px;
}
.xpulz-stats .title {
  padding: 10px 20px;
  position: absolute;
  top: -28px;
  font-size: 1.3em;
  font-weight: bold;
  color: var(--xpulz-darkgrey-txt);
  background: var(--xpulz-primary-color);
  width: auto;
  text-align: center;
  margin: 0;
}
.xpulz-stats .title:after {
  border: none;
}
.xpulz-stats.white {
  border-color: var(--xpulz-lightergrey-txt);
}
.xpulz-stats.white .title {
  background: var(--xpulz-lightergrey-txt);
}
.xpulz-stats ul {
  padding: 20px 0;
  width: 100%;
}
.xpulz-stats ul li.stat {
  width: 25%;
  padding: 0 10px;
}
.xpulz-stats ul li.stat .svg {
  width: 60px;
}
.xpulz-stats ul li.stat svg {
  width: 60px;
}
.xpulz-stats ul li.stat .text {
  font-size: 0.7em;
  color: var(--xpulz-lightergrey-txt);
  text-align: center;
}
.xpulz-stats ul li.stat .number {
  font-size: 2.2em;
  color: var(--xpulz-primary-color);
  text-align: center;
}

.match-header-component {
  position: relative;
  width: 100%;
}

.button-bottom {
  position: absolute;
  bottom: -40px;
  width: 100%;
  z-index: 2;
}
.button-bottom .cta {
  background: var(--xpulz-darkgrey);
  color: var(--xpulz-primary-color);
  height: 60px;
  font-size: 1.4em;
}

.ctas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.ctas .cta {
  margin-right: 10px;
}
.ctas .cta:last-child {
  margin-right: 0;
}
.ctas .cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: var(--xpulz-mediumgrey);
  padding: 15px 30px;
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 30px;
  max-width: 380px;
}
.ctas .cta-container:last-child {
  margin-right: 0;
}
.ctas .cta-container .help {
  font-size: 0.9em;
  color: var(--xpulz-white);
  margin-bottom: 10px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.cta {
  user-select: none;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 900;
  padding: 15px 20px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
}
.cta.no-action {
  cursor: default;
}
.cta::before, .cta::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.cta span:last-child {
  font-size: 0.6em;
  color: var(--xpulz-grey);
}
.cta.yellow {
  color: var(--xpulz-darkgrey);
  background-color: var(--xpulz-yellow);
  transition: all 0.5s;
}
.cta.yellow:hover {
  background-image: linear-gradient(to right, var(--xpulz-yellow) 0%, var(--xpulz-yellow-darken-20, var(--xpulz-yellow)) 50%, var(--xpulz-yellow-lighten-20, var(--xpulz-yellow)) 100%);
  background-size: 500% 500%;
  background-position: right center;
  color: var(--xpulz-darkgrey);
}
.cta.yellow.nohover {
  transition: color 0.25s;
}
.cta.yellow.nohover::before, .cta.yellow.nohover::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.yellow.nohover::before {
  top: 0;
  left: 0;
}
.cta.yellow.nohover::after {
  bottom: 0;
  right: 0;
}
.cta.yellow.nohover:hover {
  color: var(--xpulz-darkgrey);
}
.cta.yellow.nohover:hover::before, .cta.yellow.nohover:hover::after {
  width: 100%;
  height: 100%;
}
.cta.yellow.nohover:hover::before {
  border-top-color: var(--xpulz-yellow);
  border-right-color: var(--xpulz-yellow);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.yellow.nohover:hover::after {
  border-bottom-color: var(--xpulz-yellow);
  border-left-color: var(--xpulz-yellow);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.yellow.nohover:hover {
  color: var(--xpulz-darkgrey);
}
.cta.yellow.nohover::after {
  top: 0;
  left: 0;
}
.cta.yellow.nohover:hover::before {
  border-top-color: var(--xpulz-yellow);
  border-right-color: var(--xpulz-yellow);
}
.cta.yellow.nohover:hover::after {
  border-bottom-color: var(--xpulz-yellow);
  border-left-color: var(--xpulz-yellow);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.cta.yellow.nohover {
  cursor: default;
}
.cta.yellow.cta-border {
  color: var(--xpulz-yellow);
  background: none;
  box-shadow: inset 0 0 0 2px var(--xpulz-yellow);
  transition: color 0.25s;
}
.cta.yellow.cta-border::before, .cta.yellow.cta-border::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.yellow.cta-border::before {
  top: 0;
  left: 0;
}
.cta.yellow.cta-border::after {
  bottom: 0;
  right: 0;
}
.cta.yellow.cta-border:hover {
  color: var(--xpulz-yellow-lighten-20);
}
.cta.yellow.cta-border:hover::before, .cta.yellow.cta-border:hover::after {
  width: 100%;
  height: 100%;
}
.cta.yellow.cta-border:hover::before {
  border-top-color: var(--xpulz-yellow-lighten-20);
  border-right-color: var(--xpulz-yellow-lighten-20);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.yellow.cta-border:hover::after {
  border-bottom-color: var(--xpulz-yellow-lighten-20);
  border-left-color: var(--xpulz-yellow-lighten-20);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.yellow.cta-border:hover {
  color: var(--xpulz-yellow-lighten-20);
}
.cta.yellow.cta-border::after {
  top: 0;
  left: 0;
}
.cta.yellow.cta-border:hover::before {
  border-top-color: var(--xpulz-yellow-lighten-20);
  border-right-color: var(--xpulz-yellow-lighten-20);
}
.cta.yellow.cta-border:hover::after {
  border-bottom-color: var(--xpulz-yellow-lighten-20);
  border-left-color: var(--xpulz-yellow-lighten-20);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
@keyframes ctaloading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.cta.yellow.loading::before {
  width: 0 !important;
  left: 0;
}
.cta.yellow.loading::after {
  left: 0;
  height: 100%;
  border: none;
  background-color: var(--xpulz-yellow-lighten-20);
  animation: ctaloading 2s infinite;
}
.cta.yellow.loading:hover {
  color: var(--xpulz-white) !important;
}
.cta.yellow.loading .text {
  z-index: 1;
  white-space: pre;
}
.cta.yellow.loading {
  cursor: progress;
}
.cta.red {
  color: var(--xpulz-darkgrey);
  background-color: var(--xpulz-red);
  transition: all 0.5s;
}
.cta.red:hover {
  background-image: linear-gradient(to right, var(--xpulz-red) 0%, var(--xpulz-red-darken-20, var(--xpulz-red)) 50%, var(--xpulz-red-lighten-20, var(--xpulz-red)) 100%);
  background-size: 500% 500%;
  background-position: right center;
  color: var(--xpulz-darkgrey);
}
.cta.red.nohover {
  transition: color 0.25s;
}
.cta.red.nohover::before, .cta.red.nohover::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.red.nohover::before {
  top: 0;
  left: 0;
}
.cta.red.nohover::after {
  bottom: 0;
  right: 0;
}
.cta.red.nohover:hover {
  color: var(--xpulz-darkgrey);
}
.cta.red.nohover:hover::before, .cta.red.nohover:hover::after {
  width: 100%;
  height: 100%;
}
.cta.red.nohover:hover::before {
  border-top-color: var(--xpulz-red);
  border-right-color: var(--xpulz-red);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.red.nohover:hover::after {
  border-bottom-color: var(--xpulz-red);
  border-left-color: var(--xpulz-red);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.red.nohover:hover {
  color: var(--xpulz-darkgrey);
}
.cta.red.nohover::after {
  top: 0;
  left: 0;
}
.cta.red.nohover:hover::before {
  border-top-color: var(--xpulz-red);
  border-right-color: var(--xpulz-red);
}
.cta.red.nohover:hover::after {
  border-bottom-color: var(--xpulz-red);
  border-left-color: var(--xpulz-red);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.cta.red.nohover {
  cursor: default;
}
.cta.red.cta-border {
  color: var(--xpulz-red);
  background: none;
  box-shadow: inset 0 0 0 2px var(--xpulz-red);
  transition: color 0.25s;
}
.cta.red.cta-border::before, .cta.red.cta-border::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.red.cta-border::before {
  top: 0;
  left: 0;
}
.cta.red.cta-border::after {
  bottom: 0;
  right: 0;
}
.cta.red.cta-border:hover {
  color: var(--xpulz-red-lighten-20);
}
.cta.red.cta-border:hover::before, .cta.red.cta-border:hover::after {
  width: 100%;
  height: 100%;
}
.cta.red.cta-border:hover::before {
  border-top-color: var(--xpulz-red-lighten-20);
  border-right-color: var(--xpulz-red-lighten-20);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.red.cta-border:hover::after {
  border-bottom-color: var(--xpulz-red-lighten-20);
  border-left-color: var(--xpulz-red-lighten-20);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.red.cta-border:hover {
  color: var(--xpulz-red-lighten-20);
}
.cta.red.cta-border::after {
  top: 0;
  left: 0;
}
.cta.red.cta-border:hover::before {
  border-top-color: var(--xpulz-red-lighten-20);
  border-right-color: var(--xpulz-red-lighten-20);
}
.cta.red.cta-border:hover::after {
  border-bottom-color: var(--xpulz-red-lighten-20);
  border-left-color: var(--xpulz-red-lighten-20);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
@keyframes ctaloading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.cta.red.loading::before {
  width: 0 !important;
  left: 0;
}
.cta.red.loading::after {
  left: 0;
  height: 100%;
  border: none;
  background-color: var(--xpulz-red-lighten-20);
  animation: ctaloading 2s infinite;
}
.cta.red.loading:hover {
  color: var(--xpulz-white) !important;
}
.cta.red.loading .text {
  z-index: 1;
  white-space: pre;
}
.cta.red.loading {
  cursor: progress;
}
.cta.black {
  color: var(--xpulz-white);
  background-color: var(--xpulz-darkgrey);
  transition: all 0.5s;
}
.cta.black:hover {
  background-image: linear-gradient(to right, var(--xpulz-darkgrey) 0%, var(--xpulz-darkgrey-darken-20, var(--xpulz-darkgrey)) 50%, var(--xpulz-darkgrey-lighten-20, var(--xpulz-darkgrey)) 100%);
  background-size: 500% 500%;
  background-position: right center;
  color: var(--xpulz-white);
}
.cta.black.nohover {
  transition: color 0.25s;
}
.cta.black.nohover::before, .cta.black.nohover::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.black.nohover::before {
  top: 0;
  left: 0;
}
.cta.black.nohover::after {
  bottom: 0;
  right: 0;
}
.cta.black.nohover:hover {
  color: var(--xpulz-white);
}
.cta.black.nohover:hover::before, .cta.black.nohover:hover::after {
  width: 100%;
  height: 100%;
}
.cta.black.nohover:hover::before {
  border-top-color: var(--xpulz-darkgrey);
  border-right-color: var(--xpulz-darkgrey);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.black.nohover:hover::after {
  border-bottom-color: var(--xpulz-darkgrey);
  border-left-color: var(--xpulz-darkgrey);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.black.nohover:hover {
  color: var(--xpulz-white);
}
.cta.black.nohover::after {
  top: 0;
  left: 0;
}
.cta.black.nohover:hover::before {
  border-top-color: var(--xpulz-darkgrey);
  border-right-color: var(--xpulz-darkgrey);
}
.cta.black.nohover:hover::after {
  border-bottom-color: var(--xpulz-darkgrey);
  border-left-color: var(--xpulz-darkgrey);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.cta.black.nohover {
  cursor: default;
}
.cta.black.cta-border {
  color: var(--xpulz-black);
  background: none;
  box-shadow: inset 0 0 0 2px var(--xpulz-black);
  transition: color 0.25s;
}
.cta.black.cta-border::before, .cta.black.cta-border::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.black.cta-border::before {
  top: 0;
  left: 0;
}
.cta.black.cta-border::after {
  bottom: 0;
  right: 0;
}
.cta.black.cta-border:hover {
  color: var(--xpulz-black-lighten-20);
}
.cta.black.cta-border:hover::before, .cta.black.cta-border:hover::after {
  width: 100%;
  height: 100%;
}
.cta.black.cta-border:hover::before {
  border-top-color: var(--xpulz-black-lighten-20);
  border-right-color: var(--xpulz-black-lighten-20);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.black.cta-border:hover::after {
  border-bottom-color: var(--xpulz-black-lighten-20);
  border-left-color: var(--xpulz-black-lighten-20);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.black.cta-border:hover {
  color: var(--xpulz-black-lighten-20);
}
.cta.black.cta-border::after {
  top: 0;
  left: 0;
}
.cta.black.cta-border:hover::before {
  border-top-color: var(--xpulz-black-lighten-20);
  border-right-color: var(--xpulz-black-lighten-20);
}
.cta.black.cta-border:hover::after {
  border-bottom-color: var(--xpulz-black-lighten-20);
  border-left-color: var(--xpulz-black-lighten-20);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
@keyframes ctaloading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.cta.black.loading::before {
  width: 0 !important;
  left: 0;
}
.cta.black.loading::after {
  left: 0;
  height: 100%;
  border: none;
  background-color: var(--xpulz-darkgrey-lighten-20);
  animation: ctaloading 2s infinite;
}
.cta.black.loading:hover {
  color: var(--xpulz-white) !important;
}
.cta.black.loading .text {
  z-index: 1;
  white-space: pre;
}
.cta.black.loading {
  cursor: progress;
}
.cta.grey {
  color: var(--xpulz-white);
  background-color: var(--xpulz-grey);
  transition: all 0.5s;
}
.cta.grey:hover {
  background-image: linear-gradient(to right, var(--xpulz-grey) 0%, var(--xpulz-grey-darken-20, var(--xpulz-grey)) 50%, var(--xpulz-grey-lighten-20, var(--xpulz-grey)) 100%);
  background-size: 500% 500%;
  background-position: right center;
  color: var(--xpulz-white);
}
.cta.grey.nohover {
  transition: color 0.25s;
}
.cta.grey.nohover::before, .cta.grey.nohover::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.grey.nohover::before {
  top: 0;
  left: 0;
}
.cta.grey.nohover::after {
  bottom: 0;
  right: 0;
}
.cta.grey.nohover:hover {
  color: var(--xpulz-white);
}
.cta.grey.nohover:hover::before, .cta.grey.nohover:hover::after {
  width: 100%;
  height: 100%;
}
.cta.grey.nohover:hover::before {
  border-top-color: var(--xpulz-grey);
  border-right-color: var(--xpulz-grey);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.grey.nohover:hover::after {
  border-bottom-color: var(--xpulz-grey);
  border-left-color: var(--xpulz-grey);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.grey.nohover:hover {
  color: var(--xpulz-white);
}
.cta.grey.nohover::after {
  top: 0;
  left: 0;
}
.cta.grey.nohover:hover::before {
  border-top-color: var(--xpulz-grey);
  border-right-color: var(--xpulz-grey);
}
.cta.grey.nohover:hover::after {
  border-bottom-color: var(--xpulz-grey);
  border-left-color: var(--xpulz-grey);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.cta.grey.nohover {
  cursor: default;
}
.cta.grey.cta-border {
  color: var(--xpulz-grey);
  background: none;
  box-shadow: inset 0 0 0 2px var(--xpulz-grey);
  transition: color 0.25s;
}
.cta.grey.cta-border::before, .cta.grey.cta-border::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.grey.cta-border::before {
  top: 0;
  left: 0;
}
.cta.grey.cta-border::after {
  bottom: 0;
  right: 0;
}
.cta.grey.cta-border:hover {
  color: var(--xpulz-grey-lighten-20);
}
.cta.grey.cta-border:hover::before, .cta.grey.cta-border:hover::after {
  width: 100%;
  height: 100%;
}
.cta.grey.cta-border:hover::before {
  border-top-color: var(--xpulz-grey-lighten-20);
  border-right-color: var(--xpulz-grey-lighten-20);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.grey.cta-border:hover::after {
  border-bottom-color: var(--xpulz-grey-lighten-20);
  border-left-color: var(--xpulz-grey-lighten-20);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.grey.cta-border:hover {
  color: var(--xpulz-grey-lighten-20);
}
.cta.grey.cta-border::after {
  top: 0;
  left: 0;
}
.cta.grey.cta-border:hover::before {
  border-top-color: var(--xpulz-grey-lighten-20);
  border-right-color: var(--xpulz-grey-lighten-20);
}
.cta.grey.cta-border:hover::after {
  border-bottom-color: var(--xpulz-grey-lighten-20);
  border-left-color: var(--xpulz-grey-lighten-20);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
@keyframes ctaloading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.cta.grey.loading::before {
  width: 0 !important;
  left: 0;
}
.cta.grey.loading::after {
  left: 0;
  height: 100%;
  border: none;
  background-color: var(--xpulz-grey-lighten-20);
  animation: ctaloading 2s infinite;
}
.cta.grey.loading:hover {
  color: var(--xpulz-white) !important;
}
.cta.grey.loading .text {
  z-index: 1;
  white-space: pre;
}
.cta.grey.loading {
  cursor: progress;
}
.cta.mediumgrey {
  color: var(--xpulz-white);
  background-color: var(--xpulz-mediumgrey);
  transition: all 0.5s;
}
.cta.mediumgrey:hover {
  background-image: linear-gradient(to right, var(--xpulz-mediumgrey) 0%, var(--xpulz-mediumgrey-darken-20, var(--xpulz-mediumgrey)) 50%, var(--xpulz-mediumgrey-lighten-20, var(--xpulz-mediumgrey)) 100%);
  background-size: 500% 500%;
  background-position: right center;
  color: var(--xpulz-white);
}
.cta.mediumgrey.nohover {
  transition: color 0.25s;
}
.cta.mediumgrey.nohover::before, .cta.mediumgrey.nohover::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.mediumgrey.nohover::before {
  top: 0;
  left: 0;
}
.cta.mediumgrey.nohover::after {
  bottom: 0;
  right: 0;
}
.cta.mediumgrey.nohover:hover {
  color: var(--xpulz-white);
}
.cta.mediumgrey.nohover:hover::before, .cta.mediumgrey.nohover:hover::after {
  width: 100%;
  height: 100%;
}
.cta.mediumgrey.nohover:hover::before {
  border-top-color: var(--xpulz-mediumgrey);
  border-right-color: var(--xpulz-mediumgrey);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.mediumgrey.nohover:hover::after {
  border-bottom-color: var(--xpulz-mediumgrey);
  border-left-color: var(--xpulz-mediumgrey);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.mediumgrey.nohover:hover {
  color: var(--xpulz-white);
}
.cta.mediumgrey.nohover::after {
  top: 0;
  left: 0;
}
.cta.mediumgrey.nohover:hover::before {
  border-top-color: var(--xpulz-mediumgrey);
  border-right-color: var(--xpulz-mediumgrey);
}
.cta.mediumgrey.nohover:hover::after {
  border-bottom-color: var(--xpulz-mediumgrey);
  border-left-color: var(--xpulz-mediumgrey);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.cta.mediumgrey.nohover {
  cursor: default;
}
.cta.mediumgrey.cta-border {
  color: var(--xpulz-mediumgrey);
  background: none;
  box-shadow: inset 0 0 0 2px var(--xpulz-mediumgrey);
  transition: color 0.25s;
}
.cta.mediumgrey.cta-border::before, .cta.mediumgrey.cta-border::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.mediumgrey.cta-border::before {
  top: 0;
  left: 0;
}
.cta.mediumgrey.cta-border::after {
  bottom: 0;
  right: 0;
}
.cta.mediumgrey.cta-border:hover {
  color: var(--xpulz-mediumgrey-lighten-20);
}
.cta.mediumgrey.cta-border:hover::before, .cta.mediumgrey.cta-border:hover::after {
  width: 100%;
  height: 100%;
}
.cta.mediumgrey.cta-border:hover::before {
  border-top-color: var(--xpulz-mediumgrey-lighten-20);
  border-right-color: var(--xpulz-mediumgrey-lighten-20);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.mediumgrey.cta-border:hover::after {
  border-bottom-color: var(--xpulz-mediumgrey-lighten-20);
  border-left-color: var(--xpulz-mediumgrey-lighten-20);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.mediumgrey.cta-border:hover {
  color: var(--xpulz-mediumgrey-lighten-20);
}
.cta.mediumgrey.cta-border::after {
  top: 0;
  left: 0;
}
.cta.mediumgrey.cta-border:hover::before {
  border-top-color: var(--xpulz-mediumgrey-lighten-20);
  border-right-color: var(--xpulz-mediumgrey-lighten-20);
}
.cta.mediumgrey.cta-border:hover::after {
  border-bottom-color: var(--xpulz-mediumgrey-lighten-20);
  border-left-color: var(--xpulz-mediumgrey-lighten-20);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
@keyframes ctaloading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.cta.mediumgrey.loading::before {
  width: 0 !important;
  left: 0;
}
.cta.mediumgrey.loading::after {
  left: 0;
  height: 100%;
  border: none;
  background-color: var(--xpulz-mediumgrey-lighten-20);
  animation: ctaloading 2s infinite;
}
.cta.mediumgrey.loading:hover {
  color: var(--xpulz-white) !important;
}
.cta.mediumgrey.loading .text {
  z-index: 1;
  white-space: pre;
}
.cta.mediumgrey.loading {
  cursor: progress;
}
.cta.lightgrey {
  color: var(--xpulz-white);
  background-color: var(--xpulz-lightgrey);
  transition: all 0.5s;
}
.cta.lightgrey:hover {
  background-image: linear-gradient(to right, var(--xpulz-lightgrey) 0%, var(--xpulz-lightgrey-darken-20, var(--xpulz-lightgrey)) 50%, var(--xpulz-lightgrey-lighten-20, var(--xpulz-lightgrey)) 100%);
  background-size: 500% 500%;
  background-position: right center;
  color: var(--xpulz-white);
}
.cta.lightgrey.nohover {
  transition: color 0.25s;
}
.cta.lightgrey.nohover::before, .cta.lightgrey.nohover::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.lightgrey.nohover::before {
  top: 0;
  left: 0;
}
.cta.lightgrey.nohover::after {
  bottom: 0;
  right: 0;
}
.cta.lightgrey.nohover:hover {
  color: var(--xpulz-white);
}
.cta.lightgrey.nohover:hover::before, .cta.lightgrey.nohover:hover::after {
  width: 100%;
  height: 100%;
}
.cta.lightgrey.nohover:hover::before {
  border-top-color: var(--xpulz-lightgrey);
  border-right-color: var(--xpulz-lightgrey);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.lightgrey.nohover:hover::after {
  border-bottom-color: var(--xpulz-lightgrey);
  border-left-color: var(--xpulz-lightgrey);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.lightgrey.nohover:hover {
  color: var(--xpulz-white);
}
.cta.lightgrey.nohover::after {
  top: 0;
  left: 0;
}
.cta.lightgrey.nohover:hover::before {
  border-top-color: var(--xpulz-lightgrey);
  border-right-color: var(--xpulz-lightgrey);
}
.cta.lightgrey.nohover:hover::after {
  border-bottom-color: var(--xpulz-lightgrey);
  border-left-color: var(--xpulz-lightgrey);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.cta.lightgrey.nohover {
  cursor: default;
}
.cta.lightgrey.cta-border {
  color: var(--xpulz-lightgrey);
  background: none;
  box-shadow: inset 0 0 0 2px var(--xpulz-lightgrey);
  transition: color 0.25s;
}
.cta.lightgrey.cta-border::before, .cta.lightgrey.cta-border::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.lightgrey.cta-border::before {
  top: 0;
  left: 0;
}
.cta.lightgrey.cta-border::after {
  bottom: 0;
  right: 0;
}
.cta.lightgrey.cta-border:hover {
  color: var(--xpulz-lightgrey-lighten-20);
}
.cta.lightgrey.cta-border:hover::before, .cta.lightgrey.cta-border:hover::after {
  width: 100%;
  height: 100%;
}
.cta.lightgrey.cta-border:hover::before {
  border-top-color: var(--xpulz-lightgrey-lighten-20);
  border-right-color: var(--xpulz-lightgrey-lighten-20);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.lightgrey.cta-border:hover::after {
  border-bottom-color: var(--xpulz-lightgrey-lighten-20);
  border-left-color: var(--xpulz-lightgrey-lighten-20);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.lightgrey.cta-border:hover {
  color: var(--xpulz-lightgrey-lighten-20);
}
.cta.lightgrey.cta-border::after {
  top: 0;
  left: 0;
}
.cta.lightgrey.cta-border:hover::before {
  border-top-color: var(--xpulz-lightgrey-lighten-20);
  border-right-color: var(--xpulz-lightgrey-lighten-20);
}
.cta.lightgrey.cta-border:hover::after {
  border-bottom-color: var(--xpulz-lightgrey-lighten-20);
  border-left-color: var(--xpulz-lightgrey-lighten-20);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
@keyframes ctaloading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.cta.lightgrey.loading::before {
  width: 0 !important;
  left: 0;
}
.cta.lightgrey.loading::after {
  left: 0;
  height: 100%;
  border: none;
  background-color: var(--xpulz-lightgrey-lighten-20);
  animation: ctaloading 2s infinite;
}
.cta.lightgrey.loading:hover {
  color: var(--xpulz-white) !important;
}
.cta.lightgrey.loading .text {
  z-index: 1;
  white-space: pre;
}
.cta.lightgrey.loading {
  cursor: progress;
}
.cta.lightergrey {
  color: var(--xpulz-darkgrey);
  background-color: var(--xpulz-lightergrey);
  transition: all 0.5s;
}
.cta.lightergrey:hover {
  background-image: linear-gradient(to right, var(--xpulz-lightergrey) 0%, var(--xpulz-lightergrey-darken-20, var(--xpulz-lightergrey)) 50%, var(--xpulz-lightergrey-lighten-20, var(--xpulz-lightergrey)) 100%);
  background-size: 500% 500%;
  background-position: right center;
  color: var(--xpulz-darkgrey);
}
.cta.lightergrey.nohover {
  transition: color 0.25s;
}
.cta.lightergrey.nohover::before, .cta.lightergrey.nohover::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.lightergrey.nohover::before {
  top: 0;
  left: 0;
}
.cta.lightergrey.nohover::after {
  bottom: 0;
  right: 0;
}
.cta.lightergrey.nohover:hover {
  color: var(--xpulz-darkgrey);
}
.cta.lightergrey.nohover:hover::before, .cta.lightergrey.nohover:hover::after {
  width: 100%;
  height: 100%;
}
.cta.lightergrey.nohover:hover::before {
  border-top-color: var(--xpulz-lightergrey);
  border-right-color: var(--xpulz-lightergrey);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.lightergrey.nohover:hover::after {
  border-bottom-color: var(--xpulz-lightergrey);
  border-left-color: var(--xpulz-lightergrey);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.lightergrey.nohover:hover {
  color: var(--xpulz-darkgrey);
}
.cta.lightergrey.nohover::after {
  top: 0;
  left: 0;
}
.cta.lightergrey.nohover:hover::before {
  border-top-color: var(--xpulz-lightergrey);
  border-right-color: var(--xpulz-lightergrey);
}
.cta.lightergrey.nohover:hover::after {
  border-bottom-color: var(--xpulz-lightergrey);
  border-left-color: var(--xpulz-lightergrey);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.cta.lightergrey.nohover {
  cursor: default;
}
.cta.lightergrey.cta-border {
  color: var(--xpulz-lightergrey);
  background: none;
  box-shadow: inset 0 0 0 2px var(--xpulz-lightergrey);
  transition: color 0.25s;
}
.cta.lightergrey.cta-border::before, .cta.lightergrey.cta-border::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.lightergrey.cta-border::before {
  top: 0;
  left: 0;
}
.cta.lightergrey.cta-border::after {
  bottom: 0;
  right: 0;
}
.cta.lightergrey.cta-border:hover {
  color: var(--xpulz-lightergrey-lighten-20);
}
.cta.lightergrey.cta-border:hover::before, .cta.lightergrey.cta-border:hover::after {
  width: 100%;
  height: 100%;
}
.cta.lightergrey.cta-border:hover::before {
  border-top-color: var(--xpulz-lightergrey-lighten-20);
  border-right-color: var(--xpulz-lightergrey-lighten-20);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.lightergrey.cta-border:hover::after {
  border-bottom-color: var(--xpulz-lightergrey-lighten-20);
  border-left-color: var(--xpulz-lightergrey-lighten-20);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.lightergrey.cta-border:hover {
  color: var(--xpulz-lightergrey-lighten-20);
}
.cta.lightergrey.cta-border::after {
  top: 0;
  left: 0;
}
.cta.lightergrey.cta-border:hover::before {
  border-top-color: var(--xpulz-lightergrey-lighten-20);
  border-right-color: var(--xpulz-lightergrey-lighten-20);
}
.cta.lightergrey.cta-border:hover::after {
  border-bottom-color: var(--xpulz-lightergrey-lighten-20);
  border-left-color: var(--xpulz-lightergrey-lighten-20);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
@keyframes ctaloading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.cta.lightergrey.loading::before {
  width: 0 !important;
  left: 0;
}
.cta.lightergrey.loading::after {
  left: 0;
  height: 100%;
  border: none;
  background-color: var(--xpulz-lightergrey-lighten-20);
  animation: ctaloading 2s infinite;
}
.cta.lightergrey.loading:hover {
  color: var(--xpulz-white) !important;
}
.cta.lightergrey.loading .text {
  z-index: 1;
  white-space: pre;
}
.cta.lightergrey.loading {
  cursor: progress;
}
.cta.xpulz {
  color: var(--xpulz-white);
  background-color: var(--xpulz-primary-color);
  transition: all 0.5s;
}
.cta.xpulz:hover {
  background-image: linear-gradient(to right, var(--xpulz-primary-color) 0%, var(--xpulz-primary-color-darken-20, var(--xpulz-primary-color)) 50%, var(--xpulz-primary-color-lighten-20, var(--xpulz-primary-color)) 100%);
  background-size: 500% 500%;
  background-position: right center;
  color: var(--xpulz-white);
}
.cta.xpulz.nohover {
  transition: color 0.25s;
}
.cta.xpulz.nohover::before, .cta.xpulz.nohover::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.xpulz.nohover::before {
  top: 0;
  left: 0;
}
.cta.xpulz.nohover::after {
  bottom: 0;
  right: 0;
}
.cta.xpulz.nohover:hover {
  color: var(--xpulz-white);
}
.cta.xpulz.nohover:hover::before, .cta.xpulz.nohover:hover::after {
  width: 100%;
  height: 100%;
}
.cta.xpulz.nohover:hover::before {
  border-top-color: var(--xpulz-primary-color);
  border-right-color: var(--xpulz-primary-color);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.xpulz.nohover:hover::after {
  border-bottom-color: var(--xpulz-primary-color);
  border-left-color: var(--xpulz-primary-color);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.xpulz.nohover:hover {
  color: var(--xpulz-white);
}
.cta.xpulz.nohover::after {
  top: 0;
  left: 0;
}
.cta.xpulz.nohover:hover::before {
  border-top-color: var(--xpulz-primary-color);
  border-right-color: var(--xpulz-primary-color);
}
.cta.xpulz.nohover:hover::after {
  border-bottom-color: var(--xpulz-primary-color);
  border-left-color: var(--xpulz-primary-color);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.cta.xpulz.nohover {
  cursor: default;
}
.cta.xpulz.cta-border {
  color: var(--xpulz-primary-color);
  background: none;
  box-shadow: inset 0 0 0 2px var(--xpulz-primary-color);
  transition: color 0.25s;
}
.cta.xpulz.cta-border::before, .cta.xpulz.cta-border::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.xpulz.cta-border::before {
  top: 0;
  left: 0;
}
.cta.xpulz.cta-border::after {
  bottom: 0;
  right: 0;
}
.cta.xpulz.cta-border:hover {
  color: var(--xpulz-primary-color-lighten-20);
}
.cta.xpulz.cta-border:hover::before, .cta.xpulz.cta-border:hover::after {
  width: 100%;
  height: 100%;
}
.cta.xpulz.cta-border:hover::before {
  border-top-color: var(--xpulz-primary-color-lighten-20);
  border-right-color: var(--xpulz-primary-color-lighten-20);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.xpulz.cta-border:hover::after {
  border-bottom-color: var(--xpulz-primary-color-lighten-20);
  border-left-color: var(--xpulz-primary-color-lighten-20);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.xpulz.cta-border:hover {
  color: var(--xpulz-primary-color-lighten-20);
}
.cta.xpulz.cta-border::after {
  top: 0;
  left: 0;
}
.cta.xpulz.cta-border:hover::before {
  border-top-color: var(--xpulz-primary-color-lighten-20);
  border-right-color: var(--xpulz-primary-color-lighten-20);
}
.cta.xpulz.cta-border:hover::after {
  border-bottom-color: var(--xpulz-primary-color-lighten-20);
  border-left-color: var(--xpulz-primary-color-lighten-20);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
@keyframes ctaloading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.cta.xpulz.loading::before {
  width: 0 !important;
  left: 0;
}
.cta.xpulz.loading::after {
  left: 0;
  height: 100%;
  border: none;
  background-color: var(--xpulz-primary-color-lighten-20);
  animation: ctaloading 2s infinite;
}
.cta.xpulz.loading:hover {
  color: var(--xpulz-white) !important;
}
.cta.xpulz.loading .text {
  z-index: 1;
  white-space: pre;
}
.cta.xpulz.loading {
  cursor: progress;
}
.cta.white {
  color: var(--xpulz-primary-color);
  background-color: var(--xpulz-white);
  transition: all 0.5s;
}
.cta.white:hover {
  background-image: linear-gradient(to right, var(--xpulz-primary-color) 0%, var(--xpulz-primary-color-darken-20, var(--xpulz-primary-color)) 50%, var(--xpulz-primary-color-lighten-20, var(--xpulz-primary-color)) 100%);
  background-size: 500% 500%;
  background-position: right center;
  color: var(--xpulz-white);
}
.cta.white.nohover {
  transition: color 0.25s;
}
.cta.white.nohover::before, .cta.white.nohover::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.white.nohover::before {
  top: 0;
  left: 0;
}
.cta.white.nohover::after {
  bottom: 0;
  right: 0;
}
.cta.white.nohover:hover {
  color: var(--xpulz-primary-color);
}
.cta.white.nohover:hover::before, .cta.white.nohover:hover::after {
  width: 100%;
  height: 100%;
}
.cta.white.nohover:hover::before {
  border-top-color: var(--xpulz-white);
  border-right-color: var(--xpulz-white);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.white.nohover:hover::after {
  border-bottom-color: var(--xpulz-white);
  border-left-color: var(--xpulz-white);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.white.nohover:hover {
  color: var(--xpulz-primary-color);
}
.cta.white.nohover::after {
  top: 0;
  left: 0;
}
.cta.white.nohover:hover::before {
  border-top-color: var(--xpulz-white);
  border-right-color: var(--xpulz-white);
}
.cta.white.nohover:hover::after {
  border-bottom-color: var(--xpulz-white);
  border-left-color: var(--xpulz-white);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.cta.white.nohover {
  cursor: default;
}
.cta.white.cta-border {
  color: var(--xpulz-darkgrey);
  background: none;
  box-shadow: inset 0 0 0 2px var(--xpulz-darkgrey);
  transition: color 0.25s;
}
.cta.white.cta-border::before, .cta.white.cta-border::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.white.cta-border::before {
  top: 0;
  left: 0;
}
.cta.white.cta-border::after {
  bottom: 0;
  right: 0;
}
.cta.white.cta-border:hover {
  color: var(--xpulz-darkgrey-lighten-20);
}
.cta.white.cta-border:hover::before, .cta.white.cta-border:hover::after {
  width: 100%;
  height: 100%;
}
.cta.white.cta-border:hover::before {
  border-top-color: var(--xpulz-darkgrey-lighten-20);
  border-right-color: var(--xpulz-darkgrey-lighten-20);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.white.cta-border:hover::after {
  border-bottom-color: var(--xpulz-darkgrey-lighten-20);
  border-left-color: var(--xpulz-darkgrey-lighten-20);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.white.cta-border:hover {
  color: var(--xpulz-darkgrey-lighten-20);
}
.cta.white.cta-border::after {
  top: 0;
  left: 0;
}
.cta.white.cta-border:hover::before {
  border-top-color: var(--xpulz-darkgrey-lighten-20);
  border-right-color: var(--xpulz-darkgrey-lighten-20);
}
.cta.white.cta-border:hover::after {
  border-bottom-color: var(--xpulz-darkgrey-lighten-20);
  border-left-color: var(--xpulz-darkgrey-lighten-20);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
@keyframes ctaloading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.cta.white.loading::before {
  width: 0 !important;
  left: 0;
}
.cta.white.loading::after {
  left: 0;
  height: 100%;
  border: none;
  background-color: var(--xpulz-yellow);
  animation: ctaloading 2s infinite;
}
.cta.white.loading:hover {
  color: var(--xpulz-white) !important;
}
.cta.white.loading .text {
  z-index: 1;
  white-space: pre;
}
.cta.white.loading {
  cursor: progress;
}
.cta.hover-blue:hover {
  box-shadow: inset 0 0 0 3px var(--xpulz-mediumgrey);
  color: var(--xpulz-primary-color);
}
.cta.hover-yellow:hover {
  color: var(--xpulz-yellow);
  transition: color 0.25s;
}
.cta.hover-yellow:hover::before, .cta.hover-yellow:hover::after {
  border: 3px solid transparent;
  width: 0;
  height: 0;
  border-radius: 5px;
}
.cta.hover-yellow:hover::before {
  top: 0;
  left: 0;
}
.cta.hover-yellow:hover::after {
  bottom: 0;
  right: 0;
}
.cta.hover-yellow:hover:hover {
  color: var(--xpulz-yellow);
}
.cta.hover-yellow:hover:hover::before, .cta.hover-yellow:hover:hover::after {
  width: 100%;
  height: 100%;
}
.cta.hover-yellow:hover:hover::before {
  border-top-color: var(--xpulz-yellow);
  border-right-color: var(--xpulz-yellow);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.cta.hover-yellow:hover:hover::after {
  border-bottom-color: var(--xpulz-yellow);
  border-left-color: var(--xpulz-yellow);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.cta.hover-yellow:hover:hover {
  color: var(--xpulz-yellow);
}
.cta.hover-yellow:hover::after {
  top: 0;
  left: 0;
}
.cta.hover-yellow:hover:hover::before {
  border-top-color: var(--xpulz-yellow);
  border-right-color: var(--xpulz-yellow);
}
.cta.hover-yellow:hover:hover::after {
  border-bottom-color: var(--xpulz-yellow);
  border-left-color: var(--xpulz-yellow);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.cta.two-line {
  padding: 7px 5px;
}
.cta.small {
  padding: 7px 10px;
}
.cta.svg {
  padding: 5px 5px;
}
.cta.svg svg, .cta.svg g, .cta.svg path {
  width: 40px;
  fill: var(--xpulz-white);
}
.cta.svg.compact svg {
  width: 29px;
}
.cta.cta-border.nohover::after, .cta.cta-border.nohover::before {
  border: none;
}
.cta.cta-border.nohover {
  cursor: default;
}
.cta .text {
  z-index: 1;
  white-space: pre;
}
.cta.animated {
  padding: 0;
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.cta.animated:before {
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}
.cta.animated .text {
  background: var(--xpulz-primary-color);
  padding: 10px;
  border-radius: 6px;
}

label.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0;
}
label.switch input {
  display: none;
}
label.switch input:checked + .slider {
  background-color: var(--xpulz-primary-color);
}
label.switch input:focus + .slider {
  box-shadow: 0 0 1px var(--xpulz-primary-color);
}
label.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
label.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--xpulz-darkgrey);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
label.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: var(--xpulz-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
label.switch .slider.round {
  border-radius: 34px;
}
label.switch .slider.round:before {
  border-radius: 50%;
}
label.switch.small {
  width: 30px;
  height: 17px;
}
label.switch.small input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
label.switch.small .slider:before {
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
}
label.switch.medium {
  width: 50px;
  height: 27px;
}
label.switch.medium input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
label.switch.medium .slider:before {
  height: 19px;
  width: 19px;
  left: 4px;
  bottom: 4px;
}

/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: white;
  border: 1px solid transparent;
}
.checkbox-container .checkmark:after {
  left: 10px;
  top: 3px;
  width: 11px;
  height: 20px;
  border: solid white;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}
.checkbox-container {
  /* On mouse-over, add a grey background color */
}
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox-container {
  /* When the checkbox is checked, add a blue background */
}
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--xpulz-primary-color);
}
.checkbox-container {
  /* Create the checkmark/indicator (hidden when not checked) */
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container {
  /* Show the checkmark when checked */
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container.red input:checked ~ .checkmark {
  background-color: var(--xpulz-red);
}
.checkbox-container.bordered .checkmark {
  border: 1px solid white;
}

.connector-conditional {
  border-radius: 10px;
  width: 40%;
  padding: 20px 30px;
}
.connector-conditional.twitch {
  background: linear-gradient(135deg, rgb(154.1659388646, 126.807860262, 204.192139738) 0%, #6441a4 100%);
}
.connector-conditional.discord {
  background: linear-gradient(135deg, #7289da 0%, rgb(47.808988764, 77.5280898876, 182.191011236) 100%);
}
.connector-conditional:first-child {
  margin-right: 20px;
}
.connector-conditional header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  color: var(--xpulz-white);
}
.connector-conditional header img {
  width: 60px;
  height: 60px;
}
.connector-conditional header .content {
  width: 70%;
}
.connector-conditional header .content .top-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
}
.connector-conditional header .content .sub-title {
  font-weight: bold;
}
.connector-conditional header .connect {
  border: 2px solid var(--xpulz-white);
  padding: 10px 30px;
  font-weight: bold;
  border-radius: 10px;
}
.connector-conditional.connected .form-group {
  opacity: 1;
}
.connector-conditional .form-group {
  margin-left: 0;
  opacity: 0.5;
}
.connector-conditional .form-group .col-form-label {
  width: 70% !important;
}

.choose-connector-game {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0 30px;
}
.choose-connector-game .connector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.choose-connector-game .connector img {
  height: 90px;
  margin-bottom: 10px;
}
.choose-connector-game .connector .connected {
  text-align: center;
}
.choose-connector-game .connector .connected .edit {
  margin-top: 10px;
}

.game-connector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: var(--xpulz-darkgrey);
  padding: 5px 10px;
  color: white;
}
.game-connector .txt {
  font-size: 1.1em;
}
.game-connector .txt .game {
  text-transform: capitalize;
  font-weight: bold;
}
.game-connector .txt .username {
  margin-left: 5px;
  color: var(--xpulz-primary-color);
  font-size: 1.1em;
}
.game-connector .game-svg svg {
  height: 64px !important;
  width: 64px !important;
}
.game-connector .game-svg svg * {
  fill: var(--xpulz-yellow);
}
.game-connector .actions svg {
  width: 26px;
}
.game-connector .actions span {
  margin-left: 5px;
  font-size: 0.9em;
}
.game-connector .actions .edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.game-connector .actions .edit svg, .game-connector .actions .edit path {
  fill: var(--xpulz-primary-color);
}
.game-connector .actions .edit {
  color: var(--xpulz-primary-color);
}
.game-connector .actions .edit:hover svg, .game-connector .actions .edit:hover path {
  fill: var(--xpulz-red);
}
.game-connector .actions .edit:hover {
  color: var(--xpulz-red);
}
.game-connector.compact {
  border-radius: 10px;
}
.game-connector.compact .game-svg svg {
  height: 32px !important;
  width: 32px !important;
}
.game-connector.compact {
  margin-bottom: 10px;
}

.connector.hover:hover.discord svg, .connector.hover:hover.discord path {
  fill: #7289da !important;
}
.connector.hover:hover.twitter svg, .connector.hover:hover.twitter path {
  fill: #0f1419 !important;
}
.connector.hover:hover.twitch svg, .connector.hover:hover.twitch path {
  fill: #6441a4 !important;
}
.connector.hover:hover.youtube svg, .connector.hover:hover.youtube path {
  fill: #FF0000 !important;
}
.connector.hover:hover.youtube polygon {
  fill: white !important;
}
.connector.hover:hover.url svg, .connector.hover:hover.url path {
  fill: var(--xpulz-primary-color) !important;
}
.connector.hover:hover.facebook svg, .connector.hover:hover.facebook path {
  fill: #4267b2 !important;
}
.connector.hover:hover.battlenet svg, .connector.hover:hover.battlenet path {
  fill: #0288d1 !important;
}
.connector.active.discord svg, .connector.active.discord path {
  fill: #7289da !important;
}
.connector.active.twitter svg, .connector.active.twitter path {
  fill: #0f1419 !important;
}
.connector.active.twitch svg, .connector.active.twitch path {
  fill: #6441a4 !important;
}
.connector.active.youtube svg, .connector.active.youtube path {
  fill: #FF0000 !important;
}
.connector.active.youtube polygon {
  fill: white !important;
}
.connector.active.url svg, .connector.active.url path {
  fill: var(--xpulz-primary-color) !important;
}
.connector.active.facebook svg, .connector.active.facebook path {
  fill: #4267b2 !important;
}
.connector.active.battlenet svg, .connector.active.battlenet path {
  fill: #0288d1 !important;
}

#header-mobile {
  background: var(--xpulz-mediumgrey);
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
#header-mobile svg {
  fill: white;
  height: 60px;
}
#header-mobile svg g g {
  fill: var(--xpulz-primary-color);
}
#header-mobile .menu-logo {
  height: 100%;
}
#header-mobile .menu-logo img {
  height: 50px;
}
#header-mobile.internal {
  height: 100px;
}

#menu-left .menutop-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#menu-left .menutop-products .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  transition: all 0.4s;
  color: var(--xpulz-grey-txt) !important;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
}
#menu-left .menutop-products .product .svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  margin-right: 8px;
}
#menu-left .menutop-products .product .svg svg {
  height: 16px;
  fill: var(--xpulz-white);
  transition: fill 0.4s;
}
#menu-left .menutop-products .product.players {
  background: #015a9d;
}
#menu-left .menutop-products .product.organisations {
  background: #019d8f;
}
#menu-left .menutop-products .product.teams {
  background: #5a019d;
}
#menu-left .menutop-products .product.scrims {
  background: #9d0125;
}
#menu-left .menutop-products .product {
  color: white !important;
}
#menu-left .menutop-products .product svg {
  fill: white;
}
#menu-left .menutop-products .product.first, #menu-left .menutop-products .logo {
  height: calc(var(--menutop-height) + 40px);
}

#menu-top {
  position: fixed;
  z-index: 101;
  padding: 0;
  top: 0px;
  height: var(--menutop-height);
}
#menu-top.xpulz {
  height: calc(var(--menutop-height) + 40px);
}
#menu-top {
  width: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#menu-top .team-manager-logo {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0px;
  margin-right: 20px;
}
#menu-top .team-manager-logo .title {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 1.7em;
  font-weight: bold;
  color: var(--xpulz-primary-color);
  text-shadow: 1px 1px 1px black;
  letter-spacing: 0px;
}
#menu-top .team-manager-logo .powered-by {
  font-size: 0.6em;
  margin-left: 12px;
  color: #7c8699;
}
#menu-top .team-manager-logo svg {
  height: 36px !important;
  width: auto;
}
#menu-top .team-manager-logo svg g > g {
  fill: var(--xpulz-primary-color) !important;
}
#menu-top .menutop-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(var(--menutop-height) + 40px);
  background: var(--xpulz-darkgrey);
  border-bottom: 1px solid white;
}
#menu-top .menutop-products .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: all 0.4s;
  color: var(--xpulz-grey-txt) !important;
  padding: 0px 20px;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
}
#menu-top .menutop-products .product .svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  margin-right: 8px;
}
#menu-top .menutop-products .product .svg svg {
  height: 16px;
  fill: var(--xpulz-grey-txt);
  transition: fill 0.4s;
}
#menu-top .menutop-products .product.first {
  color: white !important;
  transition: color 0.4s;
  border-right: 1px solid white;
  font-size: 1.3em;
  padding: 0 20px 0 0;
}
#menu-top .menutop-products .product.first .for {
  text-transform: initial;
  color: rgba(255, 255, 255, 0.41);
  margin-right: 10px;
}
#menu-top .menutop-products .product.first svg {
  fill: white;
}
#menu-top .menutop-products .product:hover.players {
  background: #015a9d;
}
#menu-top .menutop-products .product:hover.organisations {
  background: #019d8f;
}
#menu-top .menutop-products .product:hover.teams {
  background: #5a019d;
}
#menu-top .menutop-products .product:hover.scrims {
  background: #9d0125;
}
#menu-top .menutop-products .product:hover {
  color: white !important;
}
#menu-top .menutop-products .product:hover svg {
  fill: white;
}
#menu-top .menutop-products .product.first, #menu-top .menutop-products .logo {
  height: calc(var(--menutop-height) + 40px);
}
#menu-top .component-signup {
  padding: 7px;
}
#menu-top .sub-menu {
  position: absolute;
  top: -800px;
  background: var(--xpulz-darkgrey);
  width: 100%;
  height: 240px;
  left: 0;
  transition: top 0.4s;
}
#menu-top .sub-menu .groups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0 auto;
}
#menu-top .sub-menu.open {
  top: var(--menutop-height);
  box-shadow: 1px 1px 30px black;
}
#menu-top .sub-menu .group {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 20px;
  color: var(--xpulz-white);
}
#menu-top .sub-menu .group .title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#menu-top .sub-menu .group .list .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: var(--xpulz-grey-txt);
  margin-bottom: 10px;
}
#menu-top .sub-menu .group .list .line > div {
  width: 50px;
  text-align: center;
}
#menu-top .sub-menu .group .list .line span {
  margin-left: 15px;
  transition: margin-left 0.4s;
}
#menu-top .sub-menu .group .list .line span.silver {
  color: silver;
}
#menu-top .sub-menu .group .list .line span.bronze {
  color: goldenrod;
}
#menu-top .sub-menu .group .list .line span.gold {
  color: gold;
}
#menu-top .sub-menu .group .list .line svg {
  height: 30px;
}
#menu-top .sub-menu .group .list .line svg g, #menu-top .sub-menu .group .list .line svg polygon, #menu-top .sub-menu .group .list .line svg path {
  fill: var(--xpulz-yellow);
  transition: fill 0.4s;
}
#menu-top .sub-menu .group .list .line svg .st9, #menu-top .sub-menu .group .list .line svg .st12 {
  fill: var(--xpulz-darkgrey) !important;
}
#menu-top .sub-menu .group .list .line:hover span {
  margin-left: 10px;
}
#menu-top .sub-menu .group .list .line:hover svg g, #menu-top .sub-menu .group .list .line:hover svg polygon, #menu-top .sub-menu .group .list .line:hover svg path {
  fill: var(--xpulz-primary-color);
}
#menu-top .player-content-list {
  list-style: none;
  position: absolute;
  right: 0px;
  top: var(--menutop-height);
  padding: 0;
  background: var(--xpulz-darkgrey);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 1px 1px 20px black;
  transform-origin: 0% 0%;
  transform: translate(0, -150%);
  transition: transform 0.5s;
  z-index: -1;
}
#menu-top .player-content-list.open {
  transform: none;
}
#menu-top .player-content-list li {
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
  padding: 0 0 0 20px;
  border-bottom: 2px solid var(--xpulz-darkgrey-lighten-10);
}
#menu-top .player-content-list li svg, #menu-top .player-content-list li path {
  width: 32px;
  height: 32px;
  fill: var(--xpulz-grey-txt);
}
#menu-top .player-content-list li > div {
  padding: 5px 10px 5px 10px;
  background: var(--xpulz-darkgrey-lighten-10);
}
#menu-top .player-content-list li span {
  margin-right: 10px;
  color: var(--xpulz-white);
  font-size: 1.1em;
}
#menu-top .player-content-list li.active svg, #menu-top .player-content-list li.active path, #menu-top .player-content-list li:hover svg, #menu-top .player-content-list li:hover path {
  fill: var(--xpulz-primary-color);
}
#menu-top .player-content-list li.active span, #menu-top .player-content-list li:hover span {
  color: var(--xpulz-primary-color);
}
#menu-top .player-content-list li.logout > div {
  transform: rotate(180deg);
  padding: 5px 10px 5px 10px;
}
#menu-top .player-content-list li.logout svg, #menu-top .player-content-list li.logout path {
  fill: var(--xpulz-red);
}
#menu-top .player-content-list li.logout span {
  color: var(--xpulz-red);
}
#menu-top .player-content-list li:last-child {
  border-bottom: none;
}
#menu-top .pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0 20px;
}
#menu-top .pricing .txt {
  color: black;
}
#menu-top .content-menu {
  width: 100%;
  height: var(--menutop-height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
}
#menu-top .content-menu .right {
  position: absolute;
  right: 0;
  top: 0;
  height: var(--menutop-height);
  background: var(--xpulz-darkgrey);
  padding-left: 20px;
}
#menu-top .register {
  margin-right: 20px;
}
#menu-top .visitor {
  margin-left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#menu-top .visitor > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#menu-top .visitor > a .subtext {
  color: var(--xpulz-primary-color);
}
#menu-top .arrow {
  width: 0;
  height: 0;
  transition: all 0.4s;
  margin: 0 10px;
  margin-top: 2px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid var(--xpulz-primary-color);
}
#menu-top .arrow-up {
  transform: rotate(-180deg);
}
#menu-top .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 40px;
  cursor: pointer;
}
#menu-top .action .svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#menu-top .action .svg svg {
  width: 18px;
  fill: var(--xpulz-grey-txt);
  transition: fill 0.4s;
}
#menu-top .action:hover .svg svg, #menu-top .action.active .svg svg {
  fill: var(--xpulz-grey-lighten-20);
}
#menu-top .notifications {
  position: relative;
  height: 100%;
}
#menu-top .notifications .count {
  position: absolute;
  color: var(--xpulz-white);
  right: 5px;
  top: 5px;
  font-size: 0.7em;
  background: var(--xpulz-red);
  border-radius: 100%;
  font-family: "Montserrat";
  height: 18px;
  width: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#menu-top .notifications .notifications-menu {
  width: 500px;
  max-height: 400px;
  background: var(--xpulz-darkgrey);
  top: var(--menutop-height);
  position: absolute;
  right: 0;
  overflow: auto;
  color: var(--xpulz-white);
  box-shadow: 1px 1px 31px 1px black;
  transform-origin: 0% 0%;
  transform: translate(0, -120%);
  transition: transform 0.5s;
  z-index: -1;
}
#menu-top .notifications .notifications-menu .notification-center svg {
  margin-right: 10px;
  width: 18px;
  fill: var(--xpulz-primary-color);
}
#menu-top .notifications .notifications-menu .config {
  font-family: "Montserrat";
  font-size: 0.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid black;
  position: sticky;
  top: 0;
  background: var(--xpulz-lightgrey);
  z-index: 2;
}
#menu-top .notifications .notifications-menu .config > div {
  cursor: pointer;
  transition: color 0.4s;
}
#menu-top .notifications .notifications-menu .config > div:hover {
  color: var(--xpulz-primary-color);
}
#menu-top .notifications .notifications-menu .notification {
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 0.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: rgba(0, 118, 225, 0.3);
  padding: 10px 15px;
  border-bottom: 1px solid black;
}
#menu-top .notifications .notifications-menu .notification .notification-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#menu-top .notifications .notifications-menu .notification .notification-content .avatar {
  margin: 0 10px;
}
#menu-top .notifications .notifications-menu .notification .notification-content .title {
  width: 100%;
}
#menu-top .notifications .notifications-menu .notification .notification-content .message {
  width: 100%;
  font-size: 0.95em;
}
#menu-top .notifications .notifications-menu .notification .notification-content .message .badge {
  font-size: 1em;
  position: relative;
  margin: 0;
  margin-left: 10px;
  margin-bottom: 2px;
}
#menu-top .notifications .notifications-menu .notification img {
  height: 32px;
  width: 32px;
}
#menu-top .notifications .notifications-menu .notification span {
  margin: 0 2px;
}
#menu-top .notifications .notifications-menu .notification.read {
  background: none;
}
#menu-top .notifications .notifications-menu .notification.read svg {
  display: block;
}
#menu-top .notifications .notifications-menu .notification .tag {
  padding: 4px;
  border-radius: 5px;
}
#menu-top .notifications .notifications-menu .notification .tag.report {
  background: var(--xpulz-primary-color);
}
#menu-top .notifications .notifications-menu .notification .tag.not_done {
  background: var(--xpulz-red);
}
#menu-top .notifications .notifications-menu .notification .tag.done {
  background: var(--xpulz-yellow);
}
#menu-top .notifications .notifications-menu .notification svg {
  display: none;
  width: 18px;
  fill: var(--xpulz-primary-color);
  transition: fill 0.4s;
}
#menu-top .notifications .notifications-menu.open {
  transform: none;
}
#menu-top .notifications.open {
  cursor: inherit;
}
#menu-top .notifications.active .svg svg {
  animation: shake 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  5%, 45% {
    transform: translate3d(-1px, 0, 0);
  }
  10%, 40% {
    transform: translate3d(1px, 0, 0);
  }
  15%, 25%, 35% {
    transform: translate3d(-2px, 0, 0);
  }
  20%, 30% {
    transform: translate3d(2px, 0, 0);
  }
}
#menu-top .notifications.active .svg svg {
  fill: var(--xpulz-yellow);
}
#menu-top .connectors {
  height: 100%;
  margin-right: 10px;
}
#menu-top .connectors > a div {
  height: 100%;
  width: 35px;
}
#menu-top .connectors > a {
  height: 100%;
  cursor: pointer;
}
#menu-top .connectors > a svg {
  height: 25px;
}
#menu-top .connectors > a:hover .discord svg, #menu-top .connectors > a:hover .discord path {
  fill: #7289da;
}
#menu-top .connectors > a:hover .twitter svg, #menu-top .connectors > a:hover .twitter path {
  fill: #0f1419;
}
#menu-top .connectors > a:hover .twitch svg, #menu-top .connectors > a:hover .twitch path {
  fill: #6441a4;
}
#menu-top .connectors > a svg, #menu-top .connectors > a path {
  fill: var(--xpulz-white);
}
#menu-top .profile {
  cursor: pointer;
  padding-bottom: 0 !important;
  padding-right: 10px !important;
  padding-top: 0 !important;
}
#menu-top .profile::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
#menu-top .profile {
  transition: background-color 0.4s;
}
#menu-top .profile .username {
  margin: 0 10px;
}
#menu-top .profile:hover {
  background-color: var(--xpulz-darkgrey-lighten-10);
}
#menu-top .profile:hover::after {
  border-bottom: 2px solid var(--xpulz-primary-color) !important;
}
#menu-top .profile img {
  width: 40px !important;
}
#menu-top a {
  color: var(--xpulz-white) !important;
}
#menu-top .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 10px;
}
#menu-top .logo svg {
  height: calc(var(--menutop-height) - 20px);
  fill: var(--xpulz-white);
}
#menu-top .xpulz-right {
  height: 59px;
  width: auto;
  border-right: 20px solid transparent;
  border-top: 59px solid var(--xpulz-primary-color);
}
#menu-top .menu-right {
  height: 59px;
  width: auto;
  position: absolute;
  right: 0;
  border-left: 20px solid transparent;
  border-bottom: 59px solid var(--xpulz-primary-color);
}
#menu-top .table-of-contents {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: var(--xpulz-color-menu);
  padding-left: 0;
  position: relative;
}
#menu-top .matches {
  width: auto;
}
#menu-top .badge {
  position: absolute;
  right: 10px;
}
#menu-top .list-group-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#menu-top .list-group-item.groups {
  cursor: pointer;
}
#menu-top .list-group-item.dashboard {
  margin-right: 15px;
  margin-top: 10px;
  height: calc(100% - 10px);
}
#menu-top .list-group-item {
  padding: 0 20px;
  border: 0;
  height: 100%;
  font-size: 1em;
}
#menu-top .list-group-item svg, #menu-top .list-group-item img {
  width: 32px;
  height: 32px;
  fill: var(--xpulz-white);
}
#menu-top .list-group-item svg.avatar, #menu-top .list-group-item img.avatar {
  width: 50px;
  height: auto;
}
#menu-top .list-group-item.profile {
  padding-left: 2px;
}
#menu-top .sub-menu .list-group-item {
  padding: 5px;
  padding-left: 48px;
  font-size: 0.9em;
  color: var(--xpulz-grey-txt);
}
#menu-top .sub-menu .list-group-item.active, #menu-top .sub-menu .list-group-item:hover {
  color: var(--xpulz-white);
}
#menu-top .sub-menu .list-group-item svg, #menu-top .sub-menu .list-group-item img {
  display: none;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  fill: var(--xpulz-white);
}
#menu-top .bottom .arrow svg {
  /*$rotate (50deg) */
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#menu-top .bottom a {
  border: none;
}
#menu-top .bottom .footer {
  color: var(--xpulz-red);
  font-size: 0.8em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#menu-top .links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#menu-top .links .text {
  color: var(--xpulz-grey-txt);
  font-size: 1em;
  font-weight: 500;
}
#menu-top .links .text.username {
  color: var(--xpulz-grey-txt);
  margin: 0 15px;
}
#menu-top .container-fluid {
  max-width: 1440px;
  width: 100%;
}
#menu-top .bottom {
  position: absolute;
  bottom: 30px;
  width: 100%;
  cursor: pointer;
}
#menu-top .bottom .arrow {
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-bottom: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#menu-top .bottom .arrow svg {
  transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  margin-right: 0;
}
#menu-top.closed {
  width: 48px;
}
#menu-top.closed .search {
  display: block !important;
}
#menu-top.closed .global_search, #menu-top.closed .footer {
  display: none !important;
}
#menu-top.closed .list-group-item {
  padding-left: 6px;
}
#menu-top.closed .list-group-item svg, #menu-top.closed .list-group-item img {
  margin-right: 0;
}
#menu-top.closed .text {
  font-size: 0;
}
#menu-top.closed .no-padding-left {
  padding-left: 0;
}
#menu-top.closed .avatar, #menu-top.closed .logo {
  height: 32px;
  box-shadow: none;
}
#menu-top.closed .bottom .arrow svg {
  /*$rotate (50deg) */
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#menu-top .burger, #header-mobile .burger {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 50px;
  padding-right: 10px;
}
#menu-top .burger svg, #header-mobile .burger svg {
  border-radius: 100%;
  width: 28px;
  height: 28px;
}
#menu-top .burger svg path, #header-mobile .burger svg path {
  stroke: white;
}
#menu-top .burger.open, #header-mobile .burger.open {
  padding-right: 5px;
}
#menu-top .burger.open svg, #header-mobile .burger.open svg {
  padding: 5px;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.05);
}
#menu-top .burger.open svg path, #header-mobile .burger.open svg path {
  stroke: var(--xpulz-primary-color);
}
#menu-top .burger:hover, #header-mobile .burger:hover {
  padding-right: 5px;
}
#menu-top .burger:hover svg, #header-mobile .burger:hover svg {
  padding: 5px;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
}

#header-mobile .burger {
  position: absolute;
  top: 0;
  left: 10px;
}

#menu-top.players .menutop-products .logo, #menu-top.players .menutop-products .players {
  background: #015a9d;
}
#menu-top.players .content-menu, #menu-top.players .table-of-contents {
  background: #015a9d;
}
#menu-top.players .links .text {
  color: white;
}
#menu-top.players .list-group-item.dashboard {
  background: var(--xpulz-primary-color) !important;
}
#menu-top.players .list-group-item.active {
  background: linear-gradient(0deg, var(--xpulz-primary-color), transparent 90%);
}
#menu-top.players .list-group-item.active::after {
  border-color: white !important;
}
#menu-top.players .list-group-item.active .text {
  color: white;
}
#menu-top.players .component-timer .timer svg, #menu-top.players .action .svg svg {
  fill: white;
}
#menu-top.players .component-timer .timer {
  color: white;
}
#menu-top.scrims .profile {
  background: rgb(253.417721519, 6.582278481, 63.5443037975);
}
#menu-top.scrims .player-content-icons.open {
  background: #9d0125;
}
#menu-top.scrims .menutop-products .logo, #menu-top.scrims .menutop-products .scrims {
  background: #9d0125;
}
#menu-top.scrims .content-menu, #menu-top.scrims .table-of-contents {
  background: #9d0125;
}
#menu-top.scrims .links .text {
  color: white;
}
#menu-top.scrims .list-group-item.dashboard {
  background: rgb(253.417721519, 6.582278481, 63.5443037975) !important;
}
#menu-top.scrims .list-group-item:hover::after {
  border-color: rgb(253.417721519, 6.582278481, 63.5443037975) !important;
}
#menu-top.scrims .list-group-item.active {
  background: linear-gradient(0deg, rgb(207.6772151899, 1.3227848101, 48.9430379747), transparent 90%);
}
#menu-top.scrims .list-group-item.active::after {
  border-color: white !important;
}
#menu-top.scrims .list-group-item.active .text {
  color: white;
}
#menu-top.scrims .component-timer .timer svg, #menu-top.scrims .action .svg svg {
  fill: white;
}
#menu-top.scrims .component-timer .timer {
  color: white;
}
#menu-top.organisations .profile {
  background: rgb(0.6772151899, 106.3227848101, 96.8417721519);
}
#menu-top.organisations .player-content-icons.open {
  background: #019d8f;
}
#menu-top.organisations .menutop-products .logo, #menu-top.organisations .menutop-products .organisations {
  background: #019d8f;
}
#menu-top.organisations .content-menu, #menu-top.organisations .table-of-contents {
  background: #019d8f;
}
#menu-top.organisations .links .text {
  color: white;
}
#menu-top.organisations .list-group-item.dashboard {
  background: rgb(0.6772151899, 106.3227848101, 96.8417721519) !important;
}
#menu-top.organisations .list-group-item:hover::after {
  border-color: rgb(0.6772151899, 106.3227848101, 96.8417721519) !important;
}
#menu-top.organisations .list-group-item.active {
  background: linear-gradient(0deg, rgb(1.3227848101, 207.6772151899, 189.1582278481), transparent 90%);
}
#menu-top.organisations .list-group-item.active::after {
  border-color: white !important;
}
#menu-top.organisations .list-group-item.active .text {
  color: white;
}
#menu-top.organisations .component-timer .timer svg, #menu-top.organisations .action .svg svg {
  fill: white;
}
#menu-top.organisations .component-timer .timer {
  color: white;
}
#menu-top.teams .profile {
  background: rgb(60.9493670886, 0.6772151899, 106.3227848101);
}
#menu-top.teams .player-content-icons.open {
  background: #5a019d;
}
#menu-top.teams .menutop-products .logo, #menu-top.teams .menutop-products .teams {
  background: #5a019d;
}
#menu-top.teams .content-menu, #menu-top.teams .table-of-contents {
  background: #5a019d;
}
#menu-top.teams .links .text {
  color: white;
}
#menu-top.teams .list-group-item.dashboard {
  background: rgb(60.9493670886, 0.6772151899, 106.3227848101) !important;
}
#menu-top.teams .list-group-item:hover::after {
  border-color: rgb(60.9493670886, 0.6772151899, 106.3227848101) !important;
}
#menu-top.teams .list-group-item.active {
  background: linear-gradient(0deg, rgb(119.0506329114, 1.3227848101, 207.6772151899), transparent 90%);
}
#menu-top.teams .list-group-item.active::after {
  border-color: white !important;
}
#menu-top.teams .list-group-item.active .text {
  color: white;
}
#menu-top.teams .component-timer .timer svg, #menu-top.teams .action .svg svg {
  fill: white;
}
#menu-top.teams .component-timer .timer {
  color: white;
}

@media (max-width: 1330px) {
  #menu-top .component-timer {
    display: none;
  }
}
@media (max-width: 1250px) {
  #menu-top .logo svg {
    height: calc(var(--menutop-height) - 30px);
  }
  #menu-top .links .text {
    font-size: 0.9em;
  }
}
@media (max-width: 1015px) {
  .profile .username {
    display: none;
  }
  .profile img.avatar {
    margin-left: 10px;
  }
}
#menu-left {
  display: block;
  position: fixed;
  top: var(--menutop-height);
  left: 0;
  width: auto;
  z-index: 100;
  -webkit-user-select: none;
  user-select: none;
}
#menu-left .profile img {
  border: 2px solid var(--xpulz-primary-color);
  width: 128px !important;
}
#menu-left .profile .text {
  overflow: hidden;
  font-size: 1em;
  word-break: break-all;
}
#menu-left .profile .text.username {
  color: var(--xpulz-grey-txt);
  margin: 15px 0;
}
#menu-left > .badge {
  position: absolute;
  top: -11px;
  z-index: 2;
  right: -8px;
  background: var(--xpulz-darkgrey);
  color: var(--xpulz-white);
}
#menu-left .content {
  z-index: 11;
  height: calc(100vh - var(--menutop-height));
  background: var(--xpulz-darkgrey-lighten-10);
  overflow-y: auto;
}
#menu-left .content::-webkit-scrollbar {
  width: 3px;
  background: transparent;
}
#menu-left .content::-webkit-scrollbar-thumb {
  background: var(--xpulz-grey-txt);
}
#menu-left .content {
  position: absolute;
  width: 240px;
  padding: 0;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(calc(-100% - 30px), 0);
  box-shadow: 5px 0px 30px #000;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  overflow-x: hidden;
}
#menu-left .content .component-title .outer {
  margin-bottom: 10px;
}
#menu-left .content .component-title .outer > div {
  height: 40px;
}
#menu-left .content .component-title .text {
  justify-content: start;
  padding-left: 20px;
  color: white;
  bottom: 0;
}
#menu-left .content .match-background {
  background: var(--xpulz-darkgrey);
  padding: 10px 5px;
}
#menu-left .content .match-view {
  position: relative;
  z-index: 3;
  flex: 0 0 300px;
  transition: left 0.4s;
  transition-delay: 0.4s;
  left: 0;
}
#menu-left .content .match-view.match-slide-enter-active {
  left: 0;
}
#menu-left .content .match-view.match-slide-enter {
  left: 300px;
}
#menu-left .content .match-view.match-slide-leave-active {
  left: 300px;
}
#menu-left .content .match-view.match-slide-leave {
  left: 0px;
}
#menu-left .content .match-view .view {
  font-size: 0.75em;
}
#menu-left .content .match-list {
  position: relative;
  z-index: 3;
  flex: 0 0 300px;
  transition: left 0.4s;
  transition-delay: 0.4s;
  left: 0;
}
#menu-left .content .match-list.match-slide-enter-active {
  left: -300px;
}
#menu-left .content .match-list.match-slide-enter {
  left: -600px;
}
#menu-left .content .match-list.match-slide-leave-active {
  left: -600px;
}
#menu-left .content .match-list.match-slide-leave {
  left: -300px;
}
#menu-left .content .sub-menu {
  position: relative;
}
#menu-left .content .sub-menu.match-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#menu-left .content .sub-menu .separator:before {
  content: "";
  height: 1px;
  position: absolute;
  background: var(--xpulz-grey-txt);
  width: calc(100% - 20px);
  left: 10px;
}
#menu-left .content .sub-menu .separator {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#menu-left .content .sub-menu .separator .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  background: var(--xpulz-grey-txt);
  color: var(--xpulz-white);
  font-size: 0.7em;
  font-weight: bold;
  z-index: 1;
  transition: color 0.4s;
  padding: 0 10px;
  border-radius: 5px;
}
#menu-left .content .sub-menu .element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}
#menu-left .content .sub-menu .element .menu-alert {
  position: absolute;
  top: 5px;
  right: 2px;
  z-index: 1;
}
#menu-left .content .sub-menu .element .menu-alert svg {
  width: 16px;
  height: 16px;
  fill: var(--xpulz-red);
}
#menu-left .content .sub-menu .element .menu-alert.warning svg {
  fill: var(--xpulz-yellow);
}
#menu-left .content .sub-menu .element .svg-container {
  background: var(--xpulz-featuregrey);
  padding: 5px;
  border-radius: 5px;
  margin: 0 5px;
  text-align: center;
  transition: background 0.4s;
}
#menu-left .content .sub-menu .element .svg-container svg {
  fill: var(--xpulz-lightergrey-txt-lighten-10);
  fill: white;
  width: 24px;
  height: 24px;
  transition: fill 0.4s;
}
#menu-left .content .sub-menu .element .svg-container.organizer img {
  width: 24px;
  height: 24px;
}
#menu-left .content .sub-menu .element .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  color: var(--xpulz-white);
  font-size: 0.7em;
  font-weight: bold;
  margin-left: 5px;
  transition: color 0.4s;
}
#menu-left .content .sub-menu .element.active .svg-container {
  background: var(--xpulz-mediumgrey);
}
#menu-left .content .sub-menu .element.active .svg-container svg {
  fill: var(--xpulz-primary-color);
}
#menu-left .content .sub-menu .element.active .text {
  color: var(--xpulz-primary-color);
}
#menu-left .content .sub-menu .element:hover .svg-container {
  background: var(--xpulz-mediumgrey-lighten-10);
}
#menu-left .content .sub-menu .element:hover .svg-container svg {
  fill: var(--xpulz-primary-color-lighten-10);
}
#menu-left .content .sub-menu .element:hover .text {
  color: var(--xpulz-primary-color-lighten-10);
}
#menu-left.open ul {
  transform: none;
}
#menu-left.mobile .content {
  width: 300px;
  padding-top: 10px;
}
#menu-left.mobile .content .element {
  color: var(--xpulz-white);
}

#dashboard .visitor.xpulz-internal, #product .visitor.xpulz-internal {
  color: var(--xpulz-white);
}
#dashboard .visitor.xpulz-internal h1, #product .visitor.xpulz-internal h1 {
  font-size: 3em;
  text-transform: uppercase;
  font-weight: bold;
}
#dashboard .visitor.xpulz-internal h1.sub-header, #product .visitor.xpulz-internal h1.sub-header {
  font-size: 2em;
  font-weight: normal;
  text-transform: inherit;
}
#dashboard .visitor.xpulz-internal h1.bigger, #product .visitor.xpulz-internal h1.bigger {
  font-size: 4em;
}
#dashboard .visitor.xpulz-internal .bg-organisations, #product .visitor.xpulz-internal .bg-organisations {
  background: #019d8f;
}
#dashboard .visitor.xpulz-internal .bg-teams, #product .visitor.xpulz-internal .bg-teams {
  background: #5a019d;
}
#dashboard .visitor.xpulz-internal .bg-players, #product .visitor.xpulz-internal .bg-players {
  background: #015a9d;
}
#dashboard .visitor.xpulz-internal .bg-scrims, #product .visitor.xpulz-internal .bg-scrims {
  background: #9d0125;
}
#dashboard .visitor.xpulz-internal .color-scrims, #product .visitor.xpulz-internal .color-scrims {
  color: #9d0125;
}
#dashboard .visitor.xpulz-internal .color-players, #product .visitor.xpulz-internal .color-players {
  color: #015a9d;
}
#dashboard .visitor.xpulz-internal .color-teams, #product .visitor.xpulz-internal .color-teams {
  color: #5a019d;
}
#dashboard .visitor.xpulz-internal .color-organisations, #product .visitor.xpulz-internal .color-organisations {
  color: #019d8f;
}
#dashboard .visitor.xpulz-internal .full-block, #product .visitor.xpulz-internal .full-block {
  height: auto;
  padding: 30px 0;
}
#dashboard .visitor.xpulz-internal .full-block .formats, #product .visitor.xpulz-internal .full-block .formats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#dashboard .visitor.xpulz-internal .full-block .formats .format, #product .visitor.xpulz-internal .full-block .formats .format {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--xpulz-primary-color);
  padding: 10px;
  border-radius: 10px;
  width: 150px;
  margin-right: 10px;
}
#dashboard .visitor.xpulz-internal .full-block .formats .format .name, #product .visitor.xpulz-internal .full-block .formats .format .name {
  text-align: center;
}
#dashboard .visitor.xpulz-internal .full-block .formats .format svg, #product .visitor.xpulz-internal .full-block .formats .format svg {
  width: 100px;
  fill: white;
}
#dashboard .visitor.xpulz-internal .full-block .formats .format.gsl svg, #product .visitor.xpulz-internal .full-block .formats .format.gsl svg {
  transform: rotate(180deg);
}
#dashboard .visitor.xpulz-internal .full-block .formats .format:last-child, #product .visitor.xpulz-internal .full-block .formats .format:last-child {
  margin-right: 0;
}
#dashboard .visitor.xpulz-internal .full-block.trusted-organisations h1, #product .visitor.xpulz-internal .full-block.trusted-organisations h1 {
  font-size: 3em;
  text-transform: uppercase;
  font-weight: bold;
}
#dashboard .visitor.xpulz-internal .full-block.trusted-organisations .visitor, #product .visitor.xpulz-internal .full-block.trusted-organisations .visitor {
  margin-top: 100px;
  margin-bottom: 100px;
}
#dashboard .visitor.xpulz-internal .full-block.trusted-organisations .images, #product .visitor.xpulz-internal .full-block.trusted-organisations .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#dashboard .visitor.xpulz-internal .full-block.trusted-organisations .images .img-container, #product .visitor.xpulz-internal .full-block.trusted-organisations .images .img-container {
  background: var(--xpulz-lightgrey);
  border-radius: 10px;
  height: 200px;
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#dashboard .visitor.xpulz-internal .full-block.trusted-organisations .images .img-container img, #product .visitor.xpulz-internal .full-block.trusted-organisations .images .img-container img {
  width: 200px;
  border-radius: 10px;
}
#dashboard .visitor.xpulz-internal .full-block.trusted-organisations .images .img-container, #product .visitor.xpulz-internal .full-block.trusted-organisations .images .img-container {
  margin-right: 20px;
}
#dashboard .visitor.xpulz-internal .full-block.trusted-organisations .images .img-container:last-child, #product .visitor.xpulz-internal .full-block.trusted-organisations .images .img-container:last-child {
  margin-right: 0;
}
#dashboard .visitor.xpulz-internal .full-block.integrations, #dashboard .visitor.xpulz-internal .full-block.internal, #product .visitor.xpulz-internal .full-block.integrations, #product .visitor.xpulz-internal .full-block.internal {
  color: white;
  background: var(--xpulz-darkgrey);
}
#dashboard .visitor.xpulz-internal .full-block.integrations .x-content-center, #dashboard .visitor.xpulz-internal .full-block.internal .x-content-center, #product .visitor.xpulz-internal .full-block.integrations .x-content-center, #product .visitor.xpulz-internal .full-block.internal .x-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#dashboard .visitor.xpulz-internal .full-block.integrations .x-content-center .title, #dashboard .visitor.xpulz-internal .full-block.internal .x-content-center .title, #product .visitor.xpulz-internal .full-block.integrations .x-content-center .title, #product .visitor.xpulz-internal .full-block.internal .x-content-center .title {
  font-size: 4em;
}
#dashboard .visitor.xpulz-internal .full-block.integrations .x-content-center .description, #dashboard .visitor.xpulz-internal .full-block.internal .x-content-center .description, #product .visitor.xpulz-internal .full-block.integrations .x-content-center .description, #product .visitor.xpulz-internal .full-block.internal .x-content-center .description {
  margin-bottom: 20px;
}
#dashboard .visitor.xpulz-internal .full-block.integrations .x-content-center .connectors, #dashboard .visitor.xpulz-internal .full-block.internal .x-content-center .connectors, #product .visitor.xpulz-internal .full-block.integrations .x-content-center .connectors, #product .visitor.xpulz-internal .full-block.internal .x-content-center .connectors {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
}
#dashboard .visitor.xpulz-internal .full-block.integrations .x-content-center .connectors svg, #dashboard .visitor.xpulz-internal .full-block.internal .x-content-center .connectors svg, #product .visitor.xpulz-internal .full-block.integrations .x-content-center .connectors svg, #product .visitor.xpulz-internal .full-block.internal .x-content-center .connectors svg {
  height: 80px;
  margin-right: 20px;
  fill: white;
}
#dashboard .visitor.xpulz-internal .full-block.integrations .x-content-center .connectors .youtube polygon, #dashboard .visitor.xpulz-internal .full-block.internal .x-content-center .connectors .youtube polygon, #product .visitor.xpulz-internal .full-block.integrations .x-content-center .connectors .youtube polygon, #product .visitor.xpulz-internal .full-block.internal .x-content-center .connectors .youtube polygon {
  fill: var(--xpulz-darkgrey) !important;
}
#dashboard .visitor.xpulz-internal .title, #product .visitor.xpulz-internal .title {
  text-align: left;
  text-shadow: 1px 1px 3px black;
}
#dashboard .visitor.xpulz-internal .showcase .carousel, #dashboard .visitor.xpulz-internal .showcase .left > img, #dashboard .visitor.xpulz-internal .showcase .right > img, #product .visitor.xpulz-internal .showcase .carousel, #product .visitor.xpulz-internal .showcase .left > img, #product .visitor.xpulz-internal .showcase .right > img {
  width: 90%;
  box-shadow: 0px 0px 30px black;
  border: 2px solid white;
}
#dashboard .visitor.xpulz-internal .platform-title, #product .visitor.xpulz-internal .platform-title {
  background: var(--xpulz-darkgrey);
  padding: 30px 0;
  color: var(--xpulz-white);
  position: relative;
}
#dashboard .visitor.xpulz-internal .platform-title svg, #product .visitor.xpulz-internal .platform-title svg {
  fill: white;
  height: 150px;
}
#dashboard .visitor.xpulz-internal .platform-title, #product .visitor.xpulz-internal .platform-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 4em;
  font-weight: bold;
}
#dashboard .visitor.xpulz-internal .platform-title > *, #product .visitor.xpulz-internal .platform-title > * {
  z-index: 1;
}

@media (max-width: 900px) {
  #dashboard .visitor.xpulz-internal .full-block .formats, #product .visitor.xpulz-internal .full-block .formats {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #dashboard .visitor.xpulz-internal .full-block .formats .format, #product .visitor.xpulz-internal .full-block .formats .format {
    margin-bottom: 10px;
  }
  #dashboard .visitor.xpulz-internal h1, #product .visitor.xpulz-internal h1 {
    word-break: break-word;
    font-size: 2em !important;
  }
  #dashboard .visitor.xpulz-internal h1.bigger, #product .visitor.xpulz-internal h1.bigger {
    font-size: 2.5em !important;
  }
  #dashboard .visitor.xpulz-internal .full-block.trusted-organisations .images .img-container {
    height: 150px;
    width: 150px;
  }
  #dashboard .visitor.xpulz-internal .full-block.trusted-organisations .images .img-container img {
    width: 150px;
  }
  #dashboard .visitor.xpulz-internal .full-block.trusted-organisations .images .img-container {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
#platforms .logo img, #platforms .organizer img {
  height: 48px;
}
#platforms .user img {
  height: 32px;
}

.organizer-admins-users-popin .avatar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
}
.organizer-admins-users-popin .avatar-content img {
  width: 184px;
  height: 184px;
}

#admins-users .ctas {
  margin-top: 0 !important;
}
#admins-users td.avatar img {
  height: 32px;
}
#admins-users td.verified .svg svg {
  width: 32px;
  height: 32px;
}
#admins-users td.verified .svg.true svg path {
  fill: green;
}
#admins-users td.verified .svg.false svg path {
  fill: red;
}
#admins-users td.actions svg, #admins-users td.connectors-list svg {
  height: 22px;
  fill: var(--xpulz-white);
}
#admins-users td.connectors-list .connector {
  margin-right: 5px;
}
#admins-users td.connectors-list .connector:last-child {
  margin-right: 0;
}
#admins-users td.connectors-list .plus {
  background: var(--xpulz-primary-color);
  border-radius: 10px;
  padding: 1px 5px;
  margin-left: 5px;
  font-weight: bold;
}

.component.error {
  color: var(--xpulz-white);
  background: var(--xpulz-lightgrey);
  padding: 40px;
}
.component.error.mini {
  background: none;
  height: 100%;
}
.component.error.mini .bars {
  height: 100%;
  padding: 0;
}
.component.error .table-td {
  word-break: break-all;
}
.component.error .bars {
  display: flex;
  align-items: flex-end;
  height: 150px;
  padding-bottom: 20px;
}
.component.error .bars > div {
  transition: height 1000ms ease-in-out, background-color 1000ms ease-in-out;
  background: var(--xpulz-red);
  position: relative;
  width: 45px;
  max-width: 45px;
  min-width: 45px;
  margin: 5px;
}
.component.error .bars > div .label {
  text-align: center;
  transform: translate3d(0, -100%, 0);
}
.component.error .bars > div .sublabel {
  text-align: center;
  position: absolute;
  bottom: 0;
  transform: translate3d(0, 100%, 0);
}
.component.error .bars > div.selected {
  border: 2px solid black;
}

.admin-menu {
  position: fixed;
  height: 50px;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.admin-menu .component.error .bars {
  width: auto;
  position: absolute;
  font-size: 0.7em;
  right: 5px;
  top: -5px;
}
.admin-menu .component.error .bars > div {
  width: 32px;
  max-width: 32px;
  min-width: 32px;
  height: 32px !important;
}
.admin-menu .component.error .bars > div .label {
  display: none;
}
.admin-menu .component.error .bars > div .sublabel {
  bottom: 5px;
  width: 100%;
}

#admin {
  background: var(--xpulz-lightgrey);
}
#admin .highcharts-container {
  max-width: 100%;
}
#admin .stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 30px;
}
#admin .stats .box {
  width: 15%;
  background: var(--xpulz-mediumgrey);
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}
#admin .stats .box .text {
  color: var(--xpulz-white);
  font-size: 0.9em;
  font-weight: bold;
}
#admin .stats .box .value {
  color: var(--xpulz-primary-color);
  font-size: 2.5em;
  font-weight: bold;
}
#admin .stats.loading .box {
  background: linear-gradient(to right, var(--xpulz-lightgrey) 20%, var(--xpulz-primary-color) 50%, var(--xpulz-lightgrey) 80%);
  background-size: 1000px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
#admin .admin-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#admin .admin-stats li {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#admin .admin-stats li svg {
  width: 60px;
  height: 60px;
  fill: white;
}
#admin .admin-stats li .text {
  color: var(--xpulz-white);
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.2em;
}
#admin .admin-stats li .number {
  color: var(--xpulz-primary-color);
  font-size: 2.5em;
}
#admin .highcharts-container .highcharts-background {
  fill: var(--xpulz-lightgrey);
}
#admin .highcharts-container text {
  color: var(--xpulz-white) !important;
  fill: var(--xpulz-white) !important;
}
#admin .connectors {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#admin .connectors, #admin .countries, #admin .games {
  width: 50%;
}
#admin .connectors.countries, #admin .countries.countries, #admin .games.countries {
  width: 100%;
}
#admin .connectors.countries ul, #admin .countries.countries ul, #admin .games.countries ul {
  columns: 3;
}
#admin .connectors.countries ul li, #admin .countries.countries ul li, #admin .games.countries ul li {
  width: auto;
  padding: 0 40px;
}
#admin .connectors.countries ul li img, #admin .countries.countries ul li img, #admin .games.countries ul li img {
  width: 32px;
}
#admin .connectors.games, #admin .countries.games, #admin .games.games {
  width: 100%;
}
#admin .connectors.games .table-striped tbody tr:nth-of-type(odd), #admin .countries.games .table-striped tbody tr:nth-of-type(odd), #admin .games.games .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
#admin .connectors.games td, #admin .countries.games td, #admin .games.games td {
  color: var(--xpulz-white);
  font-size: 1.2em;
}
#admin .connectors.games svg, #admin .countries.games svg, #admin .games.games svg {
  fill: var(--xpulz-white);
}
#admin .connectors.games img, #admin .countries.games img, #admin .games.games img {
  width: 120px;
}
#admin .connectors.games .number, #admin .countries.games .number, #admin .games.games .number {
  color: var(--xpulz-primary-color);
  font-size: 2em;
}
#admin .connectors.games .percent, #admin .countries.games .percent, #admin .games.games .percent {
  color: var(--xpulz-yellow);
  font-size: 1.5em;
}
#admin .connectors ul, #admin .countries ul, #admin .games ul {
  padding: 0;
  margin: 0;
}
#admin .connectors ul li, #admin .countries ul li, #admin .games ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 300px;
  margin-bottom: 20px;
}
#admin .connectors ul li .number, #admin .countries ul li .number, #admin .games ul li .number {
  color: var(--xpulz-primary-color);
  font-size: 2em;
}
#admin .connectors ul li .percent, #admin .countries ul li .percent, #admin .games ul li .percent {
  color: var(--xpulz-yellow);
  font-size: 1.5em;
}
#admin .connectors ul li svg, #admin .countries ul li svg, #admin .games ul li svg {
  width: auto;
  height: 64px;
  width: 64px;
  fill: var(--xpulz-white);
}
#admin ul.manage a {
  padding: 15px;
  margin: 5px;
  background: var(--xpulz-red);
  border-radius: 20px;
  color: var(--xpulz-white);
  cursor: pointer;
}

.admin-roles .templates-match select {
  margin-right: 20px;
}
.admin-roles .add, .admin-roles .del {
  cursor: pointer;
}
.admin-roles input {
  height: 20px;
  border: none;
  background: transparent;
  color: var(--xpulz-white);
}
.admin-roles .add {
  color: var(--xpulz-white);
  height: 20px;
  font-size: 0.7em;
  padding: 4px;
  border-radius: 5px;
}
.admin-roles .del {
  margin-right: 0 !important;
}

@media (max-width: 900px) {
  #admin .stats {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #admin .stats .box {
    width: 48%;
    margin-bottom: 10px;
  }
  #admin .stats .box .text {
    font-weight: 0.8em;
  }
  #admin .stats .box .value {
    font-size: 1.5em;
  }
}
#create_team input.has-error, #create_team textarea.has-error {
  background: var(--xpulz-red);
}
#create_team .games {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
#create_team .games .game {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#create_team .games .game img {
  width: 300px;
}
#create_team .games .game .name {
  padding-top: 10px;
  text-shadow: 1px 1px 1px black;
  text-transform: uppercase;
}
#create_team .game_name {
  padding-top: 10px;
  text-shadow: 1px 1px 1px black;
  text-transform: uppercase;
}
#create_team .modes {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
#create_team input[type=file] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: calc(100% - 65px);
  padding-top: 20px;
  height: 64px;
  border: none;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 1px 0 0;
  padding-left: 24px;
  font-weight: 100;
  color: var(--xpulz-white);
}
#create_team .banner-stack {
  height: 160px;
  margin-top: 0px;
}
#create_team .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: calc(100% - 65px);
  padding: 10px 0;
  height: auto;
  border: none;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 1px 0 0;
  padding-left: 24px;
  font-weight: 100;
  color: var(--xpulz-white);
}
#create_team .change_mode {
  margin-top: 30px;
}
#create_team .change_game, #create_team .change_mode {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}

#teams > .table-container {
  width: calc(100% - 20px);
}
#teams .remove-from-team {
  cursor: pointer;
}
#teams .team_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#teams .member_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
#teams .accepted {
  margin-right: 5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
#teams .team-validate {
  padding-top: 15px;
}
#teams .team-validate.complete {
  background-color: #3c763d;
}
#teams .team-validate.not-complete {
  background-color: #ee5f5b;
}

#page-teams {
  position: relative;
}
#page-teams > .table-container {
  width: calc(100% - 20px);
}
#page-teams > section {
  margin-top: 20px;
}
#page-teams input {
  background-color: var(--xpulz-mediumgrey);
  color: var(--xpulz-white);
  border: none;
  padding: 10px;
  transition: all 0.4s;
}
#page-teams input:focus {
  background-color: var(--xpulz-white);
  color: var(--xpulz-black);
}
#page-teams input {
  outline: none;
  width: 50%;
  display: block;
}
#page-teams table {
  overflow: hidden;
  position: relative;
}
#page-teams th {
  text-align: left;
}
#page-teams .tag {
  color: var(--xpulz-primary-color);
}
#page-teams tr {
  transition: background 0.4s;
  cursor: pointer;
  position: relative;
}
#page-teams tr .bg-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 1;
  opacity: 0.3;
}
#page-teams tr td {
  z-index: 2;
  position: relative;
  vertical-align: middle;
  text-align: left;
  padding: 5px;
}
#page-teams tr td .country {
  width: 20px;
}
#page-teams tr td.players img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 5px;
}
#page-teams tr td svg {
  fill: var(--xpulz-grey-txt);
  height: 30px;
  padding: 0 5px;
}

@media (max-width: 900px) {
  #page-teams {
    padding: 30px 10px;
  }
  #page-teams .table-container {
    padding: 10px;
  }
  #page-teams .teams-mobile .team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin-top: 20px;
    background: var(--xpulz-darkgrey);
    border-radius: 10px;
    padding: 10px;
  }
  #page-teams .teams-mobile .team .information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #page-teams .teams-mobile .team .information img {
    width: 96px;
    height: 96px;
  }
  #page-teams .teams-mobile .team .information .name {
    color: var(--xpulz-white);
    font-weight: bold;
    font-size: 1.3em;
    padding-left: 5px;
  }
  #page-teams .teams-mobile .team .information .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 10px;
  }
  #page-teams .teams-mobile .team .information .game svg {
    height: 30px;
    padding: 0 5px;
    fill: var(--xpulz-grey-txt);
  }
  #page-teams .teams-mobile .team .players {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    border-top: 2px solid var(--xpulz-grey-txt);
    padding-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #page-teams .teams-mobile .team .players img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 5px;
  }
}
.svg-bg {
  fill: #969696;
}

.rank_1 {
  color: gold;
}

.rank_2 {
  color: silver;
}

.rank_3 {
  color: #CD7F32;
}

.loading-bar {
  width: 100%;
  height: 10px;
  background: var(--xpulz-darkgrey);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.loading-bar .bar {
  background: var(--xpulz-primary-color);
  animation: barloading 2s infinite;
  height: 6px;
  padding: 2px 0px;
}
@keyframes barloading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.component-title {
  width: 100%;
  color: white;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0;
  text-align: center;
}
.component-title .count {
  color: var(--xpulz-lightergrey-txt);
  margin-left: 15px;
}

.datetime-picker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.datetime-picker:hover .multiplier {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.datetime-picker .datetimepicker-inline.datepicker {
  background: white;
  padding: 10px;
  border-radius: 10px;
}
.datetime-picker .datetimepicker-inline.datepicker .timepicker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.datetime-picker > input {
  width: 100%;
  background-color: var(--xpulz-darkgrey);
  color: var(--xpulz-white);
  border: none;
  padding: 10px;
  transition: all 0.4s;
  outline: none;
  border-radius: 10px;
}
.datetime-picker .multiplier {
  display: none;
  position: absolute;
  left: 100%;
  height: 100%;
  z-index: 2;
}
.datetime-picker .multiplier .cta, .datetime-picker .multiplier input {
  padding: 0 10px;
  font-weight: normal;
}
.datetime-picker .multiplier .cta.type, .datetime-picker .multiplier input.type {
  font-size: 0.7em;
}
.datetime-picker .multiplier input {
  width: 40px;
  text-align: center;
}

.loader {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.team-participant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.team-participant .team-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.team-participant .team-content .name {
  margin: 0px 20px;
  font-size: large;
}
.team-participant .team-content img {
  height: 80px;
  width: 80px;
}
.team-participant .team-content {
  margin-right: 60px;
}

.participants {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.participants .participant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.participants .participant img {
  height: 40px;
  border-radius: 5px;
}
.participants .participant a {
  margin-left: 20px;
  font-size: large;
}

.match-informations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.match-informations img {
  width: 200px;
  height: 100px;
}
.match-informations .informations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.match-informations .player_count, .match-informations .shoutcaster, .match-informations .message__location, .match-informations h4 {
  margin-bottom: 10px;
}
.match-informations .count {
  font-size: medium;
}
.match-informations h4 {
  font-size: large;
  font-weight: bold;
}

.tooltip {
  min-width: 200px;
}

.avatar-team {
  max-height: 150px;
  max-width: 150px;
  margin-left: 20px;
}
.avatar-team.small {
  max-width: 75px;
  max-height: 75px;
}
.avatar-team.big {
  max-width: 300px;
  max-height: 300px;
}
.avatar-team.full {
  max-width: 100%;
  max-height: 100%;
}

.no-data {
  width: 100%;
  font-size: 1.5em;
  color: var(--xpulz-grey-txt);
  padding: 30px;
  text-align: center;
}
.no-data small {
  color: var(--xpulz-white);
}

.section-title {
  font-variant: small-caps;
  color: rgb(144, 144, 144);
  text-shadow: 1px 1px 1px black;
  padding: 20px 0;
}
.section-title.center {
  margin: 0 auto;
  text-align: center;
}

#settings {
  background: transparent;
}
#settings span.privacy-text {
  color: var(--xpulz-white) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-left: 12px !important;
}
#settings .settings-billing {
  padding: 0 16px;
}
#settings .settings-billing .plan-summary {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
}
#settings .settings-billing .plan-summary .tier-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
#settings .settings-billing .plan-summary .tier-name {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}
#settings .settings-billing .plan-summary .tier-name.pro {
  color: var(--xpulz-yellow);
}
#settings .settings-billing .plan-summary .tier-name .tier-price {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 8px;
}
#settings .settings-billing .plan-summary .plan-details {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
  font-size: 0.95rem;
}
#settings .settings-billing .plan-summary .plan-details > div {
  margin-bottom: 6px;
}
#settings .settings-billing .plan-summary .plan-details .label {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 6px;
}
#settings .settings-billing .plan-summary .plan-details .color-red {
  color: #ff6b6b;
}
#settings .settings-billing .upgrade-cta {
  background: linear-gradient(135deg, rgba(255, 220, 0, 0.08), rgba(0, 118, 225, 0.05));
  border: 1px solid rgba(255, 220, 0, 0.2);
  border-radius: 16px;
  padding: 24px;
  margin-top: 16px;
}
#settings .settings-billing .upgrade-cta p {
  margin-bottom: 16px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
}
#settings .settings-billing .billing-payment-method {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 16px;
}
#settings .settings-billing .billing-payment-method .label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
#settings .settings-billing .billing-payment-method .credit-card {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
#settings .settings-billing .billing-payment-method .credit-card .card-brand {
  font-weight: 600;
  text-transform: capitalize;
}
#settings .settings-billing .billing-payment-method .credit-card .card-end small {
  color: rgba(255, 255, 255, 0.5);
}
#settings .settings-billing .actions {
  gap: 8px;
}
#settings .settings-billing .actions .cta {
  margin-right: 8px;
}
#settings .settings-billing .invoices h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
#settings .settings-billing .invoices .invoices-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
#settings .settings-billing .invoices .invoices-table th {
  padding: 12px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.55);
}
#settings .settings-billing .invoices .invoices-table td {
  padding: 12px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: white;
}
#settings .settings-billing .invoices .invoices-table td .team-avatar {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
#settings .settings-billing .invoices .invoices-table td .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
}
#settings .settings-billing .invoices .invoices-table .badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#settings .settings-billing .invoices .invoices-table .badge.paid {
  background: rgba(34, 197, 94, 0.2);
  color: #4ade80;
}
#settings .settings-billing .invoices .invoices-table .badge.open {
  background: rgba(234, 179, 8, 0.2);
  color: #facc15;
}
#settings .settings-billing .invoices .invoices-table .badge.void {
  background: rgba(148, 163, 184, 0.2);
  color: #94a3b8;
}
#settings .settings-billing .invoices .invoices-table .badge.uncollectible {
  background: rgba(239, 68, 68, 0.2);
  color: #fca5a5;
}
#settings .settings-billing .invoices .invoices-table .cta.small {
  padding: 4px 10px;
  font-size: 0.8rem;
}
#settings .settings-billing .my-teams-billing .teams-billing {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(50% - 20px), 1fr));
  gap: 20px;
}
#settings .settings-billing .my-teams-billing .team-billing-row {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 20px;
}
#settings .settings-billing .my-teams-billing .team-billing-row header {
  height: auto;
}
#settings .settings-billing .my-teams-billing .team-billing-row header .team-avatar {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}
#settings .settings-billing .my-teams-billing .team-billing-row header .team-name {
  font-size: 1.15rem;
  font-weight: 600;
  color: white;
}
#settings .settings-billing .my-teams-billing .team-billing-row .billing-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
#settings .settings-billing .my-teams-billing .team-billing-row .billing-badge.green {
  background: rgba(34, 197, 94, 0.2);
  color: #4ade80;
}
#settings .settings-billing .my-teams-billing .team-billing-row .billing-badge.orange {
  background: rgba(234, 179, 8, 0.2);
  color: #facc15;
}
#settings .settings-billing .my-teams-billing .team-billing-row .billing-badge.red {
  background: rgba(239, 68, 68, 0.2);
  color: #fca5a5;
}
#settings .settings-billing .my-teams-billing .team-billing-row .billing-badge.blue {
  background: rgba(59, 130, 246, 0.2);
  color: #93c5fd;
}
#settings .settings-billing .my-teams-billing .team-billing-row .billing-badge.grey {
  background: rgba(148, 163, 184, 0.2);
  color: #cbd5e1;
}
#settings .settings-billing .my-teams-billing .team-billing-row .plan-details {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
}
#settings .settings-billing .my-teams-billing .team-billing-row .plan-details > div {
  margin-bottom: 6px;
}
#settings .settings-billing .my-teams-billing .team-billing-row .plan-details .label {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 6px;
}
#settings .settings-billing .my-teams-billing .team-billing-row .plan-details .color-orange {
  color: #facc15;
}
#settings .settings-billing .my-teams-billing .team-billing-row .actions {
  gap: 8px;
}
#settings .settings-billing .my-teams-billing .team-billing-row .actions .cta {
  margin-right: 8px;
}
#settings .croppa-container {
  z-index: 2;
}
#settings .box-content.profile {
  background: var(--xpulz-darkgrey);
}
#settings .box-content.connectors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#settings .box-content.connectors > .component-register {
  width: 50%;
}
#settings .sub-menu img {
  height: 38px;
}
#settings .sub-menu .username {
  font-weight: bold;
  color: var(--xpulz-white);
  font-size: 1.2em;
  margin: 0 10px;
}
#settings .sub-menu {
  background: var(--xpulz-darkgrey);
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#settings .sub-menu.admin {
  margin-top: 10px;
  background: var(--xpulz-darkgrey);
}
#settings .sub-menu .item {
  color: var(--xpulz-grey);
  margin: 0 10px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#settings .sub-menu .item svg {
  height: 17px;
  width: 17px;
  fill: var(--xpulz-red);
  margin-left: 5px;
}
#settings .sub-menu .item span {
  padding: 5px 10px;
  border-radius: 10px;
  transition: all 0.4s;
  border: 2px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#settings .sub-menu .item:hover span {
  color: var(--xpulz-white);
  border-color: var(--xpulz-primary-color);
}
#settings .sub-menu .item.active span {
  background: var(--xpulz-primary-color);
  color: var(--xpulz-white);
}
#settings .country {
  width: 32px;
  height: auto;
}
#settings .sessions {
  list-style: none;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#settings .sessions li {
  color: var(--xpulz-white);
  position: relative;
  padding: 0 0 20px 52px;
  width: 33%;
  margin-bottom: 30px;
}
#settings .sessions li p {
  margin: 5px 0px;
}
#settings .sessions li svg {
  position: absolute;
  left: 0;
  fill: var(--xpulz-darkgrey);
}
#settings .sessions li.current svg {
  fill: var(--xpulz-yellow);
}
#settings .form-settings .privacy-controls .privacy-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 50px;
}
#settings .form-settings .privacy-controls .privacy-item:last-child {
  border-bottom: none;
}
#settings .form-settings .privacy-controls .privacy-item .privacy-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex: 1;
  height: 34px;
  line-height: 34px;
}
#settings .form-settings .privacy-controls .privacy-item .switch {
  flex-shrink: 0;
  align-self: center;
}
#settings .form-group.work-education-title {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#settings .form-group.work-education-title label {
  font-size: 2em;
  font-weight: bold;
  color: var(--xpulz-primary-color);
}
#settings .form-group.work-education-title .ctas {
  margin-left: 20px;
  margin-bottom: 0;
}
#settings .educations-work {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  padding: 0 20px;
}
#settings .educations-work .education-entry, #settings .educations-work .work-entry {
  width: calc(50% - 30px);
  margin-right: 30px;
  background: var(--xpulz-darkgrey-lighten-20);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
#settings .connectors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#settings .connectors.big > .connector {
  width: 25%;
  height: 220px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#settings .connectors.big > .connector.pointer * {
  cursor: pointer !important;
}
#settings .connectors.big > .connector .nickname {
  color: var(--xpulz-white);
}
#settings .connectors.big > .connector .data {
  color: var(--xpulz-primary-color);
  font-size: 1.3em;
}
#settings .connectors.big > .connector .text {
  color: var(--xpulz-lightergrey-txt);
  font-size: 0.7em;
}
#settings .connectors.big > .connector a {
  position: relative;
  display: block;
}
#settings .connectors.big > .connector .svg {
  height: 45px;
  width: auto;
}
#settings .connectors .connector {
  text-align: center;
}
#settings .connectors .connector svg {
  height: 60px;
  width: 60px;
  fill: var(--xpulz-white);
}
#settings .connectors .connector svg path {
  fill: var(--xpulz-white);
}

.popover .remove-connector p span {
  text-transform: uppercase;
}
.popover .remove-connector .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.popover .remove-connector {
  color: var(--xpulz-white);
}
.popover .remove-connector .cta:first-child {
  margin-right: 20px;
}

@media (max-width: 900px) {
  #settings .form-group.work-education-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #settings .educations-work {
    width: 100%;
  }
  #settings .educations-work .education-entry, #settings .educations-work .work-entry {
    width: 100%;
    margin-right: 0;
  }
  .component-register .connectors-lists .connector-list-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .component-register .connectors-lists .connector-list-container .action {
    margin-left: 0 !important;
  }
  .component-register .connectors-lists .connector-list-container .text {
    width: calc(100% - 74px) !important;
  }
  #settings .sub-menu {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #settings .box-content.connectors > .component-register {
    width: 100%;
  }
}
body.slide #slide #user_profile {
  background: var(--xpulz-mediumgrey);
  padding: 10px;
}

#user_profile .table-container {
  padding: 0;
}
#user_profile .table-container .table {
  padding: 0;
}
#user_profile .games-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}
#user_profile .games-content .title {
  margin: 10px 20px;
}
#user_profile .games-content .game-content {
  border-radius: 10px;
  background: var(--xpulz-mediumgrey);
  width: 100%;
}
#user_profile .games-content .top {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#user_profile .games-content .top .game {
  width: 200px;
  height: 100px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-right: 10px;
  border: 3px solid var(--xpulz-lightergrey-txt);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#user_profile .games-content .top .game .svg-container {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 5px 0;
}
#user_profile .games-content .top .game .svg-container svg {
  height: 60px;
  fill: var(--xpulz-white);
}
#user_profile .games-content .top .game:last-child {
  margin-bottom: 0;
}
#user_profile .games-content .top .game {
  opacity: 0.5;
  cursor: pointer;
}
#user_profile .games-content .top .game.active {
  opacity: 1;
  border-color: var(--xpulz-primary-color);
}
#user_profile .games-content .top .game.active .svg-container {
  background: none;
}
#user_profile .games-content .top .game.active .svg-container svg {
  display: none;
}
#user_profile .game-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
#user_profile .game-container .coming-soon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 3em;
  color: white;
  font-weight: bold;
}
#user_profile .game-container .game-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 60px;
}
#user_profile .game-container .game-header .settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 20px;
}
#user_profile .game-container .game-header .settings svg {
  height: 30px;
  fill: var(--xpulz-grey-txt);
}
#user_profile .game-container .game-header .settings:hover svg {
  fill: var(--xpulz-primary-color);
}

#user_profile ul.teams, #settings ul.teams, #my-tournaments ul.teams {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
#user_profile ul.teams .team, #settings ul.teams .team, #my-tournaments ul.teams .team {
  width: 320px;
  margin-bottom: 30px;
  margin-right: 17px;
}
#user_profile ul.teams .team .team-card, #settings ul.teams .team .team-card, #my-tournaments ul.teams .team .team-card {
  height: 100%;
}

#my-games ul.games {
  width: 100%;
  list-style: none;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#my-games ul.games li .add-game > .cta {
  height: 100%;
}
#my-games ul.games li.game {
  margin-top: 40px;
  width: 31%;
  box-shadow: 0px 6px 9px #1b1b1b;
  position: relative;
}
#my-games ul.games li.hide .card {
  opacity: 0.4;
}
#my-games ul.games li .settings {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
#my-games ul.games li .visible {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 5;
}
#my-games ul.games li .card-img-overlay {
  background: radial-gradient(at center 52%, rgba(0, 0, 0, 0.2) 0, var(--xpulz-darkgrey) 92%);
  z-index: 2;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
}
#my-games ul.games li .card-img-overlay .info {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  width: 100%;
}
#my-games ul.games li .card-img-overlay .card-title {
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.3411764706);
  width: 100%;
  text-align: center;
}
#my-games ul.games li .card {
  padding: 20px 0;
  height: 200px;
  background-size: cover;
  background-position: center 20%;
  border-width: 0px;
  background-color: black;
}
#my-games ul.games li .card.can-add .card-img-overlay {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
#my-games ul.games li .card .card-title {
  font-size: 1.2em;
  color: white;
}
#my-games ul.games li .card .bg-content {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(transparent, black 90%);
  opacity: 0.7;
  z-index: 1;
  bottom: 0;
}
#my-games .small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

#my-games {
  background: var(--xpulz-lightgrey);
  padding-bottom: 30px;
}

@media (max-width: 900px) {
  #my-games ul.games {
    padding: 0;
  }
  #my-games ul.games li.game {
    width: 100%;
    margin-right: 0;
  }
  #user_profile header .player-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #user_profile header .player-content .left, #user_profile header .player-content .right {
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #user_profile header .player-content .left .avatar-content, #user_profile header .player-content .left .information-content {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  #user_profile header .player-content .right {
    border-left: none;
  }
  #user_profile header .impersonate {
    left: auto;
    right: 20px;
  }
  #user_profile .game-container .game-header, #user_profile .game-container .ranks, #user_profile .game-container .stats {
    height: auto;
  }
  #user_profile .game-container .game-header {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #user_profile .game-container .ranks {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #user_profile .game-container .ranks .user-rank {
    width: 100%;
  }
  #user_profile .game-container .ranks .right {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #user_profile .game-container .ranks .right .summary, #user_profile .game-container .ranks .right .summary-stats {
    width: 100%;
  }
  #user_profile .box-content {
    padding: 10px;
  }
  #user_profile .box-content .box-top {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #user_profile .box-content .connectors-container .connector-content {
    width: 100%;
  }
  #user_profile .box-content .games-content {
    height: auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #user_profile .box-content .games-content .top {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #user_profile .box-content .games-content .top .game {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  #user_profile .box-content .games-content .left, #user_profile .box-content .games-content .right {
    width: 100%;
  }
}
.profile-v2 {
  background: var(--xpulz-mediumgrey);
}
.profile-v2.event-header {
  background: transparent;
}
.profile-v2 .form-settings {
  color: white;
}
.profile-v2 .profile-edit {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: var(--xpulz-white);
  margin-bottom: 10px;
}
.profile-v2 .profile-edit span {
  margin-right: 10px;
  font-weight: bold;
  cursor: pointer;
}
.profile-v2 .profile-edit .ctas {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.profile-v2 .admin-panel .admin {
  color: var(--xpulz-grey-txt);
  font-weight: bold;
}
.profile-v2 .admin-panel .admin span {
  color: var(--xpulz-white);
  font-size: 1.1em;
  font-weight: normal;
}
.profile-v2 .calendar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.profile-v2 .calendar-container .calendar-left {
  width: 300px;
  padding: 10px;
}
.profile-v2 .calendar-container > .box-content {
  width: calc(100% - 300px);
  border-radius: 0;
  margin-top: 10px;
}
.profile-v2 header.profile-header-v2 {
  border-radius: 10px;
  height: 350px;
  position: relative;
  background: var(--xpulz-lightgrey);
  padding: 10px;
}
.profile-v2 header.profile-header-v2.profile-header-v2--compact {
  height: 280px;
  overflow: visible;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.profile-v2 header.profile-header-v2.profile-header-v2--compact .bg-image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.profile-v2 header.profile-header-v2.profile-header-v2--compact .avatar-overlap {
  position: absolute;
  bottom: -72px;
  left: 30px;
  z-index: 9;
}
.profile-v2 header.profile-header-v2.profile-header-v2--compact .avatar-overlap .avatar {
  width: 144px;
  height: 144px;
  background: var(--xpulz-lightgrey);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
  border: 3px solid var(--xpulz-mediumgrey);
}
.profile-v2 header.profile-header-v2 .bottom-connectors {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 6;
}
.profile-v2 header.profile-header-v2 .bottom-connectors svg {
  height: 40px;
  padding: 0 5px;
  fill: var(--xpulz-white);
}
.profile-v2 header.profile-header-v2 .bottom-connectors svg path {
  fill: var(--xpulz-white);
}
.profile-v2 header.profile-header-v2 .croppa-container.croppa--has-target {
  position: absolute;
  top: 0;
  left: 2px;
  border-radius: 20px;
}
.profile-v2 header.profile-header-v2 .croppa-container.croppa--has-target canvas {
  border-radius: 10px;
}
.profile-v2 header.profile-header-v2 .main-tag {
  padding: 6px 10px;
  font-weight: bold;
  color: var(--xpulz-white);
  background: var(--xpulz-primary-color);
  border-radius: 10px;
  margin-bottom: 10px;
}
.profile-v2 header.profile-header-v2 .xpulz-profile {
  z-index: 5;
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  transition: color 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
.profile-v2 header.profile-header-v2 .xpulz-profile svg {
  height: 30px;
  width: 30px;
  fill: #0076e1;
  transition: fill 0.4s;
}
.profile-v2 header.profile-header-v2 .xpulz-profile:hover svg {
  fill: white;
}
.profile-v2 header.profile-header-v2 .xpulz-profile:hover {
  color: #0076e1;
}
.profile-v2 header.profile-header-v2 .upload-cover {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 15;
  cursor: pointer;
  background: var(--xpulz-lightgrey);
  padding: 5px 10px;
  border-radius: 10px;
  transition: background 0.4s;
}
.profile-v2 header.profile-header-v2 .upload-cover svg {
  height: 30px;
}
.profile-v2 header.profile-header-v2 .upload-cover.x-close {
  padding: 9px 12px;
}
.profile-v2 header.profile-header-v2 .upload-cover.x-close svg {
  height: 24px;
  fill: var(--xpulz-white);
}
.profile-v2 header.profile-header-v2 .upload-cover:hover {
  background: var(--xpulz-lightergrey-txt);
}
.profile-v2 header.profile-header-v2 .edit_cover {
  position: absolute;
  top: 20px;
  left: 82px;
  z-index: 2;
  display: flex;
  gap: 8px;
}
.profile-v2 header.profile-header-v2 .edit_cover svg {
  height: 30px;
}
.profile-v2 header.profile-header-v2 .edit_cover .cta {
  padding: 0px 10px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.profile-v2 header.profile-header-v2 .edit_cover .cta img.svg, .profile-v2 header.profile-header-v2 .edit_cover .cta svg {
  margin: 6px;
  width: 29px;
}
.profile-v2 header.profile-header-v2 input.upload-cover {
  opacity: 0;
}
.profile-v2 header.profile-header-v2 .impersonate {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 15;
}
.profile-v2 header.profile-header-v2 .impersonate .cta {
  font-size: 0.8em;
  padding: 10px 10px;
}
.profile-v2 header.profile-header-v2 .edit-avatar div[src] {
  width: 37px;
  padding: 5px;
  margin: 0;
  height: 37px;
}
.profile-v2 header.profile-header-v2 .edit-avatar {
  z-index: 5;
  position: absolute;
  left: -50px;
  top: 52px;
}
.profile-v2 header.profile-header-v2 .edit-avatar .upload-avatar {
  top: 0;
  position: absolute;
  width: 100%;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}
.profile-v2 header.profile-header-v2 .bg-image {
  background-position: center 22%;
  background-size: cover;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  border-radius: 10px;
  width: 100%;
}
.profile-v2 header.profile-header-v2 .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, #090c15 92%);
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 8px;
}
.profile-v2 header.profile-header-v2 .profile-header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 6;
}
.profile-v2 header.profile-header-v2 .profile-header-content .team-game {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.profile-v2 header.profile-header-v2 .profile-header-content .team-game svg {
  height: 60px;
  fill: var(--xpulz-yellow);
}
.profile-v2 header.profile-header-v2 .left {
  width: 55%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.profile-v2 header.profile-header-v2 .left .avatar-content {
  width: 244px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.profile-v2 header.profile-header-v2 .left .avatar-content img {
  width: 184px;
  height: 184px;
  background: var(--xpulz-lightgrey);
  box-shadow: 1px 1px 20px black;
}
.profile-v2 header.profile-header-v2 .left .information-content {
  width: calc(100% - 244px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.profile-v2 header.profile-header-v2 .left .information-content .admin {
  width: auto !important;
  background: var(--xpulz-mediumgrey);
  border-radius: 10px;
  padding: 10px !important;
  opacity: 0.8;
}
.profile-v2 header.profile-header-v2 .left .information-content .username {
  font-size: 2.5em;
  font-weight: bold;
  color: var(--xpulz-white);
}
.profile-v2 header.profile-header-v2 .left .information-content .team-tag {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.profile-v2 header.profile-header-v2 .left .information-content .flags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: var(--xpulz-white);
}
.profile-v2 header.profile-header-v2 .left .information-content .flags span {
  margin-left: 5px;
}
.profile-v2 header.profile-header-v2 .left .information-content .about {
  margin-top: 10px;
  color: var(--xpulz-lightergrey-txt);
  padding-right: 20px;
}
.profile-v2 header.profile-header-v2 .right {
  width: 45%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 30px;
}
.profile-v2 header.profile-header-v2 .right.no-border {
  border-left: none;
}
.profile-v2 header.profile-header-v2 .right h3 {
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
}
.profile-v2 header.profile-header-v2 .right .badge {
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  background: var(--xpulz-lightergrey-txt);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.profile-v2 header.profile-header-v2 .right .badge .remove {
  color: var(--xpulz-white);
  margin-left: 5px;
}
.profile-v2 header.profile-header-v2 .right .edit-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.profile-v2 header.profile-header-v2 .right .edit-language label {
  font-weight: bold;
  color: var(--xpulz-white);
  margin: 0;
  margin-right: 10px;
}
.profile-v2 header.profile-header-v2 .right .edit-language .x-select {
  background: var(--xpulz-lightgrey);
}
.profile-v2 header.profile-header-v2 .right .languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile-v2 header.profile-header-v2 .right .languages .flag-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.profile-v2 header.profile-header-v2 .right .languages .flag-container img {
  max-height: 30px;
}
.profile-v2 header.profile-header-v2 .right .languages .flag-container .language {
  padding: 5px 10px;
  background: var(--xpulz-primary-color);
  border-radius: 10px;
  color: white;
  font-weight: bold;
}
.profile-v2 header.profile-header-v2 .right .languages .flag-container .delete {
  background: var(--xpulz-lightgrey);
  padding: 0 5px;
  color: var(--xpulz-red);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s;
}
.profile-v2 header.profile-header-v2 .right .languages .flag-container:hover .delete {
  background: var(--xpulz-red);
  padding: 0 5px;
  color: var(--xpulz-white);
}
.profile-v2 header.profile-header-v2 .right .games, .profile-v2 header.profile-header-v2 .right .admin-roles {
  margin-bottom: 15px;
}
.profile-v2 header.profile-header-v2 .right .exit-impersonate {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.profile-v2 header.profile-header-v2 .right .exit-impersonate .cta {
  background: var(--xpulz-red);
  color: white;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.profile-v2 header.profile-header-v2 .right .exit-impersonate .cta:hover {
  background: rgba(220, 53, 69, 0.8);
}
.profile-v2 header.profile-header-v2 .right .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-right: 16px;
}
.profile-v2 header.profile-header-v2 .right .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.profile-v2 header.profile-header-v2 .right .switch input:checked + .slider {
  background-color: var(--xpulz-primary-color);
}
.profile-v2 header.profile-header-v2 .right .switch input:checked + .slider:before {
  transform: translateX(26px);
}
.profile-v2 header.profile-header-v2 .right .switch input:focus + .slider {
  box-shadow: 0 0 1px var(--xpulz-primary-color);
}
.profile-v2 header.profile-header-v2 .right .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.profile-v2 header.profile-header-v2 .right .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.profile-v2 header.profile-header-v2 .right .switch.round .slider {
  border-radius: 34px;
}
.profile-v2 header.profile-header-v2 .right .switch.round .slider:before {
  border-radius: 50%;
}
.profile-v2 header.profile-header-v2 .right .privacy-controls .privacy-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.profile-v2 header.profile-header-v2 .right .privacy-controls .privacy-item:last-child {
  border-bottom: none;
}
.profile-v2 header.profile-header-v2 .right .privacy-controls .privacy-item .privacy-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.profile-v2 header.profile-header-v2 .right .games svg {
  height: 28px;
  fill: var(--xpulz-lightergrey-txt);
  margin-right: 8px;
}
.profile-v2 .sticky-menu {
  position: sticky;
  top: var(--menutop-height);
  margin-bottom: 20px;
  z-index: 5;
}
.profile-v2 .sticky-menu .sub-menu {
  background: #141622;
  border-radius: 10px;
  padding: 15px 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.profile-v2 .sticky-menu .sub-menu.admin {
  margin-top: 10px;
  background: var(--xpulz-darkgrey);
}
.profile-v2 .sticky-menu .sub-menu.circle .item span {
  border-color: var(--xpulz-grey-txt);
}
.profile-v2 .sticky-menu .sub-menu.circle .item span.external {
  border-color: transparent;
}
.profile-v2 .sticky-menu .sub-menu .item {
  color: var(--xpulz-grey);
  margin: 0 10px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.profile-v2 .sticky-menu .sub-menu .item svg {
  height: 17px;
  width: 17px;
  fill: var(--xpulz-red);
  margin-left: 5px;
}
.profile-v2 .sticky-menu .sub-menu .item.organizer img {
  margin-left: 5px;
  height: 26px;
}
.profile-v2 .sticky-menu .sub-menu .item .external svg {
  fill: var(--xpulz-primary-color);
  margin-left: 0;
  margin-right: 8px;
  width: 26px;
  height: 26px;
}
.profile-v2 .sticky-menu .sub-menu .item > span {
  padding: 5px 10px;
  border-radius: 10px;
  transition: all 0.4s;
  border: 2px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.profile-v2 .sticky-menu .sub-menu .item.yellow span {
  background: var(--xpulz-yellow);
  color: var(--xpulz-black);
}
.profile-v2 .sticky-menu .sub-menu .item:hover span {
  color: var(--xpulz-white);
  border-color: var(--xpulz-primary-color);
}
.profile-v2 .sticky-menu .sub-menu .item.active span, .profile-v2 .sticky-menu .sub-menu .item.circle.active span {
  background: var(--xpulz-primary-color);
  border-color: var(--xpulz-primary-color);
  color: var(--xpulz-white);
}
.profile-v2 .box-content {
  padding: 30px;
  background: var(--xpulz-lightgrey);
  border-radius: 10px;
  margin-bottom: 20px;
}
.profile-v2 .box-content.full {
  padding: 0;
  border-radius: 0;
}
.profile-v2 .box-content .component-matches .table-container {
  padding: 0;
}
.profile-v2 .box-content .component-matches .table-container .table {
  padding: 0;
}
.profile-v2 .box-content .box-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.profile-v2 .box-content .box-top.no-margin {
  margin-bottom: 0;
}
.profile-v2 .box-content .box-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.profile-v2 .box-content .box-menu > section {
  padding: 10px 20px;
  border-radius: 10px;
  background: var(--xpulz-darkgrey);
  color: white;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
  transition: background 0.4s;
}
.profile-v2 .box-content .box-menu > section:hover {
  background: var(--xpulz-grey-txt);
}
.profile-v2 .box-content .box-menu > section.active {
  background: var(--xpulz-primary-color);
}
.profile-v2 .box-content .box-menu.teams .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0;
}
.profile-v2 .box-content .box-menu.teams .team .game-container {
  padding: 10px 5px 10px 10px;
  background: var(--xpulz-primary-color-darken-10);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.profile-v2 .box-content .box-menu.teams .team .game-container svg {
  height: 30px;
  width: auto;
  fill: var(--xpulz-white);
  margin-right: 5px;
}
.profile-v2 .box-content .box-menu.teams .team .team-avatar {
  height: 30px;
  width: auto;
  margin: 0 10px;
}
.profile-v2 .box-content .box-menu.teams .team span {
  margin-right: 10px;
}
.profile-v2 .box-content h2.title {
  color: var(--xpulz-white);
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.profile-v2 .box-content h2.title span.count {
  color: var(--xpulz-lightergrey-txt);
  margin-left: 15px;
}
.profile-v2 .box-content h6.subtitle {
  color: var(--xpulz-grey-txt);
  font-style: italic;
  margin-bottom: 30px;
}
.profile-v2 .box-content .ctas {
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.profile-v2 .box-content .ctas.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.profile-v2 .box-content .ctas .cta.svg svg {
  margin: 6px;
  width: 29px;
}
.profile-v2 .box-content.members .permissions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.profile-v2 .box-content.members .permissions .left {
  width: 30%;
  padding: 0 20px 20px 20px;
  color: white;
}
.profile-v2 .box-content.members .permissions .left .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.profile-v2 .box-content.members .permissions .left .member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 5px 10px;
  cursor: pointer;
}
.profile-v2 .box-content.members .permissions .left .member img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
}
.profile-v2 .box-content.members .permissions .left .member .role {
  font-size: 0.9em;
  color: var(--xpulz-grey-txt);
  font-weight: bold;
}
.profile-v2 .box-content.members .permissions .left .member.active {
  background: var(--xpulz-primary-color);
  border-radius: 10px;
}
.profile-v2 .box-content.members .permissions .left .member.active .role {
  color: var(--xpulz-white);
}
.profile-v2 .box-content.members .permissions .right {
  width: 70%;
  background: var(--xpulz-mediumgrey);
  border-radius: 10px;
  padding: 20px;
}
.profile-v2 .box-content.members .permissions .right .member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 2.5em;
  color: white;
  margin-bottom: 20px;
}
.profile-v2 .box-content.members .permissions .right .member img {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  border-radius: 100%;
}
.profile-v2 .box-content.members .permissions .right .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.profile-v2 .box-content.members .permissions .right .content .roles, .profile-v2 .box-content.members .permissions .right .content .informations {
  width: 50%;
}
.profile-v2 .box-content.members .permissions .right .content .roles.width-team-manage, .profile-v2 .box-content.members .permissions .right .content .informations.width-team-manage {
  width: 60%;
}
.profile-v2 .box-content.members .permissions .right .content .actions .category {
  color: var(--xpulz-white);
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.profile-v2 .box-content.members .permissions .right .content .actions .svg.check svg {
  width: 32px;
  fill: var(--xpulz-primary-color);
}
.profile-v2 .box-content.members .permissions .right .content .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
.profile-v2 .box-content.members .permissions .right .content .action .role {
  color: white;
  width: 70%;
}
.profile-v2 .box-content.members .permissions .right .content .action .switch-container {
  width: 30%;
}
.profile-v2 .box-content.members .hardware-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile-v2 .box-content.members .hardware-container .hardware {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: linear-gradient(135deg, var(--xpulz-darkgrey) 0%, var(--xpulz-mediumgrey) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 250px;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  width: 100%;
  background: var(--xpulz-grey-darken-20);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-top .name {
  font-size: 0.9em;
  font-weight: bold;
  color: var(--xpulz-white);
  margin-left: 20px;
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 200px; /* adjust to desired box height */
  padding: 10px; /* optional */
  overflow: hidden;
  width: 100%;
  background: white;
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* keeps aspect ratio, no crop */
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-image div {
  text-align: center;
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-image div svg {
  width: 50%;
  height: auto;
  fill: var(--xpulz-lightergrey);
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-image div[src="/svg/keyboard.svg"] svg path, .profile-v2 .box-content.members .hardware-container .hardware .hardware-image div[src="/svg/keyboard.svg"] svg circle {
  fill: var(--xpulz-lightergrey) !important;
  stroke: var(--xpulz-lightergrey) !important;
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-image div[src="/svg/keyboard.svg"] svg rect {
  stroke: var(--xpulz-lightergrey) !important;
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-image div[src="/svg/headset.svg"] svg {
  fill: transparent;
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-image div[src="/svg/headset.svg"] svg path {
  stroke: var(--xpulz-lightergrey) !important;
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-image div[src="/svg/headset.svg"] svg path:last-child {
  fill: var(--xpulz-lightergrey) !important;
  stroke: transparent !important;
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-image div[src="/svg/mouse.svg"] svg path {
  fill: var(--xpulz-lightergrey) !important;
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-image div[src="/svg/monitor.svg"] svg path {
  fill: var(--xpulz-white);
  stroke: var(--xpulz-lightergrey);
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-image div[src="/svg/microphone.svg"] svg path {
  fill: var(--xpulz-white);
  stroke: var(--xpulz-lightergrey);
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-image div[src="/svg/storage.svg"] svg {
  fill: var(--xpulz-white);
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-image div[src="/svg/storage.svg"] svg path {
  stroke: var(--xpulz-lightergrey) !important;
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-icon, .profile-v2 .box-content.members .hardware-container .hardware .education-icon, .profile-v2 .box-content.members .hardware-container .hardware .work-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--xpulz-primary-color), var(--xpulz-yellow));
  background: var(--xpulz-yellow);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: all 0.3s ease;
}
.profile-v2 .box-content.members .hardware-container .hardware .hardware-icon svg, .profile-v2 .box-content.members .hardware-container .hardware .education-icon svg, .profile-v2 .box-content.members .hardware-container .hardware .work-icon svg {
  width: 40px;
  height: auto;
}
.profile-v2 .box-content.members .hardware-container .hardware .value {
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 5px;
  color: var(--xpulz-white);
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
}
.profile-v2 .box-content.members .members-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile-v2 .box-content.members .members-container .member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: linear-gradient(135deg, var(--xpulz-darkgrey) 0%, var(--xpulz-mediumgrey) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 250px;
  margin-bottom: 30px;
  margin-right: 20px;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.profile-v2 .box-content.members .members-container .member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--xpulz-primary-color), var(--xpulz-yellow));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.profile-v2 .box-content.members .members-container .member .avatar {
  width: 120px;
  height: 120px;
}
.profile-v2 .box-content.members .members-container .member .hardware-icon, .profile-v2 .box-content.members .members-container .member .education-icon, .profile-v2 .box-content.members .members-container .member .work-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--xpulz-primary-color), var(--xpulz-yellow));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.profile-v2 .box-content.members .members-container .member .hardware-icon svg, .profile-v2 .box-content.members .members-container .member .education-icon svg, .profile-v2 .box-content.members .members-container .member .work-icon svg {
  width: 30px;
  height: 30px;
}
.profile-v2 .box-content.members .members-container .member .hardware-icon .role.color-xpulz, .profile-v2 .box-content.members .members-container .member .education-icon .role.color-xpulz, .profile-v2 .box-content.members .members-container .member .work-icon .role.color-xpulz {
  background: var(--xpulz-primary-color);
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 500;
}
.profile-v2 .box-content.members .members-container .member .name {
  font-size: 1.1em;
  font-weight: bold;
  color: var(--xpulz-white);
  margin: 20px 0 10px 0;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.profile-v2 .box-content.members .members-container .member .name .flag {
  margin-left: 10px;
}
.profile-v2 .box-content.members .members-container .member .role {
  font-size: 0.9em;
  text-transform: uppercase;
  color: var(--xpulz-grey-txt);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
  background: var(--xpulz-mediumgrey);
  font-weight: bold;
}
.profile-v2 .box-content.members .members-container .member .role.owner {
  background: var(--xpulz-primary-color);
  color: var(--xpulz-white);
}
.profile-v2 .box-content.members .members-container .member .role.role-captain {
  background: var(--xpulz-yellow);
}
.profile-v2 .box-content.members .members-container .member .role.role-captain span {
  color: var(--xpulz-black);
}
.profile-v2 .box-content.members .members-container .member .role.role-captain svg {
  width: 20px;
}
.profile-v2 .box-content.members .members-container .member .role.role-captain svg path {
  fill: var(--xpulz-black);
}
.profile-v2 .box-content.members .members-container .member .role.role-captain svg {
  margin-right: 5px;
}
.profile-v2 .box-content.members .members-container .member .member-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile-v2 .box-content.members .members-container .member .member-tags .tag {
  padding: 3px 6px;
  text-transform: uppercase;
  background: var(--xpulz-lightgrey);
  color: white;
  font-weight: bold;
  border-radius: 10px;
  margin: 3px;
  font-size: 0.9em;
  overflow: hidden;
  cursor: pointer;
}
.profile-v2 .box-content.members .members-container .member .member-tags .tag.active {
  background: var(--xpulz-grey-txt);
  color: black;
}
.profile-v2 .box-content.members .members-container .member .member-tags .tag.active.head_admin {
  background: var(--xpulz-yellow);
}
.profile-v2 .box-content.members .members-container .member .member-tags .tag.active.admin {
  background: var(--xpulz-primary-color);
}
.profile-v2 .box-content.members .members-container .member .member-tags .tag.active.caster {
  background: green;
}
.profile-v2 .box-content.members .members-container .member .member-informations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
  margin-top: 10px;
  width: 100%;
  border-top: 2px solid var(--xpulz-grey-txt);
}
.profile-v2 .box-content.members .members-container .member .member-informations .data {
  width: 50%;
}
.profile-v2 .box-content.members .members-container .member .member-informations .data.full {
  width: 100%;
}
.profile-v2 .box-content.members .members-container .member .member-informations .data {
  font-size: 0.8em;
  color: white;
  text-align: center;
  margin-bottom: 5px;
}
.profile-v2 .box-content.members .members-container .member .member-informations .data label {
  margin: 0;
}
.profile-v2 .box-content.members .members-container .member .member-informations .data .value {
  font-weight: bold;
  color: var(--xpulz-grey-txt);
}
.profile-v2 .box-content.members .members-container .member .member-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  margin-top: 10px;
  width: 100%;
}
.profile-v2 .box-content.members .members-container .member .socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.profile-v2 .box-content.members .members-container .member .socials.bottom {
  margin-top: 0;
  margin-bottom: 10px;
}
.profile-v2 .box-content.members .members-container .member .socials .social {
  margin-right: 5px;
}
.profile-v2 .box-content.members .members-container .member .socials .social:last-child {
  margin-right: 0;
}
.profile-v2 .box-content.members .members-container .member .socials .social .steam svg {
  padding: 3px;
}
.profile-v2 .box-content.members .members-container .member .socials .social svg {
  height: 24px;
  width: 24px;
  fill: var(--xpulz-white);
}
.profile-v2 .box-content.members .members-container .member .socials .social svg path {
  fill: var(--xpulz-white);
}
.profile-v2 .box-content.socials .connectors {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 2;
}
.profile-v2 .box-content.socials .connectors svg {
  height: 60px;
  width: 60px;
  padding: 0 10px;
  fill: var(--xpulz-white);
}
.profile-v2 .box-content.socials .connectors svg path {
  fill: var(--xpulz-white);
}
.profile-v2 .box-content.socials .connectors .youtube polygon {
  fill: var(--xpulz-mediumgrey) !important;
}
.profile-v2 .box-content.socials .connectors-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.profile-v2 .box-content.socials .connectors-container .connector-container {
  width: 30%;
  margin-right: 40px;
}
.profile-v2 .box-content.socials .connectors-container .youtube polygon {
  fill: #FF0000 !important;
}
.profile-v2 .box-content.socials .connectors-container .connector-content {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 10px;
}
.profile-v2 .box-content.socials .connectors-container .connector-content .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.profile-v2 .box-content.socials .connectors-container .connector-content .header .name {
  color: var(--xpulz-white);
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 20px;
}
.profile-v2 .box-content.socials .connectors-container .connector-content .header .avatar {
  height: 40px;
  border-radius: 100%;
}
.profile-v2 .box-content.socials .connectors-container .connector-content .header svg {
  height: 40px;
  fill: var(--xpulz-white);
}
.profile-v2 .box-content.socials .connectors-container .connector-content .header svg g, .profile-v2 .box-content.socials .connectors-container .connector-content .header svg path {
  fill: var(--xpulz-white);
}
.profile-v2 .box-content.socials .connectors-container .connector-content .stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.profile-v2 .box-content.socials .connectors-container .connector-content .stats .box {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.profile-v2 .box-content.socials .connectors-container .connector-content .stats .box label {
  color: #cbcbcb;
  font-weight: bold;
  font-size: 0.9em;
  margin: 0;
}
.profile-v2 .box-content.socials .connectors-container .connector-content .stats .box .value {
  font-weight: bold;
  color: var(--xpulz-white);
  font-size: 1.8em;
}
.profile-v2 .box-content.hardware .settings .col-form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
}
.profile-v2 .box-content.hardware .settings .col-form-label svg {
  max-height: 32px;
  height: auto;
  width: 32px;
  fill: var(--xpulz-yellow);
  margin-right: 5px;
}
.profile-v2 .box-content.hardware .settings .col-form-label[for=keyboard] svg path, .profile-v2 .box-content.hardware .settings .col-form-label[for=keyboard] svg circle {
  fill: var(--xpulz-yellow) !important;
  stroke: var(--xpulz-yellow) !important;
}
.profile-v2 .box-content.hardware .settings .col-form-label[for=keyboard] svg rect {
  stroke: var(--xpulz-yellow) !important;
}
.profile-v2 .box-content.hardware .settings .col-form-label[for=headset] svg {
  fill: transparent;
}
.profile-v2 .box-content.hardware .settings .col-form-label[for=headset] svg path {
  stroke: var(--xpulz-yellow) !important;
}
.profile-v2 .box-content.hardware .settings .col-form-label[for=headset] svg path:last-child {
  fill: var(--xpulz-yellow) !important;
  stroke: transparent !important;
}
.profile-v2 .box-content.hardware .settings .col-form-label[for=mouse] svg path {
  fill: var(--xpulz-yellow) !important;
}
.profile-v2 .box-content.hardware .settings .col-form-label[for=monitor] svg path {
  fill: var(--xpulz-darkgrey);
  stroke: var(--xpulz-yellow);
}
.profile-v2 .box-content.hardware .settings .col-form-label[for=microphone] svg path {
  fill: var(--xpulz-darkgrey);
  stroke: var(--xpulz-yellow);
}
.profile-v2 .box-content.hardware .settings .col-form-label[for=storage] svg, .profile-v2 .box-content.hardware .settings .col-form-label[for=storage_2] svg {
  fill: var(--xpulz-darkgrey);
}
.profile-v2 .box-content.hardware .settings .col-form-label[for=storage] svg path, .profile-v2 .box-content.hardware .settings .col-form-label[for=storage_2] svg path {
  stroke: var(--xpulz-yellow) !important;
}
.profile-v2 .box-content.education-work .education-work-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.profile-v2 .box-content.education-work .education-work-container .education-section, .profile-v2 .box-content.education-work .education-work-container .work-section {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 20px;
}
.profile-v2 .box-content.education-work .education-work-container .education-section:last-child, .profile-v2 .box-content.education-work .education-work-container .work-section:last-child {
  margin-right: 0;
}
.profile-v2 .box-content.education-work .education-work-container .education-section .section-title, .profile-v2 .box-content.education-work .education-work-container .work-section .section-title {
  color: var(--xpulz-white);
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--xpulz-primary-color);
  text-align: left;
  text-transform: uppercase;
}
.profile-v2 .box-content.education-work .education-work-container .education-section .members-container .member, .profile-v2 .box-content.education-work .education-work-container .work-section .members-container .member {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
}
.profile-v2 .box-content.education-work .education-work-container .education-section .members-container .member .name, .profile-v2 .box-content.education-work .education-work-container .work-section .members-container .member .name {
  font-size: 1.5em;
  margin: 0 0 10px 0;
  color: var(--xpulz-yellow);
}
.profile-v2 .box-content.education-work .education-work-container .education-section .members-container .member .member-tags, .profile-v2 .box-content.education-work .education-work-container .work-section .members-container .member .member-tags {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  margin: 0;
}
.profile-v2 .box-content.education-work .education-work-container .education-section .members-container .member .see-more, .profile-v2 .box-content.education-work .education-work-container .work-section .members-container .member .see-more {
  position: absolute;
  bottom: 100px;
  right: 20px;
  background: var(--xpulz-darkgrey-lighten-20);
  padding: 2px 4px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}
.profile-v2 .box-content.education-work .education-work-container .education-section .members-container .member .description, .profile-v2 .box-content.education-work .education-work-container .work-section .members-container .member .description {
  margin-top: 10px;
  width: 100%;
  padding: 20px 0 0 0;
  white-space: pre;
  background: var(--xpulz-darkgrey);
  color: var(--xpulz-white);
  font-family: monospace;
  white-space: pre-line;
  border-radius: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  cursor: pointer;
}
.profile-v2 .box-content.education-work .education-work-container .education-section .members-container .member .description.visible, .profile-v2 .box-content.education-work .education-work-container .work-section .members-container .member .description.visible {
  display: block;
  cursor: default;
}
.profile-v2 .profile-info-block {
  background: var(--xpulz-lightgrey);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 30px 24px 200px;
  color: var(--xpulz-white);
  position: relative;
}
.profile-v2 .profile-info-block .views {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
  color: var(--xpulz-red);
}
.profile-v2 .profile-info-block .views > div {
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.profile-v2 .profile-info-block .views > div svg {
  fill: var(--xpulz-red);
}
.profile-v2 .profile-info-block .info-line-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.profile-v2 .profile-info-block .info-line-1 .username {
  font-size: 2.2em;
  font-weight: bold;
  color: var(--xpulz-white);
}
.profile-v2 .profile-info-block .info-line-1 .main-tag {
  padding: 6px 12px;
  font-weight: bold;
  color: var(--xpulz-white);
  background: var(--xpulz-primary-color);
  border-radius: 10px;
  font-size: 0.85em;
}
.profile-v2 .profile-info-block .info-line-1 .flags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 6px;
  color: var(--xpulz-lightergrey-txt);
}
.profile-v2 .profile-info-block .info-line-1 .flags .flag {
  height: 18px;
}
.profile-v2 .profile-info-block .info-line-1 .team-tag {
  font-weight: bold;
}
.profile-v2 .profile-info-block .info-line-1 .info-game svg {
  height: 28px;
  fill: var(--xpulz-white);
}
.profile-v2 .profile-info-block .info-about {
  position: relative;
  color: var(--xpulz-white);
  background: var(--xpulz-darkgrey);
  border-radius: 12px;
  max-width: 100%;
  width: auto;
  display: inline-block;
  padding: 14px 18px 14px 32px;
  margin-bottom: 16px;
  font-style: italic;
  line-height: 1.4;
}
.profile-v2 .profile-info-block .info-about::before {
  content: "“";
  position: absolute;
  top: 2px;
  left: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: normal;
  font-size: 2.6em;
  line-height: 1;
  color: var(--xpulz-primary-color);
  opacity: 0.85;
}
.profile-v2 .profile-info-block .event-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.profile-v2 .profile-info-block .event-meta .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 0;
  min-width: 110px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2px;
  padding: 8px 10px;
  background: var(--xpulz-mediumgrey);
  border-radius: 10px;
}
.profile-v2 .profile-info-block .event-meta .key {
  color: var(--xpulz-lightergrey-txt);
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.profile-v2 .profile-info-block .event-meta .value {
  color: var(--xpulz-white);
  font-weight: 700;
}
.profile-v2 .profile-info-block .event-meta .restriction {
  justify-content: center;
}
.profile-v2 .profile-info-block .event-meta .restriction svg {
  height: 30px;
  fill: var(--xpulz-red);
}
.profile-v2 .profile-info-block .info-cell .organizer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 8px;
  color: var(--xpulz-white);
  margin-bottom: 8px;
}
.profile-v2 .profile-info-block .info-cell .organizer-link img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-v2 .profile-info-block .info-cell .stream-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 10px;
  color: var(--xpulz-white);
  font-weight: bold;
}
.profile-v2 .profile-info-block .info-cell .stream-badge .connector {
  line-height: 0;
}
.profile-v2 .profile-info-block .info-cell .stream-badge svg, .profile-v2 .profile-info-block .info-cell .stream-badge img {
  height: 20px;
  width: auto;
}
.profile-v2 .profile-info-block .info-cell .stream-badge svg, .profile-v2 .profile-info-block .info-cell .stream-badge svg path {
  fill: var(--xpulz-white);
}
.profile-v2 .profile-info-block .info-cell .stream-badge .shoutcaster {
  color: var(--xpulz-white);
}
.profile-v2 .profile-info-block .info-cell .stream-badge.twitch {
  background: #6441a4;
}
.profile-v2 .profile-info-block .info-cell .stream-badge.youtube {
  background: #FF0000;
}
.profile-v2 .profile-info-block .info-cell .stream-badge.xpulz {
  background: var(--xpulz-primary-color);
}
.profile-v2 .profile-info-block .info-line-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell {
  min-width: 0;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell h3 {
  color: var(--xpulz-lightergrey-txt);
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 8px;
  font-weight: 700;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .games {
  gap: 8px;
  flex-wrap: wrap;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .games svg {
  height: 28px;
  fill: var(--xpulz-white);
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .games img, .profile-v2 .profile-info-block .info-line-2 .info-cell .games .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .games .avatar-link {
  cursor: pointer;
  transition: transform 0.15s;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .games .avatar-link:hover {
  transform: translateY(-2px);
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .connectors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .connectors svg {
  height: 28px;
  fill: var(--xpulz-white);
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .connectors svg path {
  fill: var(--xpulz-white);
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .languages, .profile-v2 .profile-info-block .info-line-2 .info-cell .education-work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .language, .profile-v2 .profile-info-block .info-line-2 .info-cell .badge {
  background: var(--xpulz-primary-color);
  color: var(--xpulz-white);
  border-radius: 8px;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 0.9em;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .flag-container {
  display: flex;
  align-items: center;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .flag-container .delete {
  background: transparent;
  padding: 0 5px;
  color: var(--xpulz-red);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .flag-container:hover .delete {
  background: var(--xpulz-red);
  padding: 0 5px;
  color: var(--xpulz-white);
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .education-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .education-item .education-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  align-items: center;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .education-item .major, .profile-v2 .profile-info-block .info-line-2 .info-cell .education-item .position {
  color: var(--xpulz-lightergrey-txt);
  font-size: 0.85em;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .education-item .years {
  color: var(--xpulz-grey-txt);
  font-size: 0.8em;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell .education-item .description {
  color: var(--xpulz-lightergrey-txt);
  font-size: 0.85em;
  margin-top: 2px;
}
.profile-v2 .profile-info-block .info-line-2 .info-cell.info-cell--admin .admin-meta, .profile-v2 .profile-info-block .info-line-2 .info-cell.info-cell--admin .admin-segmentations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

#slide .profile-v2 .sticky-menu {
  top: 0px;
}

@media (max-width: 900px) {
  .profile-v2 header {
    height: auto;
  }
  .profile-v2 header .admin-panel {
    display: none;
  }
  .profile-v2 header .profile-header-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile-v2 header .left, .profile-v2 header .right {
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: none;
  }
  .profile-v2 header .left .avatar-content, .profile-v2 header .left .information-content {
    width: 100%;
  }
  .profile-v2 header .left .information-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .profile-v2 .sticky-menu {
    position: relative;
    top: auto;
  }
  .profile-v2 .sticky-menu .sub-menu {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile-v2 .sticky-menu .sub-menu .item {
    width: auto;
    margin: 0;
    margin-bottom: 10px;
  }
  .profile-v2 .sticky-menu .sub-menu .item > span {
    border: none;
    border-left: 5px solid transparent;
    border-radius: 0;
  }
  .profile-v2 .sticky-menu .sub-menu .item.active span {
    background: none;
  }
  .profile-v2 .box-content {
    border-radius: 0;
    padding: 10px;
  }
  .profile-v2 .box-content.socials .box-top {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile-v2 .box-content.socials .connectors-container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile-v2 .box-content.socials .connectors-container .connector-container {
    width: 100%;
  }
  .profile-v2 .box-content.education-work .education-work-container .work-section, .profile-v2 .box-content.education-work .education-work-container .education-section {
    width: 100%;
  }
  .profile-v2 .box-content.members .members-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .profile-v2 .box-content.members .hardware-container .hardware {
    width: 100%;
    margin-right: 0;
  }
  .profile-v2 .box-content.members .permissions {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile-v2 .box-content.members .permissions .left, .profile-v2 .box-content.members .permissions .right {
    width: 100%;
  }
  .profile-v2 .box-content.members .permissions .right > section {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile-v2 .box-content.members .permissions .right > section .ctas {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .profile-v2 .box-content.members .permissions .right .member {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .profile-v2 .box-content.members .permissions .right .member span {
    text-align: center;
    font-size: 0.7em;
  }
  .profile-v2 .box-content.members .permissions .right .content .informations, .profile-v2 .box-content.members .permissions .right .content .roles {
    width: 100%;
  }
}
#organizer-team-select .teams > .team {
  margin-bottom: 10px;
  cursor: pointer;
}
#organizer-team-select .ctas {
  margin: 20px 0;
}
#organizer-team-select .team-selected {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.organizer-register {
  background: var(--xpulz-lightgrey);
  padding: 30px 0;
}
.organizer-register .form-group.tos .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
}
.organizer-register .form-group.tos .content input {
  width: auto;
  margin-right: 10px;
}

.organizers {
  position: relative;
  margin-top: 30px;
}
.organizers > section {
  margin-top: 20px;
}
.organizers table {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.organizers img.avatar {
  width: 32px;
}
.organizers th {
  text-align: center;
}
.organizers th.username {
  text-align: left;
}
.organizers tr {
  transition: background 0.4s;
  cursor: pointer;
}
.organizers tr.mobile {
  background: var(--xpulz-mediumgrey) !important;
}
.organizers tr.mobile .background {
  height: 150px;
  background-size: cover;
  background-position: center;
}
.organizers tr.mobile .name {
  padding: 10px 0;
  color: var(--xpulz-yellow);
}
.organizers tr.mobile img, .organizers tr.mobile svg {
  padding: 5px 0;
}
.organizers tr {
  position: relative;
}
.organizers tr .bg-image {
  background-size: cover;
  background-position: 100% center;
  width: 100%;
  height: 89px;
  position: absolute;
  z-index: 1;
  opacity: 0.3;
}
.organizers tr td {
  z-index: 2;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  margin-top: 0 !important;
}
.organizers tr td.username, .organizers tr td.avatar {
  cursor: pointer;
  text-align: left;
}
.organizers tr td.avatar {
  text-align: center;
}
.organizers tr td.avatar img {
  width: 40px;
}
.organizers tr td.games svg, .organizers tr td.connectors svg {
  height: 30px;
  padding: 0 5px;
  fill: var(--xpulz-grey);
}
.organizers tr td.games svg path, .organizers tr td.connectors svg path {
  fill: var(--xpulz-grey) !important;
}
.organizers tr td.games svg polygon, .organizers tr td.connectors svg polygon {
  fill: var(--xpulz-darkgrey) !important;
}

#organizers > .table-container {
  width: calc(100% - 20px);
}

.socials-statistics-component .filters {
  margin: 15px 0;
  padding: 10px;
  background-color: var(--xpulz-darkgrey);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.socials-statistics-component .filters > section {
  width: 50%;
}
.socials-statistics-component .filters > section > span {
  color: var(--xpulz-white);
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
}
.socials-statistics-component .filters .x-select {
  background-color: var(--xpulz-mediumgrey);
  width: 80%;
  margin-right: 20px;
}
.socials-statistics-component #organizer-dashboard .chart .highcharts-container .highcharts-grid.highcharts-yaxis-grid .highcharts-grid-line {
  stroke: transparent !important;
}
.socials-statistics-component #organizer-dashboard .small-charts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.socials-statistics-component #organizer-dashboard .small-charts .key-value .number {
  font-size: 3em;
}
.socials-statistics-component #organizer-dashboard .small-charts .key-value .number.smaller {
  font-size: 2em;
}
.socials-statistics-component #organizer-dashboard .small-charts .key-value .number-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

#organizer .profile-v2 .box-content.socials .connectors-container .connector-content {
  height: 160px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 0 !important;
}
#organizer .profile-v2 .box-content.socials .connectors-container .connector-content .stats {
  width: calc(100% - 40px);
}
#organizer .profile-v2 .box-content.socials .connectors-container .connector-content .youtube polygon {
  fill: #FF0000 !important;
}
#organizer .component-register {
  width: 60%;
}
#organizer img.country {
  width: 40px;
}
#organizer .member-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#organizer .member-tags .tag {
  padding: 3px 6px;
  text-transform: uppercase;
  background: var(--xpulz-lightgrey);
  color: white;
  font-weight: bold;
  border-radius: 10px;
  margin: 3px;
  font-size: 0.9em;
  overflow: hidden;
  cursor: pointer;
}
#organizer .member-tags .tag.active {
  background: var(--xpulz-grey-txt);
  color: black;
}
#organizer .member-tags .tag.active.head_admin {
  background: var(--xpulz-yellow);
}
#organizer .member-tags .tag.active.admin {
  background: var(--xpulz-primary-color);
}
#organizer .member-tags .tag.active.caster {
  background: green;
}
#organizer .informations > p {
  white-space: pre-line;
  text-align: left;
  padding: 30px;
  margin: 30px;
  background: var(--xpulz-darkgrey);
  color: var(--xpulz-white);
  font-size: 0.8em;
}
#organizer .informations {
  padding-bottom: 20px;
}
#organizer .informations .markdown {
  white-space: pre-line;
  text-align: left;
  padding: 30px;
  margin: 30px;
  background: var(--xpulz-black);
  color: var(--xpulz-white);
  border-radius: 20px;
}
#organizer .matches .match {
  color: var(--xpulz-white);
}
#organizer .matches .match svg {
  fill: var(--xpulz-white);
}
#organizer .matches .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
#organizer form.settings {
  margin: 0 auto;
  margin-top: 20px;
}
#organizer form.settings label {
  color: var(--xpulz-primary-color);
}
#organizer form.settings .btn-save {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  background: var(--xpulz-red);
  color: var(--xpulz-white);
  cursor: pointer;
}
#organizer form.settings .form-group {
  margin: 0 auto;
  margin-top: 20px;
}
#organizer form.settings .description-label small {
  margin-left: 10px;
}
#organizer form.settings .description-label small a {
  color: var(--xpulz-white);
}

@media (max-width: 900px) {
  #organizer .component-register {
    width: 100%;
  }
  #organizer .component-register .connectors-lists > .connector .text.not_connected {
    font-size: 1em;
  }
}
#event {
  position: relative;
}
#event #match .table-striped tbody tr:nth-of-type(odd) {
  background-color: var(--xpulz-mediumgrey);
}
#event #twitch_live {
  position: relative;
}
#event #twitch_live iframe {
  display: block;
}
#event.highlight .cover-top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 350px;
  background-size: cover;
}
#event.highlight .cover-top .name {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 1.6em;
  color: var(--xpulz-yellow);
  text-shadow: 1px 2px 10px black;
  font-weight: bold;
  top: -65px;
}
#event.highlight > .header-content {
  position: fixed;
  width: 100%;
  left: 0;
  top: 60px;
  height: 100%;
}
#event.highlight > .header-content .croppa-container {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
}
#event.highlight > .header-content .croppa-container:hover {
  background: var(--xpulz-primary-color-lighten-10);
}
#event.highlight > .header-content .button-bottom {
  bottom: -30px;
}
#event.highlight .overview {
  position: relative;
}
#event.highlight .header-top-menu {
  padding-top: 350px;
}
#event.highlight .organizer-connectors {
  padding: 30px 0;
}
#event.highlight .organizer-connectors svg {
  height: 48px;
  fill: var(--xpulz-white);
  margin-right: 10px;
}
#event .header-menu {
  position: relative;
  top: 0;
}
#event .form-edit {
  width: 100%;
  padding: 0 30px;
}
#event .edit {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
#event .edit .cta {
  font-size: 0.8em;
  padding: 10px 10px;
}
#event .menu-content {
  background: var(--xpulz-lightgrey);
}
#event .title {
  width: 100%;
  cursor: normal;
}
#event .informations > p {
  white-space: pre-line;
  text-align: left;
  padding: 30px;
  margin: 30px;
  background: #262626;
  color: var(--xpulz-white);
  font-size: 1em;
}
#event .signup {
  margin-bottom: 30px;
}

.article-news {
  width: 100%;
  height: 705px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.article-news .big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  overflow: hidden;
  padding: 5px;
}
.article-news .big img {
  width: 100%;
  height: 100%;
}
.article-news .x4 {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  overflow: hidden;
}
.article-news .small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  padding: 5px;
}
.article-news .small img {
  width: 100%;
  height: 100%;
}
.article-news .info {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.article-news .info .tag {
  left: -14px;
  top: 74%;
  display: inline-block;
  position: absolute;
  height: 24px;
  width: auto;
  line-height: 24px;
  margin-left: 12px;
  color: #fff;
  padding: 0 18px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  background: var(--xpulz-primary-color);
}
.article-news .info .tag:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -8px;
  border-right: 8px solid transparent;
  border-top: 24px solid var(--xpulz-primary-color);
}
.article-news .info .tag {
  transition: all 0.2s;
}
.article-news .info .title {
  position: absolute;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  width: 100%;
  height: 120px;
  opacity: 1;
  top: 82%;
  word-break: break-word;
  transition: all 0.2s;
}
.article-news .info .desc {
  top: 88%;
  width: 100%;
  position: absolute;
  padding: 0;
  height: auto;
  color: var(--xpulz-primary-color-lighten-20);
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  opacity: 0;
  transition: all 0.2s;
  padding: 0 10px;
}
.article-news .info:hover:before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: relative;
  bottom: 0;
  padding: 5px;
  color: #fff;
  background: var(--xpulz-primary-color) 0 bottom;
  opacity: 0.85;
}
.article-news .info:hover .tag {
  top: 50px;
  left: -14px;
  background-color: var(--xpulz-primary-color-lighten-20);
  font-weight: bold;
  color: var(--xpulz-primary-color);
}
.article-news .info:hover .tag:after {
  border-top-color: var(--xpulz-primary-color-lighten-20);
}
.article-news .info:hover .title {
  top: 80px;
}
.article-news .info:hover .desc {
  top: 130px;
  opacity: 1;
}

.articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

#slide #article {
  height: calc(100vh - 60px);
  background: var(--xpulz-mediumgrey);
}

.articles .article, #article .article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 47%;
  position: relative;
  margin: 30px 0 0 0;
}
.articles .article:nth-child(even), #article .article:nth-child(even) {
  margin-left: 30px;
}
.articles .article, #article .article {
  background: var(--xpulz-mediumgrey);
}
.articles .bg, #article .bg {
  background-position: center;
  background-size: cover;
  height: 200px;
  width: 100%;
  position: relative;
}
.articles .bg-top, #article .bg-top {
  position: absolute;
  height: 100%;
  width: 100%;
  background: radial-gradient(at center 52%, rgba(0, 0, 0, 0.2) 0, #180707 92%);
  left: 0;
  top: 0;
  z-index: 2;
}
.articles .article-title, #article .article-title {
  color: var(--xpulz-yellow);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  font-size: 1.5em;
}
.articles .date, #article .date {
  font-size: 0.7em;
  color: var(--xpulz-white);
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 20px;
}
.articles .article-preview, #article .article-preview {
  padding: 20px;
  background: var(--xpulz-mediumgrey);
  width: 100%;
  color: var(--xpulz-white);
  height: 190px;
  overflow: hidden;
}
.articles .article-preview h1, .articles .article-preview h2, .articles .article-preview h3, .articles .article-preview h4, .articles .article-preview h5, #article .article-preview h1, #article .article-preview h2, #article .article-preview h3, #article .article-preview h4, #article .article-preview h5 {
  font-size: inherit;
}
.articles.carousel, #article.carousel {
  height: 410px;
}
.articles.carousel .carousel-indicators, #article.carousel .carousel-indicators {
  padding: 20px;
  width: 100%;
  margin: 0;
  bottom: 0;
}
.articles.carousel .carousel-title, #article.carousel .carousel-title {
  top: 0;
  position: absolute;
  width: 100%;
  color: var(--xpulz-yellow);
  z-index: 2;
  text-align: center;
  padding: 10px 60px;
  background: black;
}
.articles.carousel .carousel-title h1, #article.carousel .carousel-title h1 {
  font-size: 2em;
  margin: 0;
}
.articles.carousel .view, #article.carousel .view {
  z-index: 4;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.articles.carousel .carousel-indicators, #article.carousel .carousel-indicators {
  z-index: 3;
}
.articles.carousel .carousel-indicators li, #article.carousel .carousel-indicators li {
  cursor: pointer;
}
.articles.carousel .carousel-item, #article.carousel .carousel-item {
  height: 100%;
}
.articles.carousel .bg, #article.carousel .bg {
  height: 100%;
}

#article .upsert {
  background: var(--xpulz-mediumgrey);
  padding-bottom: 30px;
}
#article .upsert .form-group {
  padding: 10px 30px;
}
#article .upsert .header-content {
  margin-bottom: 30px;
}
#article .upsert .header-content .croppa-container {
  width: 100%;
}
#article .upsert .header-content .croppa-container canvas {
  width: 100% !important;
}
#article .bg {
  height: 100%;
}
#article .bg > img {
  width: 100%;
}
#article .article-title {
  font-size: 3em;
  padding: 60px 20px 0px 20px;
}
#article .date {
  font-size: 1em;
}
#article .match-organizer {
  height: 120px;
  width: 120px;
  position: absolute;
  bottom: -60px;
  left: 20px;
  border: 2px solid rgba(41, 29, 28, 0.6);
  background: var(--xpulz-mediumgrey);
  z-index: 4;
}
#article .thumbnail-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#article .thumbnail-edit .thumbnail {
  height: 400px;
  width: 400px;
  background-size: 100%;
}
#article .v-html {
  background: var(--xpulz-mediumgrey);
  padding: 100px 40px 20px 40px;
  color: var(--xpulz-white);
  font-size: 1.1em;
  margin: 0;
}
#article .creator {
  background: var(--xpulz-mediumgrey);
  padding: 20px 40px 40px 40px;
  color: var(--xpulz-white);
  position: relative;
}
#article .creator > div {
  background: var(--xpulz-yellow);
  padding: 5px 20px;
  border-radius: 10px;
  z-index: 1;
  color: black;
  font-weight: bold;
}
#article .creator img {
  width: 64px;
  border-radius: 100%;
}
#article .creator .name {
  margin-left: 10px;
}
#article .creator::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(50% - 8px);
  border-bottom: 2px solid var(--xpulz-yellow);
  top: 0;
  left: 0;
}

#live {
  background: var(--xpulz-lightgrey);
}
#live .stats {
  color: white;
  font-size: 1.5em;
  padding: 10px 20px;
}
#live .stats span {
  color: var(--xpulz-primary-color);
}
#live .match .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 40px;
  background: var(--xpulz-mediumgrey);
  border-bottom: 1px solid white;
  cursor: pointer;
}
#live .match .header .name {
  color: white;
  font-size: 1em;
  padding-left: 20px;
  width: 30%;
}
#live .match .header .name .parent {
  color: var(--xpulz-lightergrey-txt);
}
#live .match .header .format {
  width: 10%;
  color: var(--xpulz-lightergrey-txt);
}
#live .match .header .participants {
  width: 30%;
  color: var(--xpulz-white);
}
#live .match .header .participants .no {
  color: var(--xpulz-red);
}
#live .match .header .participants .players {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#live .match .header .participants .players .player {
  width: 50%;
}
#live .match .header .participants .players .player:last-child {
  margin-left: 10px;
}
#live .match .header .participants .players .player:first-child {
  margin-left: 0 !important;
}
#live .match .header .participants .players .player .score {
  color: var(--xpulz-primary-color);
}
#live .match .header .participants .players .player img {
  width: 30px;
}
#live .match .header .participants .players .player .username {
  font-size: 0.9em;
}
#live .match .header .view {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#live .match .header .score {
  width: 10%;
}

#organizer-bans .list {
  margin-top: 20px;
}

.organizer-popin-ban .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.organizer-popin-ban .list .player {
  width: 25%;
  margin-bottom: 10px;
}
.organizer-popin-ban .list .player img {
  width: 40px;
  height: 40px;
}

#organizer-discord .example {
  color: var(--xpulz-grey-txt);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
#organizer-discord .discord-bg {
  background: #2F3136;
  padding: 10px;
  width: 40%;
  max-width: 460px;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
#organizer-discord .discord-bg .forum-bar {
  background: #8A8E93;
  border-radius: 2px;
  left: 20px;
  position: absolute;
  top: 50px;
  width: 2px;
  bottom: 34px;
}
#organizer-discord .discord-bg .discord-channel .svg-container {
  position: relative;
  width: 20px;
  height: 28px;
}
#organizer-discord .discord-bg .discord-channel .svg-container svg {
  left: 0;
  position: absolute;
  top: 8px;
}
#organizer-discord .discord-bg .discord-channel > div {
  margin-top: 4px;
}
#organizer-discord .discord-bg .discord-channel:last-child svg:last-child {
  display: none;
}
#organizer-discord .discord-bg .discord-voice, #organizer-discord .discord-bg .discord-channel, #organizer-discord .discord-bg .discord-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
  color: #8A8E93;
}
#organizer-discord .discord-bg .discord-voice svg, #organizer-discord .discord-bg .discord-channel svg, #organizer-discord .discord-bg .discord-category svg {
  fill: #8A8E93;
  margin-right: 10px;
}
#organizer-discord .discord-bg .discord-category {
  text-transform: uppercase;
}
#organizer-discord .discord-bg .discord-category svg {
  margin-right: 5px;
}
#organizer-discord .discord-bg .discord-voice, #organizer-discord .discord-bg .discord-channel {
  padding-left: 10px;
}
#organizer-discord .discord-bgs {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#organizer-discord .discord-bgs .discord-bg {
  width: 60%;
}
#organizer-discord .discord-role {
  background: #292B2F;
  color: #B9BBBE;
  padding: 5px 8px;
  border-radius: 10px;
  margin-top: 10px;
}
#organizer-discord .discord-role .circle {
  height: 10px;
  width: 10px;
  background-color: #B9BBBE;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
#organizer-discord .discord-role .circle.blue {
  background-color: var(--xpulz-primary-color);
}
#organizer-discord .discord-role .circle.yellow {
  background-color: var(--xpulz-yellow);
}
#organizer-discord .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#organizer-discord .form-group .col-form-label {
  color: white;
  width: 30%;
  overflow: hidden;
  margin-right: 20px;
}
#organizer-discord .form-group small {
  margin-top: 0;
  margin-left: 10px;
}

.role-captain svg {
  width: 13px;
  fill: var(--xpulz-yellow);
  margin-right: 2px;
}

.format.groups-playoff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.format.groups-playoff div:last-child {
  margin-left: -10px;
}
.format.groups-playoff div:last-child svg {
  transform: rotate(180deg);
}

.circle.role-member {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--xpulz-lightergrey-txt);
  margin-right: 3px;
}

.circle.role-sub {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid var(--xpulz-lightergrey-txt);
  margin-right: 3px;
}

.match-rounds {
  text-align: center;
}
.match-rounds .round {
  padding: 10px 20px;
}
.match-rounds .round .round-check svg {
  fill: var(--xpulz-yellow);
}
.match-rounds .round .round-check {
  width: 20px;
  height: auto;
  position: absolute;
  right: 0;
}
.match-rounds .round .name {
  position: relative;
}
.match-rounds .round .round-name {
  color: var(--xpulz-primary-color);
  margin-bottom: 5px;
  padding: 0 2px;
}
.match-rounds .round .round-map-name {
  color: var(--xpulz-white);
  font-size: 0.9em;
}
.match-rounds .round .round-map {
  height: 128px;
  width: 128px;
  border: 1px solid black;
  margin: 10px 0;
  background-size: cover !important;
}

.matches-formats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
  width: 100%;
}
.matches-formats .popular-formats {
  margin-top: 15px;
  width: 67%;
}
.matches-formats .popular-formats .popular-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0;
}
.matches-formats .popular-formats .popular-container .popular-format {
  cursor: pointer;
  width: 30%;
  background: var(--xpulz-mediumgrey);
  text-align: center;
  padding: 10px;
  color: var(--xpulz-white);
  margin-bottom: 10px;
}
.matches-formats .popular-formats .popular-container .popular-format .badge {
  font-size: 0.8em;
  text-transform: uppercase;
}
.matches-formats > .format {
  width: calc(33% - 30px);
  margin: 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  background: var(--xpulz-mediumgrey);
  border: 1px solid var(--xpulz-grey-txt);
  padding: 10px;
}
.matches-formats > .format header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: auto;
  background: transparent;
  padding: 0;
  border-radius: inherit;
}
.matches-formats > .format header svg {
  height: 100px;
  fill: var(--xpulz-grey-txt);
  transition: fill 0.4s;
}
.matches-formats > .format header .name {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  width: calc(100% - 100px);
}
.matches-formats > .format .description {
  height: 100px;
  color: var(--xpulz-grey-txt);
  font-size: 0.9em;
}
.matches-formats > .format:hover svg, .matches-formats > .format.selected svg {
  fill: var(--xpulz-primary-color);
}
.matches-formats > .format:hover, .matches-formats > .format.selected {
  border-color: var(--xpulz-primary-color);
}
.matches-formats > .format.refresh {
  border-color: var(--xpulz-yellow);
}
.matches-formats > .format.refresh svg {
  padding: 20px;
  fill: var(--xpulz-yellow);
}
.matches-formats.tiny .format svg {
  width: 80px;
}

#match, .upsert-match {
  background: linear-gradient(to bottom, var(--xpulz-body) 100px, var(--xpulz-lightgrey), var(--xpulz-lightgrey) 100px);
  position: relative;
  border-radius: 10px;
}
#match .profile-v2, .upsert-match .profile-v2 {
  background: transparent;
}
#match .organizer-connectors, .upsert-match .organizer-connectors {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#match .organizer-connectors a, .upsert-match .organizer-connectors a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 20px;
}
#match .organizer-connectors a .connector, .upsert-match .organizer-connectors a .connector {
  width: 80px;
}
#match .organizer-connectors a svg, .upsert-match .organizer-connectors a svg {
  margin: 0 10px;
  height: 50px;
  padding: 0 5px;
  fill: var(--xpulz-white);
}
#match .organizer-connectors a svg path, .upsert-match .organizer-connectors a svg path {
  fill: var(--xpulz-white);
}
#match .modal-scheduler .team, .upsert-match .modal-scheduler .team {
  width: 50%;
}
#match .modal-scheduler .team > section, .upsert-match .modal-scheduler .team > section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#match .modal-scheduler .team .header, .upsert-match .modal-scheduler .team .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#match .modal-scheduler .team .header span, .upsert-match .modal-scheduler .team .header span {
  font-size: 1.2em;
  margin-top: 10px;
}
#match .modal-scheduler .team .datetime-picker, .upsert-match .modal-scheduler .team .datetime-picker {
  margin-left: 20px;
}
#match .modal-scheduler .team .choose, .upsert-match .modal-scheduler .team .choose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
}
#match .modal-scheduler .team .choose .accept, .upsert-match .modal-scheduler .team .choose .accept {
  margin-left: 20px;
}
#match .modal-scheduler .team .save, .upsert-match .modal-scheduler .team .save {
  margin-top: 20px;
}
#match .map-ban .map, .upsert-match .map-ban .map {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 140px;
}
#match .map-ban .map::after, .upsert-match .map-ban .map::after {
  content: "";
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  transition: background 0.5s;
  background: transparent;
  position: absolute;
  margin-top: 24px;
}
#match .map-ban .map.ban::after, .upsert-match .map-ban .map.ban::after {
  background: var(--xpulz-primary-color-darken-10);
}
#match .map-ban .map img, .upsert-match .map-ban .map img {
  width: auto;
  height: 80px;
}
#match .menu-content, .upsert-match .menu-content {
  width: 100%;
}
#match .menu-content .title, .upsert-match .menu-content .title {
  width: 100%;
}
#match .organizer-follow, .upsert-match .organizer-follow {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
}
#match .timeline, .upsert-match .timeline {
  padding: 50px 100px;
  color: var(--xpulz-white);
}
#match .timeline .part, .upsert-match .timeline .part {
  width: 40%;
  height: 200px;
  position: relative;
}
#match .timeline .part .top, .upsert-match .timeline .part .top {
  margin-bottom: 30px;
  font-size: 1.3em;
  text-transform: uppercase;
}
#match .timeline .part .top span, .upsert-match .timeline .part .top span {
  transform: translateX(-50%);
  display: inline-block;
  white-space: pre;
}
#match .timeline .part > .line::before, .upsert-match .timeline .part > .line::before {
  content: "";
  box-sizing: inherit;
  display: block;
  border-top: 4px solid var(--xpulz-white);
  width: 100%;
  height: 50%;
  position: absolute;
}
#match .timeline .part > .line::after, .upsert-match .timeline .part > .line::after {
  content: "";
  box-sizing: inherit;
  display: block;
  border-top: 4px solid var(--xpulz-yellow);
  width: 0%;
  height: 50%;
  position: absolute;
}
#match .timeline .part > .line .round, .upsert-match .timeline .part > .line .round {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: var(--xpulz-white);
  position: absolute;
  transform: translateY(calc(-50% + 2px));
  left: calc(-30px / 2 + 2px);
  z-index: 1;
}
#match .timeline .part > .line.active .round, .upsert-match .timeline .part > .line.active .round {
  background: var(--xpulz-yellow);
}
#match .timeline .part > .line.active::after, .upsert-match .timeline .part > .line.active::after {
  width: 50%;
}
#match .timeline .part > .line.active.full::after, .upsert-match .timeline .part > .line.active.full::after {
  width: 100%;
}
#match .timeline .part .bottom, .upsert-match .timeline .part .bottom {
  position: relative;
}
#match .timeline .part .bottom .timeline-title, .upsert-match .timeline .part .bottom .timeline-title {
  width: 20%;
}
#match .timeline .part .bottom > .line, .upsert-match .timeline .part .bottom > .line {
  padding-left: calc(0% + 25px);
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
#match .timeline .part .bottom > .line::after, .upsert-match .timeline .part .bottom > .line::after {
  content: "";
  box-sizing: inherit;
  display: block;
  border-right: 4px solid var(--xpulz-white);
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
}
#match .timeline .part .bottom > .line .round, .upsert-match .timeline .part .bottom > .line .round {
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: var(--xpulz-lightgrey);
  border: 2px solid var(--xpulz-white);
  position: absolute;
  transform: translateY(calc(100% - 20px));
  left: calc(-20px / 2 + 2px);
}
#match .timeline .part .bottom > .line.active .round, .upsert-match .timeline .part .bottom > .line.active .round {
  border: 2px solid var(--xpulz-yellow);
}
#match .timeline .part .bottom > .line.active::after, .upsert-match .timeline .part .bottom > .line.active::after {
  border-right: 4px solid var(--xpulz-yellow);
}
#match .timeline .part .bottom > .line.last .timeline-date, .upsert-match .timeline .part .bottom > .line.last .timeline-date {
  width: 150px;
  position: absolute;
  text-align: center;
  top: 35px;
}
#match .timeline .part:last-child, .upsert-match .timeline .part:last-child {
  width: 0%;
}
#match .timeline.challenge .part .bottom > .line.last .timeline-date, .upsert-match .timeline.challenge .part .bottom > .line.last .timeline-date {
  width: 320px;
  left: 0;
}
#match .timeline.challenge .part .bottom > .line.last .timeline-date, .upsert-match .timeline.challenge .part .bottom > .line.last .timeline-date {
  left: -60px;
}
#match .timeline.challenge .bottom > .line.last, .upsert-match .timeline.challenge .bottom > .line.last {
  margin-left: -90px;
}
#match .timeline.challenge .bottom > .line.last::after, #match .timeline.challenge .bottom > .line.last::before, .upsert-match .timeline.challenge .bottom > .line.last::after, .upsert-match .timeline.challenge .bottom > .line.last::before {
  border: none !important;
}
#match > .game-svg, .upsert-match > .game-svg {
  width: 40px;
  position: absolute;
  top: -45px;
  left: 0;
}
#match > .game-svg img.svg, .upsert-match > .game-svg img.svg {
  height: 40px;
  width: auto;
}
#match > .game-svg svg, .upsert-match > .game-svg svg {
  fill: var(--xpulz-lightergrey-txt);
}
#match img.xpulz, .upsert-match img.xpulz {
  display: none;
}
#match .rounds, .upsert-match .rounds {
  padding: 20px 40px;
}
#match .rounds > div, .upsert-match .rounds > div {
  min-width: 140px;
  margin: 0 10px;
  text-align: center;
  color: var(--xpulz-white);
}
#match .stats .table-striped tbody tr:nth-of-type(odd), .upsert-match .stats .table-striped tbody tr:nth-of-type(odd) {
  background-color: var(--xpulz-mediumgrey);
}
#match .templates-match select, .upsert-match .templates-match select {
  height: 30px;
}
#match .templates-match .btn, .upsert-match .templates-match .btn {
  margin: 0;
  padding: 4px;
  margin-left: 20px;
}
#match .templates-match, .upsert-match .templates-match {
  margin-bottom: 20px;
}

.upsert-match .info {
  color: white;
  white-space: pre;
  font-style: italic;
  padding: 15px 30px;
}
.upsert-match .step-content {
  padding: 20px;
}
.upsert-match .step-content .title {
  font-weight: bold;
  text-transform: uppercase;
  color: var(--xpulz-primary-color);
  margin: 45px 0 25px 0;
  font-size: 1.6em;
}
.upsert-match .step-content .left, .upsert-match .step-content .right {
  width: 50%;
}
.upsert-match .step-content .advance-settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: var(--xpulz-white);
  border: 1px solid var(--xpulz-grey-txt);
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.4s;
}
.upsert-match .step-content .advance-settings svg {
  height: 20px;
  width: 20px;
  fill: var(--xpulz-white);
  margin-left: 10px;
}
.upsert-match .step-content .advance-settings:hover {
  background: var(--xpulz-grey-txt);
  color: var(--xpulz-darkgrey);
}
.upsert-match .step-content .advance-settings.active {
  background: var(--xpulz-primary-color);
  border-color: var(--xpulz-primary-color);
}
.upsert-match .step-content .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: 20px;
}
.upsert-match .step-content .form-group.line {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.upsert-match .step-content .form-group.line .col-form-label {
  width: 40%;
  text-align: left;
  padding-right: 10px;
}
.upsert-match .step-content .form-group .x-select {
  width: 400px;
  background: #090c15;
  border-radius: 10px;
}
.upsert-match.loading .menu-bar .selected {
  border-color: transparent !important;
}
.upsert-match.loading .step-content {
  margin-top: 40px;
}
.upsert-match .loading-bar {
  position: sticky;
  top: calc(var(--menutop-height) + 99px);
  z-index: 10 !important;
}
.upsert-match .match-step-basic .upload-cover-center {
  width: 64px;
  height: 64px;
  position: relative;
}
.upsert-match .match-step-basic .upload-cover-box {
  position: absolute;
  top: 131px;
  left: calc((100% - 200px) / 2);
  z-index: 4;
  cursor: pointer;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.upsert-match .match-step-staff .add-staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.upsert-match .match-step-staff .add-staff .x-select {
  width: 30%;
  background: var(--xpulz-darkgrey);
  margin: 0 10px;
  border-radius: 10px;
}
.upsert-match .match-step-staff .add-staff .x-select img {
  border-radius: 100%;
  height: 33px;
  width: 33px;
}
.upsert-match .match-step-staff .add-staff > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.upsert-match .match-step-settings {
  color: white;
}
.upsert-match .match-step-settings .form-group.line .col-form-label {
  width: 20%;
  padding-right: 10px;
}
.upsert-match .match-step-settings .twitch-conditional {
  padding: 10px 0 5px 0;
}
.upsert-match .match-step-settings .twitch-conditional img {
  width: 64px;
  border-radius: 100%;
}
.upsert-match .match-step-structure #bracket .round-details {
  height: 100px;
}
.upsert-match .match-step-structure .format-matches svg {
  height: 30px;
  fill: var(--xpulz-primary-color);
  margin: 0 5px;
}
.upsert-match .match-step-preview .table-container {
  background: transparent;
}
.upsert-match .match-step-preview .table-container .card-lists {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.upsert-match .match-step-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.upsert-match .match-step-date .color-xpulz {
  text-transform: uppercase;
}
.upsert-match .match-step-date #brackets {
  padding: 20px 40px;
}
.upsert-match .match-step-date #brackets .configure, .upsert-match .match-step-date #brackets .league, .upsert-match .match-step-date #brackets th.structure, .upsert-match .match-step-date #brackets td.structure, .upsert-match .match-step-date #brackets .format-points, .upsert-match .match-step-date #brackets #bracket, .upsert-match .match-step-date #brackets .between {
  display: none !important;
}
.upsert-match .match-step-date .checkin-time {
  width: 70px;
}
.upsert-match .match-step-date .checkin-time input {
  text-align: center;
}
.upsert-match .match-step-date .checkin-minute {
  color: var(--xpulz-white);
  width: initial !important;
  margin-left: 20px;
}
.upsert-match .match-step-date .summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.upsert-match .match-step-date .summary div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.upsert-match .match-step-date .summary div .name {
  color: var(--xpulz-grey-txt);
  width: 40%;
  text-align: left;
  padding-right: 20px;
  font-weight: bold;
}
.upsert-match .match-step-date .summary div .time {
  color: white;
  width: 60%;
}
.upsert-match .match-step-date .width-100 {
  width: 100%;
}
.upsert-match .match-step-date .width-100 .col-form-label {
  width: 100%;
  text-align: center;
}
.upsert-match .match-step-date .width-100 .datetime-picker {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.upsert-match .match-step-date .width-50 {
  width: 50%;
}
.upsert-match .match-step-date .width-50 .col-form-label {
  width: 100%;
  text-align: center;
}
.upsert-match .match-step-date .width-50 .datetime-picker {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.upsert-match .draft label.switch .slider {
  background: var(--xpulz-primary-color);
}
.upsert-match .draft label.switch input:checked + .slider {
  background: var(--xpulz-red);
}
.upsert-match .draft.inverse label.switch .slider {
  background: var(--xpulz-red);
}
.upsert-match .draft.inverse label.switch input:checked + .slider {
  background: var(--xpulz-primary-color);
}
.upsert-match .title-match {
  font-size: 2em;
  color: var(--xpulz-yellow);
}
.upsert-match .title-match div:first-child {
  font-size: 0.8em;
}
.upsert-match .title-match div:last-child {
  margin-left: 5px;
}
.upsert-match section.creation, .upsert-match section.stats {
  width: 100%;
}
.upsert-match section.creation .game-cover, .upsert-match section.stats .game-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.03;
  filter: grayscale(1);
}
.upsert-match section.creation .menu-bar, .upsert-match section.creation .step-content, .upsert-match section.stats .menu-bar, .upsert-match section.stats .step-content {
  z-index: 1;
  position: relative;
}
.upsert-match .match-conditional .half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.upsert-match .match-conditional .half small {
  margin-left: 20px;
}
.upsert-match .cta-back {
  margin: 20px;
}
.upsert-match .format-points {
  padding: 20px;
}
.upsert-match .format-points .settings-points {
  padding: 20px;
  border: 2px solid var(--xpulz-darkgrey);
  border-radius: 10px;
  background: var(--xpulz-lightgrey);
  margin-top: 20px;
}
.upsert-match .format-points .settings-points ul {
  display: flex;
  flex-wrap: wrap;
}
.upsert-match .format-points .settings-points ul li {
  margin: 0;
  width: 20%;
}
.upsert-match .format-points .settings-points ul li .col-form-label {
  text-align: center;
}
.upsert-match .form-edit-match {
  width: 100%;
}
.upsert-match .form-edit-match .buttons {
  padding-bottom: 20px;
}
.upsert-match .form-edit-match .buttons .cta {
  margin-right: 10px;
}
.upsert-match .markdown-help {
  margin: 0 auto;
  margin-bottom: 30px;
  color: var(--xpulz-white);
}
.upsert-match section.top {
  margin-top: 20px;
}
.upsert-match section.top, .upsert-match section.middle, .upsert-match section.bottom {
  padding: 0 20px;
}
.upsert-match .preview.markdown {
  margin: 0;
}
.upsert-match .advanced_date {
  color: var(--xpulz-white);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 20px;
}
.upsert-match .advanced_date span {
  cursor: pointer;
}
.upsert-match .advanced_date {
  transition: color 0.5s;
}
.upsert-match .advanced_date:hover {
  color: var(--xpulz-red);
}
.upsert-match .section-title {
  font-size: 1.4em;
  color: var(--xpulz-primary-color);
}
.upsert-match .col-form-label {
  color: var(--xpulz-white);
  text-align: left;
  font-weight: bold;
}
.upsert-match .col-form-label.bold {
  font-weight: bold;
}
.upsert-match .col-form-label.color-xpulz {
  color: var(--xpulz-primary-color);
}
.upsert-match .col-form-label.minute {
  text-align: left;
  padding: 0;
}
.upsert-match.edit .change_game, .upsert-match.edit .change_mode {
  display: none;
}
.upsert-match .manage-participants td, .upsert-match .manage-participants th {
  color: var(--xpulz-white);
}
.upsert-match .manage-participants td.name, .upsert-match .manage-participants th.name {
  text-align: left;
}
.upsert-match .manage-participants img {
  height: 48px;
}
.upsert-match .manage-participants .team-name {
  font-size: 1.2em;
}
.upsert-match .manage-participants .members .member {
  font-size: 0.7em;
  color: var(--xpulz-lightergrey-txt);
}
.upsert-match .manage-participants .members .member.checkin {
  color: var(--xpulz-primary-color);
}

#manage-matches .section-title {
  margin: 0 auto;
  text-align: center;
}

#match .draft .edit {
  z-index: 1;
}
#match.highlight .header-content {
  position: fixed;
  width: 100%;
  left: 0;
  top: var(--menutop-height);
}
#match.highlight .header-content .button-bottom {
  bottom: -30px;
}
#match.highlight .overview {
  position: relative;
}
#match.highlight .header-top-menu {
  padding-top: 300px;
}
#match.highlight .organizer-connectors {
  padding: 30px 0;
}
#match.highlight .organizer-connectors svg {
  height: 48px;
  fill: var(--xpulz-white);
  margin-right: 10px;
}
#match .ready {
  border-radius: 0.25rem;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.7em;
  line-height: 1;
  color: var(--xpulz-white);
  text-align: center;
  white-space: nowrap;
  width: 100%;
  margin: 10px 0;
}
#match .my-team .menu {
  z-index: 2;
  padding: 5px;
}
#match .my-team .menu .first {
  border-left: none;
}
#match .my-team .menu li:hover a {
  color: var(--xpulz-red);
}
#match .my-team .menu a {
  color: darkgrey;
  transition: color 0.4s;
}
#match .my-team .card-img-overlay {
  height: 100%;
}
#match .my-team .card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#match .my-team .card-title .sub-title {
  font-size: 0.5em;
  border-right: 1px groove var(--xpulz-white);
  padding-right: 20px;
  padding-left: 20px;
}
#match .my-team .card-title .sub-title.first {
  border-left: 1px groove var(--xpulz-white);
  margin-left: 20px;
}
#match .my-team .card-title .sub-title.last {
  border-right: 0;
}
#match .my-team {
  position: relative;
  text-shadow: 2px 2px 3px black;
}
#match .my-team .card {
  padding: 20px;
  background: black;
}
#match .my-team .card img {
  box-shadow: 1px 1px 3px black;
}
#match .my-team .right {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
#match .my-team .info {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#match .my-team .members {
  padding: 0;
}
#match .my-team .members .dragArea.empty {
  width: 70px;
  margin-right: 30px;
  border: 2px dashed var(--xpulz-white);
}
#match .my-team .members .member.separator {
  border-left: 2px dashed var(--xpulz-white);
  margin-top: 0;
  margin-bottom: 0;
}
#match .my-team .members .member .remove-member {
  background-color: var(--xpulz-red);
  padding: 14px;
  width: 60px;
  height: 60px;
}
#match .my-team .members .member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-right: 30px;
  text-align: center;
}
#match .my-team .members .member img {
  height: 60px;
  width: 60px;
}
#match .my-team .members .member img.flag {
  width: 14px;
}
#match .my-team .members .member svg {
  height: 32px;
  width: 32px;
}
#match .checkins-bar {
  border-radius: 10px;
  width: 50%;
  height: 20px;
  background: rgba(32, 91, 155, 0.2);
}
#match .checkins-bar .bar {
  border-radius: 10px;
  height: 100%;
  background: var(--xpulz-primary-color);
}
#match .section-stats {
  background: var(--xpulz-lightgrey);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#match .sub-header-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 20px 0;
}
#match .sub-header-stats.checkin {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 20px 10px;
}
#match .sub-header-stats.checkin .title {
  width: 50%;
  text-align: center;
  font-size: 1.3em;
}
#match .sub-header-stats.checkin .title small {
  color: var(--xpulz-grey-txt);
}
#match .sub-header-stats .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 25%;
}
#match .sub-header-stats .column .label {
  color: var(--xpulz-grey);
}
#match .sub-header-stats .column .data {
  color: var(--xpulz-white);
  font-size: 1.3em;
}
#match .menu .actions .button {
  padding: 8px 20px;
}
#match .menu .invite, #match .menu .register, #match .menu .unregister, #match .menu .full {
  border-radius: 1.25em;
  padding-left: 25px;
  padding-right: 25px;
  color: var(--xpulz-white);
  margin-left: 15px;
}
#match .menu .invite .register, #match .menu .register .register, #match .menu .unregister .register, #match .menu .full .register {
  padding: 0;
  margin: 0;
}
#match .menu .invite {
  background: var(--xpulz-primary-color);
}
#match .menu .register {
  background: var(--xpulz-yellow);
}
#match .menu .unregister {
  background: var(--xpulz-red);
}
#match .menu .full {
  background: var(--xpulz-red);
}
#match .participants {
  padding-bottom: 20px;
}
#match .informations {
  padding-bottom: 20px;
}
#match .informations > p {
  white-space: pre-line;
  text-align: left;
  padding: 30px;
  margin: 30px;
  background: var(--xpulz-mediumgrey);
  color: var(--xpulz-white);
  font-size: 0.8em;
  word-break: break-word;
  border-radius: 10px;
}
#match .informations .disclaimer {
  white-space: pre-line;
  text-align: left;
  padding: 30px;
  margin: 30px;
  background: var(--xpulz-mediumgrey);
  color: var(--xpulz-white);
  font-size: 0.9em;
  word-break: break-word;
  border-radius: 10px;
}
#match .informations .disclaimer p:last-child {
  margin-bottom: 0;
}
#match .participant {
  padding: 30px;
  margin: 1%;
  margin-top: 30px;
  background-color: var(--xpulz-mediumgrey);
  border: 2px solid var(--xpulz-lightergrey-txt);
  transition: box-shadow 0.4s;
  width: 220px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#match .participant img {
  height: 100px;
}
#match .participant .name {
  text-align: center;
  font-size: 1.2em;
}
#match .participant .name.length {
  font-size: 0.9em;
}
#match .participant .name {
  color: var(--xpulz-white);
  text-shadow: 1px 1px 1px black;
  margin: 10px 0;
  line-height: 28px;
  word-break: break-all;
}
#match .participant .name.connector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#match .participant .name.connector svg {
  height: 16px;
  margin-right: 5px;
}
#match .participant .name.connector.twitch svg path {
  fill: #6441a4;
}
#match .participant-team .team-number small {
  display: none;
  color: var(--xpulz-white);
}
#match .participant-team .team-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.3em;
  color: var(--xpulz-primary-color);
}
#match .participant-team .ready {
  border-radius: 0.25rem;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.7em;
  line-height: 1;
  color: var(--xpulz-white);
  text-align: center;
  white-space: nowrap;
}
#match .participant-team {
  padding: 0;
  margin: 0;
}
#match .participant-team .team {
  position: relative;
  padding: 30px;
  margin: 1%;
  margin-top: 30px;
  background-color: var(--xpulz-mediumgrey);
  border: 2px solid var(--xpulz-lightergrey-txt);
  transition: box-shadow 0.4s;
  width: 300px;
}
#match .participant-team .team .name {
  text-align: center;
  font-size: 1.2em;
  color: var(--xpulz-lightergrey-txt);
  cursor: pointer;
}
#match .participant-team .team .name:hover {
  color: var(--xpulz-yellow);
}
#match .participant-team .team .name.length {
  font-size: 0.9em;
}
#match .participant-team .team .name {
  margin-bottom: 20px;
  color: var(--xpulz-white);
  text-shadow: 1px 1px 1px black;
  height: 28px;
  line-height: 28px;
}
#match .participant-team .team .avatar-team {
  margin: 0 auto;
  margin-bottom: 20px;
  box-shadow: none;
  max-width: 75px;
  max-height: 75px;
}
#match .participant-team .team .members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s;
}
#match .participant-team .team .members .participant-member:hover {
  background-color: var(--xpulz-darkgrey);
}
#match .participant-team .team .members .participant-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  color: var(--xpulz-white);
  border-bottom: 1px groove var(--xpulz-lightgrey);
  font-size: 0.7em;
  height: 30px;
}
#match .participant-team .team .members .participant-member div.flag {
  margin-right: 10px;
  width: 28px;
  text-align: center;
}
#match .participant-team .team .members .participant-member div.flag img.flag {
  width: 28px;
}
#match .participant-team .team .members .participant-member:last-child {
  border-bottom: none;
}
#match .participant-team .team .participant-member {
  width: auto;
  padding-top: 0;
  margin-right: 20px;
}
#match li.invited {
  border-color: var(--xpulz-primary-color) !important;
  background-color: var(--xpulz-primary-color-lighten-40) !important;
}
#match .icon-invited svg {
  top: 10px;
  right: 10px;
  position: absolute;
  fill: var(--xpulz-primary-color);
  width: 30px;
  height: 30px;
}

.match.upcoming .points-display, #match .points-display {
  font-family: "Montserrat";
}
.match.upcoming .badges .badge, #match .badges .badge {
  text-transform: uppercase;
}
@keyframes boxpulsekeyframevar(--xpulz-red) {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0.4);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(var(--xpulz-red), 0);
    box-shadow: 0 0 0 10px rgba(var(--xpulz-red), 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0);
  }
}
.match.upcoming .view-live, #match .view-live {
  animation: boxpulsekeyframevar(--xpulz-red) 2s infinite;
  border: 3px solid var(--xpulz-red);
  cursor: pointer !important;
}
.match.upcoming .password, #match .password {
  font-size: 1.5em;
}
.match.upcoming .password small, #match .password small {
  font-size: 0.7em;
  color: var(--xpulz-white);
}
.match.upcoming .user-game-stats > section, #match .user-game-stats > section {
  border: none;
}

.match-header {
  width: 100%;
}
.match-header .header-top {
  background: var(--xpulz-lightgrey);
}
.match-header .header-top ul {
  height: 110px;
  margin: 0;
  padding: 0;
}
.match-header .header-top ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.match-header .header-top ul li .margin {
  margin-left: 35px;
}
.match-header .header-top ul li {
  font-family: "Montserrat";
}
.match-header .header-top ul li .key {
  color: var(--xpulz-grey-txt);
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
}
.match-header .header-top ul li .value {
  color: var(--xpulz-lightergrey-txt);
  font-size: 1em;
  font-weight: bold;
}
.match-header .header-top ul li.restriction {
  padding-top: 6px;
}
.match-header .header-top ul li.restriction svg {
  height: 32px;
  fill: var(--xpulz-white);
}
@keyframes bg-color {
  0% {
    fill: var(--xpulz-white);
  }
  50% {
    fill: var(--xpulz-red);
  }
  100% {
    fill: var(--xpulz-white);
  }
}
.match-header .header-top ul li.restriction .animate svg {
  animation: bg-color 4s infinite;
}
.match-header .header-content {
  height: 350px;
  position: relative;
}
.match-header .header-content .button-top {
  position: absolute;
  top: 20px;
  z-index: 3;
  right: -10px;
}
.match-header .header-content .button-top .match-register .two-line {
  padding: 15px 20px;
}
.match-header .header-content .button-top .match-register .cta.restriction {
  display: none;
}
.match-header .header-content .button-top.stick {
  position: fixed;
  z-index: 274;
}
.match-header .header-content .button-top .cta {
  font-size: 1.4em;
}
.match-header .header-content .button-top .cta.checkin {
  display: none;
}
.match-header .header-content .button-top .cta.checkin-txt {
  display: block;
}
.match-header .header-content .button-top .cta.checkin-txt div {
  color: var(--xpulz-white);
}
.match-header .header-content .match-name {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 1.9em;
  color: var(--xpulz-yellow);
  text-shadow: 1px 2px 10px black;
  font-weight: bold;
  text-align: center;
}
.match-header .header-content .match-name .match-step {
  color: var(--xpulz-white);
  margin-right: 10px;
  background: var(--xpulz-darkgrey-darken-10);
  padding: 5px 15px;
  border-radius: 10px;
}
.match-header .header-content .match-organizer {
  height: 120px;
  width: 120px;
  position: absolute;
  bottom: -40px;
  left: 20px;
  z-index: 3;
}
.match-header .header-content .match-organizer img {
  width: calc(120px - 0px * 2);
  height: calc(120px - 0px * 2);
}
.match-header .header-content .match-organizer {
  background: var(--xpulz-darkgrey-lighten-10);
  box-shadow: 3px 3px 6px black;
}
.match-header .header-content .casted {
  position: absolute;
  z-index: 2;
  bottom: 45px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--xpulz-white);
  font-size: 1.1em;
}
.match-header .header-content .casted a {
  color: var(--xpulz-white);
}
.match-header .header-content .casted .txt {
  font-weight: bold;
  text-shadow: 1px 1px 3px black;
  margin-bottom: 10px;
}
.match-header .header-content .casted .twitch .platform {
  background: #6441a4;
  padding: 2px 9px;
  color: var(--xpulz-white);
}
.match-header .header-content .casted .twitch .shoutcaster {
  color: #6441a4;
  padding: 2px 9px;
  background: var(--xpulz-white);
  font-weight: bold;
}
.match-header .header-content .casted .microsoft .platform {
  border-top-left-radius: 10px;
  background: #454989;
  padding: 9px 9px;
  color: var(--xpulz-white);
}
.match-header .header-content .casted .microsoft .shoutcaster {
  color: #5d5bd4;
  padding: 9px 9px;
  background: var(--xpulz-white);
  font-weight: bold;
  border-bottom-right-radius: 10px;
}
.match-header .header-content .casted .youtube .platform {
  background: #FF0000;
  padding: 2px 9px;
  color: var(--xpulz-white);
}
.match-header .header-content .casted .youtube .shoutcaster {
  color: #FF0000;
  padding: 2px 9px;
  background: var(--xpulz-white);
  font-weight: bold;
}
.match-header .header-content .casted .facebook .platform {
  background: #4267b2;
  padding: 2px 9px;
  color: var(--xpulz-white);
}
.match-header .header-content .casted .facebook .shoutcaster {
  color: #4267b2;
  padding: 2px 9px;
  background: var(--xpulz-white);
  font-weight: bold;
}
.match-header .header-content .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, var(--xpulz-darkgrey) 92%);
  left: 0;
  top: 0;
  z-index: 2;
}
.match-header .header-content .bg-image {
  background-position: center 22%;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
.match-header .header-content .bg-image.brawlstar {
  background-position: center 90%;
}
.match-header .header-content .bg-image.codwarzone {
  background-position: center 70%;
}
.match-header .header-content .bg-image.leagueoflegend {
  background-position: center 50%;
}
.match-header .header-content .connectors {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 2;
}
.match-header .header-content .connectors svg {
  height: 30px;
  padding: 0 5px;
  fill: var(--xpulz-white);
}
.match-header .header-content .connectors svg path {
  fill: var(--xpulz-white);
}
.match-header.compact .header-content {
  height: 150px;
}
.match-header.compact .header-content .match-name {
  padding-bottom: 0;
}
.match-header.compact .header-content.pubg {
  background-position: center 15%;
}

.match-header-component.match-title {
  position: absolute;
  top: -50px;
  z-index: 3;
}
.match-header-component .game-component .tags {
  display: flex;
  gap: 14px;
}
.match-header-component .game-component .tags .main-tag {
  text-transform: uppercase;
}
.match-header-component .game-component .tags .main-tag.pubg {
  background: #DE8D00;
}
.match-header-component img.flag {
  width: 28px;
}
.match-header-component.title-top .header-content {
  height: 300px;
}
.match-header-component.title-top.sticky {
  position: sticky;
  top: var(--menutop-height);
  z-index: 10;
  background: var(--xpulz-mediumgrey);
}
.match-header-component.title-top .match-register {
  margin-right: 20px;
}
.match-header-component .title-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.match-header-component .title-top .match-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 2em;
  color: var(--xpulz-white);
  text-shadow: 1px 2px 10px black;
  font-weight: bold;
  text-align: center;
  background: var(--xpulz-primary-color-darken-10);
  padding: 10px 40px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px black;
}
.match-header-component .title-top .match-name .match-step {
  color: var(--xpulz-white);
  margin-right: 10px;
  background: var(--xpulz-darkgrey-darken-10);
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 0.5em;
}
.match-header-component .button-bottom {
  position: absolute;
  bottom: -40px;
  width: 100%;
  z-index: 2;
}
.match-header-component .button-bottom .cta {
  background: var(--xpulz-darkgrey);
  color: var(--xpulz-primary-color);
  height: 60px;
  font-size: 1.4em;
}
.match-header-component .button-bottom .cta.red {
  color: var(--xpulz-red) !important;
}
.match-header-component .button-bottom .cta.password {
  color: var(--xpulz-yellow);
  margin-left: 40px;
  text-transform: none;
  border: 3px solid var(--xpulz-yellow);
}
@keyframes boxpulsekeyframevar(--xpulz-yellow) {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-yellow), 0.4);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-yellow), 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(var(--xpulz-yellow), 0);
    box-shadow: 0 0 0 10px rgba(var(--xpulz-yellow), 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-yellow), 0);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-yellow), 0);
  }
}
.match-header-component .button-bottom .cta.password {
  animation: boxpulsekeyframevar(--xpulz-yellow) 2s infinite;
}
.match-header-component .button-bottom .cta.queue {
  margin-left: 40px;
}
.match-header-component .button-bottom .cta.placement {
  color: var(--xpulz-lightergrey-txt);
  margin-left: 40px;
  text-transform: none;
  border: 3px solid var(--xpulz-lightergrey-txt);
}
@keyframes boxpulsekeyframevar(--xpulz-lightergrey-txt) {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-lightergrey-txt), 0.4);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-lightergrey-txt), 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(var(--xpulz-lightergrey-txt), 0);
    box-shadow: 0 0 0 10px rgba(var(--xpulz-lightergrey-txt), 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-lightergrey-txt), 0);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-lightergrey-txt), 0);
  }
}
.match-header-component .button-bottom .cta.placement {
  animation: boxpulsekeyframevar(--xpulz-lightergrey-txt) 2s infinite;
}
.match-header-component.scrim .header-content {
  height: 400px;
}
.match-header-component .scrim-header {
  z-index: 1;
  position: relative;
}
.match-header-component .scrim-header .scrim-title {
  text-align: center;
  padding: 20px 0 0 0;
  font-size: 2em;
}
.match-header-component .scrim-header .scrim-title .scrim {
  color: var(--xpulz-yellow);
  text-transform: uppercase;
  font-weight: bold;
}
.match-header-component .scrim-header .scrim-title .organized {
  color: var(--xpulz-white);
}
.match-header-component .scrim-header .scrim-title .organizer {
  color: var(--xpulz-yellow);
  font-weight: bold;
}
.match-header-component .scrim-header .scrim-informations {
  font-size: 1.5em;
  text-align: center;
  color: var(--xpulz-white);
  padding: 0 0 20px 0;
}
.match-header-component .scrim-header .scrim-informations span {
  color: var(--xpulz-primary-color);
  font-weight: bold;
}

@media (max-width: 900px) {
  .match-header-component.title-top .match-register {
    position: relative;
    right: auto;
    top: auto;
  }
  .match-header-component.title-top .match-name.title-text {
    display: none;
  }
  #match .organizer-connectors {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#custom-page {
  margin-top: 70px;
}

.notification.message {
  width: 100%;
  white-space: break-spaces;
}
.notification.message.html {
  white-space: normal;
}

.dashboard-player-overview .player-overview-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
}
.dashboard-player-overview .player-overview-top .profile-v2 {
  width: calc(70% - 10px);
  margin-right: 10px;
  background: none;
}
.dashboard-player-overview .player-overview-top .profile-v2 .box-content {
  height: calc(100% - 20px);
}
.dashboard-player-overview .player-overview-top .dashboard-notifications {
  width: 30%;
}

.dashboard-notifications {
  position: relative;
  margin-bottom: 20px;
}
.dashboard-notifications .notifications-menu {
  max-height: 400px;
  background: var(--xpulz-lightgrey);
  color: var(--xpulz-white);
  overflow: hidden;
  overflow-y: auto;
  border-radius: 10px;
}
.dashboard-notifications .notifications-menu .message {
  width: 100%;
  white-space: break-spaces;
}
.dashboard-notifications .notifications-menu .message.html {
  white-space: normal;
}
.dashboard-notifications .notifications-menu .message {
  margin-top: 10px;
}
.dashboard-notifications .notifications-menu .message .badge {
  font-size: 1em;
  position: relative;
  margin: 0;
  margin-bottom: 2px;
}
.dashboard-notifications .notifications-menu .notification-center svg {
  margin-right: 10px;
  width: 18px;
  fill: var(--xpulz-primary-color);
}
.dashboard-notifications .notifications-menu .config {
  font-family: "Montserrat";
  font-size: 0.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid black;
  position: sticky;
  top: 0;
  background: var(--xpulz-lightgrey);
  z-index: 2;
}
.dashboard-notifications .notifications-menu .config > div {
  cursor: pointer;
  transition: color 0.4s;
}
.dashboard-notifications .notifications-menu .config > div:hover {
  color: var(--xpulz-primary-color);
}
.dashboard-notifications .notifications-menu .notification {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 0.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: rgba(0, 118, 225, 0.3);
  padding: 10px 15px;
  border-bottom: 1px solid black;
}
.dashboard-notifications .notifications-menu .notification .notification-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.dashboard-notifications .notifications-menu .notification .notification-content .avatar {
  margin: 0 10px;
}
.dashboard-notifications .notifications-menu .notification .notification-content .sub-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.dashboard-notifications .notifications-menu .notification .notification-content .delete {
  transition: right 0.4s;
  right: -100px;
  position: absolute;
}
.dashboard-notifications .notifications-menu .notification .notification-content .date {
  transition: right 0.4s;
  right: 0;
  position: relative;
}
.dashboard-notifications .notifications-menu .notification:hover .notification-content .delete {
  right: 10px;
}
.dashboard-notifications .notifications-menu .notification:hover .notification-content .date {
  right: -200px;
}
.dashboard-notifications .notifications-menu .notification img {
  height: 32px;
  width: 32px;
}
.dashboard-notifications .notifications-menu .notification span {
  margin: 0 2px;
}
.dashboard-notifications .notifications-menu .notification.read {
  background: none;
}
.dashboard-notifications .notifications-menu .notification.read .svg-read svg {
  display: block;
}
.dashboard-notifications .notifications-menu .notification .tag {
  padding: 4px;
  border-radius: 5px;
}
.dashboard-notifications .notifications-menu .notification .tag.report {
  background: var(--xpulz-primary-color);
}
.dashboard-notifications .notifications-menu .notification .tag.not_done {
  background: var(--xpulz-red);
}
.dashboard-notifications .notifications-menu .notification .tag.done {
  background: var(--xpulz-yellow);
}
.dashboard-notifications .notifications-menu .notification svg {
  width: 18px;
  transition: fill 0.4s;
}
.dashboard-notifications .notifications-menu .notification .game svg {
  fill: var(--xpulz-primary-color);
}
.dashboard-notifications .notifications-menu .notification .svg-read svg {
  display: none;
  fill: var(--xpulz-primary-color);
}
.dashboard-notifications .notifications-menu .notification:nth-child(odd) {
  background: var(--xpulz-darkgrey);
}
.dashboard-notifications .notifications-menu.open {
  transform: none;
}
.dashboard-notifications.active .svg svg {
  animation: shake 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  5%, 45% {
    transform: translate3d(-1px, 0, 0);
  }
  10%, 40% {
    transform: translate3d(1px, 0, 0);
  }
  15%, 25%, 35% {
    transform: translate3d(-2px, 0, 0);
  }
  20%, 30% {
    transform: translate3d(2px, 0, 0);
  }
}
.dashboard-notifications.active .svg svg {
  fill: var(--xpulz-yellow);
}

.background-video {
  overflow: hidden;
  height: 500px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.background-video span {
  text-shadow: 1px 1px 3px black;
}
.background-video video {
  position: absolute;
  width: 100%;
}

.twitch-lives {
  padding: 0;
}
.twitch-lives a {
  padding: 15px 0;
}
.twitch-lives a .live-preview {
  position: relative;
}
.twitch-lives a .live-preview > div {
  position: absolute;
  background: var(--xpulz-darkgrey-darken-10);
  width: 100%;
  padding: 5px;
  font-size: 0.8em;
}
.twitch-lives a .live-preview img {
  width: 300px;
  height: 170px;
}
.twitch-lives a .live-preview .live-title {
  top: 0;
  left: 0;
}
.twitch-lives a .live-preview .views {
  right: 0px;
  bottom: 0px;
  text-align: right;
}
.twitch-lives a .live-preview .views span {
  font-weight: bold;
  color: var(--xpulz-yellow);
  margin-right: 5px;
}
.twitch-lives a .live-preview .views .since {
  position: absolute;
  left: 5px;
}
.twitch-lives a .live-preview .eye {
  width: 15px;
}
.twitch-lives a .live-preview .eye svg, .twitch-lives a .live-preview .eye g, .twitch-lives a .live-preview .eye path {
  height: 15px;
  fill: var(--xpulz-yellow);
}
.twitch-lives a .name {
  color: var(--xpulz-darkgrey-txt);
}

#organizer-admins table th {
  font-size: 0.6em;
}
#organizer-admins table img {
  width: 20px;
  height: 20px;
}
#organizer-admins table svg {
  width: 20px;
  height: 20px;
}

#modal-play .schedules {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  margin: 0 auto;
  width: 60%;
}
#modal-play .schedules .schedule-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
#modal-play .schedules .checkbox-container {
  height: 32px;
  margin: 0;
  margin-right: 10px;
}
#modal-play .schedules .schedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 8px;
  border-radius: 10px;
  font-size: 0.9em;
  margin-right: 10px;
}

.schedule-events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.schedule-events svg {
  height: 24px;
  width: 24px;
  fill: white;
}
.schedule-events img {
  height: 24px;
}
.schedule-events {
  color: white;
}
.schedule-events.bg-yellow svg {
  fill: black;
}
.schedule-events.bg-yellow {
  color: black;
}
.schedule-events span.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  font-size: 0.8em;
}
.schedule-events span.bold {
  font-weight: bold;
}
.schedule-events span .delete-event {
  display: none;
  position: absolute;
  right: 5px;
}
.schedule-events .time {
  margin-right: 2px;
}
.schedule-events:hover .delete-event {
  display: block;
}

.calendar-legends {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.calendar-legends .schedule-events {
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 0.9em;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.calendar-legends.column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  width: 300px;
}
.calendar-legends.column .schedule-events {
  margin-right: 0;
  margin-bottom: 10px;
}
.calendar-legends.column .schedule-events .checkbox-container {
  margin-bottom: 25px;
}
.calendar-legends.column .schedule-events .checkbox-container .checkmark {
  height: 26px;
  width: 26px;
}
.calendar-legends.column .schedule-events .checkbox-container .checkmark:after {
  left: 7px;
  top: 1px;
  width: 10px;
  height: 18px;
}
.calendar-legends.column .schedule-events .checkbox-container .checkmark.bg-yellow:after {
  border-color: black;
}

.team-game .players {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.team-game .players .player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.team-game .players .player img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.team-game .players .player {
  background-color: var(--xpulz-darkgrey-lighten-20);
  margin-right: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.4s;
}
.team-game .players .player .name {
  margin-top: 10px;
  font-size: 0.9em;
  font-weight: bold;
  color: var(--xpulz-white);
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.team-game .players .player:hover {
  background-color: var(--xpulz-darkgrey);
}
.team-game .players .player.active {
  background-color: var(--xpulz-primary-color);
}

.player-scrims table.teams .avatar svg, .player-scrims table.teams .avatar img {
  width: 40px;
  height: 40px;
}
.player-scrims table.teams .team {
  text-align: left;
}
.player-scrims table.teams .ctas {
  margin-top: 0;
}
.player-scrims table.teams .ctas svg {
  width: 30px;
}
.player-scrims table.teams .schedules {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.player-scrims table.teams .schedules .schedule {
  padding: 0 8px;
  border-radius: 10px;
  font-size: 0.9em;
  margin-bottom: 5px;
}
.player-scrims table.schedules .ctas {
  margin-top: 0;
}
.player-scrims table.schedules .ctas svg {
  width: 30px;
}
.player-scrims .actions {
  margin-bottom: 20px;
}

#organizer-dashboard {
  padding: 0 20px;
}
#organizer-dashboard.loading {
  width: 100%;
}
#organizer-dashboard.loading .inner-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 50vh;
}
#organizer-dashboard.loading .inner-loading span {
  color: var(--xpulz-white);
  font-size: 1.2em;
  margin-bottom: 20px;
}
#organizer-dashboard.loading .loader {
  border: 4px solid var(--xpulz-lightgrey);
  border-top: 4px solid var(--xpulz-primary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}
#organizer-dashboard .team-create, #organizer-dashboard .start-period {
  padding: 24px 24px;
  width: 800px;
  background: var(--xpulz-darkgrey);
  border-radius: 10px;
  margin: 20px auto;
}
#organizer-dashboard .game-selector {
  margin-top: 20px !important;
  padding-bottom: 20px !important;
}
#organizer-dashboard .game-selector .games .game.active {
  width: 50%;
}
#organizer-dashboard .team-create .create-team-title {
  font-size: 1.1em;
  color: var(--xpulz-white);
  text-align: center;
}
#organizer-dashboard .switch-dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 400px;
}
#organizer-dashboard .switch-dashboard .switch {
  width: 170px;
  margin-top: 25px;
}
#organizer-dashboard .switch-dashboard .switch .slider {
  display: flex;
  align-items: center;
  padding-left: 40px;
  background-color: var(--xpulz-yellow);
}
#organizer-dashboard .switch-dashboard .switch .slider::before {
  background-color: var(--xpulz-darkgrey);
}
#organizer-dashboard .switch-dashboard .switch .slider .label {
  color: var(--xpulz-darkgrey);
  font-size: 0.4em;
  margin-bottom: 0;
}
#organizer-dashboard .switch-dashboard .switch input:checked + .slider {
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--xpulz-primary-color);
}
#organizer-dashboard .switch-dashboard .switch input:checked + .slider::before {
  background-color: var(--xpulz-white);
  transform: translateX(136px);
}
#organizer-dashboard .switch-dashboard .switch input:checked + .slider .label {
  color: var(--xpulz-white);
}
#organizer-dashboard .real-timer .text {
  color: var(--xpulz-white);
  text-align: center;
}
#organizer-dashboard .real-timer .text small {
  font-size: 0.6em;
}
#organizer-dashboard .start-period {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#organizer-dashboard .start-period .label {
  color: white;
  margin-bottom: 5px;
}
#organizer-dashboard .trial-period {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
}
#organizer-dashboard .trial-period .label {
  font-size: 0.5em;
  color: var(--xpulz-grey);
  margin-bottom: 5px;
}
#organizer-dashboard .trial-period .bar-area {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center start;
  padding: 0;
}
#organizer-dashboard .trial-period .bar-area .bar-track {
  --value: var(--track);
  --bar-color: var(--xpulz-primary-color-darken-20);
  width: 100%;
  height: 42px;
  position: relative;
  background: var(--xpulz-darkgrey);
  border-radius: 10px;
  overflow: hidden;
}
#organizer-dashboard .trial-period .bar-area .bar-track::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  width: calc(var(--value) * 1% - 10px);
  height: calc(100% - 10px);
  z-index: 3;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0) 100%);
  border-radius: 10px;
}
#organizer-dashboard .trial-period .bar-area .bar-track {
  /* Fill (vertical by default) */
}
#organizer-dashboard .trial-period .bar-area .bar-track::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, var(--xpulz-primary-color-lighten-20) 0%, var(--xpulz-primary-color-darken-20) 100%);
  z-index: 2;
  border-radius: 10px;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  width: calc(var(--value) * 1% - 10px);
  height: calc(100% - 10px);
}
#organizer-dashboard .trial-period .bar-area .bar-track.attack::after {
  background: linear-gradient(180deg, rgb(57.5458167331, 99.4541832669, 98.828685259) 0%, #60a3a2 100%);
}
#organizer-dashboard .trial-period .bar-area .bar-track.defense::after {
  background: linear-gradient(180deg, rgb(162.9263157895, 55.0736842105, 63.1052631579) 0%, #cf7178 100%);
}
#organizer-dashboard .trial-period .bar-area .bar-track .bar-percent {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  text-align: center;
  font: 700 12px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
  pointer-events: none;
  z-index: 3;
  position: absolute;
  inset: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#organizer-dashboard .mobile-menu .selected {
  padding-left: 10px;
  background: var(--xpulz-mediumgrey);
  border-bottom-color: var(--xpulz-primary-color);
}
#organizer-dashboard .mobile-menu svg {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  fill: var(--xpulz-red);
}
#organizer-dashboard .team-game.valorant .best-of-x .stats, #organizer-dashboard .team-game.valorant .bracket-data .stats {
  margin-top: 0;
}
#organizer-dashboard .desktop-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#organizer-dashboard .menu-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: sticky;
  top: calc(var(--menutop-height) + 0px);
  z-index: 4;
  padding: 5px 0px 10px 0px;
  margin: 20px 0px;
  --hud-accent: #0076E1;
  --hud-fg: #fff;
  --hud-bg: rgba(8,12,20,.45);
  --hud-border: rgba(255,255,255,.08);
  background: #141622;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}
#organizer-dashboard .menu-filters .filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#organizer-dashboard .menu-filters .filters .queue-filter {
  width: 180px;
}
#organizer-dashboard .menu-filters .filters .queue-filter label {
  font-size: 0.7em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 6px;
  margin-top: 6px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
#organizer-dashboard .menu-filters .filters .queue-filter label svg {
  height: 12px;
  width: 12px;
  margin-left: 5px;
  fill: var(--xpulz-primary-color);
}
#organizer-dashboard .menu-filters .filters .queue-filter .x-select img, #organizer-dashboard .menu-filters .filters .queue-filter .x-select .selected img {
  width: auto;
}
#organizer-dashboard .menu-filters .filters .queue-filter:first-child {
  margin-left: 20px;
}
#organizer-dashboard .menu-filters .filters .queue-filter + .queue-filter {
  margin-left: 20px;
}
#organizer-dashboard .menu-filters .filters .datetime-picker > input {
  height: 25px;
  font-size: 0.8em;
  text-align: center;
}
#organizer-dashboard .menu-filters .filters .x-select {
  height: 25px;
  line-height: 25px;
  font-size: 0.8em;
}
#organizer-dashboard .menu-filters .filters .x-select .selected {
  height: 25px;
}
#organizer-dashboard .menu-filters #composition-filter .agents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#organizer-dashboard .menu-filters #composition-filter .agents img {
  width: 25px;
  height: 25px;
}
#organizer-dashboard .menu-filters #composition-filter .items {
  width: 300px;
}
#organizer-dashboard .menu-filters #composition-filter .selected .agents img {
  margin-right: 2px;
}
#organizer-dashboard .menu-filters .filters + .filters .queue-filter:last-child {
  margin-right: 20px;
}
#organizer-dashboard .games svg {
  fill: var(--xpulz-grey-txt);
  height: 36px;
}
#organizer-dashboard .ctas {
  margin-top: 20px;
}
#organizer-dashboard .title {
  padding: 20px 0px;
  font-size: 1.5em;
  font-weight: bold;
  color: var(--xpulz-white);
  text-transform: uppercase;
}
#organizer-dashboard .title.sub {
  font-size: 1.1em;
}
#organizer-dashboard .title.top > span {
  background: var(--xpulz-darkgrey);
  padding: 5px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 10px;
}
#organizer-dashboard .title.top > span > span {
  margin: 0 5px;
}
#organizer-dashboard .title.top .avatar-player {
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
#organizer-dashboard .quick-reminder {
  background: var(--xpulz-lightgrey);
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}
#organizer-dashboard .quick-reminder .reminder {
  flex-basis: 300px;
  flex-grow: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-right: 20px;
}
#organizer-dashboard .quick-reminder .reminder:last-child {
  margin-right: 0;
}
#organizer-dashboard .quick-reminder .reminder {
  background: var(--xpulz-mediumgrey);
  border-radius: 10px;
  padding: 20px;
}
#organizer-dashboard .quick-reminder .reminder .label {
  color: var(--xpulz-grey-txt);
  width: 100%;
  font-weight: bold;
}
#organizer-dashboard .quick-reminder .reminder .cta {
  font-size: 0.9em;
}
#organizer-dashboard .quick-reminder .reminder .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
  width: 100%;
  margin: 5px 0;
}
#organizer-dashboard .quick-reminder .reminder .content .left {
  width: 60%;
}
#organizer-dashboard .quick-reminder .reminder .content.no-icon .left {
  width: 100%;
}
#organizer-dashboard .quick-reminder .reminder .content .right {
  width: 40%;
}
#organizer-dashboard .quick-reminder .reminder .content .right .svg {
  padding: 20px;
}
#organizer-dashboard .title.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
}
#organizer-dashboard .title.top .select-organizer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#organizer-dashboard .title.top .select-organizer .x-select {
  width: 300px;
}
#organizer-dashboard .title.top .select-organizer .x-select .selected {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 85%;
}
#organizer-dashboard .title.top .select-organizer .label {
  font-size: 0.5em;
  color: var(--xpulz-grey);
  margin-bottom: 5px;
}
#organizer-dashboard .title.top .select-organizer {
  margin-right: 20px;
}
#organizer-dashboard .title.top .select-organizer:last-child {
  margin-right: 0;
}
#organizer-dashboard .numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#organizer-dashboard .numbers .key-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--xpulz-lightgrey);
  width: 50%;
  height: 180px;
  width: calc(50% - 10px);
  border-radius: 10px;
  padding: 15px;
}
#organizer-dashboard .numbers .key-value .number-title {
  height: 50%;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#organizer-dashboard .numbers .key-value .number {
  height: 50%;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#organizer-dashboard .table-container.stats {
  padding: 20px 30px;
  margin-bottom: 0;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#organizer-dashboard .table-container-bottom {
  background: var(--xpulz-lightgrey);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 30px 20px 30px;
}
#organizer-dashboard .sub-menu {
  background: #141622;
  border-radius: 10px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#organizer-dashboard .sub-menu.admin {
  margin-top: 10px;
  background: var(--xpulz-darkgrey);
}
#organizer-dashboard .sub-menu .item {
  color: var(--xpulz-grey);
  margin: 0 10px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#organizer-dashboard .sub-menu .item svg {
  height: 17px;
  width: 17px;
  fill: var(--xpulz-red);
  margin-left: 5px;
}
#organizer-dashboard .sub-menu .item .game {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#organizer-dashboard .sub-menu .item .game svg {
  height: 20px;
  width: auto;
  margin-right: 5px;
  fill: var(--xpulz-white);
}
#organizer-dashboard .sub-menu .item > span {
  padding: 5px 10px;
  border-radius: 10px;
  transition: all 0.4s;
  border: 2px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#organizer-dashboard .sub-menu .item > span .badge {
  color: black !important;
  margin-left: 5px;
}
#organizer-dashboard .sub-menu .item .external svg {
  fill: var(--xpulz-primary-color);
  margin-left: 0;
  margin-right: 8px;
  width: 26px;
  height: 26px;
}
#organizer-dashboard .sub-menu .item:hover span {
  color: var(--xpulz-white);
  border-color: var(--xpulz-primary-color);
}
#organizer-dashboard .sub-menu .item.active span {
  background: var(--xpulz-primary-color);
  color: var(--xpulz-white);
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
#organizer-dashboard .sub-menu .item.active.loading span {
  background: linear-gradient(90deg, var(--xpulz-primary-color-darken-20) 0%, var(--xpulz-primary-color) 50%, var(--xpulz-primary-color-lighten-20) 100%);
  background-size: 200% 100%;
  color: var(--xpulz-white);
  animation: shimmer 10s linear infinite;
}
#organizer-dashboard .sub-menu .item.locked span {
  color: var(--xpulz-red);
  border-color: var(--xpulz-red);
}
#organizer-dashboard .sub-menu .item.locked:hover span {
  border-color: var(--xpulz-red-lighten-10);
  color: var(--xpulz-red-lighten-10);
}
#organizer-dashboard .sub-menu .item.locked.active span {
  background: var(--xpulz-white);
}
#organizer-dashboard .sub-menu .item.new {
  position: relative;
}
#organizer-dashboard .sub-menu .item.new span {
  background: var(--xpulz-primary-color-darken-20);
  color: var(--xpulz-white);
}
#organizer-dashboard .sub-menu .item.new .new-feature {
  position: absolute;
  bottom: -3px;
  right: -10px;
  font-size: 0.6em;
  padding: 2px 5px;
  color: white !important;
}
#organizer-dashboard .width-25 {
  width: 25%;
}
#organizer-dashboard .width-25 .chart {
  height: 180px;
}
#organizer-dashboard .width-30 {
  width: 30%;
}
#organizer-dashboard .width-30 .chart {
  height: 180px;
}
#organizer-dashboard .charts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
}
#organizer-dashboard .chart .highcharts-container .highcharts-background {
  fill: transparent !important;
}
#organizer-dashboard .chart .highcharts-container .highcharts-grid.highcharts-yaxis-grid .highcharts-grid-line {
  stroke: #2B3139;
}
#organizer-dashboard .chart .highcharts-container .highcharts-axis .highcharts-axis-line, #organizer-dashboard .chart .highcharts-container .highcharts-axis .highcharts-tick {
  display: none;
}
#organizer-dashboard .chart .highcharts-container .highcharts-axis-title {
  display: none;
}
#organizer-dashboard .chart.chart-75 {
  width: 100%;
  padding: 0 20px 0 0;
  height: 600px;
}
#organizer-dashboard .chart.chart-50 {
  width: 50%;
}
#organizer-dashboard .chart.chart-25 {
  width: 25%;
  height: 180px;
}
#organizer-dashboard .chart-container {
  background: var(--xpulz-mediumgrey);
  border-radius: 10px;
  overflow: hidden;
}
#organizer-dashboard .chart-container .chart-title {
  height: 40px;
  color: white;
  text-transform: uppercase;
  font-size: 1.1em;
  padding-left: 15px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#organizer-dashboard .chart-container.tiny {
  width: 100%;
  height: 100px;
}
#organizer-dashboard .chart-container.tiny .chart-title {
  height: 20px;
  font-size: 0.8em;
}
#organizer-dashboard .chart-container.tiny .chart {
  height: 80px;
}
#organizer-dashboard .chart-container.small {
  width: 100%;
  height: 180px;
}
#organizer-dashboard .chart-container.small .chart {
  height: 140px;
}
#organizer-dashboard .chart-container.big {
  width: calc(75% - 40px);
  height: 600px;
}
#organizer-dashboard .chart-container.big .chart-title {
  height: 100px;
  font-size: 1.5em;
}
#organizer-dashboard .chart-container.big .chart {
  height: 500px;
}
#organizer-dashboard .small-charts {
  width: 100%;
  height: 380px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#organizer-dashboard .small-charts .width-25 {
  margin-left: 20px;
}
#organizer-dashboard .small-charts .last-tournament {
  width: calc(50% - 40px);
  height: 100%;
  background: linear-gradient(45deg, var(--xpulz-primary-color-lighten-10), var(--xpulz-primary-color-darken-10));
  border-radius: 10px;
  color: var(--xpulz-white);
  padding: 20px 15px;
}
#organizer-dashboard .small-charts .last-tournament .no-tournament {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 90%;
}
#organizer-dashboard .small-charts .last-tournament .lt-title {
  font-size: 0.9em;
  margin-bottom: 10px;
}
#organizer-dashboard .small-charts .last-tournament .lt-name {
  font-size: 1.8em;
  font-weight: bold;
}
#organizer-dashboard .small-charts .last-tournament .lt-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#organizer-dashboard .small-charts .last-tournament .lt-content .left {
  width: 70%;
  padding-right: 30px;
  padding-top: 20px;
}
#organizer-dashboard .small-charts .last-tournament .lt-content .left .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-weight: bold;
}
#organizer-dashboard .small-charts .last-tournament .lt-content .left .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#organizer-dashboard .small-charts .last-tournament .lt-content .left .value .delta {
  margin-right: 10px;
  font-size: 0.9em;
  color: #ff7a7a;
}
#organizer-dashboard .small-charts .last-tournament .lt-content .left .value .delta.positif {
  color: #56ff56;
}
#organizer-dashboard .small-charts .last-tournament .lt-content .left .progress {
  margin-bottom: 40px;
  background: var(--xpulz-primary-color-lighten-20);
  height: 15px;
}
#organizer-dashboard .small-charts .last-tournament .lt-content .left .progress .progress-bar {
  border-radius: 10px;
  background-size: 1rem 1rem;
  background-image: linear-gradient(45deg, var(--xpulz-primary-color-lighten-20) 25%, transparent 25%, transparent 50%, var(--xpulz-primary-color-lighten-20) 50%, var(--xpulz-primary-color-lighten-20) 75%, transparent 75%, transparent);
  background-color: white;
}
#organizer-dashboard .small-charts .last-tournament .lt-content .right {
  width: 30%;
  padding-top: 20px;
}
#organizer-dashboard .small-charts .last-tournament .lt-content .right .chart-container {
  background: none;
}
#organizer-dashboard .small-charts .chart-container {
  background: var(--xpulz-lightgrey);
}

#dashboard .entreprise-visitor {
  padding-top: 30px;
}
#dashboard .entreprise-visitor .matches, #dashboard .entreprise-visitor .sponsors {
  width: 100%;
}
#dashboard .match-filter {
  margin: 0;
}
#dashboard .matches {
  padding: 0;
}
#dashboard > .page > section {
  width: 100%;
}
#dashboard .articles .article {
  margin: 0 0 30px 0;
}
#dashboard .cta.create {
  margin-bottom: 30px;
}
#dashboard .report-stats {
  margin-bottom: 30px;
  list-style: none;
  color: var(--xpulz-white);
  padding: 30px 0;
  background: var(--xpulz-mediumgrey);
  width: 100%;
}
#dashboard .report-stats li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#dashboard .report-stats li .key {
  font-size: 1.2em;
}
#dashboard .report-stats li .value {
  font-size: 1.6em;
  color: var(--xpulz-yellow);
}
#dashboard .report-stats li .twitch .key {
  color: #6441a4;
}
#dashboard .report-stats li .twitter .key {
  color: #0f1419;
}
#dashboard ul.stats {
  margin-top: 0;
  border-radius: 0;
}
#dashboard ul.stats li svg {
  width: 32px;
}
#dashboard ul.stats li .number {
  color: var(--xpulz-primary-color);
}
#dashboard ul.stats li .link {
  margin-top: 10px;
  color: var(--xpulz-red);
  text-shadow: 1px 1px 1px black;
  font-size: 1.5em;
  transition: all 0.4s;
  text-decoration: none;
}
#dashboard ul.stats li .link.discord {
  color: rgb(114, 137, 218);
}
#dashboard ul.stats li .link:hover {
  color: var(--xpulz-white);
}
#dashboard .section-title {
  margin-top: 0;
}
#dashboard .connectors {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#dashboard .connectors .connector {
  width: 33%;
}
#dashboard .connectors .connector .svg_container {
  display: block;
  height: 100px;
}
#dashboard .connectors .connector .svg_container .svg {
  width: 80px;
}

#dashboard-user {
  margin-top: 60px;
  background-color: var(--xpulz-lightgrey);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#dashboard-user .xpulz svg {
  width: 300px !important;
  height: 100px !important;
  fill: var(--xpulz-white);
}
#dashboard-user .xpulz svg g g polygon:first-child {
  fill: var(--xpulz-primary-color);
}
#dashboard-user .overlay {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: var(--xpulz-lightgrey);
  border-bottom-width: 50px;
}
#dashboard-user .container-user {
  padding: 80px 0 50px 0;
  z-index: 1;
  position: relative;
  min-height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#dashboard-user .container-user .custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
#dashboard-user .matches {
  margin-top: 30px;
}
#dashboard-user .matches .match.past {
  color: var(--xpulz-white);
}
#dashboard-user .matches .match.past svg {
  fill: var(--xpulz-white);
}
#dashboard-user .matches .custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#dashboard-user .matches .custom .cta {
  margin-left: 10px;
}
#dashboard-user .matches .custom .cta.password {
  color: var(--xpulz-yellow);
  margin-left: 10px;
  text-transform: none;
  border: 3px solid var(--xpulz-yellow);
}
@keyframes boxpulsekeyframevar(--xpulz-darkgrey) {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-darkgrey), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-darkgrey), 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(var(--xpulz-darkgrey), 0);
    box-shadow: 0 0 0 10px rgba(var(--xpulz-darkgrey), 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-darkgrey), 0);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-darkgrey), 0);
  }
}
#dashboard-user .matches .custom .cta.password {
  animation: boxpulsekeyframevar(--xpulz-darkgrey) 2s infinite;
  background: var(--xpulz-darkgrey);
}
#dashboard-user .matches .custom .cta.placement {
  color: var(--xpulz-darkgrey-txt);
  margin-left: 10px;
  text-transform: none;
  border: 3px solid var(--xpulz-darkgrey-txt);
}
@keyframes boxpulsekeyframevar(--xpulz-darkgrey-txt) {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-darkgrey-txt), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-darkgrey-txt), 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(var(--xpulz-darkgrey-txt), 0);
    box-shadow: 0 0 0 10px rgba(var(--xpulz-darkgrey-txt), 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-darkgrey-txt), 0);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-darkgrey-txt), 0);
  }
}
#dashboard-user .matches .custom .cta.placement {
  animation: boxpulsekeyframevar(--xpulz-darkgrey-txt) 2s infinite;
}
#dashboard-user .matches .custom .cta.cta-checkin .datetime {
  width: 100px;
}

@media (max-width: 900px) {
  #organizer-dashboard {
    padding: 0 10px;
  }
  #organizer-dashboard .title.top {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #organizer-dashboard .numbers {
    margin-top: 20px;
  }
  #organizer-dashboard .charts {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #organizer-dashboard .charts .chart-container.big {
    width: 100%;
    height: 300px;
  }
  #organizer-dashboard .charts .chart-container.big .chart {
    height: 200px;
  }
  #organizer-dashboard .charts .chart-container.small {
    margin-top: 20px;
  }
  #organizer-dashboard .charts .width-25 {
    width: 100%;
    margin-left: 0;
  }
  #organizer-dashboard .small-charts {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  #organizer-dashboard .small-charts .last-tournament {
    width: 100%;
  }
  #organizer-dashboard .small-charts .last-tournament .lt-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #organizer-dashboard .small-charts .last-tournament .lt-content .left, #organizer-dashboard .small-charts .last-tournament .lt-content .right {
    width: 100%;
  }
  #organizer-dashboard .small-charts .width-25 {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.title-container {
  margin-bottom: 40px;
}
.title-container .title {
  color: white;
  font-size: 3em;
  font-weight: bold;
  text-transform: uppercase;
}
.title-container .description {
  color: var(--xpulz-grey-txt);
  font-size: 1.5em;
  margin-top: 10px;
}
.title-container .description-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-container .description-content .description {
  width: 100%;
}

#players {
  position: relative;
}
#players > .table-container {
  width: calc(100% - 20px);
}
#players > section {
  margin-top: 20px;
}
#players .panel {
  width: 350px;
  height: 300px;
  background: var(--xpulz-darkgrey);
  border: 2px solid var(--xpulz-primary-color);
  position: sticky;
  right: 0;
  top: 160px;
  padding: 20px;
  padding-top: 50px;
}
#players .panel .avatar {
  position: absolute;
  height: 96px;
  width: 96px;
  border: 2px solid var(--xpulz-primary-color);
  border-radius: 100%;
  top: -48px;
  left: calc(350px / 2 - 48px);
}
#players .panel .name {
  color: var(--xpulz-primary-color);
  font-size: 1.4em;
  font-weight: bold;
}
#players .panel .location {
  color: var(--xpulz-white);
  font-size: 0.7em;
  margin-top: 5px;
}
#players .panel .location img {
  margin-right: 5px;
}
#players .panel .cta {
  width: 150px;
  position: absolute;
  bottom: -25px;
  left: calc(350px / 2 - 75px);
}
#players .panel .xpulz-stats {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  box-shadow: none;
}
#players .panel .xpulz-stats .text {
  font-size: 0.7em;
}
#players .panel .xpulz-stats .number {
  font-size: 1.8em;
}
#players input {
  background-color: var(--xpulz-mediumgrey);
  color: var(--xpulz-white);
  border: none;
  padding: 10px;
  transition: all 0.4s;
}
#players input:focus {
  background-color: var(--xpulz-white);
  color: var(--xpulz-black);
}
#players input {
  outline: none;
  width: 50%;
  display: block;
}
#players table {
  overflow: hidden;
  position: relative;
}
#players img.avatar {
  width: 32px;
}
#players th {
  text-align: left;
}
#players tr {
  transition: background 0.4s;
  cursor: pointer;
}
#players tr:hover {
  background-color: var(--xpulz-lightergrey-darken-10) !important;
  color: var(--xpulz-black);
}
#players tr {
  position: relative;
}
#players tr .bg-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 42px;
  position: absolute;
  z-index: 1;
  opacity: 0.3;
}
#players tr td {
  z-index: 2;
  position: relative;
  vertical-align: middle;
  text-align: left;
  padding: 5px;
}
#players tr td.username, #players tr td.avatar {
  cursor: pointer;
}
#players tr td.flag {
  width: 40px;
}
#players tr td.avatar {
  text-align: center;
}
#players tr td.games svg {
  height: 22px;
  padding: 0 5px;
  fill: var(--xpulz-grey-txt);
}
#players tr td.roles .badge {
  margin: 5px 5px 0 0;
}
#players tr .actions a {
  cursor: pointer;
}

@media (max-width: 900px) {
  #players {
    padding: 30px 10px;
  }
  #players .table-container {
    padding: 10px;
  }
  #players .players-mobile .player {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 20px;
    background: var(--xpulz-darkgrey);
    border-radius: 10px;
    padding: 10px;
  }
  #players .players-mobile .player img {
    width: 96px;
    height: 96px;
  }
  #players .players-mobile .player .name {
    color: var(--xpulz-white);
    font-weight: bold;
    font-size: 1.3em;
  }
  #players .players-mobile .player .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 10px;
  }
  #players .players-mobile .player .games {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }
  #players .players-mobile .player .games svg {
    height: 30px;
    padding: 0 5px;
    fill: var(--xpulz-grey-txt);
  }
}
.translate.page {
  padding: 20px;
  color: var(--xpulz-white);
  background: var(--xpulz-lightgrey);
}
.translate.page .subtitle {
  display: inline-block;
  margin-bottom: 20px;
}
.translate.page .translate-toolbar {
  gap: 12px;
  margin-bottom: 16px;
}
.translate.page .translate-toolbar .translate-search {
  flex: 1;
  padding: 8px 12px;
  background: var(--xpulz-darkgrey-lighten-10);
  color: var(--xpulz-white);
  border: 1px solid var(--xpulz-darkgrey-lighten-20);
  border-radius: 4px;
}
.translate.page .translate-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}
.translate.page .translate-table th {
  color: var(--xpulz-white);
  background: var(--xpulz-darkgrey-lighten-20);
  text-align: left;
  padding: 8px 10px;
  font-weight: 600;
}
.translate.page .translate-table td {
  padding: 6px 10px;
  border-bottom: 1px solid var(--xpulz-darkgrey-lighten-10);
  vertical-align: top;
}
.translate.page .translate-table td input,
.translate.page .translate-table td textarea {
  width: 100%;
  padding: 6px 8px;
  background: var(--xpulz-darkgrey-lighten-10);
  color: var(--xpulz-white);
  border: 1px solid var(--xpulz-darkgrey-lighten-20);
  border-radius: 4px;
  font-family: inherit;
  font-size: 13px;
}
.translate.page .translate-table td textarea {
  resize: vertical;
  min-height: 38px;
}
.translate.page .translate-table td.locale input {
  width: 40px;
}
.translate.page .translate-table td.flag img {
  width: 20px;
  height: auto;
}
.translate.page .translate-table td.translation label {
  display: block;
  margin: 0 0 2px;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--xpulz-white);
}
.translate.page .translate-table td.translation label + textarea {
  margin-bottom: 8px;
}
.translate.page .translate-table .no-result {
  text-align: center;
  color: var(--xpulz-lightgrey);
  padding: 20px;
}
.translate.page .translate-table .delete-row {
  cursor: pointer;
  color: var(--xpulz-red);
  font-size: 18px;
  line-height: 1;
}

#cards {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--cards), var(--cardHeight));
  gap: var(--cardMargin);
  padding-bottom: calc(var(--cards) * var(--cardTopPadding));
  margin-bottom: var(--cardMargin);
}

#card1 {
  --index: 1;
}

#card2 {
  --index: 2;
}

#card3 {
  --index: 3;
}

#card4 {
  --index: 4;
}

#card5 {
  --index: 5;
}

#card6 {
  --index: 6;
}

#card7 {
  --index: 7;
}

.stacking-card {
  position: sticky !important;
  top: var(--menutop-height);
  background: var(--xpulz-body);
}
.stacking-card.extra-scroll {
  padding-bottom: 25em !important;
}

.hbspt-form {
  background: white;
  padding: 30px;
  border-radius: 20px;
}

.xpulz-pulse {
  height: 100px;
  width: 200px;
  overflow: hidden;
  position: absolute;
  top: -58px;
  left: calc(50% - 100px);
  margin: auto;
}
.xpulz-pulse:after {
  content: "";
  display: block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200px 100px"><polyline fill="none" stroke-width="5px" stroke="rgb(0,118,225)" points="2.4,58.7 70.8,58.7 76.1,46.2 81.1,58.7 89.9,58.7 93.8,66.5 102.8,22.7 110.6,78.7 115.3,58.7 126.4,58.7 134.4,54.7 142.4,58.7 197.8,58.7 "/></svg>') 0 0 no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  animation: 2s heartbeatpulse infinite linear;
}
.xpulz-pulse:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 2px;
  right: 2px;
  bottom: 0;
  top: 16px;
  margin: auto;
  height: 5px;
}

@keyframes heartbeatpulse {
  0% {
    clip: rect(0, 0, 100px, 0);
  }
  10% {
    clip: rect(0, 66.6666666667px, 100px, 0);
  }
  38% {
    clip: rect(0, 133.3333333333px, 100px, 0);
  }
  48% {
    clip: rect(0, 200px, 100px, 0);
  }
  52% {
    clip: rect(0, 200px, 100px, 0);
  }
  62% {
    clip: rect(0, 200px, 100px, 66.6666666667px);
  }
  90% {
    clip: rect(0, 200px, 100px, 133.3333333333px);
  }
  100% {
    clip: rect(0, 200px, 100px, 200px);
  }
}
#product {
  min-height: 100vh;
  background: var(--xpulz-mediumgrey);
}

#dashboard #v-pills-tabContent .tab-pane.active .img.animated, #product #v-pills-tabContent .tab-pane.active .img.animated {
  background-position-y: 0 !important;
}
#dashboard #v-pills-tabContent .text .color-yellow, #product #v-pills-tabContent .text .color-yellow {
  font-weight: bold;
}
#dashboard, #product {
  transition: margin-left 0.4s;
}
#dashboard a.underline, #product a.underline {
  text-decoration: underline;
}
#dashboard img.animated-view, #product img.animated-view {
  transition: all 0.4s;
  width: 80% !important;
}
#dashboard img.animated-view.in-view, #product img.animated-view.in-view {
  width: 90% !important;
}
#dashboard .color-xpulz.animated-view, #product .color-xpulz.animated-view {
  transition: color 1s;
  color: inherit !important;
}
#dashboard .color-xpulz.animated-view.in-view, #product .color-xpulz.animated-view.in-view {
  color: var(--xpulz-primary-color) !important;
}
#dashboard .color-yellow.animated-view, #product .color-yellow.animated-view {
  transition: color 1s;
  color: inherit !important;
}
#dashboard .color-yellow.animated-view.in-view, #product .color-yellow.animated-view.in-view {
  color: var(--xpulz-yellow) !important;
}
#dashboard .three-bubbles .text.animated-view, #product .three-bubbles .text.animated-view {
  z-index: 2;
  transition: left 0.5s;
}
#dashboard .circle-content.animated-view.in-view:hover, #product .circle-content.animated-view.in-view:hover {
  background-size: 550px !important;
}
#dashboard .animated-view.circle-number.in-view .circle, #product .animated-view.circle-number.in-view .circle {
  animation: progress 1s ease-out forwards;
}
#dashboard img.data-driven, #product img.data-driven {
  position: absolute;
  bottom: -49px;
  left: 0;
  z-index: -1;
  opacity: 0.2;
  height: 770px;
}
#dashboard img.esports, #product img.esports {
  position: absolute;
  bottom: -49px;
  z-index: -1;
  right: 0;
  height: 810px;
  border-top-left-radius: 100%;
  opacity: 0.2;
}
#dashboard .menu-contents, #product .menu-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
}
#dashboard .menu-contents img, #product .menu-contents img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#dashboard .menu-contents .img, #product .menu-contents .img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  background-position: top center;
  background-size: cover;
  height: 550px;
  background-repeat: no-repeat;
  transition: all 0.5s;
  background-position-y: 900px;
}
#dashboard .menu-contents .text, #product .menu-contents .text {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--xpulz-lightgrey);
  padding: 10px 20px;
}
#dashboard .menu-contents .nav-pills .nav-link, #product .menu-contents .nav-pills .nav-link {
  background: var(--xpulz-lightgrey);
  color: var(--xpulz-white);
  font-weight: bold;
  border: none;
  border-radius: 0;
}
#dashboard .menu-contents .nav-pills .nav-link.active, #product .menu-contents .nav-pills .nav-link.active {
  background: var(--xpulz-primary-color);
}
#dashboard .infinite-sliders article, #product .infinite-sliders article {
  display: flex;
  animation: bannermove 20s linear infinite;
}
#dashboard .infinite-sliders ul, #product .infinite-sliders ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
#dashboard .infinite-sliders ul img, #product .infinite-sliders ul img {
  width: auto !important;
  height: 500px;
}
@keyframes bannermove {
  0% {
    transform: translateX(45%);
  }
  100% {
    transform: translateX(-45%);
  }
}
#dashboard .circle-contents, #product .circle-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
}
#dashboard .circle-contents .circle-content-container, #product .circle-contents .circle-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 20%;
}
#dashboard .circle-contents .circle-content-container.w-50, #product .circle-contents .circle-content-container.w-50 {
  width: 50%;
}
#dashboard .circle-contents .circle-content-container, #product .circle-contents .circle-content-container {
  margin-right: 20px;
}
#dashboard .circle-contents .circle-content-container:last-child, #product .circle-contents .circle-content-container:last-child {
  margin-right: 0;
}
#dashboard .circle-contents .circle-content-container .circle-number, #product .circle-contents .circle-content-container .circle-number {
  width: 200px;
}
#dashboard .circle-contents .circle-content-container .circle-number .circular-chart, #product .circle-contents .circle-content-container .circle-number .circular-chart {
  display: block;
  max-width: 100%;
  max-height: 250px;
}
#dashboard .circle-contents .circle-content-container .circle-number .circle-bg, #product .circle-contents .circle-content-container .circle-number .circle-bg {
  fill: none;
  stroke: var(--xpulz-white);
  stroke-width: 0.5;
}
#dashboard .circle-contents .circle-content-container .circle-number .circle, #product .circle-contents .circle-content-container .circle-number .circle {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
#dashboard .circle-contents .circle-content-container .circle-number .circular-chart.orange .circle, #product .circle-contents .circle-content-container .circle-number .circular-chart.orange .circle {
  stroke: var(--xpulz-yellow);
}
#dashboard .circle-contents .circle-content-container .circle-number .circular-chart.green .circle, #product .circle-contents .circle-content-container .circle-number .circular-chart.green .circle {
  stroke: var(--xpulz-primary-color);
}
#dashboard .circle-contents .circle-content-container .circle-number .circular-chart.blue .circle, #product .circle-contents .circle-content-container .circle-number .circular-chart.blue .circle {
  stroke: var(--xpulz-primary-color);
}
#dashboard .circle-contents .circle-content-container .circle-number .percentage, #product .circle-contents .circle-content-container .circle-number .percentage {
  fill: white;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}
#dashboard .circle-contents .circle-content-container .circle-content, #product .circle-contents .circle-content-container .circle-content {
  border-radius: 100%;
  background: var(--xpulz-darkgrey);
  border: 4px solid var(--xpulz-primary-color);
  height: 200px;
  width: 200px;
}
#dashboard .circle-contents .circle-content-container .circle-content.w-300, #product .circle-contents .circle-content-container .circle-content.w-300 {
  width: 300px;
  height: 300px;
}
#dashboard .circle-contents .circle-content-container .circle-content.w-150, #product .circle-contents .circle-content-container .circle-content.w-150 {
  width: 150px;
  height: 150px;
}
#dashboard .circle-contents .circle-content-container .circle-content, #product .circle-contents .circle-content-container .circle-content {
  background-position: center;
  background-size: 350px;
  transition: all 0.4s;
}
#dashboard .circle-contents .circle-content-container .circle-content.bg-top, #product .circle-contents .circle-content-container .circle-content.bg-top {
  background-position: top;
}
#dashboard .circle-contents .circle-content-container .circle-content.bg-left, #product .circle-contents .circle-content-container .circle-content.bg-left {
  background-position: left;
}
#dashboard .circle-contents .circle-content-container .circle-content.bg-right, #product .circle-contents .circle-content-container .circle-content.bg-right {
  background-position: right;
}
#dashboard .circle-contents .circle-content-container .circle-content.bg-bottom, #product .circle-contents .circle-content-container .circle-content.bg-bottom {
  background-position: bottom;
}
#dashboard .circle-contents .circle-content-container .circle-content img, #product .circle-contents .circle-content-container .circle-content img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
#dashboard .circle-contents .circle-content-container .text, #product .circle-contents .circle-content-container .text {
  color: var(--xpulz-yellow);
  font-weight: bold;
}
#dashboard .circle-contents .circle-content-container .subtitle, #product .circle-contents .circle-content-container .subtitle {
  color: var(--xpulz-white);
  text-align: center;
}
#dashboard .circle-contents .circle-content-container:hover .circle-content, #product .circle-contents .circle-content-container:hover .circle-content {
  background-size: 450px;
}
#dashboard .visitor.about video, #product .visitor.about video {
  filter: blur(10px);
}
#dashboard .visitor.about .flip-card .inner-card, #product .visitor.about .flip-card .inner-card {
  position: relative;
  width: 90%;
  height: 160px;
  text-align: center;
  transition: transform 0.4s;
  transform-style: preserve-3d;
}
#dashboard .visitor.about .flip-card .flip-card-front, #dashboard .visitor.about .flip-card .flip-card-back, #product .visitor.about .flip-card .flip-card-front, #product .visitor.about .flip-card .flip-card-back {
  padding: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid white;
}
#dashboard .visitor.about .flip-card .flip-card-back, #product .visitor.about .flip-card .flip-card-back {
  transform: rotateY(180deg);
  background: var(--xpulz-mediumgrey);
}
#dashboard .visitor.about .flip-card .flip-card-back .full2, #product .visitor.about .flip-card .flip-card-back .full2 {
  filter: brightness(1.5);
  z-index: -1;
}
#dashboard .visitor.about .flip-card .flip-card-front, #product .visitor.about .flip-card .flip-card-front {
  background: var(--xpulz-darkgrey);
}
#dashboard .visitor.about .flip-card:hover .inner-card, #product .visitor.about .flip-card:hover .inner-card {
  transform: rotateY(180deg) !important;
}
#dashboard .visitor.about .why-xpulz, #product .visitor.about .why-xpulz {
  box-shadow: 0px 0px 30px black;
  border: 2px solid white;
  padding: 40px;
}
#dashboard .visitor, #product .visitor {
  color: var(--xpulz-white);
}
#dashboard .visitor .bg-body, #product .visitor .bg-body {
  background: var(--xpulz-body);
  position: relative;
}
#dashboard .visitor .hero-section, #product .visitor .hero-section {
  height: 800px;
  padding: 0 80px;
  overflow: hidden;
  position: relative;
}
#dashboard .visitor .hero-section .bg, #product .visitor .hero-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
#dashboard .visitor .hero-section .bg.game, #product .visitor .hero-section .bg.game {
  filter: brightness(0.3) sepia(0.6);
}
#dashboard .visitor .hero-section .bg.dashboard, #product .visitor .hero-section .bg.dashboard {
  background-image: url("/img/dashboard/top.jpg");
  background-size: 100%;
  height: 100%;
}
#dashboard .visitor .hero-section .top, #product .visitor .hero-section .top {
  height: 60%;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#dashboard .visitor .hero-section .top .description, #product .visitor .hero-section .top .description {
  color: var(--xpulz-lightergrey-txt);
}
#dashboard .visitor .hero-section .top .actions, #product .visitor .hero-section .top .actions {
  margin-top: 20px;
}
#dashboard .visitor .hero-section .top, #product .visitor .hero-section .top {
  position: relative;
  z-index: 2;
}
#dashboard .visitor .hero-section .features, #product .visitor .hero-section .features {
  height: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
#dashboard .visitor .hero-section .features .feature, #product .visitor .hero-section .features .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29%;
  background: var(--xpulz-lightgrey);
  border-radius: 10px;
  padding: 20px;
}
#dashboard .visitor .hero-section .features .feature svg, #product .visitor .hero-section .features .feature svg {
  fill: var(--xpulz-primary-color);
}
#dashboard .visitor .hero-section .features .feature svg path, #product .visitor .hero-section .features .feature svg path {
  fill: var(--xpulz-primary-color);
}
#dashboard .visitor .hero-section .features .feature svg, #product .visitor .hero-section .features .feature svg {
  background: var(--xpulz-featuregrey);
  border-radius: 10px;
  height: 100px;
  width: 100px;
  padding: 10px;
  margin-right: 20px;
}
#dashboard .visitor .hero-section .features .feature .feature-content .feature-title, #product .visitor .hero-section .features .feature .feature-content .feature-title {
  color: white;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}
#dashboard .visitor .hero-section .features .feature .feature-content .feature-description, #product .visitor .hero-section .features .feature .feature-content .feature-description {
  color: var(--xpulz-lightergrey-txt);
  font-size: 0.9em;
}
#dashboard .visitor .full-block, #product .visitor .full-block {
  position: relative;
  height: 380px;
}
#dashboard .visitor .full-block.blue, #product .visitor .full-block.blue {
  background: var(--xpulz-primary-color-darken-20);
}
#dashboard .visitor .full-block.grey, #product .visitor .full-block.grey {
  background: var(--xpulz-mediumgrey);
}
#dashboard .visitor .full-block.darkgrey, #product .visitor .full-block.darkgrey {
  background: var(--xpulz-darkgrey);
}
#dashboard .visitor .full-block.big-cta, #product .visitor .full-block.big-cta {
  background: url("/img/dashboard/big-cta.png"), var(--xpulz-darkgrey);
  background-size: contain;
  background-repeat: no-repeat;
}
#dashboard .visitor .full-block.big-cta .x-content-center, #product .visitor .full-block.big-cta .x-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#dashboard .visitor .full-block.big-cta .x-content-center .title, #product .visitor .full-block.big-cta .x-content-center .title {
  font-size: 4em;
}
#dashboard .visitor .full-block.big-cta .x-content-center .description, #product .visitor .full-block.big-cta .x-content-center .description {
  color: var(--xpulz-lightergrey-txt);
  width: 70%;
  margin-bottom: 20px;
}
#dashboard .visitor .products, #product .visitor .products {
  height: auto;
  padding-top: 30px;
}
#dashboard .visitor .products .x-content-center, #product .visitor .products .x-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#dashboard .visitor .products .top, #product .visitor .products .top {
  width: 100%;
}
#dashboard .visitor .products .top .description, #product .visitor .products .top .description {
  color: var(--xpulz-grey-txt);
}
#dashboard .visitor .products .top .description-content, #product .visitor .products .top .description-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
#dashboard .visitor .products .top .description-content .description, #product .visitor .products .top .description-content .description {
  width: 50%;
}
#dashboard .visitor .products .products-list, #product .visitor .products .products-list {
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#dashboard .visitor .products .products-list .product, #product .visitor .products .products-list .product {
  border-radius: 10px;
  box-shadow: 1px 1px 20px var(--xpulz-darkgrey);
  height: 400px;
  width: 300px;
  background: var(--xpulz-lightgrey);
  transition: all 0.4s;
  transform: scale(1);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#dashboard .visitor .products .products-list .product.x2, #product .visitor .products .products-list .product.x2 {
  width: 670px;
}
#dashboard .visitor .products .products-list .product.x3, #product .visitor .products .products-list .product.x3 {
  width: 1040px;
}
#dashboard .visitor .products .products-list .product.x4, #product .visitor .products .products-list .product.x4 {
  width: 100%;
  height: auto;
}
#dashboard .visitor .products .products-list .product .badge, #product .visitor .products .products-list .product .badge {
  width: 100%;
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 1.2em;
  padding: 10px 20px;
  color: var(--xpulz-white);
}
#dashboard .visitor .products .products-list .product.none, #product .visitor .products .products-list .product.none {
  box-shadow: inherit;
  background: none;
}
#dashboard .visitor .products .products-list .product.player, #product .visitor .products .products-list .product.player {
  background-image: url("/img/dashboard/product_player.webp");
  background-size: cover;
  background-position: center;
}
#dashboard .visitor .products .products-list .product.brand, #product .visitor .products .products-list .product.brand {
  background-image: url("/img/dashboard/product_brand.webp");
  background-size: cover;
  background-position: center;
}
#dashboard .visitor .products .products-list .product.organizer, #product .visitor .products .products-list .product.organizer {
  background-image: url("/img/dashboard/product_organizer.webp");
  background-size: cover;
  background-position: center;
}
#dashboard .visitor .products .products-list .product.green, #product .visitor .products .products-list .product.green {
  background-image: url("/img/dashboard/employee/time-to-connect.jpg");
  background-size: cover;
  background-position: center;
}
#dashboard .visitor .products .products-list .product.corporate, #product .visitor .products .products-list .product.corporate {
  background-image: url("/img/dashboard/brands/groups.png");
  background-size: cover;
  background-position: left;
}
#dashboard .visitor .products .products-list .product.publisher, #product .visitor .products .products-list .product.publisher {
  background-image: url("/img/dashboard/publisher/product.jpg");
  background-size: cover;
  background-position: -90px;
}
#dashboard .visitor .products .products-list .product.pubg, #product .visitor .products .products-list .product.pubg {
  background-image: url("/img/dashboard/product_pubg.png");
}
#dashboard .visitor .products .products-list .product.brawlstars, #product .visitor .products .products-list .product.brawlstars {
  background-image: url("/img/dashboard/brawlstars.webp");
}
#dashboard .visitor .products .products-list .product.csgo, #product .visitor .products .products-list .product.csgo {
  background-image: url("/img/dashboard/product_csgo.png");
}
#dashboard .visitor .products .products-list .product.valorant, #product .visitor .products .products-list .product.valorant {
  background-image: url("/img/dashboard/product_valorant.png");
}
#dashboard .visitor .products .products-list .product.lol, #product .visitor .products .products-list .product.lol {
  background-image: url("/img/dashboard/product_lol.jpeg");
}
#dashboard .visitor .products .products-list .product:hover, #product .visitor .products .products-list .product:hover {
  transform: scale(1.1);
}
#dashboard .visitor .showcases, #product .visitor .showcases {
  padding: 75px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#dashboard .visitor .showcases .showcase, #product .visitor .showcases .showcase {
  padding: 50px 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#dashboard .visitor .showcases .showcase img, #product .visitor .showcases .showcase img {
  width: 90%;
}
#dashboard .visitor .showcases .showcase img.brand-gaming, #product .visitor .showcases .showcase img.brand-gaming {
  width: 280px;
  border: none;
}
#dashboard .visitor .showcases .showcase img.brand-users, #product .visitor .showcases .showcase img.brand-users {
  width: auto;
  border: none;
  box-shadow: none;
}
#dashboard .visitor .showcases .showcase img.no-effect, #product .visitor .showcases .showcase img.no-effect {
  border: none;
  box-shadow: none;
}
#dashboard .visitor .showcases .showcase .description, #product .visitor .showcases .showcase .description {
  color: var(--xpulz-grey-txt);
}
#dashboard .visitor .showcases.valorant .showcase img, #product .visitor .showcases.valorant .showcase img {
  background: var(--xpulz-lightgrey);
  border-radius: 10px;
}
#dashboard .visitor .title, #product .visitor .title {
  font-size: 3em;
  font-weight: bold;
  text-transform: uppercase;
}
#dashboard .visitor .title.no-upper, #product .visitor .title.no-upper {
  text-transform: none;
}
#dashboard .visitor .actions, #product .visitor .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#dashboard .visitor .actions .cta:first-child, #product .visitor .actions .cta:first-child {
  margin-right: 20px;
}
#dashboard .visitor .description, #product .visitor .description {
  padding: 20px 0;
  font-size: 1.5em;
  font-weight: 500;
}
#dashboard .visitor .description.animated-view, #product .visitor .description.animated-view {
  transition: right 0.4s;
}
#dashboard .visitor .description.animated-view.right-to-left, #product .visitor .description.animated-view.right-to-left {
  position: relative;
  right: -500px;
}
#dashboard .visitor .description.animated-view.in-view, #product .visitor .description.animated-view.in-view {
  right: 0;
}
#dashboard .visitor .x-content-center, #product .visitor .x-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#dashboard .visitor .left, #dashboard .visitor .right, #product .visitor .left, #product .visitor .right {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#dashboard .visitor .left .jett, #dashboard .visitor .right .jett, #product .visitor .left .jett, #product .visitor .right .jett {
  position: absolute;
  bottom: -31px;
  left: 0;
  z-index: 2;
}
#dashboard .visitor .left .organiser, #dashboard .visitor .right .organiser, #product .visitor .left .organiser, #product .visitor .right .organiser {
  position: absolute;
  bottom: -31px;
  left: 0;
  z-index: 2;
  filter: saturate(0.6);
  height: 470px;
}
#dashboard .visitor .left.overflow-hidden, #dashboard .visitor .right.overflow-hidden, #product .visitor .left.overflow-hidden, #product .visitor .right.overflow-hidden {
  overflow: hidden;
}
#dashboard .visitor .left.centered, #dashboard .visitor .right.centered, #product .visitor .left.centered, #product .visitor .right.centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#dashboard .visitor .left.centered .title, #dashboard .visitor .left.centered .description, #dashboard .visitor .right.centered .title, #dashboard .visitor .right.centered .description, #product .visitor .left.centered .title, #product .visitor .left.centered .description, #product .visitor .right.centered .title, #product .visitor .right.centered .description {
  text-align: center;
}
#dashboard .visitor .left.centered .actions, #dashboard .visitor .right.centered .actions, #product .visitor .left.centered .actions, #product .visitor .right.centered .actions {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}
#dashboard .visitor .left.heartbeat img, #dashboard .visitor .right.heartbeat img, #product .visitor .left.heartbeat img, #product .visitor .right.heartbeat img {
  border: none !important;
}
#dashboard .visitor .left.heartbeat .title, #dashboard .visitor .right.heartbeat .title, #product .visitor .left.heartbeat .title, #product .visitor .right.heartbeat .title {
  position: relative;
}
#dashboard .visitor .left.heartbeat .xpulz-pulse, #dashboard .visitor .right.heartbeat .xpulz-pulse, #product .visitor .left.heartbeat .xpulz-pulse, #product .visitor .right.heartbeat .xpulz-pulse {
  top: 80px;
}
#dashboard .visitor .left.three-bubbles .text, #dashboard .visitor .right.three-bubbles .text, #product .visitor .left.three-bubbles .text, #product .visitor .right.three-bubbles .text {
  position: absolute;
  background: var(--xpulz-grey-txt);
  padding: 10px 20px;
  color: white;
  font-size: 0.9em;
}
#dashboard .visitor .left.three-bubbles .big, #dashboard .visitor .right.three-bubbles .big, #product .visitor .left.three-bubbles .big, #product .visitor .right.three-bubbles .big {
  position: relative;
}
#dashboard .visitor .left.three-bubbles .big .text, #dashboard .visitor .right.three-bubbles .big .text, #product .visitor .left.three-bubbles .big .text, #product .visitor .right.three-bubbles .big .text {
  left: 530px;
  top: 0;
  width: 300px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#dashboard .visitor .left.three-bubbles .big .text.in-view, #dashboard .visitor .right.three-bubbles .big .text.in-view, #product .visitor .left.three-bubbles .big .text.in-view, #product .visitor .right.three-bubbles .big .text.in-view {
  left: 230px;
}
#dashboard .visitor .left.three-bubbles .big .circle-content, #dashboard .visitor .right.three-bubbles .big .circle-content, #product .visitor .left.three-bubbles .big .circle-content, #product .visitor .right.three-bubbles .big .circle-content {
  background-size: 440px;
  position: relative;
}
#dashboard .visitor .left.three-bubbles .big .circle-content:before, #dashboard .visitor .right.three-bubbles .big .circle-content:before, #product .visitor .left.three-bubbles .big .circle-content:before, #product .visitor .right.three-bubbles .big .circle-content:before {
  content: "";
  position: absolute;
  background: var(--xpulz-primary-color);
  width: 0;
  height: 80px;
  z-index: 1;
  right: -31px;
  top: 34px;
  transform: rotate(60deg);
  transition: width 0.5s;
  transition-delay: 0.5s;
}
#dashboard .visitor .left.three-bubbles .big .circle-content.in-view:before, #dashboard .visitor .right.three-bubbles .big .circle-content.in-view:before, #product .visitor .left.three-bubbles .big .circle-content.in-view:before, #product .visitor .right.three-bubbles .big .circle-content.in-view:before {
  width: 5px;
}
#dashboard .visitor .left.three-bubbles .big .circle-content.employee, #dashboard .visitor .right.three-bubbles .big .circle-content.employee, #product .visitor .left.three-bubbles .big .circle-content.employee, #product .visitor .right.three-bubbles .big .circle-content.employee {
  position: relative;
  background-size: 100% !important;
  background-position: top;
}
#dashboard .visitor .left.three-bubbles .big.bottom .text, #dashboard .visitor .right.three-bubbles .big.bottom .text, #product .visitor .left.three-bubbles .big.bottom .text, #product .visitor .right.three-bubbles .big.bottom .text {
  top: 210px;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
}
#dashboard .visitor .left.three-bubbles .big.bottom .text.in-view, #dashboard .visitor .right.three-bubbles .big.bottom .text.in-view, #product .visitor .left.three-bubbles .big.bottom .text.in-view, #product .visitor .right.three-bubbles .big.bottom .text.in-view {
  left: 230px;
}
#dashboard .visitor .left.three-bubbles .big.bottom .circle-content:before, #dashboard .visitor .right.three-bubbles .big.bottom .circle-content:before, #product .visitor .left.three-bubbles .big.bottom .circle-content:before, #product .visitor .right.three-bubbles .big.bottom .circle-content:before {
  top: 164px;
  transform: rotate(130deg);
}
#dashboard .visitor .left.three-bubbles .small, #dashboard .visitor .right.three-bubbles .small, #product .visitor .left.three-bubbles .small, #product .visitor .right.three-bubbles .small {
  position: relative;
}
#dashboard .visitor .left.three-bubbles .small .text, #dashboard .visitor .right.three-bubbles .small .text, #product .visitor .left.three-bubbles .small .text, #product .visitor .right.three-bubbles .small .text {
  left: -400px;
  top: 0;
  width: 190px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#dashboard .visitor .left.three-bubbles .small .text.in-view, #dashboard .visitor .right.three-bubbles .small .text.in-view, #product .visitor .left.three-bubbles .small .text.in-view, #product .visitor .right.three-bubbles .small .text.in-view {
  left: -200px;
}
#dashboard .visitor .left.three-bubbles .small .circle-content, #dashboard .visitor .right.three-bubbles .small .circle-content, #product .visitor .left.three-bubbles .small .circle-content, #product .visitor .right.three-bubbles .small .circle-content {
  position: relative;
  background-size: 220px;
}
#dashboard .visitor .left.three-bubbles .small .circle-content:hover, #dashboard .visitor .right.three-bubbles .small .circle-content:hover, #product .visitor .left.three-bubbles .small .circle-content:hover, #product .visitor .right.three-bubbles .small .circle-content:hover {
  background-size: 320px !important;
}
#dashboard .visitor .left.three-bubbles .small .circle-content:before, #dashboard .visitor .right.three-bubbles .small .circle-content:before, #product .visitor .left.three-bubbles .small .circle-content:before, #product .visitor .right.three-bubbles .small .circle-content:before {
  content: "";
  position: absolute;
  background: #0076e1;
  width: 0;
  height: 80px;
  z-index: 1;
  left: -34px;
  top: -20px;
  transform: rotate(120deg);
  transition: width 0.5s;
  transition-delay: 0.5s;
}
#dashboard .visitor .left.three-bubbles .small .circle-content.in-view:before, #dashboard .visitor .right.three-bubbles .small .circle-content.in-view:before, #product .visitor .left.three-bubbles .small .circle-content.in-view:before, #product .visitor .right.three-bubbles .small .circle-content.in-view:before {
  width: 5px;
}
#dashboard .visitor .left.three-bubbles .medium, #dashboard .visitor .right.three-bubbles .medium, #product .visitor .left.three-bubbles .medium, #product .visitor .right.three-bubbles .medium {
  position: relative;
}
#dashboard .visitor .left.three-bubbles .medium .text, #dashboard .visitor .right.three-bubbles .medium .text, #product .visitor .left.three-bubbles .medium .text, #product .visitor .right.three-bubbles .medium .text {
  left: 510px;
  top: 150px;
  width: 220px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#dashboard .visitor .left.three-bubbles .medium .text.in-view, #dashboard .visitor .right.three-bubbles .medium .text.in-view, #product .visitor .left.three-bubbles .medium .text.in-view, #product .visitor .right.three-bubbles .medium .text.in-view {
  left: 210px;
}
#dashboard .visitor .left.three-bubbles .medium .circle-content, #dashboard .visitor .right.three-bubbles .medium .circle-content, #product .visitor .left.three-bubbles .medium .circle-content, #product .visitor .right.three-bubbles .medium .circle-content {
  position: relative;
  background-size: 300px;
}
#dashboard .visitor .left.three-bubbles .medium .circle-content:hover, #dashboard .visitor .right.three-bubbles .medium .circle-content:hover, #product .visitor .left.three-bubbles .medium .circle-content:hover, #product .visitor .right.three-bubbles .medium .circle-content:hover {
  background-size: 400px !important;
}
#dashboard .visitor .left.three-bubbles .medium .circle-content:before, #dashboard .visitor .right.three-bubbles .medium .circle-content:before, #product .visitor .left.three-bubbles .medium .circle-content:before, #product .visitor .right.three-bubbles .medium .circle-content:before {
  content: "";
  position: absolute;
  background: #0076e1;
  width: 0;
  height: 80px;
  z-index: 1;
  right: -29px;
  top: 122px;
  transform: rotate(120deg);
  transition: width 0.5s;
  transition-delay: 0.5s;
}
#dashboard .visitor .left.three-bubbles .medium .circle-content.in-view:before, #dashboard .visitor .right.three-bubbles .medium .circle-content.in-view:before, #product .visitor .left.three-bubbles .medium .circle-content.in-view:before, #product .visitor .right.three-bubbles .medium .circle-content.in-view:before {
  width: 5px;
}
#dashboard .visitor .left.three-bubbles .medium .circle-content.employee, #dashboard .visitor .right.three-bubbles .medium .circle-content.employee, #product .visitor .left.three-bubbles .medium .circle-content.employee, #product .visitor .right.three-bubbles .medium .circle-content.employee {
  position: relative;
  background-size: 200px;
  background-position: top;
}
#dashboard .visitor .about-title, #product .visitor .about-title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 5em;
}
#dashboard .visitor .about-title.question, #product .visitor .about-title.question {
  font-size: 3em;
  text-shadow: inherit !important;
}
#dashboard .visitor .about-title.xpulz-logo, #product .visitor .about-title.xpulz-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#dashboard .visitor .about-title.xpulz-logo svg, #product .visitor .about-title.xpulz-logo svg {
  height: 120px;
  margin: 0 20px;
  fill: white;
}
#dashboard .visitor .about-title.xpulz-logo svg g g, #product .visitor .about-title.xpulz-logo svg g g {
  fill: var(--xpulz-primary-color);
}
#dashboard .visitor, #product .visitor {
  /* center the blockquote in the page */
}
#dashboard .visitor .blockquote-wrapper, #product .visitor .blockquote-wrapper {
  display: flex;
  padding: 0 20px;
}
#dashboard .visitor .blockquote-wrapper .blockquote, #product .visitor .blockquote-wrapper .blockquote {
  position: relative;
  font-weight: 800;
  color: #ffffff;
  padding: 30px 0;
  width: 100%;
  max-width: 80%;
  z-index: 1;
  margin: 80px auto;
  align-self: center;
  border-top: solid 2px;
}
#dashboard .visitor .blockquote-wrapper .blockquote h1, #product .visitor .blockquote-wrapper .blockquote h1 {
  position: relative;
  font-size: 1.7em;
  font-weight: 800;
  margin: 0;
  transition: color 0.5s;
  color: #e2e2e2;
}
#dashboard .visitor .blockquote-wrapper .blockquote h4, #product .visitor .blockquote-wrapper .blockquote h4 {
  position: relative;
  color: var(--xpulz-primary-color);
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding-top: 20px;
  z-index: 1;
}
#dashboard .visitor .blockquote-wrapper .blockquote:before, #product .visitor .blockquote-wrapper .blockquote:before {
  position: absolute;
  content: "";
  color: var(--xpulz-primary-color);
  font-size: 10rem;
  line-height: 0;
  bottom: 0;
  border-bottom: 2px solid var(--xpulz-white);
  width: calc(100% - 100px);
  left: 0;
}
#dashboard .visitor .blockquote-wrapper .blockquote:after, #product .visitor .blockquote-wrapper .blockquote:after {
  position: absolute;
  content: "”";
  color: var(--xpulz-primary-color);
  font-size: 10rem;
  line-height: 0;
  bottom: -43px;
  right: 0;
}
#dashboard .visitor .blockquote-wrapper .blockquote.no-bq, #product .visitor .blockquote-wrapper .blockquote.no-bq {
  border: none;
}
#dashboard .visitor .blockquote-wrapper .blockquote.no-bq:after, #dashboard .visitor .blockquote-wrapper .blockquote.no-bq:before, #product .visitor .blockquote-wrapper .blockquote.no-bq:after, #product .visitor .blockquote-wrapper .blockquote.no-bq:before {
  content: "";
  border: none;
}
#dashboard .visitor .blockquote-wrapper .blockquote.no-after:before, #product .visitor .blockquote-wrapper .blockquote.no-after:before {
  width: 100%;
}
#dashboard .visitor .blockquote-wrapper .blockquote.no-after:after, #product .visitor .blockquote-wrapper .blockquote.no-after:after {
  content: "";
}
#dashboard .visitor .blockquote-wrapper .blockquote.values, #product .visitor .blockquote-wrapper .blockquote.values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
#dashboard .visitor .blockquote-wrapper .blockquote.values .flip-card, #product .visitor .blockquote-wrapper .blockquote.values .flip-card {
  width: 33%;
  margin-bottom: 30px;
}
#dashboard .visitor .blockquote-wrapper .blockquote.values .flip-card div, #product .visitor .blockquote-wrapper .blockquote.values .flip-card div {
  font-weight: normal;
}
#dashboard .visitor .blockquote-wrapper:hover .blockquote h1, #product .visitor .blockquote-wrapper:hover .blockquote h1 {
  color: var(--xpulz-white);
}
#dashboard .visitor, #product .visitor {
  /* increase header size after 600px */
}
@media all and (min-width: 600px) {
  #dashboard .visitor .blockquote h1, #product .visitor .blockquote h1 {
    font-size: 2em;
  }
}
#dashboard .visitor .badge, #product .visitor .badge {
  padding: 5px;
  font-size: 0.8em;
}
#dashboard .visitor .content-full, #product .visitor .content-full {
  width: calc(100% - 400px);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
#dashboard .visitor .content-full .description, #product .visitor .content-full .description {
  font-size: 1.2em;
  color: #c3c7d5 !important;
}
#dashboard .visitor .content-300, #product .visitor .content-300 {
  width: 300px;
}
#dashboard .visitor .content-300.right, #product .visitor .content-300.right {
  margin-left: 100px;
}
#dashboard .visitor .content-300.left, #product .visitor .content-300.left {
  margin-right: 100px;
}
#dashboard .visitor .content-300, #product .visitor .content-300 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
}
#dashboard .visitor .content-300 img, #product .visitor .content-300 img {
  width: 300px !important;
  margin-top: 20px;
  border-radius: 30px;
}
#dashboard .visitor .content-300 .socials, #product .visitor .content-300 .socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
#dashboard .visitor .content-300 .socials svg, #product .visitor .content-300 .socials svg {
  width: 50px;
  margin-right: 20px;
  transition: fill 0.5s;
  fill: white;
}
#dashboard .visitor .content-300 .socials svg path, #product .visitor .content-300 .socials svg path {
  transition: fill 0.5s;
  fill: white;
}
#dashboard .visitor .content-300 .socials svg:hover, #product .visitor .content-300 .socials svg:hover {
  fill: var(--xpulz-primary-color);
}
#dashboard .visitor .content-300 .socials svg:hover path, #product .visitor .content-300 .socials svg:hover path {
  fill: var(--xpulz-primary-color);
}

@media (max-width: 900px) {
  #dashboard .stacking-card.extra-scroll, #product .stacking-card.extra-scroll {
    padding-bottom: 0 !important;
  }
  #dashboard .stacking-card, #product .stacking-card {
    position: inherit !important;
  }
  #dashboard .circle-contents, #product .circle-contents {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #dashboard .circle-contents .circle-content-container, #product .circle-contents .circle-content-container {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #dashboard .menu-contents, #product .menu-contents {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #dashboard .menu-contents .col-3, #product .menu-contents .col-3 {
    margin-bottom: 10px;
  }
  #dashboard .menu-contents .col-3, #dashboard .menu-contents .col-9, #product .menu-contents .col-3, #product .menu-contents .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #dashboard .left.three-bubbles .circle-content:before, #dashboard .right.three-bubbles .circle-content:before, #product .left.three-bubbles .circle-content:before, #product .right.three-bubbles .circle-content:before {
    display: none !important;
  }
  #dashboard .left.three-bubbles .text, #dashboard .right.three-bubbles .text, #product .left.three-bubbles .text, #product .right.three-bubbles .text {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    background: none !important;
    text-align: center;
  }
  #dashboard .left.heartbeat .xpulz-pulse, #dashboard .right.heartbeat .xpulz-pulse, #product .left.heartbeat .xpulz-pulse, #product .right.heartbeat .xpulz-pulse {
    top: 40px !important;
  }
  #dashboard .description.animated-view.right-to-left, #product .description.animated-view.right-to-left {
    right: 0 !important;
  }
  #dashboard .visitor.xpulz-internal .platform-title, #product .visitor.xpulz-internal .platform-title {
    height: auto;
  }
  #dashboard .visitor.xpulz-internal .platform-title svg, #product .visitor.xpulz-internal .platform-title svg {
    height: 100px;
  }
  #dashboard .visitor.xpulz-internal .platform-title, #product .visitor.xpulz-internal .platform-title {
    font-size: 2em;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #dashboard .visitor.xpulz-internal .full-block.integrations, #dashboard .visitor.xpulz-internal .full-block.internal, #product .visitor.xpulz-internal .full-block.integrations, #product .visitor.xpulz-internal .full-block.internal {
    padding: 20px 0;
  }
  #dashboard .visitor.xpulz-internal .full-block.integrations .x-content-center .title, #dashboard .visitor.xpulz-internal .full-block.internal .x-content-center .title, #product .visitor.xpulz-internal .full-block.integrations .x-content-center .title, #product .visitor.xpulz-internal .full-block.internal .x-content-center .title {
    font-size: 2em;
    text-align: center;
    padding-top: 20px;
  }
  #dashboard .visitor.xpulz-internal .full-block.integrations .x-content-center .connectors, #product .visitor.xpulz-internal .full-block.integrations .x-content-center .connectors {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #dashboard .visitor.xpulz-internal .full-block.integrations .x-content-center .connectors svg, #product .visitor.xpulz-internal .full-block.integrations .x-content-center .connectors svg {
    height: 40px;
    margin-bottom: 20px;
  }
  #dashboard .visitor .about-title, #product .visitor .about-title {
    font-size: 3em;
    margin: 0 10px;
  }
  #dashboard .visitor .about-title.xpulz-logo svg, #product .visitor .about-title.xpulz-logo svg {
    margin: 0;
    height: 60px;
  }
  #dashboard .visitor .blockquote-wrapper .blockquote, #product .visitor .blockquote-wrapper .blockquote {
    padding: 30px 0;
    margin: 50px 0;
    max-width: 100%;
  }
  #dashboard .visitor .blockquote-wrapper .blockquote.no-bq, #product .visitor .blockquote-wrapper .blockquote.no-bq {
    margin: 0;
  }
  #dashboard .visitor .blockquote-wrapper .blockquote.values, #product .visitor .blockquote-wrapper .blockquote.values {
    margin-top: 20px;
  }
  #dashboard .visitor .blockquote-wrapper .blockquote.values .flip-card, #product .visitor .blockquote-wrapper .blockquote.values .flip-card {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  #dashboard .visitor .blockquote-wrapper .blockquote.values .flip-card.animated-view .inner-card, #product .visitor .blockquote-wrapper .blockquote.values .flip-card.animated-view .inner-card {
    transform: scale(0.8);
  }
  #dashboard .visitor .blockquote-wrapper .blockquote.values .flip-card.in-view .inner-card, #product .visitor .blockquote-wrapper .blockquote.values .flip-card.in-view .inner-card {
    transform: scale(1);
  }
  #dashboard .visitor .blockquote-wrapper .blockquote h1, #product .visitor .blockquote-wrapper .blockquote h1 {
    font-size: 1.2em;
    font-weight: 500;
  }
  #dashboard .visitor .content-full, #product .visitor .content-full {
    width: 100%;
    margin: 0 !important;
  }
  #dashboard .visitor .content-300, #product .visitor .content-300 {
    width: 100%;
    margin: 0 !important;
  }
  #dashboard .visitor .socials, #product .visitor .socials {
    margin-bottom: 30px;
  }
  #dashboard .visitor .full-block.big-cta, #product .visitor .full-block.big-cta {
    padding: 20px 0;
  }
  #dashboard .visitor .full-block.big-cta .x-content-center .title, #product .visitor .full-block.big-cta .x-content-center .title {
    font-size: 2em;
    text-align: center;
    padding-top: 20px;
  }
  #dashboard .visitor .title, #product .visitor .title {
    font-size: 2em;
    text-align: center;
  }
  #dashboard .visitor .full-block, #product .visitor .full-block {
    height: auto;
  }
  #dashboard .visitor .full-block .right, #product .visitor .full-block .right {
    width: 100%;
    padding: 20px 0;
  }
  #dashboard .visitor .products .top .description-content, #product .visitor .products .top .description-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #dashboard .visitor .products .top .description-content .description, #product .visitor .products .top .description-content .description {
    width: 100%;
  }
  #dashboard .visitor .hero-section, #product .visitor .hero-section {
    height: auto;
    padding: 0 20px;
  }
  #dashboard .visitor .hero-section .top, #product .visitor .hero-section .top {
    width: 100%;
  }
  #dashboard .visitor .hero-section .features, #product .visitor .hero-section .features {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }
  #dashboard .visitor .hero-section .features .feature, #product .visitor .hero-section .features .feature {
    width: 100%;
    margin-top: 20px;
  }
  #dashboard .visitor .actions, #product .visitor .actions {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
  }
  #dashboard .visitor .actions .cta:first-child, #product .visitor .actions .cta:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #dashboard .visitor .showcases, #product .visitor .showcases {
    padding: 0 20px;
  }
  #dashboard .visitor .showcases .showcase, #product .visitor .showcases .showcase {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }
  #dashboard .visitor .showcases .showcase .title, #product .visitor .showcases .showcase .title {
    text-align: center;
  }
  #dashboard .visitor .showcases .showcase .left, #dashboard .visitor .showcases .showcase .right, #product .visitor .showcases .showcase .left, #product .visitor .showcases .showcase .right {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  #dashboard .visitor .showcases .showcase .right, #product .visitor .showcases .showcase .right {
    margin-top: 20px;
  }
  #dashboard .visitor .products .products-list, #product .visitor .products .products-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 20px 0;
  }
  #dashboard .visitor .products .products-list .product, #product .visitor .products .products-list .product {
    margin-top: 20px;
  }
  #dashboard .visitor .products .products-list .product.none, #product .visitor .products .products-list .product.none {
    display: none;
  }
}
#discord-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
#discord-link .discord-link__card {
  background: #1f2233;
  border-radius: 12px;
  padding: 48px 40px;
  max-width: 520px;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
#discord-link .discord-link__logo svg {
  height: 48px;
  width: auto;
}
#discord-link .discord-link__logo {
  margin-bottom: 32px;
}
#discord-link .discord-link__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
#discord-link .discord-link__heading {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 16px;
  color: #fff;
}
#discord-link .discord-link__heading--success {
  color: var(--xpulz-xpulz);
}
#discord-link .discord-link__heading--error {
  color: var(--xpulz-yellow);
}
#discord-link .discord-link__text {
  color: #a0a8c8;
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 380px;
}
#discord-link .discord-link__caption {
  color: #a0a8c8;
  margin: 16px 0 0;
  font-size: 0.95rem;
}
#discord-link .discord-link__btn {
  display: inline-block;
  background: var(--xpulz-yellow, #ffd342);
  color: #131626;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.15s;
}
#discord-link .discord-link__btn:hover {
  background: #ffe05c;
}
#discord-link .discord-link__btn--discord {
  background: #5865f2;
  color: #fff;
}
#discord-link .discord-link__btn--discord:hover {
  background: #6f7bf5;
  color: #fff;
}
#discord-link .discord-link__install {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#discord-link .discord-link__install-heading {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
#discord-link .discord-link__install-text {
  color: #a0a8c8;
  line-height: 1.5;
  margin: 0 0 12px;
  max-width: 380px;
  font-size: 0.92rem;
}
#discord-link .discord-link__spinner {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
}
#discord-link .discord-link__spinner span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  animation: dl-bounce 1s infinite ease-in-out;
}
#discord-link .discord-link__spinner span:nth-child(2) {
  animation-delay: 0.15s;
}
#discord-link .discord-link__spinner span:nth-child(3) {
  animation-delay: 0.3s;
}
@keyframes dl-bounce {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

#plans #dashboard .visitor .hero-section .features .feature {
  width: 24%;
  height: 150px;
}
#plans .table-container {
  margin-top: 20px;
}
#plans .form-group .period, #plans .form-group .tier {
  font-weight: bold;
  font-size: 1.2em;
}
#plans .plans-switch {
  margin-top: 30px;
}
#plans .plans-switch .cta {
  cursor: pointer;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  background-color: white;
  width: 100%;
  margin-top: 10px;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-errors {
  color: var(--xpulz-red);
}

#donation {
  background: var(--xpulz-mediumgrey);
  padding-bottom: 20px;
}
#donation #popin-donation {
  margin-top: 0 !important;
  margin-bottom: 40px;
}
#donation .payment .amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 10px 0;
}
#donation .payment .amount input {
  text-align: center;
  width: 100px;
  font-size: 2em;
}
#donation .payment .amount .currency {
  font-size: 2em;
  margin-left: 10px;
  color: var(--xpulz-yellow);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#donation .payment .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#donation .payment .form section {
  width: 50%;
  margin: 0 auto;
}
#donation .payment .form .cta {
  margin-top: 10px;
}
#donation .confirmation {
  width: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#donation .confirmation p {
  text-align: center;
  font-size: 1.5em;
  color: white;
}
#donation .confirmation .amount {
  color: var(--xpulz-primary-color);
  font-size: 1.2em;
}

#plans {
  color: white;
}
#plans h1 {
  color: var(--xpulz-yellow);
  text-align: center;
  margin: 20px 0;
}
#plans h2 {
  color: var(--xpulz-primary-color);
}
#plans p, #plans ul li {
  color: var(--xpulz-lightergrey-txt);
}
#plans .packages-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin-top: 30px;
  height: 500px;
}
#plans .packages-content .package {
  background: var(--xpulz-mediumgrey);
  height: 450px;
  width: 34%;
  border: 2px solid var(--xpulz-lightgrey);
  transition: all 0.4s;
  cursor: pointer;
}
#plans .packages-content .package:first-child, #plans .packages-content .package:last-child {
  width: 33%;
}
#plans .packages-content .package:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: none;
}
#plans .packages-content .package:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: none;
}
#plans .packages-content .package.active {
  height: 500px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: var(--xpulz-lightgrey);
  border: 2px solid;
  border-color: var(--xpulz-lightergrey-txt);
}
#plans .packages-content .package {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#plans .packages-content .package .name {
  font-size: 2em;
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
  padding-top: 20px;
}
#plans .packages-content .package .description {
  color: var(--xpulz-lightergrey-txt);
  font-size: 0.9em;
  padding: 0 10px;
}
#plans .packages-content .package .bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px;
}
#plans .packages-content .package .bottom-content .price-content {
  margin-bottom: 10px;
}
#plans .packages-content .package .price-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#plans .packages-content .package .price-content small {
  font-size: 1.2em;
}
#plans .packages-content .package .price {
  font-size: 2.2em;
  color: var(--xpulz-primary-color);
  text-align: center;
}
#plans .packages-content .package .price.previous {
  color: var(--xpulz-red);
  text-decoration: line-through;
  font-size: 1.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: 10px;
}
#plans .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 80px);
}
#plans .tags.active .tag {
  background: grey !important;
  color: white !important;
}
#plans .tags.active .tag.active.core {
  background: var(--xpulz-primary-color) !important;
}
#plans .tags.active .tag.active.tournaments {
  background: var(--xpulz-yellow) !important;
  color: var(--xpulz-darkgrey);
}
#plans .tags.active .tag.active.analytics {
  background: #6441a4 !important;
}
#plans .tags.active .tag.active.content {
  background: #7289da !important;
}
#plans .tags.active .tag.active.integrations {
  background: #0f1419 !important;
}
#plans .tags.active .tag.active.branding {
  background: #635BFF !important;
}
#plans .tags .tag {
  padding: 4px 8px;
  font-size: 0.9em;
  border-radius: 10px;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  margin-bottom: 5px;
}
#plans .tags .tag svg {
  width: 20px;
  height: 20px;
  margin-left: 3px;
  fill: greenyellow !important;
}
#plans .tags .tag .delete svg {
  fill: var(--xpulz-red) !important;
}
#plans .tags .tag.active {
  font-size: 1.2em;
}
#plans .tags .tag.core {
  background: var(--xpulz-primary-color);
}
#plans .tags .tag.tournaments {
  background: var(--xpulz-yellow);
  color: var(--xpulz-darkgrey);
}
#plans .tags .tag.analytics {
  background: #6441a4;
}
#plans .tags .tag.content {
  background: #7289da;
}
#plans .tags .tag.integrations {
  background: #0f1419;
  color: var(--xpulz-darkgrey);
}
#plans .tags .tag.branding {
  background: #635BFF;
}
#plans .tags .tag.coming_soon {
  background: var(--xpulz-grey);
}
#plans .list-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
}
#plans .list-features .feature {
  display: none;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
  min-height: 220px;
  padding: 10px 20px;
  margin-bottom: 30px;
  background: var(--xpulz-darkgrey);
  border: 2px solid var(--xpulz-red);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  transition: all 0.4s;
}
#plans .list-features .feature.edit {
  height: auto;
}
#plans .list-features .feature img.component {
  width: 80px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
#plans .list-features .feature .ctas .cta {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
#plans .list-features .feature .ctas .cta svg {
  width: 20px;
}
#plans .list-features .feature .ctas .cta.red {
  right: 90px;
  border-radius: 0;
}
#plans .list-features .feature .ctas .cta.yellow {
  right: 40px;
  border-radius: 0;
}
#plans .list-features .feature .no svg {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  fill: var(--xpulz-red);
  transition: fill 0.4s;
}
#plans .list-features .feature.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#plans .list-features .feature.active {
  background: var(--xpulz-mediumgrey);
  border: 2px solid var(--xpulz-primary-color);
}
#plans .list-features .feature.active svg {
  fill: var(--xpulz-primary-color);
}
#plans .list-features .feature .title {
  font-size: 1.2em;
  font-weight: bold;
  height: 20%;
}
#plans .list-features .feature p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 1.1em;
}
#plans .filters {
  margin: 30px 0;
}
#plans .filters .title {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#plans .packages > .text {
  font-size: 1.2em;
  margin-bottom: 10px;
}
#plans .carousel .slider-1 {
  background-image: url(/img/plans/slider-1.jpg);
  height: 350px;
  background-size: cover;
  background-position-y: -140px;
}
#plans .carousel .slider-1 .text {
  position: absolute;
  right: 20px;
  top: 100px;
  color: var(--xpulz-yellow);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  text-shadow: 1px 1px 1px black;
}
#plans .carousel .slider-1 .text .small {
  color: white;
  font-size: 0.6em;
  margin-top: 10px;
}
#plans .carousel .slider-2 {
  background-image: url(/img/plans/slider-2.png);
  height: 350px;
  background-size: cover;
  background-position-y: -140px;
}
#plans .carousel .slider-2 .text {
  position: absolute;
  left: 20px;
  top: 50px;
  color: var(--xpulz-yellow);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5em;
  text-shadow: 1px 1px 1px black;
}
#plans .carousel .slider-2 .text .small {
  color: white;
  font-size: 0.6em;
  margin-top: 10px;
}
#plans .carousel .slider-2 .cta {
  position: absolute;
  right: 20px;
  bottom: 50px;
}
#plans .choose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#plans .choose div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  width: 24%;
  height: 150px;
  position: relative;
  box-shadow: 1px 1px 10px var(--xpulz-darkgrey);
}
#plans .choose div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(85%);
  z-index: 1;
  transition: filter 0.4s;
}
#plans .choose div.university:before {
  background: url(/img/stripe/university.jpeg) center center;
  background-size: cover;
}
#plans .choose div.team:before {
  background: url(/img/stripe/team.jpeg) center center;
  background-size: cover;
}
#plans .choose div.influencer:before {
  background: url(/img/stripe/influencer.jpeg) center center;
  background-size: cover;
}
#plans .choose div.organizer:before {
  background: url(/img/stripe/organizer.jpeg) center center;
  background-size: cover;
}
#plans .choose div span {
  color: var(--xpulz-yellow);
  font-size: 1.4em;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 38, 0.7294117647);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: height 0.4s;
  position: absolute;
}
#plans .choose div:hover:before, #plans .choose div.active:before {
  filter: grayscale(0%);
}
#plans .choose div:hover span, #plans .choose div.active span {
  height: 40px;
}
#plans .content-plan {
  display: none;
}
#plans .content-plan.active {
  display: block;
}
#plans .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 20px 0;
}
#plans .images > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#plans .images img {
  height: 150px;
  border: 8px solid var(--xpulz-darkgrey);
}
#plans table {
  width: calc(100% - 40px);
  margin: 0 20px;
}
#plans table th {
  font-size: 1.1em;
  height: 40px;
}
#plans table th.silver {
  color: silver;
}
#plans table th.bronze {
  color: goldenrod;
}
#plans table th.gold {
  color: gold;
}
#plans table tr {
  height: 40px;
  border-top: 1px solid var(--xpulz-darkgrey);
  cursor: default;
}
#plans table tr:nth-of-type(odd) {
  background: var(--xpulz-lightgrey-lighten-10);
}
#plans table tr.subs {
  cursor: pointer;
}
#plans table tr.subs .expand svg {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  fill: var(--xpulz-lightergrey-txt);
  transition: transform 0.4s;
}
#plans table tr.subs .expand.open .expand svg {
  transform: rotate(180deg);
}
#plans table tr:hover {
  background: var(--xpulz-mediumgrey);
}
#plans table tr:hover.subs .expand svg {
  transform: rotate(180deg);
}
#plans table tr td {
  color: white;
}
#plans table tr td.tick {
  width: 20%;
}
#plans table tr td.tick .coming-soon {
  font-size: 0.8em;
  color: var(--xpulz-lightergrey-txt);
}
#plans table tr td.tick .yes svg {
  fill: var(--xpulz-primary-color);
}
#plans table tr td.tick .warning svg {
  fill: var(--xpulz-yellow);
}
#plans table tr td.tick .no svg {
  fill: var(--xpulz-red);
}
#plans table tr td.tick svg {
  height: 20px;
  width: 20px;
}
#plans table tr td .price {
  color: var(--xpulz-yellow);
  font-size: 1.2em;
}
#plans table tr td.number {
  font-size: 1.2em;
}
#plans table tr td.feature {
  width: 40%;
  text-align: left;
  color: var(--xpulz-lightergrey-txt);
  font-size: 1.1em;
}
#plans table tr td.feature .feature-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#plans table tr td.feature .help {
  margin-left: 5px;
  margin-right: 10px;
}
#plans table tr td.feature .help svg {
  width: 20px;
  height: 20px;
  fill: silver;
}
#plans table tr.sub {
  border-top: none;
  background: var(--xpulz-lightgrey-lighten-10);
}
#plans table tr.sub .feature span:last-child {
  margin-left: 30px;
  font-size: 0.8em;
}
#plans table tr.subscribe:hover {
  background: none;
}
#plans table tr.subscribe .cta-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
#plans .payment-process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#plans .payment-process .organizer-register {
  width: 100%;
}
#plans .payment-process .amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 10px 0;
}
#plans .payment-process .amount input {
  text-align: center;
  width: 100px;
  font-size: 2em;
}
#plans .payment-process .amount .currency {
  color: var(--xpulz-yellow);
  font-size: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#plans .payment-process .amount .month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: 10px;
}
#plans .payment-process .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 50%;
  margin: 0 auto;
}
#plans .payment-process .form .cta {
  margin-top: 10px;
}

#billing {
  padding: 20px 40px;
  background: var(--xpulz-lightgrey);
  color: white;
}
#billing .cancel-message {
  color: var(--xpulz-red);
  font-weight: bold;
  text-align: center;
}
#billing h1 {
  color: var(--xpulz-yellow);
  text-align: center;
  margin: 20px 0;
}
#billing .plan {
  width: calc(100% - 40px);
  margin: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#billing .plan .cycle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  font-size: 1.2em;
  margin-right: 60px;
  color: var(--xpulz-lightergrey-txt);
}
#billing .plan .cycle .date {
  color: white;
  font-size: 1.1em;
}
#billing .plan .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 1.2em;
}
#billing .plan .next .users {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#billing .plan .next .users span {
  color: var(--xpulz-primary-color);
  font-size: 2em;
  margin-right: 10px;
}
#billing .plan .next .amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#billing .plan .next .amount span {
  color: var(--xpulz-yellow);
  font-size: 2em;
  margin-right: 10px;
}
#billing .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
#billing .actions .red {
  margin-left: 30px;
}
#billing table {
  width: calc(100% - 40px);
  margin: 0 20px;
}
#billing table th {
  font-size: 1.1em;
  height: 40px;
}
#billing table th.silver {
  color: silver;
}
#billing table th.bronze {
  color: goldenrod;
}
#billing table th.gold {
  color: gold;
}
#billing table tr {
  height: 40px;
  border-top: 1px solid var(--xpulz-darkgrey);
}
#billing table tr:hover {
  background: var(--xpulz-mediumgrey);
}
#billing table tr td {
  color: white;
  width: 20%;
}
#billing table tr td.tick {
  width: 20%;
}
#billing table tr td.tick svg {
  height: 20px;
  width: 20px;
  fill: var(--xpulz-primary-color);
}
#billing table tr td.total {
  color: var(--xpulz-yellow);
  font-size: 1.2em;
}
#billing table tr td.id {
  color: var(--xpulz-lightergrey-txt);
}
#billing table tr td .badge.paid {
  background-color: var(--xpulz-primary-color);
}
#billing table tr td .badge.open {
  background-color: var(--xpulz-red);
}
#billing table tr td.download .cta-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

#popin-donation {
  background: var(--xpulz-darkgrey);
  margin-top: 70px;
  padding: 20px 40px;
  color: white;
}
#popin-donation.upgrade > section {
  font-size: 1.2em;
}
#popin-donation.upgrade {
  text-align: center;
}
#popin-donation span.yellow {
  color: var(--xpulz-yellow);
}
#popin-donation span.xpulz {
  color: var(--xpulz-primary-color);
}
#popin-donation .close {
  margin-left: 20px;
}

#modal-billing-cancel p, #modal-billing-resume p {
  text-align: center;
}
#modal-billing-cancel .billing-content, #modal-billing-resume .billing-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#modal-billing-cancel .billing-content .cancel, #modal-billing-resume .billing-content .cancel {
  margin-left: 20px;
}

#team-checkout-modal .team-select-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 240px;
  overflow-y: auto;
  background: var(--xpulz-darkgrey);
  border-radius: 6px;
}
#team-checkout-modal .team-select-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 12px;
  cursor: pointer;
  transition: background 0.15s ease;
  border-bottom: 1px solid var(--xpulz-mediumgrey);
}
#team-checkout-modal .team-select-list .item:last-child {
  border-bottom: none;
}
#team-checkout-modal .team-select-list .item:hover {
  background: var(--xpulz-lightgrey);
}
#team-checkout-modal .team-select-list .item.selected {
  background: var(--xpulz-primary-color);
  color: white;
}
#team-checkout-modal .team-select-list .item.selected .team-tag {
  color: rgba(255, 255, 255, 0.85);
}
#team-checkout-modal .team-select-list .item .avatar {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  margin-right: 12px;
  object-fit: cover;
  flex-shrink: 0;
}
#team-checkout-modal .team-select-list .item .team-name {
  font-weight: 500;
  flex: 1;
}
#team-checkout-modal .team-select-list .item .team-tag {
  color: var(--xpulz-yellow);
  font-size: 0.9em;
  margin-left: 8px;
}

.powered-by-stripe {
  margin-top: 20px;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.04em;
}
.powered-by-stripe svg {
  width: 50px;
  margin-left: 6px;
  vertical-align: middle;
  opacity: 0.75;
  fill: white;
}

.billing-payment-method {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.billing-payment-method small {
  color: var(--xpulz-lightergrey-txt);
}
.billing-payment-method .credit-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.billing-payment-method .credit-card .card-brand {
  background-color: var(--xpulz-primary-color);
  border-radius: 10px;
  padding: 5px 10px;
}
.billing-payment-method .credit-card .card-end {
  padding: 5px 10px;
}

@media (max-width: 900px) {
  #donation .form, #donation .confirmation {
    width: 90%;
  }
  #plans .list-features {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #plans .list-features .feature {
    width: 100%;
  }
  #plans .features .feature {
    width: 100% !important;
    height: auto !important;
  }
  #plans .packages-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  #plans .packages-content .package {
    height: 350px !important;
    width: 100% !important;
  }
  #plans .filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #plans .filters .tag {
    margin-top: 10px;
  }
  #plans .features {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #plans .features .feature {
    width: 100%;
    height: auto;
  }
  #plans .choose {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #plans .choose div {
    width: 100%;
    margin-bottom: 20px;
  }
  #plans .images {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #plans {
    padding: 20px 10px;
  }
  #plans table thead {
    display: none;
  }
  #plans table tr {
    height: auto;
    margin-top: 0 !important;
  }
  #plans table tr.subscribe td {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #plans table tr td.tick {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #plans table tr td.tick .mobile-title {
    width: 60%;
  }
}
.games-gamestats-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  background: var(--xpulz-lightgrey);
}
.games-gamestats-container .team-global-stats {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.games-gamestats-container .team-global-stats .global-stats {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.games-gamestats-container .team-global-stats .global-stats .data {
  background: var(--xpulz-mediumgrey);
  width: calc(50% - 10px);
  margin-right: 10px;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.games-gamestats-container .team-global-stats .global-stats .data span {
  color: white;
  font-weight: bold;
}
.games-gamestats-container .team-global-stats .global-stats .data div {
  color: var(--xpulz-primary-color);
  font-weight: bold;
  font-size: 3em;
}
.games-gamestats-container .team-global-stats .global-stats .data:nth-of-type(even) {
  margin-right: 0;
  margin-left: 10px;
}
.games-gamestats-container .team-global-stats .compositions {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.games-gamestats-container .team-global-stats .compositions .top3 {
  border-radius: 10px;
  width: 100%;
  background: var(--xpulz-mediumgrey);
  margin-right: 20px;
  padding: 20px;
  height: 300px;
  overflow-y: auto;
}
.games-gamestats-container .team-global-stats .compositions .top3:last-child {
  margin-right: 0;
}
.games-gamestats-container .team-global-stats .compositions .top3 th {
  text-align: right;
}
.games-gamestats-container .team-global-stats .compositions .top3 th:first-child {
  text-align: left;
}
.games-gamestats-container .team-global-stats .compositions .top3 td {
  font-weight: bold;
  font-size: 1.2em;
}
.games-gamestats-container .team-global-stats .compositions .top3 td.agents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.games-gamestats-container .team-global-stats .compositions .top3 td {
  color: white;
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.games-gamestats-container .team-global-stats .compositions .top3 td.attack {
  color: #60a3a2;
}
.games-gamestats-container .team-global-stats .compositions .top3 td.defense {
  color: #cf7178;
}
.games-gamestats-container .team-global-stats .compositions .top3 img {
  width: 52px;
  height: 52px;
  background: black;
}
.games-gamestats-container .team-global-stats .compositions .top3 img.in-team {
  border: 2px solid var(--xpulz-primary-color);
}
.games-gamestats-container .team-global-stats .compositions .top3 img.out-team {
  filter: grayscale(100%) brightness(60%);
  opacity: 0.6;
}
.games-gamestats-container .team-global-stats .compositions .top3.ts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.games-gamestats-container .team-global-stats .compositions .top3 .team-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}
.games-gamestats-container .team-global-stats .compositions .top3 .team-stats .data {
  width: 33%;
  margin: 20px 0;
}
.games-gamestats-container .team-global-stats .compositions .top3 .team-stats .data .label {
  color: white;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}
.games-gamestats-container .team-global-stats .compositions .top3 .team-stats .data .value {
  color: var(--xpulz-primary-color);
  font-size: 2em;
  font-weight: bold;
}

.games-gamestats {
  position: relative;
}
.games-gamestats .no-data svg {
  height: 40px;
  fill: var(--xpulz-yellow);
}
.games-gamestats .no-data .text {
  color: var(--xpulz-white);
  font-size: 1.2em;
}
.games-gamestats.valorant {
  background: url("/img/game/valorant/agents/xpulz/background-compress.png");
}
.games-gamestats.valorant .x-select {
  width: 200px;
  background: var(--xpulz-lightgrey);
  border-radius: 10px;
  margin-left: 10px;
}
.games-gamestats.pubg {
  overflow: hidden;
}
.games-gamestats.pubg:before {
  content: "";
  background: url("/pubg/bg-game-stats.jpg");
  position: absolute;
  width: 100%;
  height: 820px;
  background-size: 135%;
  background-position: -110px;
  z-index: 1;
  filter: opacity(0.2);
  transform: rotateY(190deg);
}
.games-gamestats.pubg .bracket-data {
  padding: 0 20px;
}
.games-gamestats.pubg .bracket-data > .stats {
  height: auto;
}
.games-gamestats.pubg .bracket-data > .stats .content {
  height: auto;
  background: none;
}
.games-gamestats.pubg .bracket-data > .stats .content.player-stats {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.games-gamestats.pubg .bracket-data > .stats .content .player-stats {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
  background: rgba(255, 222, 64, 0.1);
}
.games-gamestats.pubg .bracket-data > .stats .content .player-stats .line {
  width: 16.6667%;
  height: 150px;
}
.games-gamestats.pubg .bracket-data > .stats .content .player-stats .line.w-34 {
  width: 16.6667%;
}
.games-gamestats.pubg .bracket-data > .stats .content .player-stats .line.bg {
  background: none;
}
.games-gamestats.pubg .bracket-data > .stats .content .player-stats .line:nth-child(-n+6):nth-child(odd), .games-gamestats.pubg .bracket-data > .stats .content .player-stats .line:nth-child(n+7):nth-child(even) {
  background: rgba(31, 35, 62, 0.35);
}
.games-gamestats.pubg .bracket-data > .stats .content.overview.tournament {
  height: auto;
}
.games-gamestats.pubg .bracket-data > .stats .content.overview.tournament .team {
  width: 100%;
}
.games-gamestats.pubg .bracket-data > .stats .content.overview.tournament .team .player.map .bg-agent {
  left: 0;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.games-gamestats.pubg .bracket-data > .stats .content.overview.tournament .team .player.ranked .full2 {
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  opacity: 0.5;
}
.games-gamestats.pubg .bracket-data > .stats .content.overview.tournament .team .player.weapon .bg-agent {
  height: auto;
  left: 50px;
  width: 70%;
  top: 50px;
  transform: none !important;
  filter: drop-shadow(2px 4px 6px black);
}
.games-gamestats.pubg .bracket-data > .stats .content.overview.tournament .team .player {
  width: auto;
  flex: 1 1 0;
  height: 320px;
  margin-bottom: 0;
}
.games-gamestats.pubg .bracket-data > .stats .content.overview.tournament .team .player:last-child {
  width: auto;
  margin-right: 0;
}
.games-gamestats.brawlstars:before {
  content: "";
  background: url("/brawlstars/gamestats.png");
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% - 20px);
  background-size: 135%;
  background-position: -110px;
  z-index: 1;
  filter: opacity(0.2);
  transform: rotateY(190deg);
  left: -10px;
  top: 10px;
}
.games-gamestats.lol:before {
  content: "";
  background: url("/img/game/banner_30-1440x1440.jpg");
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  filter: opacity(0.2);
}
.games-gamestats {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background-position: center;
}
.games-gamestats > section {
  position: relative;
  z-index: 2;
}
.games-gamestats .competitive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.games-gamestats .competitive .switch {
  margin: 0 10px;
}
.games-gamestats .competitive {
  margin: 0 10px;
}
.games-gamestats .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.games-gamestats .top .match-history .box-content {
  padding: 0;
}
.games-gamestats .top .match-history.scroll .box-content {
  max-height: 417px;
}
.games-gamestats .top.bracket-data .stats .content.overview {
  padding-top: 10px;
}
.games-gamestats .top.bracket-data .stats .content.overview .team:last-child {
  margin-left: 0;
  margin-right: 0;
}
.games-gamestats .top.bracket-data .stats .content.overview .team:last-child .player:last-child {
  width: 25%;
}
.games-gamestats .top .user-rank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.games-gamestats .top .user-rank .username {
  font-weight: bold;
  font-size: 1.5em;
  color: var(--xpulz-white);
  margin-top: 10px;
}
.games-gamestats .top .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.games-gamestats .top .right .agent > div {
  color: var(--xpulz-white);
}
.games-gamestats .ranks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(28, 31, 42, 0.4705882353);
  padding: 20px 0;
  height: 240px;
}
.games-gamestats .ranks .user-rank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40%;
}
.games-gamestats .ranks .user-rank .username {
  font-weight: bold;
  font-size: 1.5em;
  color: var(--xpulz-white);
  margin-top: 10px;
}
.games-gamestats .ranks .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60% !important;
  padding: 10px;
}
.games-gamestats .ranks .right .agent > div {
  color: var(--xpulz-white);
}
.games-gamestats .game-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 340px;
}
.games-gamestats .game-stats .stats-left, .games-gamestats .game-stats .stats-right {
  height: 100%;
  display: flex;
  padding: 10px;
}
.games-gamestats .game-stats .stats-left {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 55%;
}
.games-gamestats .game-stats .stats-left h3 {
  color: var(--xpulz-grey-txt);
  font-size: 1.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.games-gamestats .game-stats .stats-left h3 div {
  margin-left: 5px;
}
.games-gamestats .game-stats .stats-left h3 div span {
  color: var(--xpulz-primary-color);
}
.games-gamestats .game-stats .stats-left .global {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.games-gamestats .game-stats .stats-left .agents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.games-gamestats .game-stats .stats-left .agents .agent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-right: 2px;
  cursor: pointer;
  background-color: var(--xpulz-lightgrey);
}
.games-gamestats .game-stats .stats-left .agents .agent img {
  height: 55px;
  border: 3px solid var(--xpulz-lightgrey);
}
.games-gamestats .game-stats .stats-left .agents .agent.active img {
  border-color: var(--xpulz-primary-color);
}
.games-gamestats .game-stats .stats-left .agents .agent.active .count {
  background: var(--xpulz-primary-color);
}
.games-gamestats .game-stats .stats-left .maps .count, .games-gamestats .game-stats .stats-left .agents .count {
  background: var(--xpulz-lightgrey);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: var(--xpulz-white);
  font-weight: bold;
  width: 27px;
}
.games-gamestats .game-stats .stats-left .maps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.games-gamestats .game-stats .stats-left .maps .map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}
.games-gamestats .game-stats .stats-left .maps .map img {
  height: 50px;
  border: 3px solid var(--xpulz-lightgrey);
}
.games-gamestats .game-stats .stats-left .maps .map.active img {
  border-color: var(--xpulz-primary-color);
}
.games-gamestats .game-stats .stats-left .maps .map.active .count {
  background: var(--xpulz-primary-color);
}
.games-gamestats .game-stats .stats-right {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 45%;
}
.games-gamestats .game-stats .stats-right .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: var(--xpulz-lightgrey);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48%;
  border-radius: 10px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.games-gamestats .game-stats .stats-right .box label {
  color: var(--xpulz-grey-txt);
  font-weight: bold;
  font-size: 0.9em;
  margin: 0;
}
.games-gamestats .game-stats .stats-right .box .value {
  font-weight: bold;
  color: var(--xpulz-white);
  font-size: 1.8em;
}
.games-gamestats .summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 60%;
}
.games-gamestats .summary .match-v2 {
  width: 16px;
  height: 16px;
  margin: 5px;
  background: var(--xpulz-red);
  border-radius: 5px;
}
.games-gamestats .summary .match-v2.win {
  background: var(--xpulz-primary-color);
}
.games-gamestats .summary .match-v1 {
  padding: 5px 0;
  background: #fc3737;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  font-size: 0.7em;
  font-weight: bold;
  color: white;
  border-radius: 10px;
  width: 55px;
}
.games-gamestats .summary .match-v1.win {
  background: var(--xpulz-primary-color);
}
.games-gamestats .summary-stats {
  width: 40%;
  text-align: right;
  padding-right: 20px;
}
.games-gamestats .summary-stats label {
  color: var(--xpulz-grey-txt);
  font-weight: bold;
  font-size: 0.9em;
  margin: 0;
}
.games-gamestats .summary-stats .value {
  font-weight: bold;
  color: var(--xpulz-white);
  font-size: 1.3em;
}

#game .features {
  padding: 20px 10px;
  background: var(--xpulz-mediumgrey);
  color: white;
}
#game .features h1 {
  text-align: center;
}
#game .features .text, #game .features .pictures {
  width: 50%;
  padding: 10px 20px;
}
#game .features .text img, #game .features .pictures img {
  height: 100px;
}
#game .features .pictures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.lol-rank-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.lol-rank-container .rank {
  height: 74px;
}
.lol-rank-container .separator {
  color: var(--xpulz-primary-color);
  margin-right: 10px;
  margin-left: 4px;
  font-size: 2.2em;
}
.lol-rank-container .rank-number {
  font-weight: bold;
  color: var(--xpulz-primary-color);
  font-size: 1.2em;
  margin-left: 5px;
  width: 10px;
}
.lol-rank-container .role img {
  height: 44px;
}
.lol-rank-container.small .rank {
  height: 42px !important;
}
.lol-rank-container.small .role img {
  height: 42px !important;
}
.lol-rank-container.smaller .rank {
  height: 22px !important;
}
.lol-rank-container.smaller .role img {
  height: 22px !important;
}

.rocketleague-stats table {
  background: var(--xpulz-mediumgrey);
}
.rocketleague-stats .team img {
  width: 48px;
}
.rocketleague-stats .username {
  width: 30%;
}

.rocketleague-rank-container,
.valorant-rank-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.rocketleague-rank-container .rank,
.valorant-rank-container .rank {
  height: 74px;
}
.rocketleague-rank-container.small .rank,
.valorant-rank-container.small .rank {
  height: 40px !important;
}
.rocketleague-rank-container.big .rank,
.valorant-rank-container.big .rank {
  height: 114px !important;
}
.rocketleague-rank-container.smaller .rank,
.valorant-rank-container.smaller .rank {
  height: 22px !important;
}

body.stream {
  overflow: hidden;
  background: none !important;
}
body.stream #content {
  max-width: 100%;
  padding: 0;
}

.apex-stream .list {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white;
}
.apex-stream .list .team {
  width: 50%;
  margin-top: 10px;
  height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.apex-stream .list .team .rank, .apex-stream .list .team .info, .apex-stream .list .team .members, .apex-stream .list .team .points, .apex-stream .list .team .kills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  padding: 5px;
  margin-right: 10px;
  background: rgb(68, 90, 162);
  background: linear-gradient(0deg, rgb(151, 40, 135) 0%, rgb(68, 90, 162) 100%);
  border: 2px solid white;
  box-shadow: 1px 2px 10px black;
  opacity: 0.9;
}
.apex-stream .list .team .info {
  width: 96px;
}
.apex-stream .list .team .info img {
  width: 92px;
  margin: 0;
}
.apex-stream .list .team .info span {
  display: none;
}
.apex-stream .list .team .members {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  width: 220px;
}
.apex-stream .list .team .members a {
  font-size: 0.9em;
  color: white;
}
.apex-stream .list .team .points, .apex-stream .list .team .kills, .apex-stream .list .team .rank {
  width: 122px;
  font-size: 1.5em;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.apex-stream .list .team .points .mobile-txt, .apex-stream .list .team .kills .mobile-txt, .apex-stream .list .team .rank .mobile-txt {
  font-size: 0.7em;
}

.stream-template {
  width: 200px;
  height: 200px;
  background: var(--xpulz-mediumgrey);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  margin: 10px 30px;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.4s;
}
.stream-template .t-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: right 0.4s;
}
.stream-template .t-content svg {
  fill: var(--xpulz-yellow);
}
.stream-template .t-content .group_number {
  font-size: 3em;
}
.stream-template .t-content.image.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
}
.stream-template .t-content.image.centered img {
  width: 70px;
  height: 70px;
}
.stream-template .t-content.image.centered img.weapon {
  width: 90px;
  height: auto;
}
.stream-template .t-content.svg.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
}
.stream-template .t-content.svg.centered svg {
  width: 70px;
  height: 100%;
}
@keyframes templatehover {
  0% {
    right: -100%;
  }
  96% {
    right: 30px;
  }
  98% {
    right: 10px;
  }
  100% {
    right: 0;
  }
}
.stream-template.score .t-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.stream-template.score .t-content .left, .stream-template.score .t-content .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stream-template.score .t-content .left .team, .stream-template.score .t-content .right .team {
  width: 70%;
  height: 50%;
  background: var(--xpulz-darkgrey);
}
.stream-template.score .t-content .left .team .score, .stream-template.score .t-content .right .team .score {
  font-size: 2em;
  color: var(--xpulz-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.stream-template.full_ranking .head, .stream-template.ranking .head {
  height: 15%;
  width: 60%;
  background: var(--xpulz-yellow);
  margin: 7% 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.stream-template.full_ranking ul, .stream-template.ranking ul {
  padding: 0 10%;
  list-style: none;
  height: 71%;
  margin: 0;
}
.stream-template.full_ranking ul li, .stream-template.ranking ul li {
  background: #e2e2e2;
  height: 10px;
  width: 100%;
}
.stream-template.full_ranking ul li:nth-child(odd), .stream-template.ranking ul li:nth-child(odd) {
  background: #cecece;
}
.stream-template.ranking .head {
  width: 80%;
  margin: 7% 10%;
}
.stream-template.ranking ul {
  padding: 0 2% 0 10%;
  width: 50%;
}
.stream-template.ranking ul:last-child {
  padding: 0 10% 0 2%;
}
.stream-template.team .right {
  width: 40%;
  background: var(--xpulz-mediumgrey);
  height: 100%;
  margin-left: 60%;
  padding-top: 5%;
}
.stream-template.team .right .img {
  width: 80%;
  height: 40%;
  background: var(--xpulz-yellow);
  margin: 0 10%;
}
.stream-template.team .right .name {
  width: 80%;
  height: 10px;
  background: var(--xpulz-yellow);
  margin: 10%;
}
.stream-template.team .right .bottom {
  width: 80%;
  height: calc(52% - 10px - 5%);
  background: var(--xpulz-mediumgrey);
  margin: 10%;
}
.stream-template.loading .loading, .stream-template.ending .loading {
  width: 80%;
  margin: 20% 10%;
  height: 60%;
  background: var(--xpulz-mediumgrey);
  color: var(--xpulz-white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 2em;
  border: 4px solid var(--xpulz-yellow);
}
.stream-template.starting .name {
  width: 80%;
  margin: 10% 10%;
  height: 20%;
  background: var(--xpulz-yellow);
  color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}
.stream-template.starting .starting {
  width: 80%;
  margin: 10% 10%;
  height: 40%;
  background: var(--xpulz-mediumgrey);
  color: var(--xpulz-white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 2em;
  border: 4px solid var(--xpulz-yellow);
}
.stream-template.overlay .t-content > div {
  width: 100%;
  height: 100%;
}
.stream-template.overlay .img {
  height: 15%;
  width: 15%;
  background: var(--xpulz-yellow);
  margin: 10% 5%;
}
.stream-template.overlay .name {
  height: 15%;
  width: 35%;
  background: var(--xpulz-grey);
  margin: 10% 0%;
}
.stream-template.mini {
  width: 100px;
  height: 100px;
}
.stream-template.mini.full_ranking ul li, .stream-template.mini.ranking ul li {
  height: 5px;
}
.stream-template.mini.loading .loading, .stream-template.mini.ending .loading {
  font-size: 1em;
  border: 2px solid var(--xpulz-yellow);
}
.stream-template.mini.starting .name {
  font-size: 0.6em;
}
.stream-template.mini.starting .starting {
  font-size: 1em;
  border: 2px solid var(--xpulz-yellow);
}

#stream .matches svg {
  width: 60px;
}
#stream .matches img {
  width: auto;
}
#stream .brackets .header-menu {
  display: none !important;
}
#stream .best-of-x .stats .content, #stream .bracket-data .stats .content {
  background: transparent !important;
}
#stream .bracket-data .navigation {
  display: none !important;
}
#stream .bracket-data .stats .content {
  background: transparent !important;
}
#stream .bracket-data .stats .content .box.active {
  background: var(--xpulz-lightgrey);
}
#stream #bracket {
  background: transparent !important;
}
#stream #bracket .lower-title {
  display: none !important;
}
#stream .component-title, #stream .toggle-stats {
  display: none !important;
}
#stream #stream-template {
  background: var(--xpulz-darkgrey);
}
#stream .matches {
  width: auto;
  padding: 0;
  margin: 0px 30px;
  background: var(--xpulz-lightergrey-txt);
}
#stream.dashboard {
  color: var(--xpulz-white);
  background: var(--xpulz-lightgrey);
}
#stream.dashboard .team-vs-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
}
#stream.dashboard .team-vs-team .indexes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#stream.dashboard h2 {
  color: var(--xpulz-primary-color);
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
#stream.dashboard h2:first-child {
  margin-top: 0;
}
#stream.dashboard #actions {
  list-style: none;
}
#stream.dashboard #actions li {
  margin-bottom: 10px;
}
#stream.dashboard #actions li .time {
  display: inline-block;
}
#stream.dashboard #actions li div {
  transition: all 0.4s;
}
#stream.dashboard #actions li div:hover {
  color: var(--xpulz-white);
}
#stream.dashboard .line {
  padding: 10px 0;
}
#stream.dashboard .line .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#stream.dashboard .line .actions.team {
  padding: 10px 0;
  margin: 15px 0;
  background: var(--xpulz-lightgrey);
}
#stream.dashboard .line .actions .action {
  text-align: center;
  cursor: pointer;
}
#stream.dashboard .line .actions .action.sub .stream-template {
  border-radius: 100%;
}
#stream.dashboard .line .actions .action.sub .stream-template svg {
  width: 40px;
}
#stream.dashboard .line .actions .action span {
  transition: color 0.4s;
}
#stream.dashboard .line .actions .action span.player-username {
  font-size: 0.8em;
}
#stream.dashboard .line .actions .action:hover .stream-template {
  background: var(--xpulz-lightgrey);
  border-color: var(--xpulz-yellow);
}
#stream.dashboard .line .actions .action:hover span {
  color: var(--xpulz-yellow);
}
#stream.dashboard .line .actions .action.active .stream-template {
  background: var(--xpulz-lightgrey);
  border-color: var(--xpulz-primary-color);
}
#stream.dashboard .line .actions .action.active span {
  color: var(--xpulz-primary-color);
}
#stream.dashboard .teams .team {
  width: 10%;
  margin-bottom: 20px;
  font-size: 0.8em;
  cursor: pointer;
}
#stream.dashboard .teams .team img {
  margin-bottom: 10px;
}
#stream .match-rounds .round-map {
  height: 64px;
  width: 64px;
}
#stream .match-rounds .round-name {
  margin: 0 10px;
}
#stream .match-rounds .round-check {
  position: relative;
}
#stream .ready {
  display: none !important;
}
#stream .standings {
  width: 400px;
  position: absolute;
  right: 0;
}
#stream .standings .standing {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: var(--xpulz-darkgrey);
}
#stream .standings .standing.death {
  opacity: 0.4;
}
#stream .standings .standing .team-info {
  font-size: 0.8em;
}
#stream .standings .standing .players {
  height: 100%;
}
#stream .standings .standing .players span {
  background: var(--xpulz-primary-color);
  height: 100%;
  width: 50px;
}
#stream .standings .standing img {
  height: 30px;
}
#stream .full-standings {
  width: 400px;
  height: 984px;
}
#stream .full-standings .standing {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: var(--xpulz-darkgrey);
}
#stream .full-standings .standing:nth-of-type(odd) {
  background-color: var(--xpulz-mediumgrey);
}
#stream .full-standings .standing.death {
  opacity: 0.4;
}
#stream .full-standings .standing .team-info {
  font-size: 0.8em;
}
#stream .full-standings .standing .players {
  height: 100%;
  margin-right: 20px;
  font-size: 0.8em;
}
#stream .full-standings .standing .players .member.dead {
  color: var(--xpulz-red);
}
#stream .full-standings .standing .avatar-team {
  height: 90px;
}
#stream #stats-live .team, #stream #stats-live .member, #stream #stats-live .participant {
  cursor: pointer;
}
#stream #stats-live .team-group {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
#stream #stats-live .team-group .btn {
  background: var(--xpulz-primary-color);
  border-radius: 10px;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 0.9em;
}
#stream #stats-live .live-participants li {
  margin: 20px 0;
}
#stream #stats-live .live-participants li .dead {
  color: var(--xpulz-grey-txt);
}
#stream #stats-live .live-participants li .dead .name {
  color: var(--xpulz-grey-txt);
}
#stream ::-webkit-scrollbar {
  width: 0px; /* remove scrollbar space */
  background: transparent; /* optional: just make scrollbar invisible */
}
#stream {
  padding: 20px;
  background: none;
}
#stream .dashboard-action {
  background: var(--xpulz-darkgrey);
  padding: 20px;
}
#stream .dashboard-action .cta {
  margin-right: 10px;
}
#stream.overlay {
  font-size: 1.1em;
  padding: 0;
}
#stream.overlay .overlay-action {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
}
#stream.overlay .overlay-action .title, #stream.overlay .overlay-action .btn {
  display: none !important;
}
#stream.overlay .overlay-action #match {
  background: transparent !important;
}
#stream.overlay .overlay-action li.participant, #stream.overlay .overlay-action li.team {
  margin-top: 200px;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  position: relative;
}
#stream.overlay .overlay-action li.participant img.xpulz, #stream.overlay .overlay-action li.team img.xpulz {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  display: block;
}
#stream.overlay .overlay-action.left-to-right {
  left: -100%;
}
#stream.overlay .overlay-action.left-to-right ul {
  -webkit-box-pack: flex-start !important;
  -ms-flex-pack: flex-start !important;
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
#stream.overlay .overlay-action.left-to-right.active {
  left: 0;
}
#stream.overlay .overlay-action.right-to-left {
  right: -100%;
}
#stream.overlay .overlay-action.right-to-left ul {
  -webkit-box-pack: flex-end !important;
  -ms-flex-pack: flex-end !important;
  -webkit-justify-content: flex-end !important;
  -moz-justify-content: flex-end !important;
  justify-content: flex-end !important;
}
#stream.overlay .overlay-action.right-to-left.active {
  right: 0;
}
#stream.overlay .overlay-action .table {
  background: none;
}
#stream.overlay .overlay-action .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(39, 39, 39, 0.9);
}
#stream.overlay .overlay-action table tr {
  background-color: rgba(27, 27, 27, 0.9);
}
#stream.overlay .overlay-action .pubg-stats-points {
  width: 80%;
  margin: 0 auto;
}
#stream.overlay .overlay-action .pubg-stats-points .table-container {
  overflow-y: scroll;
}
#stream.overlay .overlay-action .pubg-stats-points .stream {
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: rgba(27, 27, 27, 0.9);
  color: var(--xpulz-white);
  padding: 5px;
  font-weight: bold;
}
#stream.overlay .overlay-action .pubg-stats-points .stream img {
  height: 64px;
}
#stream.overlay .overlay-action .pubg-stats-points .stream .stream-title {
  font-size: 2.2em;
  text-transform: uppercase;
}
#stream.overlay .overlay-action .pubg-stats-points .stream .match-name {
  font-size: 1.1em;
}
#stream .title {
  margin-left: 0;
  width: 100%;
}
#stream .url span {
  margin-left: 10px;
}
#stream .btn {
  cursor: pointer;
}

#footer {
  transition: margin-left 0.4s;
}
#footer svg {
  fill: var(--xpulz-white);
  width: 200px;
}
#footer .left {
  width: 40%;
}
#footer .footer-content {
  padding: 60px 30px;
  background: var(--xpulz-lightgrey);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-content .label {
  color: var(--xpulz-white);
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 10px;
}
#footer .footer-content .right {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
#footer .footer-content .right .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer .footer-content .right .column > section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.1em;
}
#footer .footer-content .right .column > section a {
  color: var(--xpulz-grey);
  font-weight: 500;
  margin-bottom: 3px;
}
#footer .footer-content .right .column > section a:hover {
  color: var(--xpulz-primary-color);
}
#footer .footer-bottom {
  padding: 30px;
  color: var(--xpulz-white);
  font-weight: bold;
  font-size: 1.2em;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#footer .footer-bottom .socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 20px;
}
#footer .footer-bottom .socials .connector {
  margin-right: 20px;
}
#footer .footer-bottom .socials .connector > div {
  border-radius: 100%;
  padding: 5px;
}
#footer .footer-bottom .socials .connector > div svg {
  width: 30px !important;
  height: 30px !important;
}
#footer .footer-bottom .socials .connector > div svg, #footer .footer-bottom .socials .connector > div path, #footer .footer-bottom .socials .connector > div circle {
  fill: var(--xpulz-grey);
  animation: fill 0.4s;
}
#footer .footer-bottom .socials .connector.youtube polygon {
  fill: var(--xpulz-darkgrey) !important;
}
#footer .footer-bottom .socials .connector:hover > div svg, #footer .footer-bottom .socials .connector:hover > div path, #footer .footer-bottom .socials .connector:hover > div circle {
  fill: var(--xpulz-primary-color);
}

@media (max-width: 900px) {
  #footer .left, #footer .right {
    width: 100%;
  }
  #footer .footer-content {
    padding: 20px 10px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-content .left, #footer .footer-content .right {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
  }
  #footer .footer-content .left .column, #footer .footer-content .right .column {
    margin-top: 20px;
    width: 50%;
  }
}
.match-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.match-steps ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 20px 0;
}
.match-steps ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: var(--xpulz-white);
}
.match-steps ul li .index {
  color: var(--xpulz-yellow);
  width: 25px;
  display: inline-block;
  font-size: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.match-steps ul li .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.match-steps ul li .right .value {
  color: var(--xpulz-white);
  font-size: 1.2em;
  position: relative;
}
.match-steps ul li .right .action {
  background-color: var(--xpulz-primary-color);
  color: var(--xpulz-white);
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 0.8em;
  display: inline-block;
  cursor: pointer;
  padding: 3px 5px;
}
.match-steps ul li .right .action:hover {
  background-color: var(--xpulz-primary-color-lighten-20);
}
.match-steps ul li.done .value::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  border-bottom: 2px solid var(--xpulz-yellow);
  left: 0;
}

.match-register.sticky {
  position: sticky;
  top: 120px;
  z-index: 11;
  width: max-content;
  margin-left: auto;
}
.match-register.sticky .cta {
  margin-right: 10px;
}
.match-register .team-title {
  font-size: 1.2em;
  margin: 20px 0;
  color: var(--xpulz-yellow);
  width: 100%;
  background: var(--xpulz-mediumgrey);
  padding: 10px 0;
  text-align: center;
}
.match-register .select-team .cta.red {
  width: auto !important;
  margin: 20px 0;
  padding: 15px !important;
}
.match-register .select-team .bg-image {
  height: 100% !important;
}
.match-register .teams {
  padding: 0;
}
.match-register .teams .team {
  cursor: pointer;
  margin-bottom: 10px;
  border: 2px solid transparent;
  transition: border-color 0.4s;
}
.match-register .teams .team:hover {
  border: 2px solid var(--xpulz-primary-color);
}
.match-register .players {
  width: 100%;
}
.match-register .players li {
  cursor: pointer;
  opacity: 0.8;
  width: 25%;
}
.match-register .players li img {
  width: 80px;
  margin-bottom: 10px;
}
.match-register .players li.selected {
  opacity: 1;
}
.match-register .players li.selected span {
  color: var(--xpulz-yellow);
}

.match-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  background: var(--xpulz-darkgrey);
  border-radius: 10px;
  margin-bottom: 20px;
}
.match-filter .products-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.match-filter .products-list .product {
  border-radius: 10px;
  box-shadow: 1px 1px 20px var(--xpulz-darkgrey);
  height: 134px;
  width: 100px;
  background: var(--xpulz-lightgrey);
  transition: all 0.4s;
  transform: scale(1);
  background-size: cover;
  border: 2px solid transparent;
  background-repeat: no-repeat;
  margin-right: 20px;
  cursor: pointer;
}
.match-filter .products-list .product:last-child {
  margin-right: 0;
}
.match-filter .products-list .product.none {
  box-shadow: inherit;
  background: none;
}
.match-filter .products-list .product.current {
  border-color: var(--xpulz-primary-color);
}
.match-filter .products-list .product.pubg {
  background-image: url("/img/dashboard/product_pubg.png");
}
.match-filter .products-list .product.csgo {
  background-image: url("/img/dashboard/product_csgo.png");
}
.match-filter .products-list .product.valorant {
  background-image: url("/img/dashboard/product_valorant.png");
}
.match-filter .products-list .product.lol {
  background-image: url("/img/dashboard/product_lol.jpeg");
}
.match-filter .products-list .product:hover {
  transform: scale(1.1);
}
.match-filter input {
  background-color: var(--xpulz-lightgrey);
}
.match-filter input:focus {
  background-color: white !important;
  color: #090c15;
}
.match-filter .left, .match-filter .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.match-filter .clear {
  margin-left: 10px;
  cursor: pointer;
}
.match-filter .clear svg {
  height: 31px;
}
.match-filter .clear svg, .match-filter .clear path, .match-filter .clear g {
  fill: var(--xpulz-red);
}
.match-filter .clear:hover svg, .match-filter .clear:hover path, .match-filter .clear:hover g {
  fill: var(--xpulz-red-lighten-10);
}
.match-filter .add, .match-filter .close-search {
  cursor: pointer;
  margin-left: 10px;
}
.match-filter .add svg, .match-filter .add path, .match-filter .add g, .match-filter .close-search svg, .match-filter .close-search path, .match-filter .close-search g {
  fill: var(--xpulz-primary-color);
}
.match-filter .add svg {
  height: 20px;
}
.match-filter .add:hover svg, .match-filter .add:hover path, .match-filter .add:hover g {
  fill: var(--xpulz-yellow);
}
.match-filter .close-search svg {
  height: 21px;
}
.match-filter .close-search svg, .match-filter .close-search path, .match-filter .close-search g {
  fill: var(--xpulz-red);
}
.match-filter .close-search:hover svg, .match-filter .close-search:hover path, .match-filter .close-search:hover g {
  fill: var(--xpulz-red-lighten-10);
}
.match-filter > section {
  margin-right: 10px;
}
.match-filter .count-selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--xpulz-yellow);
  font-size: 1em;
}
.match-filter .games, .match-filter .organizers {
  margin-left: 10px;
  border-right: 2px solid var(--xpulz-lightergrey-txt);
  padding-right: 12px !important;
  padding-top: 2px;
  margin-top: 0 !important;
}
.match-filter .games.active, .match-filter .organizers.active {
  border: none;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.match-filter .games .game {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0 2px;
  height: 38px;
}
.match-filter .games .game svg, .match-filter .games .game img.svg {
  height: 38px;
  fill: var(--xpulz-white);
}
.match-filter .games .game.selected svg {
  fill: var(--xpulz-yellow);
}
.match-filter .organizers {
  padding: 0;
}
.match-filter .organizers > section {
  margin: 0;
}
.match-filter .organizers .organizer {
  cursor: pointer;
}
.match-filter .organizers .organizer img {
  margin: 0 2px;
  height: 38px;
  opacity: 0.8;
  border-bottom: 3px solid transparent;
}
.match-filter .organizers .organizer.selected img {
  opacity: 1;
  border-bottom: 3px solid var(--xpulz-yellow);
}

.component-matches {
  width: 100%;
}
.component-matches .section-title {
  text-align: center;
  padding-top: 40px;
}
.component-matches a {
  color: white;
}
.component-matches .modal-body .connector svg {
  height: 100px !important;
}
.component-matches .manage .cta {
  margin-right: 10px;
}
.component-matches .actions {
  z-index: 3;
  position: relative;
  height: 100%;
}
.component-matches.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex !important;
}
.component-matches .title {
  padding: 20px 0px;
  font-size: 1.5em;
  font-weight: bold;
  color: var(--xpulz-white);
  text-transform: uppercase;
}
.component-matches .match.past {
  cursor: pointer;
}
.component-matches .match.past .game {
  width: 80px;
}
.component-matches .match.past .start_date, .component-matches .match.past .participants, .component-matches .match.past .partner, .component-matches .match.past .custom {
  width: 15%;
}
.component-matches .match.past .svg {
  padding: 5px 5px;
}
.component-matches .match.past .svg svg {
  width: 30px;
}
.component-matches .match.past td.game_name {
  width: 30%;
  text-align: left;
  padding-left: 10px;
}
.component-matches .match.past td.game_name, .component-matches .match.past td.player_register, .component-matches .match.past td.start_date {
  font-size: 1em;
  font-weight: bold;
}
.component-matches .match.past td.format svg {
  width: 40px;
  fill: var(--xpulz-grey-txt);
}
.component-matches .match.past td.td-score .scores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.component-matches .match.past td.td-score .scores .score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.component-matches .match.past td.td-score .scores .score.winner .value {
  color: #58DDC4;
  font-weight: bold;
}
.component-matches .match.past td.td-score .scores .score.loser .value {
  color: var(--xpulz-red);
}
.component-matches .match.past td.td-score .scores .score .value {
  font-size: 1.4em;
}
.component-matches .match.past td.td-score .scores .score .separator {
  margin: 0 10px;
  font-weight: bold;
}
.component-matches .match.past td.custom {
  padding: 0;
}
@keyframes boxpulsekeyframevar(--xpulz-red) {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0.4);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(var(--xpulz-red), 0);
    box-shadow: 0 0 0 10px rgba(var(--xpulz-red), 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0);
  }
}
.component-matches .match.past td.custom.live .view-live {
  animation: boxpulsekeyframevar(--xpulz-red) 2s infinite;
}
.component-matches .match.past td.custom .add-game {
  margin-left: 10px;
}
.component-matches .match.past td.custom .cta {
  width: 110px;
  font-size: 1em;
  padding: 15px 0px;
}
.component-matches .match.past td.custom .cta.two-line {
  padding: 7px 5px;
}
.component-matches .match.past td.custom.past .bg {
  height: 60px;
  background: linear-gradient(90deg, transparent 5%, var(--xpulz-lightergrey-txt) 150%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 10px;
}
.component-matches .match.past td.custom.past .bg.rank1 {
  background: linear-gradient(90deg, transparent 5%, var(--xpulz-yellow) 150%);
}
.component-matches .match.past td.custom.past .bg.rank1.team-vs-team {
  background: linear-gradient(90deg, transparent 5%, #58DDC4 150%);
}
.component-matches .match.past td.custom.past .bg.rank2 {
  background: linear-gradient(90deg, transparent 5%, silver 150%);
}
.component-matches .match.past td.custom.past .bg.rank2.team-vs-team {
  background: linear-gradient(90deg, transparent 5%, var(--xpulz-red) 150%);
}
.component-matches .match.past td.custom.past .bg.rank2.team-vs-team.opponent {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: linear-gradient(90deg, var(--xpulz-red) 5%, transparent 90%);
}
.component-matches .match.past td.custom.past .bg.rank2.team-vs-team.opponent .name {
  text-align: left;
}
.component-matches .match.past td.custom.past .bg.rank2.team-vs-team.opponent .data {
  text-align: left;
}
.component-matches .match.past td.custom.past .rank {
  font-size: 0.9em;
  color: var(--xpulz-primary-color-lighten-20);
  width: 50px;
}
.component-matches .match.past td.custom.past svg {
  height: 20px;
}
.component-matches .match.past td.custom.past svg path {
  fill: var(--xpulz-yellow);
}
.component-matches .match.past td.custom.past svg {
  margin-left: 10px;
}
.component-matches .match.past td.custom.past img {
  height: 40px;
  width: 40px;
  margin: 0 10px;
}
.component-matches .match.past td.custom.past img.solo {
  border-radius: 100%;
}
.component-matches .match.past td.custom.past .name, .component-matches .match.past td.custom.past .data {
  color: var(--xpulz-white);
  width: 100%;
  text-align: right;
}
.component-matches .match.past td.custom.past .name {
  font-size: 0.8em;
  font-weight: bold;
}
.component-matches .match.past td.custom.past .data {
  font-size: 0.7em;
}
.component-matches .match.past td.restriction svg {
  width: 40px;
  fill: var(--xpulz-grey-txt);
}
.component-matches .match.past td.restriction .title {
  font-size: 0.9em;
}
.component-matches .match.past td .actions .cta {
  margin-left: 10px;
  height: 100%;
}
.component-matches .match.past td .cta.checkin svg {
  fill: var(--xpulz-primary-color);
}
.component-matches .match.past td .cta.checkin-txt {
  display: none;
}
.component-matches .match.past td .cta.restriction, .component-matches .match.past td .cta.checkin, .component-matches .match.past td .cta.wait {
  padding: 0;
}
.component-matches .match.past td .cta.restriction svg, .component-matches .match.past td .cta.checkin svg, .component-matches .match.past td .cta.wait svg {
  width: 36px;
}
.component-matches .match.past:hover {
  background-color: var(--xpulz-lightgrey-lighten-10) !important;
}
.component-matches .match.past:hover .restriction svg, .component-matches .match.past:hover .game svg {
  fill: var(--xpulz-primary-color);
}
.component-matches .match.past:hover .restriction [src="/svg/shield-01.svg"] svg {
  fill: var(--xpulz-red);
}
.component-matches .match.past:hover .start_date a, .component-matches .match.past:hover .open a, .component-matches .match.past:hover .game_name a {
  color: var(--xpulz-primary-color);
}
.component-matches .match.past:hover .closed {
  color: var(--xpulz-red);
}
.component-matches .match.past .game svg, .component-matches .match.past .game img.svg {
  height: 40px;
  width: auto;
  fill: var(--xpulz-grey-txt);
}
.component-matches .match.past .partner img {
  width: 40px;
}
.component-matches .match.past {
  transition: all 0.4s;
}
.component-matches .match.past .bg-image {
  background-size: cover;
  background-position: 100% center;
  width: 100%;
  height: 67px;
  position: absolute;
  z-index: 1;
  opacity: 0.6;
}
.component-matches .match.past td {
  z-index: 2;
  padding: 10px 0;
}
.component-matches .compact .match.past .game svg {
  height: 17px;
}

.card-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
}
.card-lists .card-match, .card-lists .card-display {
  width: calc(33% - 20px);
}
.card-lists .card-match .bg-image, .card-lists .card-display .bg-image {
  width: 100%;
}

.card-display {
  background: var(--xpulz-mediumgrey);
  padding: 10px 10px 20px 10px;
  color: white;
  margin: 10px 20px 10px 0;
  border-radius: 10px;
}
.card-display .header-content {
  height: 150px;
  display: block;
}
.card-display .header-content .center-picture {
  height: 100px;
  width: 100px;
  z-index: 2;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  border-radius: 100%;
  box-shadow: 1px 1px 20px black;
  background: var(--xpulz-lightgrey);
}
.card-display .player-games {
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.card-display .player-games .game {
  margin-right: 10px;
}
.card-display .player-games .game:last-child {
  margin-right: 0;
}
.card-display .player-games .game svg {
  height: 30px;
  fill: var(--xpulz-grey-txt);
}
.card-display .player-games .game svg path {
  fill: var(--xpulz-grey-txt);
}
.card-display .player-games .game svg .svg-bg {
  fill: var(--xpulz-lightgrey);
}
.card-display .player-connectors {
  background: var(--xpulz-darkgrey);
  padding: 10px;
  text-align: center;
  transition: background 0.4s;
  border-radius: 10px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.card-display .player-connectors .connector {
  margin-right: 10px;
}
.card-display .player-connectors .connector:last-child {
  margin-right: 0;
}
.card-display .player-connectors .connector svg {
  height: 30px;
  fill: var(--xpulz-grey-txt);
}
.card-display .player-connectors .connector svg path {
  fill: var(--xpulz-grey-txt);
}
.card-display .player-connectors .connector svg .svg-bg {
  fill: var(--xpulz-lightgrey);
}
.card-display .player-connectors .connector.youtube polygon {
  fill: var(--xpulz-darkgrey) !important;
}
.card-display .card-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.card-display .card-name.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.card-display .card-name svg {
  height: 31px;
}
.card-display .card-name svg g, .card-display .card-name svg path, .card-display .card-name svg polygon {
  transition: fill 0.4s;
  fill: var(--xpulz-grey-txt);
}
.card-display .card-name span {
  padding: 0 15px;
  font-size: 1.2em;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.card-display .organizer {
  background: var(--xpulz-darkgrey);
  padding: 5px 10px;
  text-align: center;
  transition: background 0.4s;
  border-radius: 10px;
}
.card-display .organizer img {
  width: 40px;
}
.card-display .organizer, .card-display .informations, .card-display .match-actions, .card-display .custom > :first-child {
  margin-top: 10px;
}
.card-display .card-name {
  margin-bottom: 10px;
}
.card-display .match-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.card-display .match-actions .change-roster {
  display: none;
}
.card-display .match-actions .cta {
  margin-left: 10px;
}
.card-display .custom .players {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.card-display .custom .players img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 5px;
  background-color: var(--xpulz-grey-txt);
}
@keyframes boxpulsekeyframevar(--xpulz-red) {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0.4);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(var(--xpulz-red), 0);
    box-shadow: 0 0 0 10px rgba(var(--xpulz-red), 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0);
  }
}
.card-display .custom.live .view-live {
  animation: boxpulsekeyframevar(--xpulz-red) 2s infinite;
}
.card-display .custom .cta {
  font-size: 1em;
}
.card-display .custom.past .bg {
  background: var(--xpulz-mediumgrey);
}
.card-display .custom.past .rank {
  font-size: 0.9em;
  color: var(--xpulz-primary-color-lighten-20);
  width: 50px;
}
.card-display .custom.past svg {
  height: 20px;
}
.card-display .custom.past svg path {
  fill: var(--xpulz-yellow);
}
.card-display .custom.past svg {
  margin-left: 10px;
}
.card-display .custom.past img {
  height: 40px;
  width: 40px;
  margin: 0 10px;
}
.card-display .custom.past img.solo {
  border-radius: 100%;
}
.card-display .custom.past .name, .card-display .custom.past .data {
  color: var(--xpulz-white);
}
.card-display .custom.past .name {
  font-size: 0.8em;
  text-align: left;
}
.card-display .custom.past .data {
  font-size: 0.7em;
}
.card-display .informations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.card-display .informations > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.card-display .informations > div .label {
  font-size: 0.8em;
  color: var(--xpulz-grey-txt);
  text-align: center;
}
.card-display .informations > div .value {
  color: white;
  text-align: center;
  font-size: 0.9em;
}
.card-display .informations > div .value.big {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 5px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.card-display .informations > div .value.big svg {
  height: 40px;
  fill: var(--xpulz-grey-txt);
}
.card-display .informations > div .value.no-content {
  margin-top: 25px;
  color: var(--xpulz-grey-txt);
}
.card-display {
  transition: all 0.4s;
  border: 2px solid var(--xpulz-grey-txt);
}
.card-display:hover {
  background: var(--xpulz-darkgrey);
  border-color: var(--xpulz-primary-color);
}
.card-display:hover svg g, .card-display:hover svg path, .card-display:hover svg polygon {
  fill: var(--xpulz-primary-color);
}
.card-display:hover .organizer {
  background: var(--xpulz-lightgrey);
}

@media (max-width: 900px) {
  .component-matches .title {
    text-align: center;
  }
  .match-register.sticky {
    top: 80px;
  }
  .card-lists {
    margin-top: 20px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-lists .card-display {
    width: calc(100% - 20px);
    margin: 5px 10px;
  }
  .match-filter {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .match-filter .left, .match-filter .right {
    width: 100%;
  }
  .match-filter .left > section, .match-filter .right > section {
    margin-right: 0;
  }
  .match-filter .left {
    margin-bottom: 10px;
  }
  .match-filter .products-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .match-filter .products-list .product {
    margin-bottom: 10px;
  }
}
#admin-action .box-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#admin-action .box-top .x-select {
  width: 300px;
  background: var(--xpulz-lightgrey);
  border-radius: 10px;
}
#admin-action .stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
#admin-action .stats .box {
  width: 13%;
  background: var(--xpulz-lightgrey);
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
#admin-action .stats .box .text {
  color: var(--xpulz-white);
  font-size: 0.9em;
  font-weight: bold;
}
#admin-action .stats .box .value {
  color: var(--xpulz-primary-color);
  font-size: 2.5em;
  font-weight: bold;
}
#admin-action .stats.loading .box {
  background: linear-gradient(to right, var(--xpulz-lightgrey) 20%, var(--xpulz-primary-color) 50%, var(--xpulz-lightgrey) 80%);
  background-size: 1000px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

#actions.loading > div {
  text-align: center;
  color: var(--xpulz-primary-color);
  font-size: 2em;
}
#actions .actions {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#actions .actions .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px;
  width: calc(50% - 10px);
  background: var(--xpulz-mediumgrey);
  padding: 10px;
}
#actions .actions .action:nth-child(even) {
  margin-right: 0;
}
#actions .actions .action:nth-child(odd) {
  margin-left: 0;
}
#actions .actions .action .action-name, #actions .actions .action .match-name, #actions .actions .action .category {
  padding: 3px 6px;
  background: var(--xpulz-primary-color);
  border-radius: 10px;
  color: var(--xpulz-white);
  margin-right: 10px;
}
#actions .actions .action .socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#actions .actions .action .socials .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#actions .actions .action .socials .social svg {
  height: 32px;
  width: 32px;
}
#actions .actions .action .socials .social span {
  margin: 0 5px;
}
#actions .actions .action .action-name {
  text-transform: uppercase;
  font-weight: bold;
}
#actions .actions .action .category {
  text-transform: uppercase;
  font-weight: bold;
  background: var(--xpulz-red);
}
#actions .actions .action .match-name {
  background: var(--xpulz-yellow);
  color: black;
}
#actions .actions .action .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#actions .actions .action .header .header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#actions .actions .action .header .header-left > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#actions .actions .action .header .avatar-user {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 10px;
}
#actions .actions .action .header .username {
  margin-right: 10px;
}
#actions .actions .action .header .date {
  color: var(--xpulz-grey-txt);
}
#actions .actions .action .svg-user-action {
  margin-right: 10px;
}
#actions .actions .action .svg-user-action svg {
  height: 25px;
  fill: var(--xpulz-primary-color);
}
#actions .actions .action .svg-user-action svg polygon {
  fill: white;
}
#actions .actions .action .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#actions .actions .action .tags > a, #actions .actions .action .tags > span {
  white-space: nowrap;
  margin-top: 10px;
}
#actions .actions .action .action-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 10px;
}
#actions .actions .action .action-content > div {
  padding: 10px;
  background: var(--xpulz-darkgrey);
  color: white;
  width: 100%;
  margin: 0;
  border-radius: 10px;
  white-space: pre-line;
}
#actions .actions .action .action-content > div .team-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
}
#actions .actions .action .action-content > div .team-card span {
  margin-left: 10px;
}
#actions .actions .action .action-content > div .team-card img, #actions .actions .action .action-content > div .team-card svg {
  height: 40px;
  width: 40px;
}
#actions .actions .action .action-content > div .team-card .players img, #actions .actions .action .action-content > div .team-card .players svg {
  margin-left: 5px;
}
#actions .btn {
  cursor: pointer;
  color: var(--xpulz-white);
}

@media (max-width: 900px) {
  #admin-action .stats {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #admin-action .stats .box {
    width: 48%;
    margin-bottom: 10px;
  }
  #admin-action .stats .box .text {
    font-weight: 0.8em;
  }
  #admin-action .stats .box .value {
    font-size: 1.5em;
  }
  #actions .actions .action {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}
@media (max-width: 900px) {
  #admin-action .stats {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #admin-action .stats .box {
    width: 48%;
    margin-bottom: 10px;
  }
  #admin-action .stats .box .text {
    font-weight: 0.8em;
  }
  #admin-action .stats .box .value {
    font-size: 1.5em;
  }
  #actions .actions .action {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}
#brackets .btn-apply {
  color: var(--xpulz-white);
  margin-left: 10px;
  cursor: pointer;
}
#brackets .choose_type .btn {
  cursor: pointer;
}
#brackets .choose_type {
  margin-bottom: 10px;
}
#brackets .mass-edit {
  width: 100%;
}
#brackets .mass-edit input {
  font-size: 0.8em;
}
#brackets .mass-edit input.small {
  width: 50px;
  text-align: center;
}
#brackets .mass-edit .minute {
  display: inline-block;
}

#bracket {
  height: auto;
}
#bracket.scrollable {
  overflow: auto;
  height: auto;
  max-height: 100vh;
}
#bracket.lower {
  background: var(--xpulz-mediumgrey);
}
#bracket.lower .round-1 .matchup.bracket .match:after {
  border-right: none;
}
#bracket .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#bracket.bracket-inf-16 .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
#bracket .container-next, #bracket .container-previous {
  width: 10%;
  color: white;
}
#bracket .container-next > section, #bracket .container-previous > section {
  width: 100%;
}
#bracket .container-next .previous, #bracket .container-next .next, #bracket .container-previous .previous, #bracket .container-previous .next {
  cursor: pointer;
  background: var(--xpulz-darkgrey);
  height: 108px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.5em;
}
#bracket .container-next .previous.next svg, #bracket .container-next .next.next svg, #bracket .container-previous .previous.next svg, #bracket .container-previous .next.next svg {
  transform: rotate(-90deg);
}
#bracket .container-next .previous.previous svg, #bracket .container-next .next.previous svg, #bracket .container-previous .previous.previous svg, #bracket .container-previous .next.previous svg {
  transform: rotate(90deg);
}
#bracket .container-next .previous svg, #bracket .container-next .next svg, #bracket .container-previous .previous svg, #bracket .container-previous .next svg {
  width: 20px;
  height: 20px;
  fill: var(--xpulz-white);
}
#bracket .container-next .previous.disable, #bracket .container-next .next.disable, #bracket .container-previous .previous.disable, #bracket .container-previous .next.disable {
  cursor: not-allowed;
  background: var(--xpulz-mediumgrey);
}
#bracket .container-next .previous.disable svg, #bracket .container-next .next.disable svg, #bracket .container-previous .previous.disable svg, #bracket .container-previous .next.disable svg {
  fill: var(--xpulz-lightgrey) -txt;
}
#bracket .split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@-moz-document url-prefix() {
  #bracket .split {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
  }
}
#bracket .zooms {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: sticky;
  top: 150px;
  padding-right: 20px;
}
#bracket .zooms .plus, #bracket .zooms .minus {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: var(--xpulz-lightgrey);
  padding: 5px 10px;
  color: var(--xpulz-white);
  border-radius: 5px;
  text-align: center;
  font-variant-numeric: tabular-nums;
  font-weight: bold;
  user-select: none;
}
#bracket .zooms .plus.plus, #bracket .zooms .minus.plus {
  margin-left: 5px;
}
#bracket .zooms .plus.minus, #bracket .zooms .minus.minus {
  line-height: 21px;
}
#bracket .zooms .plus:hover, #bracket .zooms .minus:hover {
  background: var(--xpulz-primary-color);
}
#bracket .zooms .plus.disable, #bracket .zooms .minus.disable {
  cursor: not-allowed;
  background: var(--xpulz-mediumgrey);
  color: var(--xpulz-lightgrey) -txt;
}
#bracket .container.mobile .split {
  width: auto;
}
#bracket .container.mobile .mobile-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
#bracket .container.mobile .container-next, #bracket .container.mobile .container-previous {
  width: 50%;
}
#bracket .bracket-round {
  min-width: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--xpulz-lightgrey-lighten-10);
}
#bracket .bracket-round:first-child .match:before {
  border-width: 0px !important;
}
#bracket .bracket-round:last-child .match:after {
  border-width: 0px !important;
}
#bracket .bracket-round.next-is-0 .matchup .match:after {
  border-width: 0px !important;
}
#bracket .matchup {
  margin: 0;
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
#bracket .matchup.bracket .match:before {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: calc(50% - 14px);
  border-top: 1px solid var(--xpulz-primary-color);
  border-width: 1px;
  left: 0;
  bottom: 0;
}
#bracket .matchup.bracket:nth-of-type(even) .match:after {
  content: "";
  position: absolute;
  width: 15.4px;
  width: 1.1rem;
  height: 50%;
  border-bottom: 1px solid var(--xpulz-primary-color);
  border-right: 1px solid var(--xpulz-primary-color);
  border-width: 1px;
  bottom: calc(50% - 14px);
  right: 0;
}
#bracket .matchup.bracket .match.active:before, #bracket .matchup.bracket:nth-of-type(even) .match.active:before, #bracket .matchup.bracket:nth-of-type(odd) .match.active:after {
  border-color: var(--xpulz-yellow);
}
#bracket .matchup.bracket:nth-of-type(odd) .match:after {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 50%;
  border-right: 1px solid var(--xpulz-primary-color);
  border-top: 1px solid var(--xpulz-primary-color);
  border-width: 1px;
  bottom: -14px;
  right: 0;
}
#bracket .matchup.qualifier .match:before {
  content: "";
  position: absolute;
  width: 15.4px;
  width: 1.1rem;
  height: 50%;
  border-top: 1px solid var(--xpulz-primary-color);
  border-width: 1px;
  left: 0;
  bottom: 0;
}
#bracket .matchup.qualifier .match:after {
  content: "";
  position: absolute;
  width: 15.4px;
  width: 1.1rem;
  height: 100%;
  border-right: 1px solid var(--xpulz-primary-color);
  border-width: 1px;
  bottom: 0%;
  right: 0;
}
#bracket .matchup.qualifier:last-child .match:after {
  content: "";
  position: absolute;
  width: 15.4px;
  width: 1.1rem;
  height: 50%;
  border-bottom: 1px solid var(--xpulz-primary-color);
  border-right: 1px solid var(--xpulz-primary-color);
  border-width: 1px;
  bottom: 50%;
  right: 0;
}
#bracket .matchup.qualifier:first-of-type .match:after {
  content: "";
  position: absolute;
  width: 15.4px;
  width: 1.1rem;
  height: 50%;
  border-right: 1px solid var(--xpulz-primary-color);
  border-top: 1px solid var(--xpulz-primary-color);
  border-width: 1px;
  bottom: 0;
  right: 0;
}
#bracket .round-details {
  color: var(--xpulz-primary-color);
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--xpulz-mediumgrey);
  padding: 30px 0;
}
#bracket .round-details .date {
  color: var(--xpulz-white);
  text-transform: initial;
  white-space: pre-line;
  font-size: 0.8em;
  font-weight: normal;
}
#bracket .round-details input {
  width: 50px;
}
#bracket .match-info {
  text-align: center;
}
#bracket .actions {
  width: 100%;
  color: var(--xpulz-white);
  text-align: center;
}
#bracket .actions .link {
  cursor: pointer;
  font-size: 0.8em;
  margin-top: 20px;
}
#bracket .actions .panel.config svg {
  height: 32px;
}
#bracket .match {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex: 1 1 auto;
  list-style: none;
  position: relative;
  padding: 5px 25px;
}
#bracket .match .inside-match .match-header {
  margin-bottom: 50px;
}
#bracket .match .inside-match {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: var(--xpulz-lightgrey);
  color: var(--xpulz-white);
  box-shadow: none;
}
#bracket .match .inside-match.current .block-match {
  border: 1px solid var(--xpulz-primary-color);
}
#bracket .match .inside-match.live .block-match {
  border: 1px solid var(--xpulz-red);
}
@keyframes boxpulsekeyframevar(--xpulz-red) {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0.4);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(var(--xpulz-red), 0);
    box-shadow: 0 0 0 10px rgba(var(--xpulz-red), 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0);
  }
}
#bracket .match .inside-match.live .block-match {
  animation: boxpulsekeyframevar(--xpulz-red) 2s infinite;
}
#bracket .match .inside-match .name {
  padding-bottom: 2px;
  color: grey;
  display: inline-block;
}
#bracket .match .inside-match .date {
  color: var(--xpulz-white);
  height: 17px;
  line-height: 14px;
  font-size: 0.9em;
}
#bracket .match .inside-match .count {
  font-size: 0.7em;
}
#bracket .match .inside-match .badges {
  font-size: 0.9em;
}
#bracket .match .inside-match .badges .badge {
  margin: 3px 3px 0 0;
}
#bracket .match .inside-match {
  transition: all 0.2s;
}
#bracket .match .inside-match .cta.restriction {
  padding: 0;
}
#bracket .match .inside-match .cta.restriction svg {
  height: 32px;
}
#bracket .match .inside-match.duel {
  padding: 0;
  cursor: pointer;
}
#bracket .match .inside-match.duel .tvt, #bracket .match .inside-match.duel .configure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#bracket .match .inside-match.duel .tvt .match-name, #bracket .match .inside-match.duel .configure .match-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  text-align: center;
}
#bracket .match .inside-match.duel .tvt .match-name span, #bracket .match .inside-match.duel .configure .match-name span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-family: "Montserrat";
  padding: 2px 5px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--xpulz-white);
  font-size: 0.6em;
}
#bracket .match .inside-match.duel .tvt .match-name span.match-state, #bracket .match .inside-match.duel .configure .match-name span.match-state {
  color: white;
}
#bracket .match .inside-match.duel .tvt .match-name span.match-state.done, #bracket .match .inside-match.duel .configure .match-name span.match-state.done {
  background-color: var(--xpulz-primary-color);
}
#bracket .match .inside-match.duel .tvt .match-name span.match-state.upcoming, #bracket .match .inside-match.duel .configure .match-name span.match-state.upcoming {
  background-color: var(--xpulz-yellow);
  color: black;
}
#bracket .match .inside-match.duel .tvt .match-name span.match-state.ongoing, #bracket .match .inside-match.duel .configure .match-name span.match-state.ongoing {
  background-color: var(--xpulz-red);
  color: white;
}
@keyframes boxpulsekeyframevar(--xpulz-red) {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0.4);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(var(--xpulz-red), 0);
    box-shadow: 0 0 0 10px rgba(var(--xpulz-red), 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0);
    box-shadow: 0 0 0 0 rgba(var(--xpulz-red), 0);
  }
}
#bracket .match .inside-match.duel .tvt .match-name span.match-state.ongoing, #bracket .match .inside-match.duel .configure .match-name span.match-state.ongoing {
  animation: boxpulsekeyframevar(--xpulz-red) 2s infinite;
}
#bracket .match .inside-match.duel .tvt .block-match, #bracket .match .inside-match.duel .configure .block-match {
  background-color: var(--xpulz-mediumgrey);
}
#bracket .match .inside-match.duel .tvt .team-vs-team, #bracket .match .inside-match.duel .configure .team-vs-team {
  width: 100%;
}
#bracket .match .inside-match.duel .tvt .battle-royale, #bracket .match .inside-match.duel .configure .battle-royale {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
}
#bracket .match .inside-match.duel .configure .actions {
  padding: 10px 0px;
  display: block;
  width: 50px;
}
#bracket .match .inside-match.duel .match-register {
  padding: 10px 0;
}
#bracket .match .inside-match.duel > section {
  width: 100%;
}
#bracket .match .inside-match.duel .block-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background-color: var(--xpulz-mediumgrey);
  height: 40px;
  width: 100%;
}
#bracket .match .inside-match.duel .block-team img, #bracket .match .inside-match.duel .block-team .empty {
  width: 36px;
  height: 36px;
  margin-left: 5px;
}
#bracket .match .inside-match.duel .block-team .name {
  margin-left: 10px;
  font-size: 0.9em;
}
#bracket .match .inside-match.duel .block-team .name.active {
  color: var(--xpulz-white);
}
#bracket .match .inside-match.duel .block-team:first-child {
  border-bottom: 2px solid var(--xpulz-darkgrey);
}
#bracket .match .inside-match.duel .block-team .score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  background-color: var(--xpulz-darkgrey);
  color: var(--xpulz-white);
}
#bracket .match .inside-match.duel .block-team .score.active {
  color: var(--xpulz-yellow);
  font-weight: bold;
}
#bracket.league .match-seed {
  width: 100%;
}
#bracket.league .tier {
  color: var(--xpulz-white);
  align-items: center;
  text-transform: uppercase;
  padding: 0 10px 0 20px;
}
#bracket.league .tier .number {
  color: var(--xpulz-yellow);
  margin-left: 5px;
  font-size: 1.5em;
}
#bracket.league .pubg-stats-points {
  width: 100%;
}
#bracket.league .split {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
#bracket.league .matchups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#bracket.league .bracket-round {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
}
#bracket.league .match:before {
  content: "";
  position: absolute;
  width: 15.4px;
  width: 1.1rem;
  height: 50%;
  border-top: 1px solid var(--xpulz-primary-color);
  border-width: 1px;
  left: 0;
  bottom: 0;
}
#bracket.league .match:after {
  content: "";
  position: absolute;
  width: 15.4px;
  width: 1.1rem;
  height: 50%;
  border-top: 1px solid var(--xpulz-primary-color);
  border-width: 1px;
  right: 0;
  bottom: 0;
}
#bracket.league .bracket-round:first-child .match:before {
  border-width: 1px !important;
}
#bracket.league .bracket-round:last-child .match:after {
  border-width: 1px !important;
}
#bracket.league .matchup {
  min-width: 300px;
  width: auto;
  flex: initial;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#bracket.league .matchup .match {
  width: 100%;
}
#bracket.league .matchup:first-of-type .match:before {
  border-width: 0px !important;
}
#bracket.league .matchup:last-child .match:after {
  border-width: 0px !important;
}
#bracket.league .matchup.match-0:last-child:before {
  border-width: 0px !important;
}
#bracket.league .matchup.empty {
  height: 49px;
}
#bracket.loading .match .inside-match {
  background: linear-gradient(to right, var(--xpulz-mediumgrey) 20%, var(--xpulz-lightgrey) 50%, var(--xpulz-mediumgrey) 80%);
  background-size: 1000px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
#brackets .match-1 .match:after {
  border-right: none !important;
}
#brackets .lower-title {
  color: white;
  text-align: center;
  font-size: 1.2em;
}
#brackets .match-0:not(.last) {
  position: relative;
}
#brackets .match-0:not(.last):before {
  content: "";
  position: absolute;
  width: 15.4px;
  width: 1.1rem;
  height: calc(38% - 3px);
  border-top: 1px solid var(--xpulz-primary-color);
  border-width: 1px;
  left: 0;
  bottom: 0;
  width: 100%;
}
#brackets .blank {
  display: flex;
  position: relative;
  height: 115px;
}
#brackets .split .bracket-round:nth-child(1) .blank {
  display: none;
}

@media (max-width: 900px) {
  #bracket .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.best-of-x.scoring .score {
  position: relative;
}
.best-of-x.scoring .score .score-player {
  width: 50%;
  margin: 0 10%;
  text-align: center;
}
.best-of-x.scoring .score {
  padding: 20px;
  margin-bottom: 50px;
}
.best-of-x.scoring .score .big-score {
  font-size: 8em;
}
.best-of-x.scoring .score .checkin {
  font-size: 2em;
  position: absolute;
  top: 20px;
}
.best-of-x.scoring .score .match-report {
  position: absolute;
  bottom: 20px;
}
.best-of-x.scoring .score .team {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  background: var(--xpulz-mediumgrey);
  border: 1px solid var(--xpulz-primary-color);
  padding: 40px 30px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.best-of-x.scoring .score .team img.avatar {
  border-radius: 100%;
  width: 150px;
  height: 150px;
}
.best-of-x.scoring .score .team .name {
  font-size: 1.2em;
}
.best-of-x.scoring .score .team .connector {
  font-size: 0.8em;
  color: var(--xpulz-grey);
  text-align: center;
}
.best-of-x.scoring .score .team .player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.best-of-x.scoring .score .team .player .flag {
  position: absolute;
  top: 142px;
  left: 65px;
}
.best-of-x.scoring .score .team.draft .player {
  font-size: 100px;
  color: var(--xpulz-primary-color);
}
.best-of-x.scoring .score .team.draft img {
  width: 30px;
  height: 30px;
}

.format-swiss .mass-edit,
.format-group .mass-edit,
.format-groups .mass-edit,
.format-robingroup .mass-edit,
.format-robin .mass-edit {
  width: calc(50% - 20px);
  margin: 0 10px;
}
.format-swiss .mass-edit .group-title th,
.format-group .mass-edit .group-title th,
.format-groups .mass-edit .group-title th,
.format-robingroup .mass-edit .group-title th,
.format-robin .mass-edit .group-title th {
  font-size: 1.2em;
  background-color: var(--xpulz-mediumgrey);
  padding: 10px 0;
  border-radius: 10px;
  color: var(--xpulz-white);
}
.format-swiss .steps,
.format-group .steps,
.format-groups .steps,
.format-robingroup .steps,
.format-robin .steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 1.5em;
}
.format-swiss .steps .step,
.format-group .steps .step,
.format-groups .steps .step,
.format-robingroup .steps .step,
.format-robin .steps .step {
  margin: 0 10px;
  width: 15px;
  text-align: center;
  cursor: pointer;
  color: var(--xpulz-grey);
  transition: color 0.4s;
}
.format-swiss .steps .step:hover,
.format-group .steps .step:hover,
.format-groups .steps .step:hover,
.format-robingroup .steps .step:hover,
.format-robin .steps .step:hover {
  color: var(--xpulz-white);
}
.format-swiss .steps .step.active,
.format-group .steps .step.active,
.format-groups .steps .step.active,
.format-robingroup .steps .step.active,
.format-robin .steps .step.active {
  color: var(--xpulz-primary-color);
  border-bottom: 3px solid var(--xpulz-primary-color);
}
.format-swiss .matches,
.format-group .matches,
.format-groups .matches,
.format-robingroup .matches,
.format-robin .matches {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0 20px;
}
.format-swiss .matches .match,
.format-group .matches .match,
.format-groups .matches .match,
.format-robingroup .matches .match,
.format-robin .matches .match {
  width: 250px;
  margin: 20px;
  border: 2px solid var(--xpulz-white);
  color: var(--xpulz-white);
  padding: 10px;
  background: var(--xpulz-mediumgrey);
  box-shadow: 1px 1px 5px black;
  transition: background 0.4s;
}
.format-swiss .matches .match:hover,
.format-group .matches .match:hover,
.format-groups .matches .match:hover,
.format-robingroup .matches .match:hover,
.format-robin .matches .match:hover {
  background: var(--xpulz-darkgrey);
}
.format-swiss .matches .match.done,
.format-group .matches .match.done,
.format-groups .matches .match.done,
.format-robingroup .matches .match.done,
.format-robin .matches .match.done {
  border-color: var(--xpulz-primary-color);
}
.format-swiss .matches .match .line,
.format-group .matches .match .line,
.format-groups .matches .match .line,
.format-robingroup .matches .match .line,
.format-robin .matches .match .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.format-swiss .matches .match .line .name,
.format-group .matches .match .line .name,
.format-groups .matches .match .line .name,
.format-robingroup .matches .match .line .name,
.format-robin .matches .match .line .name {
  text-align: center;
}
.format-swiss .matches .match .line .score,
.format-group .matches .match .line .score,
.format-groups .matches .match .line .score,
.format-robingroup .matches .match .line .score,
.format-robin .matches .match .line .score {
  width: 20px;
  text-align: center;
}
.format-swiss .matches.loading .match,
.format-group .matches.loading .match,
.format-groups .matches.loading .match,
.format-robingroup .matches.loading .match,
.format-robin .matches.loading .match {
  background: linear-gradient(to right, var(--xpulz-mediumgrey) 20%, var(--xpulz-lightgrey) 50%, var(--xpulz-mediumgrey) 80%);
  background-size: 1000px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.format-groups .select-group {
  width: 300px;
  margin: 0 auto;
  background: var(--xpulz-primary-color);
  padding: 10px 0px;
  border-radius: 10px;
  margin-top: 20px;
}
.format-groups .select-group .x-select .selected {
  font-size: 1.5em;
  justify-content: center;
  padding-right: 20px;
  font-weight: bold;
}
.format-groups .group-chunks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.format-groups .group-chunks .group-chunk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.format-groups .group-chunks .group-chunk .chunk-leaderboard {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.format-groups .group-chunks.loading table {
  background: linear-gradient(to right, var(--xpulz-lightgrey) 20%, var(--xpulz-darkgrey) 50%, var(--xpulz-lightgrey) 80%);
  background-size: 1000px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.format-upcomings .component-title .text {
  font-size: 0.9em;
}
.format-upcomings .badge.done {
  background-color: var(--xpulz-primary-color);
}
.format-upcomings .badge.upcoming {
  background-color: var(--xpulz-yellow);
  color: black;
}
.format-upcomings.dates .date {
  color: var(--xpulz-yellow);
  font-size: 1.5em;
  margin-left: 20px;
  margin-bottom: 5px;
}
.format-upcomings.dates td.time, .format-upcomings.dates td.state, .format-upcomings.dates td.name {
  width: 10%;
}
.format-upcomings.dates td.td-score {
  width: 10%;
}
.format-upcomings.dates td.team {
  width: 20%;
}
.format-upcomings .line.information {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: var(--xpulz-grey-txt);
  padding: 5px 0;
  margin-bottom: 10px;
  font-size: 0.9em;
}
.format-upcomings .line.information .name {
  color: var(--xpulz-primary-color);
  font-size: 1.1em;
}
.format-upcomings.list table tr.done {
  background: var(--xpulz-primary-color-darken-20);
}
.format-upcomings.list table tr.auth-in {
  background: var(--xpulz-primary-color-darken-20);
}
.format-upcomings.list table tr td {
  color: white;
}
.format-upcomings.list table tr td.team {
  text-align: left;
}
.format-upcomings.list table tr td.team img, .format-upcomings.list table tr td.team div {
  display: inline-block;
}
.format-upcomings.list table tr td.team div {
  margin-left: 10px;
}
.format-upcomings.list table tr td.team img {
  width: 40px;
  height: 40px;
}
.format-upcomings.list table tr td .update-rounds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.format-upcomings.list table tr td .update-rounds .update-round {
  background: var(--xpulz-darkgrey);
  border: 1px solid var(--xpulz-grey);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.format-upcomings.list table tr td .update-rounds .update-round .value {
  font-size: 1.2em;
  font-weight: bold;
  font-variant-numeric: tabular-nums;
}
.format-upcomings.list table tr td .update-rounds .update-round:hover {
  background: var(--xpulz-primary-color);
  border-color: var(--xpulz-primary-color);
  cursor: pointer;
}
.format-upcomings.list table tr td .scores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-variant-numeric: tabular-nums;
}
.format-upcomings.list table tr td .scores .score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.format-upcomings.list table tr td .scores .score.winner .value {
  color: #60a3a2;
  font-weight: bold;
}
.format-upcomings.list table tr td .scores .score.loser .value {
  color: #cf7178;
}
.format-upcomings.list table tr td .scores .score .value {
  font-size: 1.4em;
}
.format-upcomings.list table tr td .scores .score .separator {
  margin: 0 10px;
  font-weight: bold;
}

@media (max-width: 900px) {
  .format-upcomings.list table tr td.team img {
    margin-left: 0;
  }
  .format-groups .group-chunks .group-chunk {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .format-groups .group-chunks .group-chunk .chunk-leaderboard {
    width: 100%;
  }
}
.component-leaderboard table tr td {
  font-size: 1.2em;
}
.component-leaderboard table tr td.username {
  text-align: left;
}
.component-leaderboard table tr td.rank-diff .up {
  color: green;
  font-weight: bold;
}
.component-leaderboard table tr td.rank-diff .down {
  color: var(--xpulz-red);
  font-weight: bold;
}
.component-leaderboard table tr td.rank-diff .arrow-up {
  position: relative;
}
.component-leaderboard table tr td.rank-diff .arrow-up svg {
  height: 20px;
  width: 20px;
  fill: green;
  transform: rotate(180deg);
  position: absolute;
  top: 5px;
  left: 5px;
}
.component-leaderboard table tr td.rank-diff .arrow-down {
  position: relative;
}
.component-leaderboard table tr td.rank-diff .arrow-down svg {
  height: 20px;
  width: 20px;
  fill: var(--xpulz-red);
  position: absolute;
  top: 5px;
  left: 5px;
}
.component-leaderboard table tr td.rank-diff .arrow-equal {
  color: var(--xpulz-grey-txt);
  font-weight: bold;
}
.component-leaderboard table tr.rank-1 td {
  font-size: 1.6em;
}
.component-leaderboard table tr.rank-1 td.rank {
  color: gold !important;
}
.component-leaderboard table tr.rank-2 td {
  font-size: 1.5em;
}
.component-leaderboard table tr.rank-2 td.rank {
  color: silver !important;
}
.component-leaderboard table tr.rank-3 td {
  font-size: 1.4em;
}
.component-leaderboard table tr.rank-3 td.rank {
  color: #CD7F32 !important;
}
.component-leaderboard table tr.rank-4 td, .component-leaderboard table tr.rank-5 td, .component-leaderboard table tr.rank-6 td, .component-leaderboard table tr.rank-7 td, .component-leaderboard table tr.rank-8 td, .component-leaderboard table tr.rank-9 td, .component-leaderboard table tr.rank-10 td {
  font-size: 1.3em;
}
.component-leaderboard table tr.rank-4 td.rank, .component-leaderboard table tr.rank-5 td.rank, .component-leaderboard table tr.rank-6 td.rank, .component-leaderboard table tr.rank-7 td.rank, .component-leaderboard table tr.rank-8 td.rank, .component-leaderboard table tr.rank-9 td.rank, .component-leaderboard table tr.rank-10 td.rank {
  color: var(--xpulz-primary-color);
}

.leaderboard.loading table {
  background: linear-gradient(to right, var(--xpulz-lightgrey) 20%, var(--xpulz-darkgrey) 50%, var(--xpulz-lightgrey) 80%);
  background-size: 1000px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.leaderboard .more {
  margin-right: 20px;
}

.screenshot-large {
  width: 100%;
}

table.leaderboard tbody tr {
  background: var(--xpulz-mediumgrey);
}
table.leaderboard tbody tr:nth-child(odd) {
  background: var(--xpulz-darkgrey);
}
table.leaderboard tbody tr.auth-in {
  background: var(--xpulz-primary-color-darken-20);
}
table.leaderboard tbody tr td {
  padding: 0.75rem 0.25rem;
}
table.leaderboard tbody tr td.team {
  text-align: left;
}
table.leaderboard tbody tr td.team img, table.leaderboard tbody tr td.team div {
  display: inline-block;
}
table.leaderboard tbody tr td.team div {
  margin-left: 10px;
}
table.leaderboard tbody tr td.team img {
  width: 40px;
  height: 40px;
}
table.leaderboard tbody tr td img.avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-right: 10px;
}
table.leaderboard tbody tr td .screenshot {
  height: 32px;
  width: 32px;
  cursor: pointer;
}
table.leaderboard tbody tr td .tag {
  padding: 4px;
  border-radius: 5px;
}
table.leaderboard tbody tr td .tag.report {
  background: var(--xpulz-primary-color);
}
table.leaderboard tbody tr td .tag.not_done {
  background: var(--xpulz-red);
}
table.leaderboard tbody tr td .tag.done {
  background: var(--xpulz-yellow);
}
table.leaderboard tbody tr td {
  color: var(--xpulz-white);
  font-size: 0.9em;
  white-space: nowrap;
}
table.leaderboard tbody tr td .histories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
table.leaderboard tbody tr td .histories .history {
  padding: 2px 0;
  text-transform: uppercase;
  font-size: 0.9em;
  width: 25px;
  margin: 0 2px;
}
table.leaderboard tbody tr td .histories .history.win {
  background: var(--xpulz-primary-color);
}
table.leaderboard tbody tr td .histories .history.lose {
  background: var(--xpulz-red);
}
table.leaderboard tbody tr td .histories .history.draw {
  background: var(--xpulz-grey);
}

@media (max-width: 900px) {
  .format-upcomings.list.dates table tr {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .format-upcomings.list.dates table tr td.name {
    font-weight: bold;
  }
  .format-upcomings.list.dates table tr td.name, .format-upcomings.list.dates table tr td.state, .format-upcomings.list.dates table tr td.time {
    width: 100% !important;
  }
  .format-upcomings.list.dates table tr td .scores {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .format-upcomings.list.dates table tr td.team, .format-upcomings.list.dates table tr td.td-score {
    width: 33% !important;
  }
  .format-groups table.leaderboard tr {
    display: table-row;
    margin-top: 0;
  }
  .format-groups table.leaderboard tr td {
    display: table-cell;
  }
  .format-groups table.leaderboard .td-history {
    display: none;
  }
}
.component-challenge .box-content.leaderboard .ctas {
  margin-bottom: 0 !important;
}
.component-challenge .overflow-x {
  overflow-x: auto;
}
.component-challenge .my-rank .rank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.component-challenge .my-rank .rank .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 8em;
  font-weight: bold;
  color: white;
  background: var(--xpulz-primary-color);
  padding: 0 40px;
  border-radius: 20px;
  text-shadow: 6px 6px 1px #050713, 7px 7px 1px white;
  box-shadow: 5px 5px 15px black;
}
.component-challenge .my-rank .rank .valorant-gamestats {
  margin-left: 50px;
  padding: 0 40px;
  box-shadow: 5px 5px 15px black;
  width: auto;
}
.component-challenge .challenge-history .agent-image img {
  width: 40px;
}
.component-challenge .challenge-history .map-image {
  width: 20%;
}
.component-challenge .challenge-history .map-image img {
  width: 200px;
  max-width: 200px;
}
.component-challenge table tr td {
  font-size: 1.2em;
  color: white;
}
.component-challenge table tr td.username {
  text-align: left;
}
.component-challenge table tr.rank-1 td {
  font-size: 1.6em;
}
.component-challenge table tr.rank-1 td.rank {
  color: gold !important;
}
.component-challenge table tr.rank-2 td {
  font-size: 1.5em;
}
.component-challenge table tr.rank-2 td.rank {
  color: silver !important;
}
.component-challenge table tr.rank-3 td {
  font-size: 1.4em;
}
.component-challenge table tr.rank-3 td.rank {
  color: #CD7F32 !important;
}

@media (max-width: 900px) {
  .box-content.leaderboard .box-top {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
  }
  .box-content.leaderboard .box-top .ctas {
    margin-left: 20px;
  }
  .component-challenge .my-rank .rank {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .component-challenge .my-rank .rank .number {
    margin-bottom: 20px;
  }
  .component-challenge .my-rank .rank .valorant-gamestats {
    padding: 0;
    margin: 0;
  }
  .component-challenge .my-rank .rank .valorant-gamestats .stats {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .component-challenge .my-rank .rank .valorant-gamestats .stats .stats-left, .component-challenge .my-rank .rank .valorant-gamestats .stats .stats-right {
    width: 100%;
  }
}
.lol-rank {
  height: 42px !important;
}

.component-participants .team-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 10px;
}
.component-participants .team-filter > div {
  background: var(--xpulz-lightgrey);
  padding: 3px;
  font-size: 0.7em;
  color: white;
  width: 33%;
  text-align: center;
  cursor: pointer;
}
.component-participants .team-filter > div.active {
  background: var(--xpulz-primary-color);
}
.component-participants.league-of-legends .participant-team .team .members .participant-member {
  height: 40px !important;
}
.component-participants.league-of-legends .participant-team .team .members .participant-member .game-rank-container {
  margin-right: 5px;
}
.component-participants.csgo .team {
  width: auto !important;
  padding: 0 !important;
}
.component-participants.csgo .team .team-container .name {
  margin-left: 20px;
  margin-bottom: 0;
}
.component-participants.csgo .team .players-container {
  overflow: hidden;
}
.component-participants.csgo .team .players-container table thead {
  background: #1b1b1b;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  box-shadow: 1px 0px 20px black;
}
.component-participants.csgo .team .players-container table thead .head-team {
  text-align: left;
  vertical-align: middle;
  font-size: 1.5em;
  text-transform: none;
  color: var(--xpulz-white);
  padding: 15px;
  font-weight: normal;
}
.component-participants.csgo .team .players-container table thead .head-team img {
  margin-right: 20px;
}
.component-participants.csgo .team .players-container table {
  color: var(--xpulz-white);
}
.component-participants.csgo .team .players-container table .role {
  margin-right: 10px;
}
.component-participants.csgo .team .players-container table tr:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.component-participants.csgo .team .players-container table tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.component-participants.csgo .team .players-container table tbody td:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.2);
}
.component-participants.csgo .team .players-container table tbody td:first-child {
  background-color: transparent !important;
}
.component-participants.csgo .team .players-container .avatar {
  width: 32px;
  height: 32px;
}

.component-timer .label {
  margin-right: 20px;
}
.component-timer .timer {
  height: 100%;
  cursor: pointer;
}
.component-timer .timer div[src] {
  height: 20px;
  margin-right: 10px;
}
.component-timer .timer svg {
  height: 20px;
  width: 20px;
  fill: var(--xpulz-grey-txt);
  transition: fill 0.4s;
}
.component-timer .timer {
  font-size: 0.8em;
  color: var(--xpulz-grey-txt);
  transition: color 0.4s;
}
.component-timer:hover .timer svg {
  fill: var(--xpulz-lightergrey-txt);
}
.component-timer:hover .timer {
  color: var(--xpulz-lightergrey-txt);
}
.component-timer {
  margin-right: 20px;
}

.user-game-stats {
  width: 100%;
}
.user-game-stats > div > section {
  border-bottom: 1px solid var(--xpulz-lightergrey-txt);
}
.user-game-stats > div > section:last-child {
  border: none;
}
.user-game-stats .stats {
  width: 100%;
}
.user-game-stats svg {
  width: 80px;
  fill: var(--xpulz-yellow);
  margin-left: 20px;
}
.user-game-stats ul {
  width: 100%;
  min-height: 110px;
  margin: 0;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.user-game-stats ul li > div {
  height: 50%;
  width: 100%;
  text-align: center;
}
.user-game-stats ul li {
  width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
}
.user-game-stats ul li .key {
  color: var(--xpulz-lightergrey-txt);
  font-size: 0.8em;
  text-align: center;
}
.user-game-stats ul li .value {
  color: var(--xpulz-white);
  font-size: 1.2em;
}
.user-game-stats ul li .value .percent {
  font-size: 0.65em;
  color: var(--xpulz-yellow);
}

.popin-tos-content .checkbox.error {
  color: var(--xpulz-red);
}
.popin-tos-content .checkbox label.text {
  margin-left: 40px;
}

#popin-signup .otp-verification, .popin-signup .otp-verification {
  background: #0a0c15;
  margin: 45px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px !important;
  border-radius: 10px;
}
#popin-signup .header-img, .popin-signup .header-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#popin-signup .header-img img, .popin-signup .header-img img {
  height: 128px !important;
}
#popin-signup .header-img .xpulz svg, .popin-signup .header-img .xpulz svg {
  fill: #0076e1;
  height: auto;
  width: 144px;
  margin: 5px 0 10px 0;
}
#popin-signup .header-img .sponsors, .popin-signup .header-img .sponsors {
  display: none !important;
}
#popin-signup footer, .popin-signup footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(0deg, var(--xpulz-darkgrey), var(--xpulz-lightgrey));
  padding: 20px 0;
  margin-top: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#popin-signup footer svg, .popin-signup footer svg {
  fill: #0076e1;
  height: auto;
  width: 144px;
  margin: 5px 0 10px 0;
}
#popin-signup footer span, .popin-signup footer span {
  margin-bottom: 5px;
}
#popin-signup .step > section, .popin-signup .step > section {
  padding: 0 40px;
}
#popin-signup p, .popin-signup p {
  text-align: center;
  margin: 20px 0;
}
#popin-signup ul, .popin-signup ul {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#popin-signup ul a, .popin-signup ul a {
  color: var(--xpulz-white) !important;
  cursor: pointer;
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 250px;
}
#popin-signup ul a .name, .popin-signup ul a .name {
  margin-left: 20px;
  font-size: 1.2em;
  transition: margin-left 0.4s;
  text-transform: capitalize;
}
#popin-signup ul a:hover .name, .popin-signup ul a:hover .name {
  margin-left: 30px;
}
#popin-signup ul a .steam svg, .popin-signup ul a .steam svg {
  padding: 4px;
}
#popin-signup ul a .facebook svg, .popin-signup ul a .facebook svg {
  padding: 4px;
}
#popin-signup ul a .connector, .popin-signup ul a .connector {
  padding: 5px;
}
#popin-signup ul a .connector > div, .popin-signup ul a .connector > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#popin-signup ul a .connector svg, .popin-signup ul a .connector svg {
  width: 32px;
  height: 32px;
}
#popin-signup ul a .connector svg, #popin-signup ul a .connector g, #popin-signup ul a .connector path, .popin-signup ul a .connector svg, .popin-signup ul a .connector g, .popin-signup ul a .connector path {
  fill: var(--xpulz-white);
}

.match-fill {
  padding: 30px 0;
}
.match-fill .cta {
  margin-left: 10px;
}
.match-fill .progress-container {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 20px 0;
  width: 300px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: var(--xpulz-mediumgrey);
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.match-fill .progress-container .progress-fill {
  background: var(--xpulz-darkgrey);
  border-radius: 5px;
  width: 100%;
  height: 30px;
  margin-top: 10px;
  position: relative;
}
.match-fill .progress-container .progress-fill .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--xpulz-primary-color);
  border-radius: 5px;
  transition: width 0.3s ease;
}
.match-fill .progress-container .progress-fill .progress-text {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 30px;
  color: var(--xpulz-white);
  font-weight: bold;
}
.match-fill .matches {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: var(--xpulz-white);
}
.match-fill .matches .match-name {
  text-align: center;
  font-size: 1.3em;
  color: var(--xpulz-yellow);
}
.match-fill .matches > div {
  width: 25%;
  margin-top: 20px;
}
.match-fill .matches > div ul {
  list-style: none;
  padding: 5px 10px;
  margin: 0;
}
.match-fill .matches.slots .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: var(--xpulz-mediumgrey);
  margin: 10px;
  border-radius: 10px;
  padding: 10px;
  width: calc(25% - 20px);
}
.match-fill .matches.slots .team img {
  width: 64px;
}
.match-fill .matches.slots .team .team-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.match-fill .matches.slots .team input {
  width: 80px;
  background: var(--xpulz-lightergrey-txt);
  padding: 5px;
  text-align: center;
  font-weight: bold;
}
.match-fill .matches.manually .lol-rank-container {
  width: 50px;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
}
.match-fill .matches.manually ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--xpulz-mediumgrey);
  margin-bottom: 5px;
  padding: 5px 10px;
  min-height: 61px;
}
.match-fill .matches.manually ul li > section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.match-fill .matches.manually ul li > section select {
  width: calc(100% - 50px);
}
.match-fill .matches.manually ul li .number {
  font-size: 1.2em;
  color: var(--xpulz-primary-color);
  width: 60px;
}
.match-fill .matches.manually ul li select {
  width: calc(100% - 60px);
}
.match-fill .matches.manually ul li .team {
  text-align: center;
  color: var(--xpulz-yellow);
  margin-bottom: 5px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.match-fill .matches.manually ul li .elo {
  background: var(--xpulz-primary-color);
  border-radius: 5px;
  padding: 0px 5px;
  font-size: 0.8em;
  color: var(--xpulz-white);
  font-weight: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.match-fill .matches.manually ul li .player-info, .match-fill .matches.manually ul li .team-info {
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.match-fill .matches.manually ul li .player-info .bottom-info, .match-fill .matches.manually ul li .player-info .top-info, .match-fill .matches.manually ul li .team-info .bottom-info, .match-fill .matches.manually ul li .team-info .top-info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.match-fill .matches.manually ul li .player-info .close, .match-fill .matches.manually ul li .team-info .close {
  cursor: pointer;
}
.match-fill .matches.manually ul li .player-info .close svg, .match-fill .matches.manually ul li .team-info .close svg {
  height: 16px;
  width: 16px;
  fill: var(--xpulz-red);
}
.match-fill .matches.manually ul li .player-info .elo, .match-fill .matches.manually ul li .team-info .elo {
  background: var(--xpulz-darkgrey);
}
.match-fill .matches.manually ul li .player-info > span, .match-fill .matches.manually ul li .team-info > span {
  width: calc(100% - 50px);
}

.component-entrance-stripe {
  width: 100%;
}
.component-entrance-stripe .price, .component-entrance-stripe .currency {
  color: var(--xpulz-yellow);
  font-size: 1.5em;
}
.component-entrance-stripe .cta {
  margin-top: 20px;
}

.segmentation-filters .x-select {
  background: var(--xpulz-darkgrey);
}
.segmentation-filters .x-select .selected {
  overflow: hidden;
}
.segmentation-filters .count {
  background: var(--xpulz-darkgrey);
  color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 1.5em;
}
.segmentation-filters header .x-select {
  width: 40%;
}
.segmentation-filters .filters .filter {
  background: #141622;
  padding: 5px;
  margin-bottom: 10px;
}
.segmentation-filters .filters .filter .condition .text {
  height: 25px;
  color: white;
  font-size: 0.8em;
}
.segmentation-filters .filters .filter .delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
  margin-left: 5px;
}
.segmentation-filters .filters .filter .delete svg {
  height: 25px;
  width: 25px;
}
.segmentation-filters .filters .filter .delete svg path {
  fill: var(--xpulz-red);
}
.segmentation-filters .filters .filter .with-value {
  width: 100px;
  height: 40px;
}
.segmentation-filters .filters .filter .with-value.graphic_card {
  width: 250px;
}
.segmentation-filters .filters .x-select {
  margin-right: 5px;
  font-size: 0.9em;
}
.segmentation-filters .filters .x-select.condition {
  width: 120px;
}
.segmentation-filters .filters .x-select.type {
  width: 240px;
}
.segmentation-filters .filters .x-select.value {
  width: 340px;
}
.segmentation-filters .filters .x-select.with {
  width: 240px;
}

.ai-dashboard-runs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
}
.ai-dashboard-runs .run {
  background: var(--xpulz-darkgrey);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: calc(25% - 20px);
  padding: 10px;
  margin: 10px;
  text-align: center;
  border-radius: 10px;
}
.ai-dashboard-runs .run .badge {
  margin-bottom: 10px;
}
.ai-dashboard-runs .run span {
  margin-bottom: 5px;
}
.ai-dashboard-runs .run {
  transition: all 0.4s;
}
.ai-dashboard-runs .run svg {
  width: 64px;
  height: 64px;
  fill: white;
}
.ai-dashboard-runs .run:hover {
  background: var(--xpulz-darkgrey-lighten-10);
}
.ai-dashboard-runs .run.active {
  background: var(--xpulz-primary-color);
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
#ai-dashboard .bg-animated {
  background: linear-gradient(45deg, var(--xpulz-lightgrey), var(--xpulz-darkgrey), var(--xpulz-lightgrey), var(--xpulz-darkgrey), var(--xpulz-lightgrey), var(--xpulz-darkgrey), var(--xpulz-lightgrey));
  background-size: 400%;
  animation: glowing 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}
#ai-dashboard .play svg {
  width: 20px;
  height: 20px;
  fill: var(--xpulz-primary-color);
}
#ai-dashboard .pause svg {
  width: 20px;
  height: 20px;
}
#ai-dashboard .pause svg path {
  fill: var(--xpulz-red);
}
#ai-dashboard .twitch-followers .follows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#ai-dashboard .twitch-followers .follow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
  color: white;
}
#ai-dashboard .twitch-followers .follow .username {
  font-weight: bold;
  margin: 0 5px;
}
#ai-dashboard .twitch-followers .follow .cta {
  margin: 0 !important;
  margin-right: 5px !important;
}
#ai-dashboard .twitch-followers .follow img {
  width: 48px;
}
#ai-dashboard .ai-title {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
}
#ai-dashboard .chatgpt textarea {
  max-width: 100%;
  height: 200px;
}
#ai-dashboard table .player img.avatar {
  width: 48px;
}
#ai-dashboard table .player img.flag {
  width: 32px;
}
#ai-dashboard table .actions .ctas {
  margin-top: 0;
}
#ai-dashboard table .actions svg {
  width: 24px;
  fill: white;
}
#ai-dashboard table .connectors-list svg {
  height: 24px;
  margin-right: 5px;
  fill: white;
}
#ai-dashboard table .connectors-list .youtube polygon {
  fill: var(--xpulz-darkgrey);
}
#ai-dashboard .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#ai-dashboard .top .templates-container, #ai-dashboard .top .data-sources, #ai-dashboard .top .data {
  width: 32%;
}
#ai-dashboard .top .templates-container .templates, #ai-dashboard .top .templates-container .actions, #ai-dashboard .top .data-sources, #ai-dashboard .top .data {
  background: var(--xpulz-darkgrey);
  border-radius: 10px;
  padding-bottom: 20px;
}
#ai-dashboard .top .data-sources {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#ai-dashboard .top .data-sources .sources {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% - 20px);
  padding: 0 10px;
  margin-top: 20px;
}
#ai-dashboard .top .data-sources .sources .source {
  transition: background 0.4s;
  user-select: none;
  cursor: pointer;
  width: 28%;
  background: var(--xpulz-lightgrey);
  border: 2px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
#ai-dashboard .top .data-sources .sources .source span {
  display: block;
  color: white;
  text-align: center;
  margin-top: 10px;
}
#ai-dashboard .top .data-sources .sources .source svg {
  fill: var(--xpulz-white);
  height: 48px;
}
#ai-dashboard .top .data-sources .sources .source .youtube svg polygon {
  fill: var(--xpulz-lightgrey) !important;
}
#ai-dashboard .top .data-sources .sources .source.active {
  background: var(--xpulz-primary-color);
  border: 2px solid white;
}
#ai-dashboard .top .data-sources .sources .source.active span {
  font-weight: bold;
}
#ai-dashboard .top .data-sources .sources .source.active .youtube svg polygon {
  fill: var(--xpulz-primary-color) !important;
}
#ai-dashboard .top .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#ai-dashboard .top .data .informations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 20px);
  padding: 0 10px;
  margin-top: 20px;
}
#ai-dashboard .top .data .informations .information {
  user-select: none;
  padding-bottom: 10px;
}
#ai-dashboard .top .data .informations .information span {
  display: block;
  color: white;
  text-align: left;
  margin-bottom: 10px;
}
#ai-dashboard .top .data .informations .information .fields .badge {
  font-weight: normal;
  margin-right: 5px;
  font-size: 0.9em;
}
#ai-dashboard .top .templates-container .templates {
  padding-left: 20px;
  padding-right: 20px;
}
#ai-dashboard .top .templates-container .templates .ctas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#ai-dashboard .top .templates-container .templates .cta {
  margin-bottom: 10px;
}
#ai-dashboard .top .templates-container .templates .cta:last-child {
  margin-bottom: 0;
}
#ai-dashboard .top .templates-container .actions {
  padding-left: 20px;
  padding-right: 20px;
}
#ai-dashboard .top .templates-container .actions .ctas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#ai-dashboard .top .templates-container .actions .cta {
  margin-bottom: 10px;
}
#ai-dashboard .top .templates-container .actions .cta:last-child {
  margin-bottom: 0;
}
#ai-dashboard .count {
  background: var(--xpulz-darkgrey);
  color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 1.5em;
  margin-top: 20px;
  border-radius: 10px;
}

#ai-costs {
  padding: 20px;
}
#ai-costs .title {
  font-size: 1.6em;
  color: white;
  margin-bottom: 20px;
}
#ai-costs .ai-costs-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
#ai-costs .ai-costs-toolbar .ai-costs-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 8px;
  color: white;
}
#ai-costs .ai-costs-toolbar .ai-costs-filter select {
  background: var(--xpulz-darkgrey);
  color: white;
  border: 1px solid var(--xpulz-darkgrey-lighten-10);
  border-radius: 6px;
  padding: 6px 10px;
}
#ai-costs .stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
#ai-costs .stats .box {
  flex: 1 1 140px;
  background: var(--xpulz-darkgrey);
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  color: white;
  border-top: 3px solid transparent;
  transition: transform 0.2s ease;
}
#ai-costs .stats .box:hover {
  transform: translateY(-2px);
}
#ai-costs .stats .box .text {
  font-size: 0.85em;
  opacity: 0.7;
  margin-bottom: 6px;
}
#ai-costs .stats .box .value {
  font-size: 1.4em;
  font-weight: bold;
}
#ai-costs .stats .box.accent-yellow {
  border-top-color: var(--xpulz-yellow);
}
#ai-costs .stats .box.accent-yellow .value {
  color: var(--xpulz-yellow);
}
#ai-costs .stats .box.accent-xpulz {
  border-top-color: var(--xpulz-primary-color);
}
#ai-costs .stats .box.accent-xpulz .value {
  color: var(--xpulz-primary-color-lighten-20);
}
#ai-costs .stats .box.accent-red {
  border-top-color: var(--xpulz-red);
}
#ai-costs .stats .box.accent-red .value {
  color: var(--xpulz-red-lighten-10);
}
#ai-costs .ai-costs-token-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}
#ai-costs .ai-costs-token-row .ai-costs-token-card {
  flex: 1;
  background: var(--xpulz-darkgrey);
  border-radius: 10px;
  padding: 18px;
  color: white;
  text-align: center;
  border-left: 4px solid var(--xpulz-darkgrey-lighten-20);
}
#ai-costs .ai-costs-token-row .ai-costs-token-card .text {
  opacity: 0.7;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#ai-costs .ai-costs-token-row .ai-costs-token-card .value {
  font-size: 1.7em;
  font-weight: bold;
  margin: 6px 0;
}
#ai-costs .ai-costs-token-row .ai-costs-token-card .sub {
  opacity: 0.7;
  font-size: 0.9em;
}
#ai-costs .ai-costs-token-row .ai-costs-token-card.accent-yellow {
  border-left-color: var(--xpulz-yellow);
}
#ai-costs .ai-costs-token-row .ai-costs-token-card.accent-yellow .value {
  color: var(--xpulz-yellow);
}
#ai-costs .ai-costs-token-row .ai-costs-token-card.accent-yellow .sub {
  color: var(--xpulz-yellow-lighten-20);
}
#ai-costs .ai-costs-token-row .ai-costs-token-card.accent-xpulz {
  border-left-color: var(--xpulz-primary-color);
}
#ai-costs .ai-costs-token-row .ai-costs-token-card.accent-xpulz .value {
  color: var(--xpulz-primary-color-lighten-20);
}
#ai-costs .ai-costs-token-row .ai-costs-token-card.accent-xpulz .sub {
  color: var(--xpulz-primary-color-lighten-20);
}
#ai-costs .ai-costs-token-row .ai-costs-token-card.accent-red {
  border-left-color: var(--xpulz-red);
}
#ai-costs .ai-costs-token-row .ai-costs-token-card.accent-red .value {
  color: var(--xpulz-red-lighten-10);
}
#ai-costs .ai-costs-token-row .ai-costs-token-card.accent-red .sub {
  color: var(--xpulz-red-lighten-20);
}
#ai-costs .ai-costs-section {
  margin-top: 30px;
}
#ai-costs .ai-costs-section table {
  color: var(--xpulz-white);
}
#ai-costs .ai-costs-section table thead th {
  color: var(--xpulz-lightergrey);
  font-weight: 600;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-bottom: 1px solid var(--xpulz-darkgrey-lighten-10);
}
#ai-costs .ai-costs-section table tbody tr td {
  vertical-align: middle;
  color: var(--xpulz-white);
}
#ai-costs .ai-costs-section table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.03);
}
#ai-costs .ai-costs-section .ai-costs-first-msg {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ai-costs .ai-costs-section .ai-costs-user-cell .ai-costs-user-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--xpulz-white);
}
#ai-costs .ai-costs-section .ai-costs-user-cell .ai-costs-user-link .avatar {
  width: 32px;
  height: 32px;
  object-fit: cover;
  flex-shrink: 0;
}
#ai-costs .ai-costs-section .ai-costs-user-cell .ai-costs-user-link:hover span {
  color: var(--xpulz-yellow) !important;
}
#ai-costs .ai-costs-section .badge.bg-yellow {
  background: var(--xpulz-primary-color);
  color: white;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 0.8em;
}
#ai-costs .ai-costs-thread-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#ai-costs .ai-costs-thread-overlay .ai-costs-thread-panel {
  background: var(--xpulz-darkgrey);
  border-radius: 10px;
  width: min(1100px, 95vw);
  max-height: 90vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
}
#ai-costs .ai-costs-thread-overlay .ai-costs-thread-panel header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid var(--xpulz-darkgrey-lighten-10);
}
#ai-costs .ai-costs-thread-overlay .ai-costs-thread-panel header .title {
  font-size: 1.1em;
  margin: 0;
}
#ai-costs .ai-costs-thread-overlay .ai-costs-thread-panel header .sub {
  opacity: 0.6;
  font-size: 0.85em;
}
#ai-costs .ai-costs-thread-overlay .ai-costs-thread-panel .ai-costs-thread-body {
  overflow-y: auto;
  padding: 15px 20px;
  flex: 1;
}
#ai-costs .ai-costs-thread-overlay .ai-costs-thread-panel .ai-costs-thread-body .loading {
  text-align: center;
  padding: 40px;
  opacity: 0.7;
}
#ai-costs .ai-costs-thread-overlay .ai-costs-thread-panel .ai-costs-msg {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
}
#ai-costs .ai-costs-thread-overlay .ai-costs-thread-panel .ai-costs-msg.role-user {
  border-left: 3px solid var(--xpulz-yellow);
}
#ai-costs .ai-costs-thread-overlay .ai-costs-thread-panel .ai-costs-msg.role-assistant {
  border-left: 3px solid var(--xpulz-primary-color);
}
#ai-costs .ai-costs-thread-overlay .ai-costs-thread-panel .ai-costs-msg > header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 10px;
  padding: 0 0 8px 0;
  border: none;
  font-size: 0.85em;
}
#ai-costs .ai-costs-thread-overlay .ai-costs-thread-panel .ai-costs-msg > header .ai-costs-msg-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 8px;
}
#ai-costs .ai-costs-thread-overlay .ai-costs-thread-panel .ai-costs-msg > header .ai-costs-msg-author .avatar {
  width: 28px;
  height: 28px;
  object-fit: cover;
  flex-shrink: 0;
}
#ai-costs .ai-costs-thread-overlay .ai-costs-thread-panel .ai-costs-msg > header .ai-costs-msg-author .name {
  font-weight: bold;
  font-size: 1em;
}
#ai-costs .ai-costs-thread-overlay .ai-costs-thread-panel .ai-costs-msg > header .type-badge {
  background: rgba(255, 255, 255, 0.12);
  padding: 1px 6px;
  border-radius: 4px;
}
#ai-costs .ai-costs-thread-overlay .ai-costs-thread-panel .ai-costs-msg pre {
  color: white;
  background: rgba(0, 0, 0, 0.25);
  padding: 10px;
  border-radius: 6px;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 400px;
  overflow-y: auto;
  font-size: 0.85em;
}

.social-feed {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
  grid-gap: 1.3em;
  grid-auto-flow: dense;
  background: var(--xpulz-lightgrey);
  padding: 20px;
}
.social-feed .post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4509803922);
}
.social-feed .post header {
  height: 70px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.social-feed .post header span {
  font-size: 1em;
  color: var(--xpulz-white);
}
.social-feed .post header .connector svg {
  height: 38px;
  fill: white;
}
.social-feed .post header .connector.youtube svg {
  height: 48px;
}
.social-feed .post header .connector.youtube svg polygon {
  fill: #FF0000;
}
.social-feed .post .post-contents {
  height: calc(100% - 70px);
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #d3d3d3;
  white-space: pre-line;
}
.social-feed .post .post-contents img {
  max-width: 100%;
}
.social-feed .post .post-contents .post-title {
  margin-top: 20px;
  text-align: center;
  color: white;
}
.social-feed .post.bg-youtube .post-contents {
  background: rgb(178.5, 0, 0);
}
.social-feed .post.bg-twitter .post-contents {
  background: hsl(210, 25%, -7.1568627451%);
}
.social-feed .post.bg-twitch .post-contents {
  background: rgb(66.5938864629, 43.2860262009, 109.2139737991);
}
.social-feed .post.load-more header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.social-feed .post.load-more {
  cursor: pointer;
}
.social-feed .post.load-more svg {
  width: 300px;
  fill: var(--xpulz-white);
}
.social-feed .post.bg-community_event header {
  background: var(--xpulz-primary-color);
}
.social-feed .post.bg-community_event .post-contents {
  background: var(--xpulz-primary-color-darken-20);
  display: block;
  white-space: normal;
}
.social-feed .post.has-image {
  grid-column: 2/-1;
}
.social-feed .post.has-image .post-contents img {
  max-height: 350px !important;
  max-width: 400px;
}
.social-feed .post.video {
  grid-column: 2/-1;
}
.social-feed .post.video .post-content {
  width: 100%;
}
.social-feed .post.video .post-contents {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
}
.social-feed .post.video .post-contents .post-title {
  margin-top: 0;
}
.social-feed .post.video .post-contents .post-description {
  padding-left: 20px;
  font-size: 0.8em;
  white-space: pre-line;
}
.social-feed .post.bg-community_event + .has-image, .social-feed .post.video + .video, .social-feed .post.has-image + .video, .social-feed .post.video + .has-image, .social-feed .post.has-image + .has-image {
  grid-column: auto;
}
.social-feed .post.bg-community_event + .has-image .post-contents, .social-feed .post.video + .video .post-contents, .social-feed .post.has-image + .video .post-contents, .social-feed .post.video + .has-image .post-contents, .social-feed .post.has-image + .has-image .post-contents {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.social-feed .post.bg-community_event + .has-image .post-contents img, .social-feed .post.video + .video .post-contents img, .social-feed .post.has-image + .video .post-contents img, .social-feed .post.video + .has-image .post-contents img, .social-feed .post.has-image + .has-image .post-contents img {
  margin-top: 20px;
}
.social-feed .post.bg-community_event + .has-image .post-contents .post-content .post-title, .social-feed .post.video + .video .post-contents .post-content .post-title, .social-feed .post.has-image + .video .post-contents .post-content .post-title, .social-feed .post.video + .has-image .post-contents .post-content .post-title, .social-feed .post.has-image + .has-image .post-contents .post-content .post-title {
  margin-top: 20px;
  text-align: center;
}
.social-feed .post.bg-community_event + .has-image .post-contents .post-content .post-description, .social-feed .post.video + .video .post-contents .post-content .post-description, .social-feed .post.has-image + .video .post-contents .post-content .post-description, .social-feed .post.video + .has-image .post-contents .post-content .post-description, .social-feed .post.has-image + .has-image .post-contents .post-content .post-description {
  display: none;
}
.social-feed .post.clip {
  grid-column: auto;
}
.social-feed .post.clip .post-contents {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.social-feed .post.clip .post-contents .post-content .post-title {
  margin-top: 20px;
  text-align: center;
}
.social-feed .post.clip .post-contents .post-content .post-description {
  display: none;
}

.match-conditional {
  width: 100%;
}
.match-conditional .country-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.match-conditional .country-tag img {
  height: 10px;
  margin: 0 3px;
  width: auto;
}
.match-conditional .country-tag .left, .match-conditional .country-tag .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.match-conditional .country-tag .left {
  width: 20%;
  margin-right: 5px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.match-conditional .country-tag .right {
  width: 80%;
  text-align: left;
}
.match-conditional input.search {
  margin-bottom: 20px;
}
.match-conditional .countries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.match-conditional .countries .country {
  cursor: pointer;
  color: var(--xpulz-white);
  width: 7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.match-conditional .countries .country.hidden {
  display: none;
}
.match-conditional .countries .country.selected img {
  filter: grayscale(100%);
}
.match-conditional .countries .country img {
  max-width: 30px;
}
.match-conditional.subscriber img, .match-conditional.follower img {
  border-radius: 100%;
  width: 64px;
  height: 64px;
}
.match-conditional.subscriber img.small-avatar, .match-conditional.follower img.small-avatar {
  width: 32px;
  height: 32px;
}
.match-conditional.subscriber .cta, .match-conditional.follower .cta {
  height: 44px;
}
.match-conditional.subscriber .username, .match-conditional.follower .username {
  color: var(--xpulz-primary-color);
  margin: 0 5px;
  font-size: 1.2em;
}
.match-conditional.subscriber .twitch-views, .match-conditional.follower .twitch-views {
  color: white;
}

.invitations-list {
  width: 100%;
  padding: 0;
}
.invitations-list .cta-back {
  margin: 20px;
}
.invitations-list .title {
  width: 100%;
}
.invitations-list .form-create-match {
  margin: 30px 0;
}
.invitations-list li {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 60px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.invitations-list li .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  width: 30%;
}
.invitations-list li .delete {
  transition: all 0.4s;
  position: absolute;
  right: -200px;
  top: 20px;
}
.invitations-list li:hover .delete {
  right: 30px;
}
.invitations-list li.last {
  border: none;
}
.invitations-list li input {
  font-size: 0.7em;
}
.invitations-list li .share-link {
  margin: 0 5px;
}
.invitations-list li .state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0 10px;
}
.invitations-list li .state .svg svg {
  height: 24px;
  width: 24px;
  fill: var(--xpulz-primary-color);
}
.invitations-list li .state .svg.red svg {
  fill: var(--xpulz-red);
}
.invitations-list li .name {
  width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.invitations-list li .link {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 60px;
  background: var(--xpulz-darkgrey);
  padding: 0px 20px;
  color: var(--xpulz-white);
  font-size: 0.8em;
  margin-left: 20px;
  border-radius: 10px;
  height: 100%;
  width: calc(70% - 60px);
}
.invitations-list li .user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  padding-left: 20px;
  width: 20%;
}
.invitations-list li .user img.avatar {
  width: 48px;
  height: auto;
  margin-right: 0;
  border-radius: 50%;
}
.invitations-list li .user span {
  margin-left: 5px;
  font-size: 0.9em;
  color: var(--xpulz-white);
}

@media (max-width: 900px) {
  .invitations-list li {
    height: auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .invitations-list li .left {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .invitations-list li .link {
    width: 100%;
    margin: 0;
  }
  .invitations-list li {
    margin-bottom: 40px;
    border-bottom: 4px solid var(--xpulz-lightergrey-txt);
    padding-bottom: 20px;
  }
  .invitations-list li:last-child {
    border: none;
  }
}
#match-seed {
  position: relative;
}
#match-seed .errors {
  background: var(--xpulz-red);
  padding: 20px;
  margin: 30px;
  width: calc(100% - 60px);
}
#match-seed .errors .title-error {
  color: var(--xpulz-lightergrey-txt);
  margin-bottom: 10px;
}
#match-seed .errors .error {
  color: white;
}
#match-seed .manage-participants {
  width: calc(100% - 60px);
  margin: 0 30px;
}
#match-seed select {
  max-width: 300px;
}
#match-seed table img {
  height: 60px;
  border-radius: 10px;
}
#match-seed table {
  border: 1px solid var(--xpulz-grey);
  margin-top: 20px;
}
#match-seed .match-header {
  margin-bottom: 50px;
}
#match-seed .team-name {
  font-weight: bold;
  font-size: 1.2em;
}
#match-seed .title-match {
  font-size: 2em;
  color: var(--xpulz-yellow);
  width: 100%;
  margin-bottom: 20px;
}
#match-seed .title-match div:first-child {
  font-size: 0.8em;
}
#match-seed .title-match div:last-child {
  margin-left: 5px;
}
#match-seed .menu-top {
  margin: 20px 0;
}
#match-seed .menu-top input {
  width: 50%;
}
#match-seed .cta-back {
  margin: 20px;
}
#match-seed .content {
  margin: 0 auto;
  width: 100%;
}

.team-name.connector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.team-name.connector svg {
  height: 16px;
  margin-right: 5px;
}
.team-name.connector.twitch svg path {
  fill: #6441a4;
}

#match-overview {
  background: var(--xpulz-mediumgrey);
}
#match-overview .match-header .header-top ul li {
  width: 20%;
}
#match-overview .discord-resync {
  background: #7289da;
}
@keyframes ctaloading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#match-overview .discord-resync.loading::before {
  width: 0 !important;
  left: 0;
}
#match-overview .discord-resync.loading::after {
  left: 0;
  height: 100%;
  border: none;
  background-color: white;
  animation: ctaloading 2s infinite;
}
#match-overview .discord-resync.loading:hover {
  color: var(--xpulz-white) !important;
}
#match-overview .discord-resync.loading .text {
  z-index: 1;
  white-space: pre;
}
#match-overview .discord-resync.loading {
  cursor: progress;
}
#match-overview .discord-resync.loading .text {
  color: #7289da;
}
#match-overview .report-stats .key {
  font-size: 1.2em;
  height: 50%;
  text-align: center;
}
#match-overview .report-stats .value {
  font-size: 1.6em;
  height: 50%;
}
#match-overview .twitch .key {
  color: #6441a4;
}
#match-overview .twitter .key {
  color: #0f1419;
}

#menu-left .main_stream {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 10px 10px 30px;
  cursor: pointer;
}
#menu-left .main_stream img {
  width: 60px;
}
#menu-left .main_stream .info {
  margin-left: 10px;
}
#menu-left .main_stream .info .name {
  color: var(--xpulz-lightergrey-txt);
}
#menu-left .main_stream .info .stream {
  color: var(--xpulz-grey-txt);
}
#menu-left .teams {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#menu-left .teams .outer-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
#menu-left .teams .outer-team .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: white;
  font-size: 0.8em;
}
#menu-left .teams .outer-team .team .rank {
  width: 30px;
  text-align: center;
}
#menu-left .teams .outer-team .team img {
  width: 40px;
  margin-right: 5px;
}
#menu-left .teams .outer-team .team .name {
  margin-right: 5px;
}
#menu-left .teams .outer-team .team .live {
  padding-right: 5px;
  color: var(--xpulz-lightergrey-txt);
}
#menu-left .teams .outer-team .team .points {
  color: var(--xpulz-lightergrey-txt);
  font-size: 0.8em;
}
#menu-left .teams .outer-team .team .team-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#menu-left .teams .outer-team .team .team-content .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#menu-left .teams .outer-team .team .team-content {
  width: calc(100% - 30px);
  background: var(--xpulz-mediumgrey);
}
#menu-left .teams .outer-team .players .player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#menu-left .teams .outer-team .players .player.online {
  cursor: pointer;
}
#menu-left .teams .outer-team .players .player {
  margin-left: 30px;
  font-size: 0.8em;
  background: var(--xpulz-darkgrey);
  color: var(--xpulz-lightergrey-txt);
  padding: 5px;
  border-bottom: 1px solid var(--xpulz-lightergrey-txt);
}
#menu-left .teams .outer-team .players .player img {
  width: 30px;
  margin-right: 5px;
  border-radius: 100%;
}
#menu-left .teams .outer-team .players .player .player-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#menu-left .teams .outer-team .players .player .live {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--xpulz-lightergrey-txt);
  margin-right: 3px;
}
#menu-left .teams .outer-team .players .player .live.online {
  background: var(--xpulz-yellow);
}

#match-streamers {
  height: calc(100vh - 60px);
  background: var(--xpulz-darkgrey);
}
#match-streamers #twitch_live_main {
  text-align: center;
  margin-top: 30px;
  max-height: 300px;
}
#match-streamers .twitch_live_chat {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 60px;
  width: 300px;
  height: calc(100% - 60px);
}
#match-streamers .twitch_live_chat iframe {
  height: 100%;
  width: 300px;
}
#match-streamers .match-info {
  background: var(--xpulz-darkgrey);
  color: var(--xpulz-lightergrey-txt);
  padding-bottom: 30px;
}
#match-streamers .match-info header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}
#match-streamers .match-info header .game-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 20%;
  padding-right: 20px;
}
#match-streamers .match-info header .game-svg svg {
  width: 60px;
}
#match-streamers .match-info header .game-svg svg, #match-streamers .match-info header .game-svg path {
  fill: white;
}
#match-streamers .match-info header .match-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 80%;
}
#match-streamers .match-info header .match-title .name {
  font-size: 2em;
  text-transform: uppercase;
}
#match-streamers .match-info header .match-title .organizer {
  color: var(--xpulz-grey-txt);
}
#match-streamers .match-info header .match-title .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#match-streamers .match-info header .match-title .actions .action {
  cursor: pointer;
  background: var(--xpulz-mediumgrey);
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
}
#match-streamers .match-info header .match-title .actions .action.stream {
  background: var(--xpulz-primary-color);
  color: white;
}
#match-streamers .match-info header .match-title .actions .action:hover {
  background: var(--xpulz-mediumgrey-lighten-10);
  color: var(--xpulz-lightergrey-lighten-10);
}
#match-streamers .match-info header .match-title .actions .action:hover.stream {
  background: var(--xpulz-primary-color-lighten-10);
  color: white;
}
#match-streamers .match-info .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20%;
  list-style: none;
  margin: 0;
  margin-top: 20px;
}
#match-streamers .match-info .info .key {
  color: var(--xpulz-grey-txt);
  text-transform: uppercase;
  font-size: 0.9em;
}
#match-streamers .match-info .info .value {
  font-size: 1.2em;
  text-transform: uppercase;
}
#match-streamers .match-info .info li {
  text-align: center;
  width: 15%;
}
#match-streamers .match-info .info .game-component {
  width: 30%;
}
#match-streamers .match-info .info .game-component > section > section {
  width: 50%;
}

.match-report .report-popin .modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.match-report .report-popin .modal-body select, .match-report .report-popin .modal-body textarea, .match-report .report-popin .modal-body .cta {
  margin-top: 20px;
}
.match-report .report-popin .modal-body select.error, .match-report .report-popin .modal-body textarea.error, .match-report .report-popin .modal-body .cta.error {
  border: 2px solid var(--xpulz-red);
}

#match-players table tr.error {
  background: var(--xpulz-red);
}
#match-players table tr td img.player-avatar {
  width: 36px;
  border-radius: 100%;
}
#match-players table tr td .checkin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#match-players table tr td .checkin svg {
  width: 32px;
  height: 32px;
}
#match-players table tr td .checkin svg g, #match-players table tr td .checkin svg path {
  fill: var(--xpulz-primary-color);
}
#match-players table tr td .checkin.not svg g, #match-players table tr td .checkin.not svg path {
  fill: var(--xpulz-red);
}
#match-players table tr td .connector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#match-players table tr td .connector svg {
  height: 16px;
  margin-right: 5px;
}
#match-players table tr td .connector.twitch svg path {
  fill: #6441a4;
}

.match-socials-component .social textarea {
  max-width: 100%;
  height: 450px;
}

.ai-launcher {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: 1px solid var(--xpulz-primary-color);
  background: linear-gradient(180deg, var(--xpulz-primary-color-darken-20), var(--xpulz-primary-color-darken-10));
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  z-index: 9999;
}
.ai-launcher .new {
  position: absolute;
  bottom: -11px;
  right: 7px;
  background: var(--xpulz-primary-color);
  color: white;
  font-size: 10px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 8px;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}
.ai-launcher .welcome-message {
  position: absolute;
  bottom: 0px;
  right: 70px;
  background: white;
  color: black;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  width: max-content;
  max-width: 200px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 0.3s ease forwards;
}

.ai-launcher img {
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.ai-launcher:hover {
  filter: brightness(1.08);
}
.ai-launcher:hover .new {
  background: white;
  color: var(--xpulz-primary-color);
}

.chat-fade-enter-active {
  animation: chatPopIn 0.25s ease forwards;
}

.chat-fade-leave-active {
  animation: chatPopOut 0.2s ease forwards;
}

@keyframes chatPopIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes chatPopOut {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
}
/* Docked chat widget */
.ai-chat.widget {
  position: fixed;
  right: 16px;
  top: calc(var(--menutop-height) + 16px);
  width: calc(100% - 32px);
  height: calc(100vh - var(--menutop-height) - 32px);
  z-index: 9999;
}
.ai-chat.inline {
  margin: 0 20px;
}
.ai-chat.inline.w-40 {
  width: 40%;
}

#team-ai.ai-chat {
  --bg: #0b0f16;
  --panel: #0f1520;
  --muted: #8fa0b3;
  --text: #e7eef8;
  --accent: #6ea8fe;
  --accent-2: #a78bfa;
  --border: #1f2a3a;
  --danger: var(--xpulz-red);
  --ok: #34d399;
  --warn: var(--xpulz-yellow);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: var(--bg);
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  min-height: 560px;
}
#team-ai .ai-chat__beta {
  background: linear-gradient(90deg, var(--xpulz-primary-color), var(--xpulz-primary-color-darken-10));
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 8px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
#team-ai .ai-chat__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: linear-gradient(90deg, var(--xpulz-primary-color-darken-20), rgba(167, 139, 250, 0.08));
  border-bottom: 1px solid var(--border);
}
#team-ai .ai-chat__title {
  display: flex;
  align-items: center;
  gap: 10px;
}
#team-ai .ai-chat__title h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
#team-ai .sparkle {
  filter: drop-shadow(0 0 6px rgba(110, 168, 254, 0.7));
}
#team-ai .sparkle svg {
  height: 30px;
}
#team-ai .badge {
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--muted);
}
#team-ai .badge.ok {
  color: #0b3;
  background: rgba(52, 211, 153, 0.12);
  border-color: rgba(52, 211, 153, 0.25);
}
#team-ai .badge.warn {
  color: var(--warn);
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.25);
}
#team-ai .badge.bad {
  color: var(--danger);
  background: rgba(255, 123, 123, 0.1);
  border-color: rgba(255, 123, 123, 0.25);
}
#team-ai .ai-chat__actions {
  display: flex;
  gap: 8px;
}
#team-ai .ai-chat__body {
  height: calc(100vh - 230px);
  position: relative;
  padding: 12px;
  overflow: auto;
  background: radial-gradient(1200px 400px at 10% -20%, rgba(110, 168, 254, 0.08), transparent 60%), radial-gradient(1200px 400px at 90% -40%, rgba(167, 139, 250, 0.08), transparent 60%);
}
#team-ai .ai-chat__empty {
  opacity: 0.9;
  color: var(--muted);
  gap: 8px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#team-ai .ai-chat__empty .warn {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.25);
  color: var(--warn);
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
#team-ai .ai-chat__empty ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
#team-ai .ai-chat__empty ul li {
  list-style: none;
  border: 1px dashed var(--xpulz-primary-color-darken-20);
  padding: 8px 10px;
  border-radius: 10px;
  cursor: pointer;
  color: white;
}
#team-ai .ai-chat__empty ul li:hover {
  background: var(--xpulz-primary-color-darken-20);
}
#team-ai .ai-chat__messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}
#team-ai .msg {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
#team-ai .msg.user {
  flex-direction: row-reverse;
}
#team-ai .msg.user .avatar {
  background: rgba(110, 168, 254, 0.15);
}
#team-ai .msg.user .bubble {
  background: linear-gradient(180deg, rgba(110, 168, 254, 0.16), rgba(110, 168, 254, 0.08));
  border-color: rgba(110, 168, 254, 0.35);
}
#team-ai .avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--panel);
  border: 1px solid var(--border);
  font-size: 16px;
}
#team-ai .avatar img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  border-radius: 6px;
}
#team-ai .bubble {
  max-width: min(780px, 90%);
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 10px 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
#team-ai .bubble .content pre {
  background: var(--xpulz-darkgrey);
  border: 1px solid var(--border);
  border-radius: 10px;
}
#team-ai .bubble .content pre, #team-ai .bubble .content code {
  padding: 10px;
  color: white;
}
#team-ai .msg.assistant .bubble {
  max-width: 100%;
  min-width: 780px;
}
#team-ai .meta {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 4px;
}
#team-ai .role.assistant {
  color: #a78bfa;
}
#team-ai .role.user {
  color: #6ea8fe;
}
#team-ai .content {
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
}
#team-ai .content p {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#team-ai .content ul {
  margin: 8px 0;
}
#team-ai .content ul li {
  margin-bottom: 4px;
}
#team-ai .content ul li:last-child {
  margin-bottom: 0;
}
#team-ai .content hr {
  border-top: 1px solid var(--border);
}
#team-ai .content table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  color: white;
}
#team-ai .content table th {
  border: 1px solid var(--border);
  padding: 6px 8px;
  background: var(--xpulz-primary-color-darken-20);
}
#team-ai .content table tr:hover {
  background: rgba(110, 168, 254, 0.05);
}
#team-ai .content table tr td {
  border: 1px solid var(--border);
  padding: 6px 8px;
}
#team-ai .typing {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
}
#team-ai .dots {
  display: flex;
  gap: 4px;
  align-items: center;
  background: var(--panel);
  border: 1px dashed var(--border);
  padding: 8px 10px;
  border-radius: 12px;
}
#team-ai .dots span {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 999px;
  background: var(--muted);
  animation: blink 1.2s infinite;
}
#team-ai .dots span:nth-child(2) {
  animation-delay: 0.15s;
}
#team-ai .dots span:nth-child(3) {
  animation-delay: 0.3s;
}
#team-ai .ai-chat__footer {
  border-top: 1px solid var(--border);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: linear-gradient(90deg, var(--xpulz-primary-color-darken-20), rgba(167, 139, 250, 0.08));
}
#team-ai .input-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
#team-ai .input {
  flex: 1;
  resize: none;
  background: var(--panel);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 12px;
  padding: 10px 12px;
  line-height: 1.35;
  font-size: 14px;
  max-width: 100%;
}
#team-ai .hints {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
}
#team-ai .settings {
  margin-top: 6px;
  border: 1px solid var(--border);
  background: var(--panel);
  border-radius: 12px;
  padding: 10px;
  display: grid;
  gap: 10px;
}
#team-ai .settings .row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px;
  align-items: center;
}
#team-ai .settings .row--buttons {
  grid-template-columns: 1fr 1fr;
}
#team-ai .settings input {
  background: #0b111a;
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 10px;
  padding: 8px;
}
#team-ai .btn {
  border: 1px solid var(--border);
  background: #0c1420;
  color: var(--text);
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 13px;
  cursor: pointer;
}
#team-ai .btn:hover {
  filter: brightness(1.08);
}
#team-ai .btn.primary {
  background: var(--xpulz-primary-color);
  border-color: var(--xpulz-primary-color);
  color: white;
}
#team-ai .btn.danger {
  background: rgba(255, 123, 123, 0.1);
  border-color: rgba(255, 123, 123, 0.25);
  color: var(--xpulz-red);
}
#team-ai .btn.ghost {
  background: transparent;
}
#team-ai .btn.link {
  background: transparent;
  border: none;
  color: var(--muted);
  text-decoration: underline;
  padding: 0;
}
#team-ai .panel-enter-active,
#team-ai .panel-leave-active {
  transition: all 0.18s ease;
}
#team-ai .panel-enter,
#team-ai .panel-leave-to {
  opacity: 0;
  transform: translateY(-4px);
}
#team-ai .thinking-indicator {
  font-size: 12px;
  color: var(--muted);
  margin-left: 2px;
}
#team-ai .choice-head {
  margin-bottom: 10px;
}
#team-ai .choice-head h4 {
  margin: 0;
  font-size: 14px;
  opacity: 0.95;
}
#team-ai .choice-sub {
  margin: 4px 0 0;
  font-size: 12px;
  opacity: 0.7;
}
#team-ai .choice-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
#team-ai .team-choice {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: white;
  cursor: pointer;
  text-align: left;
  transition: transform 0.08s ease, background 0.15s ease, border-color 0.15s ease;
}
#team-ai .team-choice:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}
#team-ai .team-choice:focus-visible {
  outline: 2px solid rgba(120, 170, 255, 0.9);
  outline-offset: 2px;
}
#team-ai .team-choice.selected {
  background: var(--xpulz-primary-color);
}
#team-ai .team-choice .team-avatar {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: cover;
}
#team-ai .team-choice .team-name {
  font-weight: 650;
  letter-spacing: 0.2px;
}
#team-ai .team-choice .team-name.two-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#team-ai .team-choice .team-cta {
  margin-left: auto;
  opacity: 0.75;
  font-size: 12px;
}
#team-ai .team-choice .team-choice.attention {
  box-shadow: 0 0 0 0 rgba(120, 170, 255, 0.25);
  animation: pulse 1.2s ease-out 2;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(120, 170, 255, 0.25);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(120, 170, 255, 0);
  }
}

@keyframes blink {
  0%, 80%, 100% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
}
.team-page .games-stats .game-header {
  padding: 20px 0;
}
.team-page .games-stats .game-header .competitive {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.team-card {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  border-radius: 10px;
  background: var(--xpulz-mediumgrey);
  border: 2px solid transparent;
  transition: all 0.4s;
}
.team-card.incomplete {
  border: 2px solid var(--xpulz-red);
}
.team-card.incomplete .member .value {
  color: var(--xpulz-red);
  text-shadow: 1px 1px 2px black;
}
.team-card:hover {
  border-color: var(--xpulz-primary-color);
}
.team-card .top {
  color: var(--xpulz-white);
  z-index: 1;
  height: calc(100% - 80px);
  padding: 10px 0px 0px 0px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.team-card .top .img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 20px;
  height: 140px;
}
.team-card .top .img-container img {
  height: 100px;
  margin: 0 auto;
}
.team-card .top .img-container .data {
  padding: 0 10px;
  margin-top: 0;
}
.team-card .top .team-mode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.team-card .top .team-mode .game-svg {
  height: 30px;
}
.team-card .top .team-mode .game-svg svg {
  fill: var(--xpulz-lightergrey-txt);
  height: 30px;
}
.team-card .top .team-mode .mode {
  margin-left: 10px;
  color: var(--xpulz-lightergrey-txt);
}
.team-card .top .data {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
.team-card .top .data .width-30 {
  width: 30%;
}
.team-card .top .data .stats {
  width: 100%;
  text-align: center;
}
.team-card .top .data.manage select {
  margin-bottom: 10px;
}
.team-card .top .data .members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 0 20px;
  transition: all 0.4s;
}
.team-card .top .data .members .participant-member:hover {
  background-color: var(--xpulz-darkgrey);
}
.team-card .top .data .members .participant-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-right: 0;
  color: var(--xpulz-white);
  border-bottom: 1px groove var(--xpulz-lightergrey-txt);
  font-size: 0.9em;
  height: 40px;
  font-weight: bold;
}
.team-card .top .data .members .participant-member .role-captain svg {
  width: 20px !important;
}
.team-card .top .data .members .participant-member .circle.role-member, .team-card .top .data .members .participant-member .circle.role-sub {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.team-card .top .data .members .participant-member div.flag {
  margin-right: 10px;
  width: 28px;
  text-align: center;
}
.team-card .top .data .members .participant-member div.flag img.flag {
  width: 14px;
}
.team-card .top .data .members .participant-member:last-child {
  border-bottom: none;
}
.team-card .top .data.full .members {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.team-card .top .data.full .members .participant-member {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 200px;
  border: none;
  background: var(--xpulz-darkgrey);
  padding: 20px 40px;
  margin: 10px 0;
}
.team-card .top .data.full .members .participant-member div.flag {
  margin-right: 0;
  margin-top: -8px;
}
.team-card .top .data.full .members .participant-member span {
  margin-top: 5px;
  font-size: 1.1em;
}
.team-card .top .data.full .members .participant-member span.role-captain, .team-card .top .data.full .members .participant-member span.role-member, .team-card .top .data.full .members .participant-member span.role-sub {
  position: absolute;
  margin: 0;
}
.team-card .top .data.full .members .participant-member img {
  width: 120px;
}
.team-card .top .name {
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
}
.team-card .top .key {
  font-size: 0.7em;
  margin-bottom: 5px;
}
.team-card .top .value {
  font-size: 1.1em;
}
.team-card .bottom {
  height: 80px;
}
.team-card .bottom .cta {
  transition: opacity 0.4s;
  opacity: 0.7;
}
.team-card .bottom ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.team-card .bottom ul.back li {
  width: 100%;
}
.team-card .bottom ul.back li input {
  height: 100%;
  margin: 0 10px;
}
.team-card .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 5px;
}
.team-card .title-data {
  padding: 3px 20px 3px 25px;
  background: var(--xpulz-darkgrey);
  font-size: 1.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.team-card .title-data .text {
  color: var(--xpulz-lightergrey-txt);
}
.team-card .title-data .count {
  background: var(--xpulz-primary-color-lighten-20);
  color: white;
  width: 25px;
  text-align: center;
  font-weight: bold;
}
.team-card .participant-member {
  width: auto;
  padding-top: 0;
  margin-right: 20px;
}
.team-card .roster span {
  margin-left: 10px;
}

#my-teams .create-team .game-selector {
  padding-bottom: 30px;
}
#my-teams .create-team .change_mode {
  margin-top: 20px;
}
#my-teams {
  background: var(--xpulz-lightgrey);
}
#my-teams ul {
  list-style: none;
}
#my-teams p.warning {
  text-align: center;
}
#my-teams ul.teams {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 30px;
  width: 100%;
}
#my-teams ul.teams .team {
  width: 30%;
  margin-bottom: 30px;
}
#my-teams ul.teams .team .team-card {
  height: 100%;
}
#my-teams .rosters .team {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#my-teams .rosters .team .team-card {
  width: 45%;
  margin: 30px;
}
#my-teams .rosters .team .match {
  width: 40%;
  border-left: 2px solid var(--xpulz-yellow);
  padding: 30px;
}
#my-teams .rosters .team .match .name {
  color: var(--xpulz-yellow);
  margin: 10px 0;
  text-align: center;
  font-size: 1.2em;
}
#my-teams .rosters .team .match .actions > div {
  margin: 0 10px;
}
#my-teams .rosters .team .match .actions .datetime {
  width: 100px;
  text-align: center;
}

#team-settings .form-group label {
  color: white;
}
#team-settings .form-group textarea {
  max-width: 100%;
}

.team-component .team-counts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
.team-component .team-counts .column {
  width: 20%;
  background: var(--xpulz-mediumgrey);
  border-radius: 10px;
  color: white;
  margin-right: 10px;
  padding: 20px;
  border: 1px solid var(--xpulz-primary-color);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.team-component .team-counts .column .number {
  font-size: 2em;
  font-weight: bold;
}
.team-component .team-counts .column small {
  height: 20px;
  position: absolute;
  bottom: 5px;
  font-style: italic;
  font-weight: bold;
}
.team-component .team-counts .column.error {
  background: var(--xpulz-red);
  border-color: var(--xpulz-white);
}
.team-component.small {
  height: 140px;
}
.team-component.small .upload-cover, .team-component.small .right {
  display: none;
}
.team-component.small .left {
  width: 100%;
}
.team-component.small .left .avatar-content {
  width: 120px;
}
.team-component.small .left .avatar-content img {
  height: 100px;
  width: 100px;
}
.team-component.small .left .admin-panel {
  display: none;
}
.team-component.small .left .information-content {
  width: calc(100% - 120px);
}
.team-component.small .left .information-content .username {
  font-size: 1.8em;
}
.team-component .manage-billing-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.15s ease;
}
.team-component .manage-billing-link svg {
  opacity: 0.7;
}
.team-component .manage-billing-link:hover {
  color: var(--xpulz-yellow);
  text-decoration: none;
}
.team-component .manage-billing-link:hover svg {
  opacity: 1;
}

.profile-v2 header.profile-header-v2.team-component.small {
  height: 140px;
}
.profile-v2 header.profile-header-v2.team-component.small .upload-cover, .profile-v2 header.profile-header-v2.team-component.small .right {
  display: none;
}
.profile-v2 header.profile-header-v2.team-component.small .left {
  width: 100%;
}
.profile-v2 header.profile-header-v2.team-component.small .left .avatar-content {
  width: 120px;
}
.profile-v2 header.profile-header-v2.team-component.small .left .avatar-content img {
  height: 100px;
  width: 100px;
}
.profile-v2 header.profile-header-v2.team-component.small .left .admin-panel {
  display: none;
}
.profile-v2 header.profile-header-v2.team-component.small .left .information-content {
  width: calc(100% - 120px);
}
.profile-v2 header.profile-header-v2.team-component.small .left .information-content .username {
  font-size: 1.8em;
}

@media (max-width: 900px) {
  #team-ai .ai-chat__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .team-page .games-gamestats-container .games-gamestats {
    width: 100%;
  }
}
.stream-carousel {
  margin-top: -0.4rem;
  flex: 0 1 100%;
  display: flex;
  justify-content: center;
  height: 650px;
  position: relative;
  align-items: center;
  justify-content: space-evenly;
}
.stream-carousel__chevron {
  font-size: 1.6rem;
  color: var(--xpulz-primary-color);
  padding: 1rem 1.4rem;
  border-radius: 50%;
}
.stream-carousel__chevron:hover {
  background-color: var(--xpulz-primary-color-lighten-20);
  cursor: pointer;
}
.stream-carousel__content {
  flex: 0 0 80%;
  height: 100%;
  position: relative;
}
.stream-carousel__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 5px;
  color: white;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.stream-carousel__overlay i:hover {
  cursor: pointer;
  color: var(--xpulz-primary-color);
}
.stream-carousel__overlay-top {
  flex: 0 1 100%;
  display: flex;
}
.stream-carousel__overlay-picture {
  flex: 0 0 16%;
}
.stream-carousel__overlay-picture img {
  height: 70px;
}
.stream-carousel__overlay-text {
  flex: 0 0 70%;
  font-size: 0.9rem;
}
.stream-carousel__overlay-name {
  font-weight: 700;
  font-size: 1.2rem;
}
.stream-carousel__overlay-title {
  margin-top: 2px;
}
.stream-carousel__overlay-views {
  margin-top: 2px;
}
.stream-carousel__overlay-live {
  flex: 0 0 15%;
  font-size: 16px;
  text-align: right;
}
.stream-carousel__overlay-live .record-button {
  height: 11px;
  width: 11px;
  display: inline-block;
  margin-right: 0;
}
.stream-carousel__overlay-live .u-inline-text {
  display: inline-block;
}
.stream-carousel__overlay-bottom {
  flex: 0 1 100%;
  display: flex;
}
.stream-carousel__overlay-icon {
  font-size: 1.2rem;
}
.stream-carousel__overlay-icon--volume {
  margin-left: 1rem;
}
.stream-carousel__overlay-icon--settings {
  margin-left: auto;
  margin-right: 1rem;
}
.stream-carousel__overlay-icon--fullscreen {
  transform: rotate(-45deg);
}
.stream-carousel__overlay .big-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 4rem;
}
.stream-carousel__overlay .big-play:hover {
  cursor: pointer;
  color: var(--xpulz-primary-color);
}
.stream-carousel__video {
  width: 1100px;
  height: 650px;
  position: absolute;
  transition: all 0.5s;
  border-radius: 10px;
  border: 3px solid var(--xpulz-lightergrey-txt);
}
.stream-carousel__video .inactive {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  transition: all 0.2s ease-out;
}
.stream-carousel__video .inactive + img {
  transition: all 0.2s ease-out;
}
.stream-carousel__video .inactive:hover {
  cursor: pointer;
  transform: scale(1.02);
  background-color: rgba(0, 0, 0, 0.4);
}
.stream-carousel__video .inactive:hover + img {
  transform: scale(1.02);
}
.stream-carousel__video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 3;
}
.stream-carousel__video iframe {
  z-index: 100;
}
.stream-carousel__video.main {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.stream-carousel__video.main .inactive + img {
  transition: none;
}
.stream-carousel__video.main .inactive:hover {
  cursor: initial;
  transform: scale(1);
  background-color: rgba(0, 0, 0, 0.6);
}
.stream-carousel__video.main .inactive:hover + img {
  transform: scale(1);
}
.stream-carousel__video.hidden {
  display: none;
}
.stream-carousel__video.secondary {
  width: 825px;
  height: 585px;
  z-index: 2;
}
.stream-carousel__video.secondary-left {
  top: 50%;
  left: 20%;
  transform: translate(-20%, -50%);
}
.stream-carousel__video.secondary-right {
  top: 50%;
  left: 80%;
  transform: translate(-80%, -50%);
}
.stream-carousel__video.tertiary {
  width: 759px;
  height: 526.5px;
  z-index: 1;
}
.stream-carousel__video.tertiary-left {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.stream-carousel__video.tertiary-right {
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}
.stream-carousel__video-picture {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#stream-carousel-v2 .carousel-item {
  height: 700px;
}

#setup {
  background: var(--xpulz-lightgrey);
  color: white;
  padding-bottom: 20px;
}
#setup .menu-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0 20px;
  position: sticky;
  top: var(--menutop-height);
  background: var(--xpulz-darkgrey);
  z-index: 1;
}
#setup .menu-bar .steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#setup .menu-bar .steps .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#setup .menu-bar .steps .step .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#setup .menu-bar .steps .step .name .lds-dual-ring {
  margin-left: 10px;
}
#setup .menu-bar .steps .step .name .svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#setup .menu-bar .steps .step .name .svg svg {
  width: 16px;
  margin-left: 10px;
}
#setup .menu-bar .steps .step .name .svg.valid svg {
  fill: green;
}
#setup .menu-bar .steps .step .name .svg.error svg, #setup .menu-bar .steps .step .name .svg.error path {
  fill: var(--xpulz-red);
}
#setup .menu-bar .steps .step {
  padding: 15px 10px;
  border-bottom: 4px solid transparent;
  color: white;
  cursor: pointer;
}
#setup .menu-bar .steps .step.selected {
  border-bottom-color: var(--xpulz-primary-color);
}
#setup .menu-bar .steps .step.inactive {
  background: var(--xpulz-lightgrey);
  color: grey;
  cursor: default;
}
#setup .menu-bar .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
#setup .menu-bar .actions .next, #setup .menu-bar .actions .create, #setup .menu-bar .actions .edit {
  margin-left: 20px;
}
#setup iframe.video {
  width: calc(100% - 100px);
  height: 500px;
}
#setup .screenshots .screenshot {
  width: 160px;
  margin-left: 10px;
  cursor: pointer;
}
#setup .screenshots {
  margin-bottom: 40px;
}
#setup .top-title {
  font-size: 3em;
  color: var(--xpulz-primary-color);
  text-align: center;
  text-shadow: 1px 1px 4px black;
  padding: 20px 0 10px 0;
}
#setup .description {
  background-color: var(--xpulz-darkgrey);
  padding: 10px 20px;
  margin: 10px 20px;
}
#setup .organizer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#setup .organizer .name {
  color: var(--xpulz-yellow);
  font-size: 1.5em;
}
#setup .build {
  margin-left: 10px;
}
#setup input[type=color] {
  width: 50px;
  padding: 2px;
  margin-right: 10px;
}
#setup .colors .color {
  width: 50%;
  text-align: center;
}
#setup .colors .color input[type=text] {
  width: 100px;
  height: 30px;
  text-align: center;
}
#setup .upsert {
  width: 100%;
}
#setup .edit {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
#setup .edit svg {
  width: 20px;
  height: 20px;
  fill: white;
}
#setup .edit :hover svg g, #setup .edit :hover svg path {
  fill: var(--xpulz-primary-color);
}
#setup .delete {
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
}
#setup .delete svg {
  width: 20px;
  height: 20px;
}
#setup .delete :hover svg g, #setup .delete :hover svg path {
  fill: var(--xpulz-red);
}
#setup .block-img canvas {
  width: 100% !important;
  height: 711px !important;
}
#setup .content-section {
  width: 100%;
}
#setup .content-section.general .left {
  width: 50%;
}
#setup .content-section.general .right {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#setup .content-section.general .left, #setup .content-section.general .right {
  margin: 0 auto;
}
#setup .content-section.featured_users .loading {
  margin-left: 10px;
}
#setup .content-section.featured_users .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#setup .content-section.featured_users .list .player {
  width: 25%;
  margin-bottom: 10px;
}
#setup .content-section.featured_users .list .player img {
  width: 40px;
  height: 40px;
}
#setup .content-section.sliders .content-item img {
  height: auto !important;
  max-width: 100% !important;
}
#setup .twitch-clip {
  border: 0;
  border-radius: 10px;
  width: 100%;
}
#setup .croppa-container canvas {
  max-width: 100%;
}
#setup .content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}
#setup .content-list .content-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--xpulz-darkgrey);
  width: 20%;
  margin: 20px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
#setup .content-list .content-item .name {
  min-height: 40px;
}
#setup .content-list .content-item img {
  height: 100px;
  margin: 0 auto;
}
#setup .content-list .content-item.add {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#setup .content-list .content-item.add svg {
  width: 80px;
}
#setup .content-list .content-item.add svg polygon {
  fill: var(--xpulz-yellow);
}

/* Valorant Map Winrate Graph — SCSS (combined & DRY) */
#valorantTagsSettings table th, #valorantTagsSettings table td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#valorantTagsSettings table th {
  font-weight: 700;
  font-size: 0.9rem;
}
#valorantTagsSettings table td {
  font-size: 0.85rem;
}
#valorantTagsSettings table .tag-name {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
  color: #fff;
  background-color: var(--tag-color, #0076e1);
  text-shadow: 1px 1px 1px black;
}
#valorantTagsSettings table .match-count {
  font-size: 1em;
  font-variant-numeric: tabular-nums;
}
#valorantTagsSettings input[type=color] {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
#valorantTagsSettings .add-tag-form {
  margin-top: 20px;
}
#valorantTagsSettings .add-tag-form h4 {
  margin-bottom: 10px;
}
#valorantTagsSettings .add-tag-form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  align-items: flex-start;
}
#valorantTagsSettings .add-tag-form .form-group label {
  margin-bottom: 4px;
  font-weight: 600;
}
#valorantTagsSettings .add-tag-form .form-group input[type=text] {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: #1a2330;
  color: #fff;
}

.grade-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  transition: 0.2s ease;
  justify-self: center;
  cursor: pointer;
}
.grade-card:hover {
  background: rgba(255, 255, 255, 0.06);
}
.grade-card .kpi-help {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0076e1;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.grade-card .grade-ring {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1.1rem;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background: conic-gradient(var(--grade-color) calc(var(--grade-value, 100) * 1%), rgba(255, 255, 255, 0.08) 0%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: 0.25s ease;
}
.grade-card .grade-info .grade-score {
  font-weight: 800;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grade-card .grade-info small {
  font-size: 0.7rem;
  opacity: 0.7;
}

.grade-A {
  --grade-color: #b788ff;
  background-color: rgba(183, 136, 255, 0.25);
}

.grade-B {
  --grade-color: #0097e1;
  background-color: rgba(0, 151, 225, 0.25);
}

.grade-C {
  --grade-color: #f5bf1c;
  background-color: rgba(245, 191, 28, 0.25);
}

.grade-D {
  --grade-color: #f36c21;
  background-color: rgba(243, 108, 33, 0.25);
}

.grade-F {
  --grade-color: #e73553;
  background-color: rgba(231, 53, 83, 0.25);
}

.grade-A-plus {
  --grade-color: #cb9eff;
  background-color: rgba(203, 158, 255, 0.3);
}

.grade-A-minus {
  --grade-color: #a470ff;
  background-color: rgba(164, 112, 255, 0.22);
}

.grade-B-plus {
  --grade-color: #00b4ff;
  background-color: rgba(0, 180, 255, 0.3);
}

.grade-B-minus {
  --grade-color: #0070b3;
  background-color: rgba(0, 112, 179, 0.22);
}

.grade-C-plus {
  --grade-color: #ffd84a;
  background-color: rgba(255, 216, 74, 0.3);
}

.grade-C-minus {
  --grade-color: #d1a600;
  background-color: rgba(209, 166, 0, 0.22);
}

.grade-D-plus {
  --grade-color: #ff944f;
  background-color: rgba(255, 148, 79, 0.3);
}

.grade-D-minus {
  --grade-color: #c44c00;
  background-color: rgba(196, 76, 0, 0.22);
}

.grade-F-plus,
.grade-F-minus,
.grade-F {
  --grade-color: #e73553;
  background-color: rgba(231, 53, 83, 0.25);
}

.valorant-custom-stats .no-data {
  background: url(/img/game/valorant/agents/xpulz/background-compress.png);
  background-size: cover;
  margin-top: 10px;
  border-radius: 10px;
}
.valorant-custom-stats .no-data svg {
  height: 40px;
  fill: var(--xpulz-yellow);
}
.valorant-custom-stats .no-data .text {
  color: var(--xpulz-white);
  font-size: 1.2em;
}
.valorant-custom-stats .table-container.valorant .box-content {
  padding: 0;
}
.valorant-custom-stats .map-filter {
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.valorant-custom-stats .map-filter label {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  margin-right: 12px;
}
.valorant-custom-stats .map-filter .x-select img, .valorant-custom-stats .map-filter .x-select .selected img {
  width: auto;
}
.valorant-custom-stats .map-graph {
  max-width: 100%;
  margin: 0 0 20px 0;
  padding: 10px 20px;
  border: 2px solid var(--xpulz-primary-color-darken-20);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: linear-gradient(180deg, var(--xpulz-lightgrey), var(--xpulz-darkgrey)), #111824;
  /* ===== GRID (DEFAULT: columns) ===== */
}
.valorant-custom-stats .map-graph .map-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px 22px;
  align-items: end;
}
.valorant-custom-stats .map-graph .map-col {
  /* Inputs (0–100), default both to 0 */
  --track: 0;
  display: grid;
  grid-template-rows: 230px auto auto auto;
  justify-items: center;
  text-align: center;
}
.valorant-custom-stats .map-graph .map-col .bar-areas {
  display: flex;
  gap: 4px;
}
.valorant-custom-stats .map-graph .map-col .agents {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: start;
  align-items: start;
}
.valorant-custom-stats .map-graph .map-col .agents .name {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(26, 35, 48, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  padding: 2px 6px;
}
.valorant-custom-stats .map-graph .map-col .agents .agents-images {
  display: flex;
  gap: 8px;
}
.valorant-custom-stats .map-graph .map-col .agents .agents-images img {
  width: 52px;
  height: 52px;
  background: black;
}
.valorant-custom-stats .map-graph .map-col .agents .agents-images img.in-team {
  border: 2px solid var(--xpulz-primary-color);
}
.valorant-custom-stats .map-graph .map-col .agents .agents-images img.out-team {
  filter: grayscale(100%) brightness(60%);
  opacity: 0.6;
}
.valorant-custom-stats .map-graph .map-col .labels {
  width: 100%;
}
.valorant-custom-stats .map-graph .map-col .labels .name {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  height: 36px;
  width: 100%;
  background: #1a2330;
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.valorant-custom-stats .map-graph .map-col .labels .name + .name {
  margin-top: 4px;
}
.valorant-custom-stats .map-graph .map-col {
  /* ===== BAR AREA ===== */
}
.valorant-custom-stats .map-graph .map-col .bar-area {
  position: relative;
  width: 100%;
  display: grid;
  place-items: end center;
  height: 220px;
  padding-bottom: 4px;
  /* Merge .bar-track + .bar-track-2 via --value */
}
.valorant-custom-stats .map-graph .map-col .bar-area .bar-track {
  --value: var(--track);
  --bar-color: var(--xpulz-primary-color-darken-20);
  position: relative;
  width: 55px;
  height: 100%;
  max-height: 210px;
  background: #1a2330;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.valorant-custom-stats .map-graph .map-col .bar-area .bar-track::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  height: calc(var(--value) * 1% - 10px);
  width: calc(100% - 10px);
  z-index: 3;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.25) 100%);
  border-radius: 10px;
}
.valorant-custom-stats .map-graph .map-col .bar-area .bar-track {
  /* Fill (vertical by default) */
}
.valorant-custom-stats .map-graph .map-col .bar-area .bar-track::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  height: calc(var(--value) * 1% - 10px);
  background: linear-gradient(180deg, var(--xpulz-primary-color-lighten-20) 0%, var(--xpulz-primary-color-darken-20) 100%);
  z-index: 2;
  border-radius: 10px;
  opacity: calc(0.6 + 0.2 * (1 - clamp(0, (39.5 - var(--track, 0)) * 9999, 1)) + 0.2 * (1 - clamp(0, (69.5 - var(--track, 0)) * 9999, 1)));
}
.valorant-custom-stats .map-graph .map-col .bar-area .bar-track.attack::after {
  background: linear-gradient(180deg, rgb(57.5458167331, 99.4541832669, 98.828685259) 0%, #60a3a2 100%);
}
.valorant-custom-stats .map-graph .map-col .bar-area .bar-track.defense::after {
  background: linear-gradient(180deg, rgb(162.9263157895, 55.0736842105, 63.1052631579) 0%, #cf7178 100%);
}
.valorant-custom-stats .map-graph .map-col .bar-area .bar-track .bar-percent {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  text-align: center;
  font: 700 12px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
  pointer-events: none;
  z-index: 3;
}
.valorant-custom-stats .map-graph .map-col {
  /* ===== THUMB ===== */
}
.valorant-custom-stats .map-graph .map-col .map-thumb {
  width: 90px;
  height: 52px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0f1622;
}
.valorant-custom-stats .map-graph .map-col .map-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.05) brightness(0.95);
}
.valorant-custom-stats .map-graph .map-col {
  /* ===== TEXT ===== */
}
.valorant-custom-stats .map-graph .map-col .map-name {
  margin: 8px 0 2px 0;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.valorant-custom-stats .map-graph .map-col .map-count {
  margin: 0;
  font-size: 12px;
  justify-self: center;
}
.valorant-custom-stats .map-graph .map-col .integer {
  font-variant-numeric: tabular-nums;
  font-size: 1.2em;
  justify-self: center;
}
.valorant-custom-stats .map-graph .map-col .grade-card {
  margin-top: 8px;
}
.valorant-custom-stats .map-graph .map-col .win-lose {
  justify-self: center;
}
.valorant-custom-stats .map-graph .map-col .win-lose span {
  font-variant-numeric: tabular-nums;
}
.valorant-custom-stats .map-graph .map-col.header {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.4px;
}
.valorant-custom-stats .map-graph .map-col.header div {
  background: #1a2330;
  border: 1px solid rgba(255, 255, 255, 0.06);
  width: 100%;
  text-align: center;
  padding: 6px 0;
}
.valorant-custom-stats .map-graph .map-col:hover .bar-track {
  outline: 1px solid rgba(93, 209, 255, 0.3);
}
.valorant-custom-stats .map-graph .map-col:hover .labels .name {
  outline: 1px solid rgba(93, 209, 255, 0.3);
}
.valorant-custom-stats .map-graph {
  /* ===== MODIFIER: LINE (rows + horizontal bar) ===== */
}
.valorant-custom-stats .map-graph.is-line .map-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}
.valorant-custom-stats .map-graph.is-line .map-col {
  /* Turn the column card into a row */
  grid-template-columns: 100px 100px 100px 1fr 160px;
  grid-template-rows: auto;
  grid-auto-flow: column;
  justify-items: start;
  align-items: center;
  column-gap: 16px;
  text-align: left;
  padding: 10px 0;
}
.valorant-custom-stats .map-graph.is-line .map-col:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}
.valorant-custom-stats .map-graph.is-line .map-col .bar-area {
  width: 100%;
  height: auto;
  min-height: 36px;
  display: grid;
  place-items: center start;
  padding: 0;
}
.valorant-custom-stats .map-graph.is-line .map-col .bar-area .stats-area {
  margin-top: 10px;
  width: 100%;
  display: grid;
  row-gap: 10px;
  column-gap: 10px;
  grid-template-columns: calc(20% - 8px) calc(20% - 8px) calc(20% - 8px) calc(20% - 8px) calc(20% - 8px);
}
.valorant-custom-stats .map-graph.is-line .map-col .bar-area .stats-area .stat {
  background: #1a2330;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.valorant-custom-stats .map-graph.is-line .map-col .bar-area .stats-area .stat .label {
  text-align: center;
  font-size: 0.7em;
}
.valorant-custom-stats .map-graph.is-line .map-col .bar-area .stats-area .stat .value {
  font-size: 0.8em;
  text-align: center;
  font-weight: bold;
}
.valorant-custom-stats .map-graph.is-line .map-col .bar-area .bar-track {
  width: 100%;
  height: 36px;
  max-height: none;
}
.valorant-custom-stats .map-graph.is-line .map-col .bar-area .bar-track::before {
  width: calc(var(--value) * 1% - 10px);
  height: calc(100% - 10px);
}
.valorant-custom-stats .map-graph.is-line .map-col .bar-area .bar-track {
  /* Override fill to horizontal in line mode */
}
.valorant-custom-stats .map-graph.is-line .map-col .bar-area .bar-track::after {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  width: calc(var(--value) * 1% - 10px);
  height: calc(100% - 10px);
  background: var(--bar-color);
  opacity: calc(0.6 + 0.2 * (1 - clamp(0, (39.5 - var(--value, 0)) * 9999, 1)) + 0.2 * (1 - clamp(0, (69.5 - var(--value, 0)) * 9999, 1)));
}
.valorant-custom-stats .map-graph.is-line .map-col .bar-area .bar-track.attack::after {
  background: linear-gradient(90deg, rgb(57.5458167331, 99.4541832669, 98.828685259) 0%, #60a3a2 100%);
}
.valorant-custom-stats .map-graph.is-line .map-col .bar-area .bar-track.defense::after {
  background: linear-gradient(90deg, rgb(162.9263157895, 55.0736842105, 63.1052631579) 0%, #cf7178 100%);
}
.valorant-custom-stats .map-graph.is-line .map-col .bar-area .bar-track .bar-percent {
  /* Center percent on the bar in line mode */
  position: absolute;
  inset: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.valorant-custom-stats .map-graph.is-line .map-col .bar-area .bar-track + .bar-track {
  margin-top: 4px;
}
.valorant-custom-stats .map-graph.is-line .map-col .map-thumb {
  width: 90px;
  height: 56px;
  justify-self: center;
}
.valorant-custom-stats .map-graph.is-line .map-col .grade-card {
  margin-top: 0px;
}
.valorant-custom-stats .map-graph.is-line .map-col .map-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  justify-self: center;
}
.valorant-custom-stats .map-graph.is-line .map-col .map-count {
  margin: 0;
  font-size: 12px;
  justify-self: start;
  opacity: 0.9;
}
.valorant-custom-stats .map-graph.clutch-performance .map-col {
  grid-template-columns: 100px 100px 100px 100px 1fr 160px;
}
.valorant-custom-stats .map-graph.first-blood-death .map-col {
  grid-template-columns: 100px 100px 100px 120px 1fr 160px;
}
.valorant-custom-stats .map-graph.has-splash-map .map-col {
  background: var(--splash) no-repeat center/cover;
  position: relative;
  padding: 10px 0;
  border-radius: 10px;
}
.valorant-custom-stats .map-graph.has-splash-map .map-col:not(.header)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: background 0.2s ease;
  z-index: 0;
  border-radius: 10px;
}
.valorant-custom-stats .map-graph.has-splash-map .map-col.overall {
  background-position: 0 20%;
}
.valorant-custom-stats .map-graph.has-splash-map .map-col:hover::before {
  background: rgba(0, 0, 0, 0.65);
}
.valorant-custom-stats .map-graph.has-splash-map .map-col > div {
  position: relative;
  z-index: 1;
}
.valorant-custom-stats .map-graph.tactical-execution .map-col, .valorant-custom-stats .map-graph.round-outcome-efficiency .map-col {
  grid-template-columns: 100px 100px 100px 200px 120px 1fr 160px;
}
.valorant-custom-stats .map-graph.tactical-execution.defense .map-col, .valorant-custom-stats .map-graph.round-outcome-efficiency.defense .map-col {
  grid-template-columns: 100px 100px 100px 120px 1fr 160px;
}
.valorant-custom-stats .map-graph.tactical-execution .time-to-plant, .valorant-custom-stats .map-graph.round-outcome-efficiency .time-to-plant {
  display: flex;
  justify-self: center;
  gap: 6px;
  --hud-accent: #0076E1;
  --hud-fg: #fff;
  --hud-bg: rgba(8,12,20,.45);
  --hud-border: rgba(255,255,255,.08);
}
.valorant-custom-stats .map-graph.tactical-execution .time-to-plant .hud-timer, .valorant-custom-stats .map-graph.round-outcome-efficiency .time-to-plant .hud-timer {
  --gap: .6rem;
  --pad-y: .35rem;
  --pad-x: .6rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--gap);
  color: var(--hud-fg);
  font: 600 14px/1.1 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
.valorant-custom-stats .map-graph.tactical-execution .time-to-plant .hud--glass, .valorant-custom-stats .map-graph.round-outcome-efficiency .time-to-plant .hud--glass {
  background: var(--hud-bg);
  border: 1px solid var(--hud-border);
  border-radius: 999px;
  padding: var(--pad-y) var(--pad-x);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}
.valorant-custom-stats .map-graph.tactical-execution .time-to-plant .hud-timer__spike, .valorant-custom-stats .map-graph.round-outcome-efficiency .time-to-plant .hud-timer__spike {
  width: 18px;
  height: 18px;
  display: block;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.25));
}
.valorant-custom-stats .map-graph.tactical-execution .time-to-plant .hud-timer__time, .valorant-custom-stats .map-graph.round-outcome-efficiency .time-to-plant .hud-timer__time {
  white-space: nowrap;
  letter-spacing: 0.2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}
.valorant-custom-stats .map-graph.tactical-execution .time-to-plant .hud-timer__clock, .valorant-custom-stats .map-graph.round-outcome-efficiency .time-to-plant .hud-timer__clock {
  width: 18px;
  height: 18px;
  color: var(--hud-fg);
  opacity: 0.9;
  transition: transform 0.2s ease;
}
.valorant-custom-stats .map-graph.tactical-execution .time-to-plant .hud--glass:hover .hud-timer__clock, .valorant-custom-stats .map-graph.round-outcome-efficiency .time-to-plant .hud--glass:hover .hud-timer__clock {
  transform: rotate(-10deg);
}
.valorant-custom-stats .map-graph.round-outcome-efficiency .map-col {
  grid-template-columns: 100px 100px 120px 1fr 160px;
}
.valorant-custom-stats .map-graph.compositions .map-col {
  grid-template-columns: 300px 100px 120px 1fr 160px;
}
.valorant-custom-stats .map-graph.compositions.lineups .map-col {
  grid-template-columns: 50px 1fr 300px 100px 100px 100px 150px 200px;
}
.valorant-custom-stats .map-graph.compositions.first-blood-death .map-col {
  grid-template-columns: 300px 100px 120px 1fr 160px;
}
.valorant-custom-stats .map-graph.compositions.round-outcome-efficiency .map-col {
  grid-template-columns: 300px 120px 1fr 160px;
}
.valorant-custom-stats .map-graph.compositions.tactical-execution .map-col {
  grid-template-columns: 300px 200px 120px 1fr 160px;
}
.valorant-custom-stats .map-graph.compositions.tactical-execution.defense .map-col {
  grid-template-columns: 300px 120px 1fr 160px;
}
.valorant-custom-stats .map-graph.compositions.attack-defense .map-col {
  grid-template-columns: 300px 100px 1fr 160px;
}
.valorant-custom-stats .map-graph.compositions.pistol-rounds .map-col {
  grid-template-columns: 300px 100px 1fr 160px;
}
@keyframes loading-bar {
  0% {
    width: 0%;
  }
  100% {
    width: calc(100% - 10px);
  }
}
@keyframes loading-bar-height {
  0% {
    height: 0%;
  }
  100% {
    height: calc(100% - 10px);
  }
}
.valorant-custom-stats.loading .stats-section {
  position: relative;
}
.valorant-custom-stats.loading .stats-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
}
.valorant-custom-stats.loading .map-graph .map-col .bar-area .bar-track::after {
  background: var(--xpulz-primary-color) !important;
  animation: loading-bar-height 10s infinite;
}
.valorant-custom-stats.loading .map-graph .map-col .bar-area .bar-track::before {
  display: none;
}
.valorant-custom-stats.loading .map-graph.is-line .map-col .bar-area .bar-track::after {
  animation: loading-bar 10s infinite;
}

.valorant-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.valorant-badges .valorant-badge {
  margin-right: 5px;
}
.valorant-badges .valorant-badge.small {
  height: 48px;
  width: 48px;
}
.valorant-badges .valorant-badge.medium {
  height: 64px;
  width: 64px;
}
.valorant-badges .valorant-badge:last-child {
  margin-right: 0;
}

#community .player-stats .player-name {
  position: absolute;
  top: 20px;
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 2.5em;
}
#community .player-stats .player-name .name {
  color: var(--xpulz-primary-color);
}
#community .player-stats .player-name .tag-line {
  color: var(--xpulz-white);
  background: var(--xpulz-primary-color);
}
#community .player-stats .left-agent, #community .player-stats .main-agent, #community .player-stats .right-agent {
  top: auto;
  bottom: 30px;
}
#community .hero-section {
  height: 450px;
  padding: 0 80px;
  overflow: hidden;
  position: relative;
}
#community .hero-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-image: url(/img/organizers/evc/bg-home.jpg);
  background-size: 100%;
  height: 100%;
  filter: brightness(0.5);
}
#community .hero-section .name {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 3px 4px 1px #000;
  color: var(--xpulz-white);
  letter-spacing: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#community .hero-section .name .color {
  color: var(--xpulz-primary-color);
  margin-left: 15px;
}

.val-green {
  color: #60a3a2;
}
.val-green.important {
  color: #60a3a2 !important;
}

.val-red {
  color: #cf7178;
}

.bg-val-green {
  background: #60a3a2;
}
.bg-val-green.important {
  background: #60a3a2 !important;
}

.bg-val-red {
  background: #cf7178;
}

#modal-screenshot-report .text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 30px 0;
}
#modal-screenshot-report .text-center span {
  margin: 0 5px;
}
#modal-screenshot-report .text-center a {
  margin: 0 5px;
  text-decoration: underline;
}
#modal-screenshot-report .text-center svg {
  height: 24px;
  width: 24px;
}
#modal-screenshot-report .text-center .sharing {
  margin-top: 0 !important;
  margin-left: 5px;
  margin-right: 5px;
}

#valorant-mvp {
  background-image: url("/img/organizers/vrlmena/mvp/bg.png");
  width: 1920px;
  height: 1080px;
}
#valorant-mvp header {
  margin: 0 auto;
  width: 80%;
  padding-top: 40px;
}
#valorant-mvp header .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 100px;
}
#valorant-mvp header .top .map {
  height: 100%;
  position: relative;
}
#valorant-mvp header .top .map .map-container {
  width: 330px;
  height: 100%;
  background-size: cover;
}
#valorant-mvp header .top .map .name {
  position: absolute;
  bottom: 0px;
  left: 20px;
  color: white;
  font-size: 2em;
  text-transform: uppercase;
}
#valorant-mvp header .top .vrl {
  height: 100%;
  text-align: center;
}
#valorant-mvp header .top .sponsors {
  height: 100%;
  text-align: right;
  background: var(--xpulz-mediumgrey);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 20px;
}
#valorant-mvp header .top .sponsors img:last-child {
  margin-left: 20px;
}
#valorant-mvp header .team-score {
  background: var(--xpulz-darkgrey);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#valorant-mvp header .team-score .team {
  color: white;
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#valorant-mvp header .team-score .team .team-logo {
  width: 130px;
  margin: 0 15px;
}
#valorant-mvp header .team-score .team section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#valorant-mvp header .team-score .team section .state {
  color: var(--xpulz-primary-color);
  font-size: 2em;
  height: 20px;
}
#valorant-mvp header .team-score .team section .name {
  font-size: 5em;
}
#valorant-mvp header .team-score .team.right {
  justify-content: flex-end;
}
#valorant-mvp header .team-score .score {
  width: 33%;
  color: white;
  font-size: 8em;
  text-align: center;
}
#valorant-mvp header .team-score .score .separator {
  color: var(--xpulz-primary-color);
  margin: 0 30px;
}
#valorant-mvp .rounds-stats {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  justify-content: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.44) 0%, transparent 100%);
  padding: 18px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#valorant-mvp .rounds-stats .round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#valorant-mvp .rounds-stats .round span {
  color: var(--xpulz-lightergrey-txt);
}
#valorant-mvp .rounds-stats .round .icon {
  width: 40px;
  mask-repeat: no-repeat;
  mask-position: center;
  height: 40px;
}
#valorant-mvp .rounds-stats .round .icon.ELIMINATION {
  mask-image: url("/img/organizers/vrlmena/scoreboard/frag icon.png");
}
#valorant-mvp .rounds-stats .round .icon.DETONATE {
  mask-image: url("/img/organizers/vrlmena/scoreboard/spike icon.png");
}
#valorant-mvp .rounds-stats .round .icon.SPIKE_DEFUSE {
  mask-image: url("/img/organizers/vrlmena/scoreboard/diffuse mark.png");
}
#valorant-mvp .rounds-stats .round .icon {
  mask-size: contain;
  background-color: var(--xpulz-lightergrey-txt);
}
#valorant-mvp .rounds-stats .round.winning span {
  color: var(--xpulz-primary-color);
}
#valorant-mvp .rounds-stats .round.winning .icon {
  background-color: var(--xpulz-primary-color);
}
#valorant-mvp .rounds-stats .round > section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#valorant-mvp .rounds-stats {
  font-size: 2em;
}
#valorant-mvp .rounds-stats .separator {
  margin: 0 10px;
  padding-top: 45px;
}
#valorant-mvp .team-stats {
  width: 80%;
  margin: 0 auto;
}
#valorant-mvp .team-stats .stats {
  margin-top: 20px;
  height: 130px;
  background: #5398a9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#valorant-mvp .team-stats .stats .number {
  font-size: 9em;
  width: 33%;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  margin-top: -12px;
}
#valorant-mvp .team-stats .stats .number.right {
  justify-content: flex-end;
  padding-right: 200px;
}
#valorant-mvp .team-stats .stats .number.left {
  justify-content: flex-start;
  padding-left: 200px;
}
#valorant-mvp .team-stats .stats .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 33%;
}
#valorant-mvp .team-stats .stats .icon div {
  width: 80px;
  mask-repeat: no-repeat;
  mask-position: center;
  height: 66px;
  background-color: #e7f41d;
}
#valorant-mvp .team-stats .stats .icon div.spike {
  mask-image: url("/img/organizers/vrlmena/scoreboard/spike icon.png");
}
#valorant-mvp .team-stats .stats .icon div.frag {
  mask-image: url("/img/organizers/vrlmena/scoreboard/frag icon.png");
}
#valorant-mvp .team-stats .stats .icon div.headshot {
  mask-image: url("/img/organizers/vrlmena/scoreboard/headshot icon.png");
}
#valorant-mvp .team-stats .stats .icon div.damage {
  mask-image: url("/img/organizers/vrlmena/scoreboard/damage icon.png");
}
#valorant-mvp .team-stats .stats .icon span {
  font-family: "DrukWideMedium";
  margin-top: 10px;
  color: #e7f41d;
}
#valorant-mvp .mvp {
  width: 90%;
  margin: 0 auto;
  height: 700px;
  padding-top: 40px;
}
#valorant-mvp .mvp > section {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#valorant-mvp .mvp .team {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#valorant-mvp .mvp .team .mvp-logo {
  background-image: url("/img/organizers/vrlmena/mvp/MVP.png");
  width: 300px;
  height: 300px;
  position: absolute;
  border: none;
  bottom: 140px;
  z-index: 2;
  left: 140px;
}
#valorant-mvp .mvp .team:last-child .mvp-logo {
  left: auto;
  right: 215px;
}
#valorant-mvp .mvp .team .player {
  width: calc(25% - 10px);
  height: 300px;
  background: url("/img/organizers/vrlmena/mvp/bg_mvp.png"), #006e6f;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  margin-right: 10px;
}
#valorant-mvp .mvp .team .player:first-child {
  margin-bottom: 10px;
}
#valorant-mvp .mvp .team .player .user {
  width: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#valorant-mvp .mvp .team .player .user img {
  width: 300px;
}
#valorant-mvp .mvp .team .player .right {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  padding: 0 10px;
}
#valorant-mvp .mvp .team .player .names {
  z-index: 1;
  text-transform: uppercase;
  text-align: left;
  height: 70px;
}
#valorant-mvp .mvp .team .player .names .agent {
  color: var(--xpulz-grey-txt);
  font-size: 0.8em;
}
#valorant-mvp .mvp .team .player .names .name {
  color: var(--xpulz-primary-color);
  font-size: 3.5em;
}
#valorant-mvp .mvp .team .player .overlay {
  background: linear-gradient(0deg, #006e6f 0%, transparent 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}
#valorant-mvp .mvp .team .player .stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  margin-top: 0;
}
#valorant-mvp .mvp .team .player .stats .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
#valorant-mvp .mvp .team .player .stats .data .value {
  color: var(--xpulz-white);
  font-size: 1.3em;
}
#valorant-mvp .mvp .team .player .stats .data .label {
  margin-right: 10px;
  color: var(--xpulz-white);
  font-size: 1.3em;
}
#valorant-mvp .mvp .team .player .bg-agent {
  position: absolute;
  height: 300px;
  bottom: -20px;
  left: -50px;
}
#valorant-mvp .mvp .team .player.mvp {
  width: 100%;
  height: 380px;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#valorant-mvp .mvp .team .player.mvp .right {
  padding: 0 20px;
}
#valorant-mvp .mvp .team .player.mvp .bg-agent {
  top: 0;
  bottom: auto;
  height: 700px;
  right: 0;
  left: auto;
}
#valorant-mvp .mvp .team .player.mvp .names {
  height: 160px;
  margin-top: 20px;
}
#valorant-mvp .mvp .team .player.mvp .names .name {
  color: white;
  margin-top: 0px;
  font-size: 8.5em;
}
#valorant-mvp .mvp .team .player.mvp .stats .data .label {
  color: var(--xpulz-primary-color);
}
#valorant-mvp .mvp .team .player.mvp .stats .data .value,
#valorant-mvp .mvp .team .player.mvp .stats .data .label {
  font-size: 2em;
}
#valorant-mvp .mvp .team:first-child {
  margin-right: 10px;
}
#valorant-mvp .mvp .team:first-child .player.mvp .bg-agent {
  right: -100px;
}
#valorant-mvp .mvp .team:last-child {
  margin-left: 10px;
}
#valorant-mvp .mvp .team:last-child .player {
  background: url("/img/organizers/vrlmena/mvp/bg_mvp_right.png"), #006e6f;
  background-position: left top;
  background-repeat: no-repeat;
}
#valorant-mvp .mvp .team:last-child .player:first-child, #valorant-mvp .mvp .team:last-child .player:last-child {
  margin-right: 0;
}
#valorant-mvp .mvp .team:last-child .player:last-child {
  width: 25%;
}
#valorant-mvp .mvp .team:last-child .player.mvp .stats,
#valorant-mvp .mvp .team:last-child .player.mvp .names {
  text-align: right;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  -moz-align-items: end;
  align-items: end;
}
#valorant-mvp .mvp .team:last-child .player.mvp .bg-agent {
  left: -60px;
  right: auto;
}

#valorant-live {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}
#valorant-live .bg-map {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 2;
}
#valorant-live .bg-map:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
#valorant-live .big-round {
  position: absolute;
  width: 100%;
  height: 90px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#valorant-live .bg-map,
#valorant-live .big-round {
  width: 100%;
  padding-left: calc(15% + 20px);
  padding-right: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
#valorant-live .bg-map .name,
#valorant-live .big-round .name {
  font-family: "DrukWideMedium";
  text-align: center;
  font-size: 1.9em;
  text-transform: uppercase;
  color: white;
  position: relative;
  z-index: 3;
  text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.6509803922);
}
#valorant-live.right .bg-map,
#valorant-live.right .big-round {
  padding-left: 20px;
  padding-right: calc(15% + 20px);
}
#valorant-live .team {
  background: var(--xpulz-darkgrey);
  width: 15%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#valorant-live .team .score-content {
  height: 330px;
}
#valorant-live .team .score-content .score {
  color: var(--xpulz-primary-color);
  font-size: 18em;
  text-align: center;
  height: 300px;
  line-height: 330px;
}
#valorant-live .team .score-content .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#valorant-live .team .score-content .box > div {
  width: 20px;
  height: 20px;
  border: 2px solid white;
  margin-right: 10px;
}
#valorant-live .team .score-content .box > div:last-child {
  margin-right: 0;
}
#valorant-live .team .score-content .box > div.full {
  background: white;
}
#valorant-live .team .team-logo {
  height: 200px;
}
#valorant-live .team .content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#valorant-live .team .spike {
  text-align: center;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.85);
  }
  70% {
    transform: scale(1.15);
  }
  90% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
#valorant-live .team .spike img {
  height: 120px;
  opacity: 0.5;
  transition: all 0.4s;
  transform: scale(1);
}
#valorant-live .team .spike img.planted {
  opacity: 1;
  animation: pulse 2s infinite;
  filter: invert(50%) sepia(75%) saturate(5551%) hue-rotate(338deg) brightness(95%) contrast(108%);
}
#valorant-live .team .spike img.hand {
  opacity: 1;
}
#valorant-live .team .team-name {
  color: var(--xpulz-primary-color);
  font-size: 4em;
  text-align: center;
}
#valorant-live .team .side,
#valorant-live .team .money {
  font-size: 4em;
  text-align: center;
  color: white;
}
#valorant-live .team .side {
  text-transform: uppercase;
  color: var(--xpulz-yellow);
  font-size: 5em;
  height: 72px;
  margin-bottom: 40px;
}
#valorant-live .team .money {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#valorant-live .team .money .credits {
  margin-right: 10px;
  height: 20px;
}
#valorant-live .players {
  width: 85%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#valorant-live .players .player {
  width: calc(20% - 24px);
  margin-left: 20px;
}
#valorant-live .players .player:last-child {
  margin-right: 20px;
}
#valorant-live .players .player {
  color: white;
  transition: all 0.4s;
}
#valorant-live .players .player .player-top {
  background: linear-gradient(180deg, var(--xpulz-darkgrey) 0%, #afb290 100%);
  height: 50%;
  transition: all 0.4s;
}
#valorant-live .players .player .player-top .player-img {
  min-width: 301px;
  max-width: 100%;
}
#valorant-live .players .player .player-top .player-img[src="/img/default_avatar.svg"] {
  opacity: 0;
}
#valorant-live .players .player .name-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(0, 113, 116) 0%, rgb(0, 162, 165) 50%, rgb(0, 113, 116) 100%);
  height: 90px;
}
#valorant-live .players .player .name-container .name {
  text-align: left;
  font-size: 4em;
  color: white;
  text-transform: uppercase;
  width: calc(100% - 75px);
  overflow: hidden;
  margin: 0 5px;
}
#valorant-live .players .player .name-container .kda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 65px;
}
#valorant-live .players .player .name-container .kda > section {
  font-family: "DrukWideMedium";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 23px;
}
#valorant-live .players .player .name-container .kda > section label {
  color: white;
  margin: 0;
  font-size: 1em;
  width: 20px;
  margin-right: 5px;
  letter-spacing: 0;
}
#valorant-live .players .player .name-container .kda > section div {
  color: var(--xpulz-primary-color);
  font-size: 1em;
  width: 30px;
  text-align: left;
  letter-spacing: 0;
}
#valorant-live .players .player .alive-state {
  background: var(--xpulz-mediumgrey);
}
#valorant-live .players .player .ultimate-icon {
  padding: 10px 0;
  text-align: center;
  opacity: 1;
}
#valorant-live .players .player .ultimate-icon img {
  height: 40px;
}
#valorant-live .players .player .ultimate-icon.empty {
  opacity: 0.5;
}
#valorant-live .players .player .money {
  text-align: center;
  padding: 10px 0;
  font-size: 1.8em;
  background: var(--xpulz-mediumgrey);
  font-family: "DrukWideMedium";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#valorant-live .players .player .money .credits {
  margin-right: 10px;
  height: 28px;
}
#valorant-live .players .player .money span {
  padding-top: 5px;
}
#valorant-live .players .player .weapon {
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: var(--xpulz-darkgrey);
}
#valorant-live .players .player .weapon img {
  height: 50px;
}
#valorant-live .players .player.dead .player-top {
  filter: grayscale(1);
}
#valorant-live .health-bar,
#valorant-live .shield-bar {
  background: grey;
  width: 100%;
  position: relative;
  text-align: center;
  height: 35px;
  font-family: "DrukWideMedium";
}
#valorant-live .health-bar.dead,
#valorant-live .shield-bar.dead {
  height: 70px;
  color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#valorant-live .health-bar .health,
#valorant-live .health-bar .shield,
#valorant-live .shield-bar .health,
#valorant-live .shield-bar .shield {
  background: var(--xpulz-primary-color);
  transition: all 0.4s;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#valorant-live .health-bar .shield,
#valorant-live .shield-bar .shield {
  background: var(--xpulz-body);
}
#valorant-live .health-bar span,
#valorant-live .shield-bar span {
  z-index: 2;
  position: relative;
  font-size: 1.3em;
  line-height: 38px;
}
#valorant-live.right .players .player {
  margin-left: 0px;
  margin-right: 20px;
}
#valorant-live.right .players .player:first-child {
  margin-left: 20px;
}
#valorant-live.right .bg-map .map-name {
  text-align: left;
  padding-left: 20px;
  padding-right: 0;
}
#valorant-live .stats {
  position: relative;
  background: var(--xpulz-mediumgrey);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#valorant-live .stats .ultimate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 30px;
}
#valorant-live .stats .ultimate .dot {
  margin-right: 5px;
  height: 10px;
  width: 10px;
  background-color: var(--xpulz-primary-color);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
}
#valorant-live .stats .ultimate .dot.empty {
  background-color: transparent;
  border: 1px solid white;
}
#valorant-live .stats .ultimate .dot:last-child {
  margin-right: 0;
}
#valorant-live .stats .spike {
  position: absolute;
  top: 10px;
  right: 10px;
}
#valorant-live .stats .spike img {
  height: 35px;
}
#valorant-live .stats .abilities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#valorant-live .stats .abilities img {
  height: 40px;
}
#valorant-live .stats .abilities > section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 33%;
  opacity: 1;
  transition: all 0.4s;
}
#valorant-live .stats .abilities > section .ultimate {
  margin-top: 10px;
  height: 50px;
  padding-bottom: 0;
}
#valorant-live .stats .abilities > section .ultimate.column {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#valorant-live .stats .abilities > section .ultimate .ultimate-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
#valorant-live .stats .abilities > section .ultimate .dot {
  background-color: white;
}
#valorant-live .stats .abilities > section.empty img {
  opacity: 0.5;
}

#map-pick {
  position: relative;
}
#map-pick .current-action {
  font-size: 1.5em;
  color: var(--xpulz-white);
  text-align: center;
  width: 100%;
  padding: 20px 30px;
}
#map-pick .pick-side-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7215686275);
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#map-pick .pick-side-bg .pick-side {
  width: 500px;
  height: 300px;
  background: var(--xpulz-darkgrey);
  position: relative;
}
#map-pick .pick-side-bg .pick-side .map {
  width: 100%;
  position: absolute;
}
#map-pick .pick-side-bg .pick-side .map-name {
  position: relative;
  font-size: 1.2em;
  background: var(--xpulz-darkgrey);
  color: var(--xpulz-white);
  text-align: center;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#map-pick .pick-side-bg .pick-side .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  position: relative;
}
#map-pick .pick-side-bg .pick-side .actions .attack,
#map-pick .pick-side-bg .pick-side .actions .defense,
#map-pick .pick-side-bg .pick-side .actions .coin-result {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#map-pick .pick-side-bg .pick-side .actions .attack.coin-result,
#map-pick .pick-side-bg .pick-side .actions .defense.coin-result,
#map-pick .pick-side-bg .pick-side .actions .coin-result.coin-result {
  width: 100%;
}
#map-pick .pick-side-bg .pick-side .actions .attack span,
#map-pick .pick-side-bg .pick-side .actions .defense span,
#map-pick .pick-side-bg .pick-side .actions .coin-result span {
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: bold;
  color: var(--xpulz-white);
  font-size: 1.5em;
}
#map-pick .pick-side-bg .pick-side .actions .attack,
#map-pick .pick-side-bg .pick-side .actions .defense,
#map-pick .pick-side-bg .pick-side .actions .coin-result {
  cursor: pointer;
  transition: background 0.4s;
}
#map-pick .pick-side-bg .pick-side .actions .attack:hover,
#map-pick .pick-side-bg .pick-side .actions .defense:hover,
#map-pick .pick-side-bg .pick-side .actions .coin-result:hover {
  background: var(--xpulz-darkgrey);
}
#map-pick .pick-side-bg .pick-side .actions .attack {
  border-right: 3px solid var(--xpulz-darkgrey);
}
#map-pick .pick-side-bg .pick-side .actions .attack span {
  background: var(--xpulz-red);
}
#map-pick .pick-side-bg .pick-side .actions .defense {
  border-left: 3px solid var(--xpulz-darkgrey);
}
#map-pick .pick-side-bg .pick-side .actions .defense span {
  background: var(--xpulz-primary-color);
}
#map-pick .maps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  width: 100%;
  overflow-y: scroll;
}
#map-pick .maps .map {
  width: 200px;
  position: relative;
  border: 3px solid;
  margin-right: 19px;
  border-radius: 10px;
}
#map-pick .maps .map:first-child {
  margin-left: 19px;
}
#map-pick .maps .map:last-child {
  margin-right: 0;
}
#map-pick .maps .map .team-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 90px;
  height: 90px;
}
#map-pick .maps .map .team-side {
  position: absolute;
  top: 140px;
  left: 30px;
  color: var(--xpulz-white);
}
#map-pick .maps .map .team-side.attack {
  color: var(--xpulz-primary-color);
}
#map-pick .maps .map .team-side.defense {
  color: var(--xpulz-red);
}
#map-pick .maps .map .team-name {
  position: absolute;
  font-family: "Montserrat";
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--xpulz-white);
  font-size: 1em;
  height: 100%;
  transform: rotate(-180deg);
  bottom: 30px;
  left: 10px;
}
#map-pick .maps .map .name {
  position: absolute;
  font-family: "Montserrat";
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--xpulz-white);
  font-size: 2.8em;
  height: 100%;
  transform: rotate(-180deg);
  bottom: 30px;
  left: 60px;
}
#map-pick .maps .map.banned .name {
  color: var(--xpulz-red);
}
#map-pick .maps .map.banned {
  border-color: var(--xpulz-red);
}
#map-pick .maps .map.picked .name {
  color: var(--xpulz-primary-color);
}
#map-pick .maps .map.picked {
  border-color: var(--xpulz-primary-color);
}

.valorant-agent-medium {
  width: 84px;
  height: 84px;
}

.valorant-agent-small {
  width: 40px;
  height: 40px;
}

.valorant-agent-smaller {
  width: 22px;
  height: 22px;
}
.valorant-agent-smaller.left {
  margin-left: 5px;
}
.valorant-agent-smaller.right {
  margin-right: 5px;
}

.best-of-x .middle .format {
  text-align: center;
  margin-top: 20px;
  color: white;
  font-size: 1.5em;
}

#stats-live .best-of-x .valorant-customs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  margin-top: 20px;
}
#stats-live .best-of-x .valorant-customs .help {
  margin-bottom: 20px;
  font-size: 1.2em;
}
#stats-live .best-of-x .valorant-customs .custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: var(--xpulz-darkgrey);
  margin-bottom: 20px;
  padding: 20px;
  padding-bottom: 10px;
  border-radius: 10px;
}
#stats-live .best-of-x .valorant-customs .custom .action {
  width: 10%;
}
#stats-live .best-of-x .valorant-customs .custom .left {
  width: 30%;
}
#stats-live .best-of-x .valorant-customs .custom .left .map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#stats-live .best-of-x .valorant-customs .custom .left .map img {
  width: 120px;
}
#stats-live .best-of-x .valorant-customs .custom .players {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 60%;
}
#stats-live .best-of-x .valorant-customs .custom .players .player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 20%;
  margin-bottom: 10px;
}
#stats-live .best-of-x .valorant-customs .custom .players .player span {
  font-size: 0.7em;
  margin-left: 5px;
}
#stats-live .best-of-x .valorant-customs .custom .players .player img {
  width: 40px;
}

.bracket-data .content > section {
  height: 100%;
}
.bracket-data .teams-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.bracket-data .teams-select .x-select {
  width: 40%;
  margin: 20px 10px;
  background: var(--xpulz-darkgrey);
}
.bracket-data .title-valorant .left, .bracket-data .title-valorant .right {
  position: absolute;
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bracket-data .title-valorant .left .txt, .bracket-data .title-valorant .right .txt {
  font-size: 0.4em;
}
.bracket-data .title-valorant .left .date, .bracket-data .title-valorant .right .date {
  font-size: 0.8em;
}
.bracket-data .title-valorant .left {
  left: 0;
}
.bracket-data .title-valorant .right {
  right: 0;
}
.bracket-data .title-valorant {
  background: linear-gradient(105deg, var(--xpulz-primary-color-darken-20) 30%, var(--xpulz-primary-color) 30%, var(--xpulz-primary-color) 70%, var(--xpulz-primary-color-darken-20) 30%);
  color: white;
  text-shadow: 1px 1px 1px black;
}
.bracket-data .title-valorant.no-bg {
  background: linear-gradient(105deg, var(--xpulz-darkgrey) 30%, var(--xpulz-yellow) 30%, var(--xpulz-yellow) 70%, var(--xpulz-darkgrey) 30%);
  color: var(--xpulz-darkgrey);
  text-shadow: none;
}
.bracket-data .title-valorant {
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 2em;
  padding: 15px 0;
  width: 100%;
  position: relative;
}
.bracket-data .title-valorant .cta-container {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.bracket-data .title-valorant .cta-container .cta {
  margin-right: 10px;
}
.bracket-data .select-leaderboards {
  background: linear-gradient(105deg, var(--xpulz-primary-color) 50%, var(--xpulz-primary-color-darken-20) 50%);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 2em;
  text-shadow: 1px 1px 1px black;
  transition: all 0.4s;
}
.bracket-data .select-leaderboards .select {
  padding: 15px 0;
  width: 50%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.bracket-data .select-leaderboards.teams {
  background: linear-gradient(105deg, var(--xpulz-primary-color-darken-20) 50%, var(--xpulz-primary-color) 50%);
}
.bracket-data .agents,
.bracket-data .players {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 10px 30px;
}
.bracket-data .agents .agent .agent-inner,
.bracket-data .agents .player .agent-inner,
.bracket-data .players .agent .agent-inner,
.bracket-data .players .player .agent-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.4s;
  transform-style: preserve-3d;
}
.bracket-data .agents .agent .flip-card-front,
.bracket-data .agents .agent .flip-card-back,
.bracket-data .agents .player .flip-card-front,
.bracket-data .agents .player .flip-card-back,
.bracket-data .players .agent .flip-card-front,
.bracket-data .players .agent .flip-card-back,
.bracket-data .players .player .flip-card-front,
.bracket-data .players .player .flip-card-back {
  padding: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.bracket-data .agents .agent .flip-card-back,
.bracket-data .agents .player .flip-card-back,
.bracket-data .players .agent .flip-card-back,
.bracket-data .players .player .flip-card-back {
  transform: rotateY(180deg);
  background: #17151d;
}
.bracket-data .agents .agent .flip-card-back .full2,
.bracket-data .agents .player .flip-card-back .full2,
.bracket-data .players .agent .flip-card-back .full2,
.bracket-data .players .player .flip-card-back .full2 {
  filter: brightness(1.5);
  z-index: -1;
}
.bracket-data .agents .agent .flip-card-back,
.bracket-data .agents .player .flip-card-back,
.bracket-data .players .agent .flip-card-back,
.bracket-data .players .player .flip-card-back {
  background: #0b171e;
}
.bracket-data .agents .agent .flip-card-front,
.bracket-data .agents .player .flip-card-front,
.bracket-data .players .agent .flip-card-front,
.bracket-data .players .player .flip-card-front {
  background: #070f14;
}
.bracket-data .agents .agent:hover .agent-inner,
.bracket-data .agents .player:hover .agent-inner,
.bracket-data .players .agent:hover .agent-inner,
.bracket-data .players .player:hover .agent-inner {
  transform: rotateY(180deg);
}
.bracket-data .agents .agent,
.bracket-data .agents .player,
.bracket-data .players .agent,
.bracket-data .players .player {
  width: calc(20% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border: 1px solid var(--xpulz-grey);
  overflow: hidden;
}
.bracket-data .agents .agent .name,
.bracket-data .agents .player .name,
.bracket-data .players .agent .name,
.bracket-data .players .player .name {
  font-size: 2em;
  color: var(--xpulz-white);
  text-align: center;
  margin-top: 10px;
  position: relative;
}
.bracket-data .agents .agent img.portrait,
.bracket-data .agents .player img.portrait,
.bracket-data .players .agent img.portrait,
.bracket-data .players .player img.portrait {
  width: 100%;
  position: relative;
}
.bracket-data .agents .agent img.full,
.bracket-data .agents .player img.full,
.bracket-data .players .agent img.full,
.bracket-data .players .player img.full {
  position: absolute;
  height: 70%;
  margin: 0 auto;
  left: -100px;
  top: 55px;
}
.bracket-data .agents .agent img.full2,
.bracket-data .agents .player img.full2,
.bracket-data .players .agent img.full2,
.bracket-data .players .player img.full2 {
  position: absolute;
  margin: 0 auto;
  left: -380px;
  top: 50px;
}
.bracket-data .agents .agent img.full2.agent-new,
.bracket-data .agents .player img.full2.agent-new,
.bracket-data .players .agent img.full2.agent-new,
.bracket-data .players .player img.full2.agent-new {
  left: calc(50% - 260px);
  height: 500px;
}
.bracket-data .agents .agent img.opacity,
.bracket-data .agents .player img.opacity,
.bracket-data .players .agent img.opacity,
.bracket-data .players .player img.opacity {
  opacity: 0.3;
}
.bracket-data .agents .agent img.player-avatar,
.bracket-data .agents .player img.player-avatar,
.bracket-data .players .agent img.player-avatar,
.bracket-data .players .player img.player-avatar {
  height: 130px;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
}
.bracket-data .agents .agent .full-color,
.bracket-data .agents .player .full-color,
.bracket-data .players .agent .full-color,
.bracket-data .players .player .full-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bracket-data .agents .agent .percent,
.bracket-data .agents .player .percent,
.bracket-data .players .agent .percent,
.bracket-data .players .player .percent {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: var(--xpulz-mediumgrey);
  position: relative;
}
.bracket-data .agents .agent .percent .value,
.bracket-data .agents .player .percent .value,
.bracket-data .players .agent .percent .value,
.bracket-data .players .player .percent .value {
  text-align: center;
  color: var(--xpulz-white);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.bracket-data .agents .agent .percent .bar,
.bracket-data .agents .player .percent .bar,
.bracket-data .players .agent .percent .bar,
.bracket-data .players .player .percent .bar {
  background-color: var(--xpulz-primary-color);
  height: 23px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.bracket-data .agents .agent .percent,
.bracket-data .agents .player .percent,
.bracket-data .players .agent .percent,
.bracket-data .players .player .percent {
  border-radius: 5px;
}
.bracket-data .agents .agent .stats,
.bracket-data .agents .player .stats,
.bracket-data .players .agent .stats,
.bracket-data .players .player .stats {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bracket-data .agents .agent .stats .label,
.bracket-data .agents .player .stats .label,
.bracket-data .players .agent .stats .label,
.bracket-data .players .player .stats .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 60%;
  color: var(--xpulz-white);
  font-weight: bold;
  padding-left: 10px;
  font-size: 1.1em;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px black;
}
.bracket-data .agents .agent .stats .value,
.bracket-data .agents .player .stats .value,
.bracket-data .players .agent .stats .value,
.bracket-data .players .player .stats .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 40%;
  color: var(--xpulz-white);
  text-align: left;
  padding-left: 10px;
  font-size: 1.3em;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px black;
}
.bracket-data .agents .agent .stats.top,
.bracket-data .agents .player .stats.top,
.bracket-data .players .agent .stats.top,
.bracket-data .players .player .stats.top {
  position: absolute;
  top: 180px;
  left: 0;
}
.bracket-data .agents .agent .stats.bottom,
.bracket-data .agents .player .stats.bottom,
.bracket-data .players .agent .stats.bottom,
.bracket-data .players .player .stats.bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.bracket-data .agents .agent .stats.bottom .label,
.bracket-data .agents .player .stats.bottom .label,
.bracket-data .players .agent .stats.bottom .label,
.bracket-data .players .player .stats.bottom .label {
  color: var(--xpulz-grey-txt);
  margin-bottom: 0px;
}
.bracket-data .agents .agent .stats.bottom .value,
.bracket-data .agents .player .stats.bottom .value,
.bracket-data .players .agent .stats.bottom .value,
.bracket-data .players .player .stats.bottom .value {
  margin-bottom: 0;
}
.bracket-data .agents .player .name,
.bracket-data .players .player .name {
  font-size: 1.5em;
}
.bracket-data .agents .player .player-agents,
.bracket-data .players .player .player-agents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
}
.bracket-data .agents .player .player-agents .player-agent,
.bracket-data .players .player .player-agents .player-agent {
  margin-right: 8px;
  background: var(--xpulz-mediumgrey);
  padding: 5px;
  text-align: center;
  border-radius: 10px;
}
.bracket-data .agents .player .player-agents .player-agent img,
.bracket-data .players .player .player-agents .player-agent img {
  height: 32px;
}
.bracket-data .agents .player .player-agents .player-agent .count,
.bracket-data .players .player .player-agents .player-agent .count {
  color: var(--xpulz-primary-color);
  font-size: 1.2em;
  font-weight: bold;
}
.bracket-data .agents .player .player-card,
.bracket-data .players .player .player-card {
  padding: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #070f14;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bracket-data .agents .player .big-value,
.bracket-data .players .player .big-value {
  width: 100%;
  margin-bottom: 10px;
}
.bracket-data .agents .player .big-value .value,
.bracket-data .players .player .big-value .value {
  font-size: 2em;
  color: var(--xpulz-primary-color);
  font-weight: bold;
}
.bracket-data .agents .player .big-value .label,
.bracket-data .players .player .big-value .label {
  font-size: 0.8em;
}
.bracket-data .agents .player .big-value .label,
.bracket-data .agents .player .big-value .value,
.bracket-data .players .player .big-value .label,
.bracket-data .players .player .big-value .value {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 5px;
}
.bracket-data .vertical-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  padding: 40px;
  width: 100%;
  height: 100%;
}
.bracket-data .vertical-boxes .box {
  cursor: pointer;
  width: 128px;
  height: 100%;
  background: var(--xpulz-mediumgrey-lighten-10);
  border: 1px solid var(--xpulz-primary-color);
  background: url(/img/game/valorant/agents/xpulz/weapon_bg-compress.jpg);
  background-size: 100%;
  transition: width 0.4s;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.bracket-data .vertical-boxes .box .text-svg {
  padding: 20px 0 20px 0;
}
.bracket-data .vertical-boxes .box .text-svg svg {
  width: 50px;
  height: 50px;
  fill: var(--xpulz-primary-color);
  transition: fill 0.4s;
}
.bracket-data .vertical-boxes .box img.weapon {
  transform: rotate(90deg);
  height: 90px;
  position: absolute;
  top: 280px;
  filter: sepia(1) hue-rotate(165deg);
}
.bracket-data .vertical-boxes .box .text-weapon {
  color: var(--xpulz-white);
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 36px;
}
.bracket-data .vertical-boxes .box .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-family: "Montserrat";
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--xpulz-grey-txt);
  font-size: 1.8em;
  height: 100%;
  transform: rotate(-180deg);
}
.bracket-data .vertical-boxes .box .value {
  color: var(--xpulz-white);
  padding-top: 31px;
  font-size: 1.7em;
  font-weight: bold;
  font-family: "Montserrat";
}
.bracket-data .vertical-boxes .box:hover {
  background: linear-gradient(0deg, var(--xpulz-primary-color), transparent 50%), url(/img/game/valorant/agents/xpulz/weapon_bg-compress.jpg);
  background-size: 100%;
}
.bracket-data .vertical-boxes .box:hover .text {
  color: var(--xpulz-white);
}
.bracket-data .vertical-boxes .box:hover .text-svg svg {
  fill: var(--xpulz-white);
}
.bracket-data .vertical-boxes .box .inactive-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.bracket-data .vertical-boxes .box.ability .inactive-content img {
  height: 50px;
  margin: 20px 0;
  padding: 0;
}
.bracket-data .vertical-boxes .box .bg-agent {
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}
.bracket-data .vertical-boxes .box .active-content {
  display: none;
}
.bracket-data .vertical-boxes .box .active-content img.weapon {
  height: 128px;
  left: 40px;
  top: 220px;
  opacity: 0.1;
}
.bracket-data .vertical-boxes .box .active-content .bg.astra {
  background: linear-gradient(0deg, var(--xpulz-primary-color), transparent 50%), url(/img/game/valorant/agents/xpulz/Astra-compress.png);
  background-position-x: 0;
  background-position-y: center;
  background-size: 350%;
}
.bracket-data .vertical-boxes .box .active-content .bg.raze {
  background: linear-gradient(0deg, var(--xpulz-primary-color), transparent 50%), url(/img/game/valorant/agents/xpulz/Raze-compress.png);
  background-position-x: 0;
  background-position-y: center;
  background-size: 350%;
}
.bracket-data .vertical-boxes .box .active-content .bg.omen {
  background: linear-gradient(0deg, var(--xpulz-primary-color), transparent 50%), url(/img/game/valorant/agents/xpulz/Omen-compress.png);
  background-position-x: 0;
  background-position-y: center;
  background-size: 350%;
}
.bracket-data .vertical-boxes .box .active-content .bg.cypher {
  background: linear-gradient(0deg, var(--xpulz-primary-color), transparent 50%), url(/img/game/valorant/agents/xpulz/Cypher-compress.png);
  background-position-x: 0;
  background-position-y: center;
  background-size: 350%;
}
.bracket-data .vertical-boxes .box .active-content .bg.sage {
  background: linear-gradient(0deg, var(--xpulz-primary-color), transparent 50%), url(/img/game/valorant/agents/xpulz/Sage-compress.png);
  background-position-x: 0;
  background-position-y: center;
  background-size: 350%;
}
.bracket-data .vertical-boxes .box .active-content .bg {
  filter: hue-rotate(211deg) saturate(0.9);
}
.bracket-data .vertical-boxes .box .active-content .bg.map {
  background-position-x: 0;
  background-position-y: center;
  background-size: 350%;
  filter: none;
}
.bracket-data .vertical-boxes .box .active-content .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
  transition-property: background-position-x;
  transition-delay: 1600ms;
}
.bracket-data .vertical-boxes .box.active {
  width: 30%;
  border-color: var(--xpulz-yellow);
  box-shadow: 1px 1px 25px rgba(255, 196, 0, 0.1607843137);
  background: none;
}
.bracket-data .vertical-boxes .box.active .active-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 10px;
}
.bracket-data .vertical-boxes .box.active .active-content .bg {
  background-position-x: -410px;
}
.bracket-data .vertical-boxes .box.active .active-content .top {
  z-index: 2;
}
.bracket-data .vertical-boxes .box.active .active-content .line,
.bracket-data .vertical-boxes .box.active .active-content .label {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 5px 40px;
  height: 35px;
}
.bracket-data .vertical-boxes .box.active .active-content .line .left,
.bracket-data .vertical-boxes .box.active .active-content .line .right,
.bracket-data .vertical-boxes .box.active .active-content .label .left,
.bracket-data .vertical-boxes .box.active .active-content .label .right {
  color: var(--xpulz-white);
  text-align: left;
  text-shadow: 1px 1px 1px black;
}
.bracket-data .vertical-boxes .box.active .active-content .line .middle,
.bracket-data .vertical-boxes .box.active .active-content .label .middle {
  height: 100%;
}
.bracket-data .vertical-boxes .box.active .active-content .line .left,
.bracket-data .vertical-boxes .box.active .active-content .label .left {
  width: 70%;
  font-weight: bold;
  font-size: 1.2em;
}
.bracket-data .vertical-boxes .box.active .active-content .line .left.team-name,
.bracket-data .vertical-boxes .box.active .active-content .label .left.team-name {
  font-size: 0.9em;
}
.bracket-data .vertical-boxes .box.active .active-content .line .right,
.bracket-data .vertical-boxes .box.active .active-content .label .right {
  width: 30%;
  font-size: 1.4em;
  text-align: right;
}
.bracket-data .vertical-boxes .box.active .active-content .line.label,
.bracket-data .vertical-boxes .box.active .active-content .label.label {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 45px;
}
.bracket-data .vertical-boxes .box.active .active-content .line.label.separator,
.bracket-data .vertical-boxes .box.active .active-content .label.label.separator {
  margin-top: 10px;
  border-top: 1px solid var(--xpulz-yellow);
}
.bracket-data .vertical-boxes .box.active .active-content .line.label .left,
.bracket-data .vertical-boxes .box.active .active-content .line.label .right,
.bracket-data .vertical-boxes .box.active .active-content .label.label .left,
.bracket-data .vertical-boxes .box.active .active-content .label.label .right {
  color: var(--xpulz-yellow);
}
.bracket-data .vertical-boxes .box.active .active-content .bottom {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 40px 20px 60px;
}
.bracket-data .vertical-boxes .box.active .active-content .bottom img {
  height: 50px;
}
.bracket-data .vertical-boxes .box.active .active-content .bottom svg {
  width: 50px;
  height: 50px;
  fill: var(--xpulz-yellow);
}
.bracket-data .vertical-boxes .box.active .active-content .bottom .bottom-label {
  color: var(--xpulz-yellow);
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
.bracket-data .vertical-boxes .box.active .active-content .bottom .bottom-value {
  text-align: center;
  color: var(--xpulz-white);
  text-shadow: 1px 1px 5px var(--xpulz-yellow);
  font-weight: bold;
  font-size: 1.4em;
}
.bracket-data .vertical-boxes .box.active .inactive-content {
  display: none;
}
.bracket-data .overview {
  height: 100%;
}

.best-of-x .current-map,
.bracket-data .current-map {
  margin-top: 20px;
  height: 350px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.best-of-x .current-map .map-name,
.bracket-data .current-map .map-name {
  font-size: 6em;
  color: white;
  position: absolute;
  top: 0;
  left: 20px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  text-align: left;
  width: calc(100% - 20px);
}
.best-of-x .current-map .score,
.bracket-data .current-map .score {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 10em;
  color: white;
  text-shadow: 5px 5px 10px black;
  font-weight: bold;
  line-height: 160px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7411764706) 20%, transparent);
}
.best-of-x .manual,
.bracket-data .manual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x .manual > section,
.bracket-data .manual > section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.best-of-x .manual > section input,
.bracket-data .manual > section input {
  width: 33%;
  text-align: center;
}
.best-of-x .manual .cta,
.bracket-data .manual .cta {
  margin-top: 20px;
}
.best-of-x .hits-missed,
.bracket-data .hits-missed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0px;
}
.best-of-x .hits-missed .team,
.bracket-data .hits-missed .team {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.best-of-x .hits-missed .team:first-child,
.bracket-data .hits-missed .team:first-child {
  align-items: flex-start;
}
.best-of-x .hits-missed .team:last-child,
.bracket-data .hits-missed .team:last-child {
  align-items: flex-end;
}
.best-of-x .hits-missed .hit,
.bracket-data .hits-missed .hit {
  color: var(--xpulz-white);
}
.best-of-x .hits-missed .miss,
.bracket-data .hits-missed .miss {
  color: var(--xpulz-red);
}
.best-of-x .hits-missed .miss span,
.bracket-data .hits-missed .miss span {
  margin-left: 10px;
}
.best-of-x .valorant-event-log,
.bracket-data .valorant-event-log {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--splash) no-repeat center center;
  background-size: cover;
  position: relative;
}
.best-of-x .valorant-event-log::before,
.bracket-data .valorant-event-log::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.best-of-x .valorant-event-log .map,
.bracket-data .valorant-event-log .map {
  position: relative;
  width: 650px;
  margin: 0 auto;
}
.best-of-x .valorant-event-log .logs-content,
.bracket-data .valorant-event-log .logs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  padding-bottom: 40px;
}
.best-of-x .valorant-event-log header,
.bracket-data .valorant-event-log header {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.best-of-x .valorant-event-log header .infos,
.bracket-data .valorant-event-log header .infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
}
.best-of-x .valorant-event-log header .infos .map-name,
.bracket-data .valorant-event-log header .infos .map-name {
  color: var(--xpulz-grey-txt);
  font-size: 1.5em;
}
.best-of-x .valorant-event-log header .infos .name,
.bracket-data .valorant-event-log header .infos .name {
  color: white;
  font-size: 1.5em;
  margin: 0 10px;
}
.best-of-x .valorant-event-log header .infos .state,
.bracket-data .valorant-event-log header .infos .state {
  font-size: 1.5em;
}
.best-of-x .valorant-event-log header .infos .state.red,
.bracket-data .valorant-event-log header .infos .state.red {
  color: #cf7178;
}
.best-of-x .valorant-event-log header .infos .state.blue,
.bracket-data .valorant-event-log header .infos .state.blue {
  color: #60a3a2;
}
.best-of-x .valorant-event-log header .logs-rounds,
.bracket-data .valorant-event-log header .logs-rounds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  -moz-align-items: end;
  align-items: end;
  width: 100%;
  overflow-y: auto;
}
.best-of-x .valorant-event-log header .logs-rounds .round,
.bracket-data .valorant-event-log header .logs-rounds .round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 25px 10px;
  margin-top: 10px;
  margin-right: 5px;
  transition: all 0.4s;
  cursor: pointer;
}
.best-of-x .valorant-event-log header .logs-rounds .round .number,
.bracket-data .valorant-event-log header .logs-rounds .round .number {
  color: white;
  font-weight: bold;
}
.best-of-x .valorant-event-log header .logs-rounds .round img,
.bracket-data .valorant-event-log header .logs-rounds .round img {
  height: 32px;
  width: 32px;
}
.best-of-x .valorant-event-log header .logs-rounds .round.switch,
.bracket-data .valorant-event-log header .logs-rounds .round.switch {
  margin-top: 0;
  padding: 0 10px;
  height: 106px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
}
.best-of-x .valorant-event-log header .logs-rounds .round.switch .switch-name,
.bracket-data .valorant-event-log header .logs-rounds .round.switch .switch-name {
  color: rgba(255, 255, 255, 0.6117647059);
  text-align: center;
  font-size: 0.6em;
}
.best-of-x .valorant-event-log header .logs-rounds .round.switch .switch-icon.circle,
.bracket-data .valorant-event-log header .logs-rounds .round.switch .switch-icon.circle {
  position: relative;
  width: 28px;
  height: 28px;
  border: 3px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.6117647059);
  border-bottom-color: rgba(255, 255, 255, 0.6117647059);
  border-radius: 50%;
  animation: spinSwap 5s linear infinite;
  margin: 5px 0px;
}
@keyframes spinSwap {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.best-of-x .valorant-event-log header .logs-rounds .round.red,
.bracket-data .valorant-event-log header .logs-rounds .round.red {
  background: rgb(162.9263157895, 55.0736842105, 63.1052631579);
}
.best-of-x .valorant-event-log header .logs-rounds .round.red .number,
.bracket-data .valorant-event-log header .logs-rounds .round.red .number {
  color: rgb(219.8842105263, 151.1157894737, 156.2368421053);
}
.best-of-x .valorant-event-log header .logs-rounds .round.red svg,
.bracket-data .valorant-event-log header .logs-rounds .round.red svg {
  fill: rgb(219.8842105263, 151.1157894737, 156.2368421053);
  fill: #f05b57;
  height: 32px;
}
.best-of-x .valorant-event-log header .logs-rounds .round.green,
.bracket-data .valorant-event-log header .logs-rounds .round.green {
  background: rgb(57.5458167331, 99.4541832669, 98.828685259);
}
.best-of-x .valorant-event-log header .logs-rounds .round.green .number,
.bracket-data .valorant-event-log header .logs-rounds .round.green .number {
  color: rgb(128.3067729084, 181.6932270916, 180.8964143426);
}
.best-of-x .valorant-event-log header .logs-rounds .round.green svg,
.bracket-data .valorant-event-log header .logs-rounds .round.green svg {
  fill: #58ddc4;
  height: 32px;
}
.best-of-x .valorant-event-log header .logs-rounds .round,
.bracket-data .valorant-event-log header .logs-rounds .round {
  opacity: 0.7;
}
.best-of-x .valorant-event-log header .logs-rounds .round.active,
.bracket-data .valorant-event-log header .logs-rounds .round.active {
  padding-top: 35px;
  margin-top: 0;
  opacity: 1;
}
.best-of-x .valorant-event-log .logs,
.bracket-data .valorant-event-log .logs {
  width: calc(100% - 750px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x .valorant-event-log .logs .scores,
.bracket-data .valorant-event-log .logs .scores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 5px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  --hud-bg: rgba(8,12,20,.45);
  --hud-border: rgba(255,255,255,.08);
  background: var(--hud-bg);
  border: 1px solid var(--hud-border);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}
.best-of-x .valorant-event-log .logs .scores .score-container,
.bracket-data .valorant-event-log .logs .scores .score-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x .valorant-event-log .logs .scores .score-container .separator,
.bracket-data .valorant-event-log .logs .scores .score-container .separator {
  font-size: 2em;
  margin: 0 15px;
}
.best-of-x .valorant-event-log .logs .scores .score-container .score,
.bracket-data .valorant-event-log .logs .scores .score-container .score {
  font-size: 1.5em;
  font-weight: bold;
  width: 40px;
  font-variant-numeric: tabular-nums;
  text-align: left;
}
.best-of-x .valorant-event-log .logs .scores .score-container .score:first-child,
.bracket-data .valorant-event-log .logs .scores .score-container .score:first-child {
  text-align: right;
}
.best-of-x .valorant-event-log .logs .actions,
.bracket-data .valorant-event-log .logs .actions {
  width: 100%;
}
.best-of-x .valorant-event-log .logs .actions .action,
.bracket-data .valorant-event-log .logs .actions .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid black;
  opacity: 0.7;
}
.best-of-x .valorant-event-log .logs .actions .action .time,
.bracket-data .valorant-event-log .logs .actions .action .time {
  width: 15%;
  color: white;
  font-weight: bold;
}
.best-of-x .valorant-event-log .logs .actions .action .agent,
.bracket-data .valorant-event-log .logs .actions .action .agent {
  width: 15%;
}
.best-of-x .valorant-event-log .logs .actions .action .agent.green,
.bracket-data .valorant-event-log .logs .actions .action .agent.green {
  background: #60a3a2;
}
.best-of-x .valorant-event-log .logs .actions .action .agent.red,
.bracket-data .valorant-event-log .logs .actions .action .agent.red {
  background: #cf7178;
}
.best-of-x .valorant-event-log .logs .actions .action .agent img,
.bracket-data .valorant-event-log .logs .actions .action .agent img {
  width: 40px;
  border-radius: 100%;
}
.best-of-x .valorant-event-log .logs .actions .action .agent-name,
.bracket-data .valorant-event-log .logs .actions .action .agent-name {
  width: 20%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  padding: 12px 5px;
}
.best-of-x .valorant-event-log .logs .actions .action .distance,
.bracket-data .valorant-event-log .logs .actions .action .distance {
  width: 15%;
}
.best-of-x .valorant-event-log .logs .actions .action > div,
.bracket-data .valorant-event-log .logs .actions .action > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
}
.best-of-x .valorant-event-log .logs .actions .action .type,
.bracket-data .valorant-event-log .logs .actions .action .type {
  width: 20%;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
.best-of-x .valorant-event-log .logs .actions .action .type img,
.bracket-data .valorant-event-log .logs .actions .action .type img {
  width: auto;
  height: 20px;
  border-radius: 0;
}
.best-of-x .valorant-event-log .logs .actions .action .type img.ability,
.bracket-data .valorant-event-log .logs .actions .action .type img.ability {
  height: 30px;
}
.best-of-x .valorant-event-log .logs .actions .action .type.full,
.bracket-data .valorant-event-log .logs .actions .action .type.full {
  width: 50%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
  padding-right: 10px;
}
.best-of-x .valorant-event-log .logs .actions .action,
.bracket-data .valorant-event-log .logs .actions .action {
  color: var(--xpulz-white);
  transition: background 0.4s;
  cursor: pointer;
}
.best-of-x .valorant-event-log .logs .actions .action:hover,
.bracket-data .valorant-event-log .logs .actions .action:hover {
  background: var(--xpulz-mediumgrey-lighten-10);
}
.best-of-x .valorant-event-log .logs .actions .action.green,
.bracket-data .valorant-event-log .logs .actions .action.green {
  background: rgb(85.5856573705, 147.9143426295, 146.984063745);
}
.best-of-x .valorant-event-log .logs .actions .action.green .time,
.bracket-data .valorant-event-log .logs .actions .action.green .time {
  background: rgb(76.2390438247, 131.7609561753, 130.9322709163);
}
.best-of-x .valorant-event-log .logs .actions .action.red,
.bracket-data .valorant-event-log .logs .actions .action.red {
  background: rgb(200.5578947368, 93.9421052632, 101.8815789474);
}
.best-of-x .valorant-event-log .logs .actions .action.red .time,
.bracket-data .valorant-event-log .logs .actions .action.red .time {
  background: rgb(194.1157894737, 74.8842105263, 83.7631578947);
}
.best-of-x .valorant-event-log .logs .actions .action.active,
.bracket-data .valorant-event-log .logs .actions .action.active {
  opacity: 1;
}
.best-of-x .valorant-event-log .team,
.bracket-data .valorant-event-log .team {
  position: absolute;
  top: 0;
  height: 450px;
  padding: 30px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.best-of-x .valorant-event-log .team.left,
.bracket-data .valorant-event-log .team.left {
  left: -30px;
}
.best-of-x .valorant-event-log .team.left img,
.bracket-data .valorant-event-log .team.left img {
  border-color: #f05b57;
}
.best-of-x .valorant-event-log .team.right,
.bracket-data .valorant-event-log .team.right {
  right: -30px;
}
.best-of-x .valorant-event-log .team.right img,
.bracket-data .valorant-event-log .team.right img {
  border-color: #58ddc4;
}
.best-of-x .valorant-event-log .team img,
.bracket-data .valorant-event-log .team img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 3px solid;
  background: var(--xpulz-darkgrey);
}
.best-of-x .valorant-event-log .team .icon-dead,
.bracket-data .valorant-event-log .team .icon-dead {
  position: absolute;
  border: none;
  width: 30px;
  height: 30px;
  display: none;
  top: 30px;
  left: -9px;
  background: black;
  border-radius: 100%;
}
.best-of-x .valorant-event-log .team .icon-dead svg,
.bracket-data .valorant-event-log .team .icon-dead svg {
  fill: var(--xpulz-red);
  width: 25px;
  height: 25px;
}
.best-of-x .valorant-event-log .team .player,
.bracket-data .valorant-event-log .team .player {
  position: relative;
}
.best-of-x .valorant-event-log .team .player.dead img.player,
.bracket-data .valorant-event-log .team .player.dead img.player {
  filter: grayscale(100%);
}
.best-of-x .valorant-event-log .team .player.dead .icon-dead,
.bracket-data .valorant-event-log .team .player.dead .icon-dead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x .valorant-event-log .valorant-map,
.bracket-data .valorant-event-log .valorant-map {
  background: var(--xpulz-grey-darken-20);
  border: 2px solid var(--xpulz-grey);
  width: 650px;
  padding: 0 30px;
}
.best-of-x .stats,
.bracket-data .stats {
  margin-top: 10px;
}
.best-of-x .stats .navigation,
.bracket-data .stats .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: var(--xpulz-mediumgrey);
}
.best-of-x .stats .navigation nav,
.bracket-data .stats .navigation nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.best-of-x .stats .navigation nav > div,
.bracket-data .stats .navigation nav > div {
  padding: 15px 20px;
  border-bottom: 5px solid transparent;
  color: var(--xpulz-grey-txt);
  cursor: pointer;
}
.best-of-x .stats .navigation nav > div.active,
.bracket-data .stats .navigation nav > div.active {
  color: var(--xpulz-white);
  border-bottom-color: var(--xpulz-primary-color);
}
.best-of-x .stats .navigation .maps,
.bracket-data .stats .navigation .maps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.best-of-x .stats .navigation .maps .map,
.bracket-data .stats .navigation .maps .map {
  height: 60px;
  border-bottom: 5px solid transparent;
  color: white;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  width: 250px;
  text-align: center;
  filter: brightness(0.5);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x .stats .navigation .maps .map .map-name,
.bracket-data .stats .navigation .maps .map .map-name {
  font-weight: bold;
  font-size: 1.5em;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px black;
  z-index: 1;
}
.best-of-x .stats .navigation .maps .map.active,
.bracket-data .stats .navigation .maps .map.active {
  color: var(--xpulz-white);
  border-bottom-color: var(--xpulz-primary-color);
  filter: brightness(1);
}
.best-of-x .stats .navigation .maps .map.active::after,
.bracket-data .stats .navigation .maps .map.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, transparent 30%, rgba(0, 0, 0, 0.7411764706));
  width: 100%;
  height: 100%;
}
.best-of-x .stats .content,
.bracket-data .stats .content {
  background: var(--xpulz-lightgrey);
  height: 700px;
  overflow: hidden;
}
.best-of-x .stats .content.event_log,
.bracket-data .stats .content.event_log {
  height: auto;
}
.best-of-x .stats .content.player-stats,
.bracket-data .stats .content.player-stats {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: url("/img/game/valorant/agents/xpulz/background-compress.png");
  background-size: contain;
  background-position: -140%;
}
.best-of-x .stats .content.player-stats .main-agent,
.bracket-data .stats .content.player-stats .main-agent {
  position: absolute;
  top: 0;
  left: 0;
  width: 700px;
  height: auto;
  z-index: 2;
  opacity: 1;
}
.best-of-x .stats .content.player-stats .left-agent,
.bracket-data .stats .content.player-stats .left-agent {
  position: absolute;
  bottom: 70px;
  left: -150px;
  width: auto;
  height: 80%;
  z-index: 1;
  opacity: 0.95;
}
.best-of-x .stats .content.player-stats .right-agent,
.bracket-data .stats .content.player-stats .right-agent {
  position: absolute;
  bottom: 70px;
  left: 240px;
  width: auto;
  height: 80%;
  z-index: 1;
  opacity: 0.95;
}
.best-of-x .stats .content.player-stats .player-stats,
.bracket-data .stats .content.player-stats .player-stats {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: rgba(31, 35, 62, 0.35);
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.best-of-x .stats .content.player-stats .player-stats.loading,
.bracket-data .stats .content.player-stats .player-stats.loading {
  background: linear-gradient(to right, rgba(31, 35, 62, 0.35) 20%, rgba(31, 35, 62, 0.6) 50%, rgba(31, 35, 62, 0.35) 80%);
  background-size: 1000px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.best-of-x .stats .content.player-stats .player-stats .line,
.bracket-data .stats .content.player-stats .player-stats .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33%;
  height: 175px;
}
.best-of-x .stats .content.player-stats .player-stats .line.w-34,
.bracket-data .stats .content.player-stats .player-stats .line.w-34 {
  width: 34%;
}
.best-of-x .stats .content.player-stats .player-stats .line .player-avatar,
.bracket-data .stats .content.player-stats .player-stats .line .player-avatar {
  height: 128px;
  width: 128px;
  border-radius: 100%;
}
.best-of-x .stats .content.player-stats .player-stats .line.bg,
.bracket-data .stats .content.player-stats .player-stats .line.bg {
  background: rgba(31, 35, 62, 0.35);
}
.best-of-x .stats .content.player-stats .player-stats .line .label,
.bracket-data .stats .content.player-stats .player-stats .line .label {
  color: #cecece;
  text-shadow: 1px 1px 1px black;
  font-size: 1.5em;
}
.best-of-x .stats .content.player-stats .player-stats .line .value,
.bracket-data .stats .content.player-stats .player-stats .line .value {
  color: var(--xpulz-white);
  font-size: 2.4em;
  font-weight: bold;
  font-variant-numeric: tabular-nums;
  text-shadow: 1px 1px 1px black;
}
.best-of-x .stats .content.player-stats .player-stats .line .value.smaller,
.bracket-data .stats .content.player-stats .player-stats .line .value.smaller {
  font-size: 2.4em;
}
.best-of-x .stats .content.player-stats .player-stats .line .value.val-green,
.bracket-data .stats .content.player-stats .player-stats .line .value.val-green {
  color: #60a3a2;
}
.best-of-x .stats .content.player-stats .player-stats .line .value.val-red,
.bracket-data .stats .content.player-stats .player-stats .line .value.val-red {
  color: #cf7178;
}
.best-of-x .stats .content.overview > section,
.bracket-data .stats .content.overview > section {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.best-of-x .stats .content.overview .team,
.bracket-data .stats .content.overview .team {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.best-of-x .stats .content.overview .team .player,
.bracket-data .stats .content.overview .team .player {
  width: calc(25% - 10px);
  height: 50%;
  background: var(--xpulz-darkgrey);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 5px;
  margin-right: 10px;
}
.best-of-x .stats .content.overview .team .player:first-child,
.bracket-data .stats .content.overview .team .player:first-child {
  margin-bottom: 10px;
}
.best-of-x .stats .content.overview .team .player .names,
.bracket-data .stats .content.overview .team .player .names {
  z-index: 2;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.best-of-x .stats .content.overview .team .player .names .agent,
.bracket-data .stats .content.overview .team .player .names .agent {
  color: var(--xpulz-grey-txt);
  font-size: 0.8em;
}
.best-of-x .stats .content.overview .team .player .names .name,
.bracket-data .stats .content.overview .team .player .names .name {
  color: var(--xpulz-white);
  font-size: 1em;
  font-weight: bold;
}
.best-of-x .stats .content.overview .team .player .stats,
.bracket-data .stats .content.overview .team .player .stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  z-index: 1;
  margin-top: 0;
}
.best-of-x .stats .content.overview .team .player .stats .data,
.bracket-data .stats .content.overview .team .player .stats .data {
  text-align: center;
}
.best-of-x .stats .content.overview .team .player .stats .data .value,
.bracket-data .stats .content.overview .team .player .stats .data .value {
  color: var(--xpulz-white);
  font-size: 2em;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
}
.best-of-x .stats .content.overview .team .player .stats .data .label,
.bracket-data .stats .content.overview .team .player .stats .data .label {
  color: #d1d1d1;
  font-weight: bold;
  font-size: 0.9em;
  text-shadow: 1px 1px 1px black;
}
.best-of-x .stats .content.overview .team .player .bg-agent,
.bracket-data .stats .content.overview .team .player .bg-agent {
  position: absolute;
  bottom: -250px;
  height: 600px;
  left: -257px;
  opacity: 0.4;
}
.best-of-x .stats .content.overview .team .player .full2,
.bracket-data .stats .content.overview .team .player .full2 {
  position: absolute;
  left: 0;
  opacity: 0.7;
  bottom: 0;
  width: 100%;
}
.best-of-x .stats .content.overview .team .player.mvp,
.bracket-data .stats .content.overview .team .player.mvp {
  width: 100%;
}
.best-of-x .stats .content.overview .team .player.mvp .bg-agent,
.bracket-data .stats .content.overview .team .player.mvp .bg-agent {
  opacity: 0.8;
  bottom: -270px;
  height: 700px;
}
.best-of-x .stats .content.overview .team .player.mvp .names,
.bracket-data .stats .content.overview .team .player.mvp .names {
  margin-top: 20px;
}
.best-of-x .stats .content.overview .team .player.mvp .names .agent,
.bracket-data .stats .content.overview .team .player.mvp .names .agent {
  font-size: 1em;
  font-weight: bold;
}
.best-of-x .stats .content.overview .team .player.mvp .names .name,
.bracket-data .stats .content.overview .team .player.mvp .names .name {
  margin-top: 0px;
  font-size: 2.2em;
}
.best-of-x .stats .content.overview .team .player.mvp .stats .data .value,
.bracket-data .stats .content.overview .team .player.mvp .stats .data .value {
  font-size: 3em;
}
.best-of-x .stats .content.overview .team .player.loading,
.bracket-data .stats .content.overview .team .player.loading {
  background: linear-gradient(to right, var(--xpulz-mediumgrey) 20%, var(--xpulz-lightgrey) 50%, var(--xpulz-mediumgrey) 80%);
  background-size: 1000px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.best-of-x .stats .content.overview .team:first-child,
.bracket-data .stats .content.overview .team:first-child {
  margin-right: 10px;
}
.best-of-x .stats .content.overview .team:first-child .player.mvp .stats,
.best-of-x .stats .content.overview .team:first-child .player.mvp .names,
.bracket-data .stats .content.overview .team:first-child .player.mvp .stats,
.bracket-data .stats .content.overview .team:first-child .player.mvp .names {
  width: 60%;
  margin-left: 0%;
}
.best-of-x .stats .content.overview .team:first-child .player.mvp .bg-agent,
.bracket-data .stats .content.overview .team:first-child .player.mvp .bg-agent {
  right: -260px;
  left: auto;
}
.best-of-x .stats .content.overview .team:last-child,
.bracket-data .stats .content.overview .team:last-child {
  margin-left: 10px;
}
.best-of-x .stats .content.overview .team:last-child .player:first-child, .best-of-x .stats .content.overview .team:last-child .player:last-child,
.bracket-data .stats .content.overview .team:last-child .player:first-child,
.bracket-data .stats .content.overview .team:last-child .player:last-child {
  margin-right: 0;
}
.best-of-x .stats .content.overview .team:last-child .player:last-child,
.bracket-data .stats .content.overview .team:last-child .player:last-child {
  width: 25%;
}
.best-of-x .stats .content.overview .team:last-child .player .bg-agent,
.bracket-data .stats .content.overview .team:last-child .player .bg-agent {
  transform: rotateY(180deg);
}
.best-of-x .stats .content.overview .team:last-child .player.mvp .stats,
.best-of-x .stats .content.overview .team:last-child .player.mvp .names,
.bracket-data .stats .content.overview .team:last-child .player.mvp .stats,
.bracket-data .stats .content.overview .team:last-child .player.mvp .names {
  width: 60%;
  margin-left: 40%;
}
.best-of-x .stats .content.overview .team:last-child .player.mvp .bg-agent,
.bracket-data .stats .content.overview .team:last-child .player.mvp .bg-agent {
  left: -260px;
}
.best-of-x .stats .content.overview .stats-container,
.bracket-data .stats .content.overview .stats-container {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, black, transparent);
  padding-bottom: 10px;
}
.best-of-x .stats .content.overview .valorant-badges,
.bracket-data .stats .content.overview .valorant-badges {
  z-index: 1;
  position: absolute;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 20px;
  opacity: 1;
}
.best-of-x .stats .content.overview .valorant-badges.top,
.bracket-data .stats .content.overview .valorant-badges.top {
  padding: 0;
  justify-content: start;
}
.best-of-x .stats .content.overview .valorant-badges .valorant-badge,
.bracket-data .stats .content.overview .valorant-badges .valorant-badge {
  margin-bottom: 10px;
}
.best-of-x .stats .content.overview.tournament,
.bracket-data .stats .content.overview.tournament {
  height: auto;
}
.best-of-x .stats .content.overview.tournament .no-data .game-svg svg,
.bracket-data .stats .content.overview.tournament .no-data .game-svg svg {
  height: 100px;
  width: 100px;
  fill: var(--xpulz-yellow);
}
.best-of-x .stats .content.overview.tournament .team,
.bracket-data .stats .content.overview.tournament .team {
  width: 100%;
}
.best-of-x .stats .content.overview.tournament .team .player,
.bracket-data .stats .content.overview.tournament .team .player {
  width: calc(25% - 10px);
  height: 350px;
  padding: 0;
}
.best-of-x .stats .content.overview.tournament .team .player .full2,
.bracket-data .stats .content.overview.tournament .team .player .full2 {
  position: absolute;
  left: -140px;
  opacity: 0.7;
  bottom: 0;
  height: 100%;
  width: auto;
}
.best-of-x .stats .content.overview.tournament .team .player .bg-agent,
.bracket-data .stats .content.overview.tournament .team .player .bg-agent {
  opacity: 1;
  height: 500px;
  bottom: auto;
  top: 20px;
  left: calc(50% - 300px);
}
.best-of-x .stats .content.overview.tournament .team .player .names,
.bracket-data .stats .content.overview.tournament .team .player .names {
  width: 100%;
}
.best-of-x .stats .content.overview.tournament .team .player .names .achievement,
.bracket-data .stats .content.overview.tournament .team .player .names .achievement {
  color: var(--xpulz-primary-color);
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 1px 1px 4px black;
}
.best-of-x .stats .content.overview.tournament .team .player .names .name,
.bracket-data .stats .content.overview.tournament .team .player .names .name {
  text-shadow: 1px 1px 1px black;
}
.best-of-x .stats .content.overview.tournament .team .player.ranked .full2,
.bracket-data .stats .content.overview.tournament .team .player.ranked .full2 {
  left: 0;
  height: 170%;
}
.best-of-x .stats .content.overview.tournament .team .player.ranked .bg-agent,
.bracket-data .stats .content.overview.tournament .team .player.ranked .bg-agent {
  height: 200px;
  left: calc(50% - 100px);
  width: auto;
  top: 60px;
  transform: rotate(0) !important;
}
.best-of-x .stats .content.overview.tournament .team .player.weapon .bg-agent,
.bracket-data .stats .content.overview.tournament .team .player.weapon .bg-agent {
  height: auto;
  left: 0;
  width: 90%;
  top: 140px;
  transform: rotate(25deg) !important;
  filter: drop-shadow(2px 4px 6px black);
}
.best-of-x .stats .content.overview.tournament .team .player.weapon .bg-agent.html2canvas,
.bracket-data .stats .content.overview.tournament .team .player.weapon .bg-agent.html2canvas {
  transform: none !important;
}
.best-of-x .stats .content.overview.tournament .team .player.team .names .achievement,
.bracket-data .stats .content.overview.tournament .team .player.team .names .achievement {
  color: var(--xpulz-white);
}
.best-of-x .stats .content.overview.tournament .team .player.team .full2,
.bracket-data .stats .content.overview.tournament .team .player.team .full2 {
  display: none;
}
.best-of-x .stats .content.overview.tournament .team .player.team .bg-agent,
.bracket-data .stats .content.overview.tournament .team .player.team .bg-agent {
  height: 180px;
  top: calc(50% - 90px);
  left: calc(50% - 90px);
}
.best-of-x .stats .content.overview.tournament .team .player.map .names .achievement,
.bracket-data .stats .content.overview.tournament .team .player.map .names .achievement {
  color: var(--xpulz-white);
}
.best-of-x .stats .content.overview.tournament .team .player.map .bg-agent,
.bracket-data .stats .content.overview.tournament .team .player.map .bg-agent {
  height: 100%;
  top: 0;
  filter: brightness(0.5);
}
.best-of-x .stats .content.overview.tournament .team .player:nth-child(even) .bg-agent,
.bracket-data .stats .content.overview.tournament .team .player:nth-child(even) .bg-agent {
  transform: rotateY(0deg);
}
.best-of-x .stats .content.overview.tournament .team:last-child .player:first-child,
.bracket-data .stats .content.overview.tournament .team:last-child .player:first-child {
  margin-right: 10px;
}
.best-of-x .stats .content.overview.tournament .team:last-child .player:last-child,
.bracket-data .stats .content.overview.tournament .team:last-child .player:last-child {
  width: calc(25% - 10px);
}
.best-of-x .stats .content.scoreboard,
.bracket-data .stats .content.scoreboard {
  height: auto;
}
.best-of-x .stats .content.scoreboard.animate .team:first-child .player,
.bracket-data .stats .content.scoreboard.animate .team:first-child .player {
  background-position-x: right;
}
.best-of-x .stats .content.scoreboard.animate .team:first-child .player .name,
.bracket-data .stats .content.scoreboard.animate .team:first-child .player .name {
  background-position-x: -8px;
}
.best-of-x .stats .content.scoreboard.animate .team:last-child .player,
.bracket-data .stats .content.scoreboard.animate .team:last-child .player {
  transition-delay: 100ms;
  background-position-x: right;
}
.best-of-x .stats .content.scoreboard.animate .team:last-child .player .name,
.bracket-data .stats .content.scoreboard.animate .team:last-child .player .name {
  transition-delay: 100ms;
  background-position-x: -8px;
}
.best-of-x .stats .content.scoreboard > section,
.bracket-data .stats .content.scoreboard > section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
}
.best-of-x .stats .content.scoreboard > section .header,
.bracket-data .stats .content.scoreboard > section .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.best-of-x .stats .content.scoreboard > section .header .name,
.best-of-x .stats .content.scoreboard > section .header .kda,
.best-of-x .stats .content.scoreboard > section .header .acs,
.best-of-x .stats .content.scoreboard > section .header .econ,
.best-of-x .stats .content.scoreboard > section .header .hs,
.bracket-data .stats .content.scoreboard > section .header .name,
.bracket-data .stats .content.scoreboard > section .header .kda,
.bracket-data .stats .content.scoreboard > section .header .acs,
.bracket-data .stats .content.scoreboard > section .header .econ,
.bracket-data .stats .content.scoreboard > section .header .hs {
  color: var(--xpulz-white);
  font-weight: bold;
  text-align: center;
}
.best-of-x .stats .content.scoreboard > section .header .kda,
.bracket-data .stats .content.scoreboard > section .header .kda {
  width: 30%;
}
.best-of-x .stats .content.scoreboard > section .header .acs,
.best-of-x .stats .content.scoreboard > section .header .econ,
.best-of-x .stats .content.scoreboard > section .header .hs,
.bracket-data .stats .content.scoreboard > section .header .acs,
.bracket-data .stats .content.scoreboard > section .header .econ,
.bracket-data .stats .content.scoreboard > section .header .hs {
  width: 10%;
}
.best-of-x .stats .content.scoreboard > section .header .name,
.bracket-data .stats .content.scoreboard > section .header .name {
  width: 40%;
}
.best-of-x .stats .content.scoreboard > section .team,
.bracket-data .stats .content.scoreboard > section .team {
  width: 45%;
}
.best-of-x .stats .content.scoreboard > section .team .team-info,
.bracket-data .stats .content.scoreboard > section .team .team-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x .stats .content.scoreboard > section .team .team-info img,
.bracket-data .stats .content.scoreboard > section .team .team-info img {
  width: 40px;
  height: 40px;
}
.best-of-x .stats .content.scoreboard > section .team .team-info .name,
.bracket-data .stats .content.scoreboard > section .team .team-info .name {
  color: var(--xpulz-white);
  font-weight: bold;
  margin-left: 20px;
}
.best-of-x .stats .content.scoreboard > section .team .team-info.red,
.bracket-data .stats .content.scoreboard > section .team .team-info.red {
  background: #cf7178;
  border: 1px solid rgb(194.1157894737, 74.8842105263, 83.7631578947);
}
.best-of-x .stats .content.scoreboard > section .team .team-info.green,
.bracket-data .stats .content.scoreboard > section .team .team-info.green {
  background: #60a3a2;
  border: 1px solid rgb(76.2390438247, 131.7609561753, 130.9322709163);
}
.best-of-x .stats .content.scoreboard > section .team .player,
.bracket-data .stats .content.scoreboard > section .team .player {
  background: var(--xpulz-mediumgrey-lighten-10);
  border: 2px solid var(--xpulz-lightergrey-txt);
  height: 100px;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  background-size: 98px auto;
  background-repeat: no-repeat;
  background-position: 800px 1px;
  background-blend-mode: overlay;
  transition: background-position-x 200ms;
}
.best-of-x .stats .content.scoreboard > section .team .player .name,
.bracket-data .stats .content.scoreboard > section .team .player .name {
  width: 40%;
  height: 100px;
  background-size: 98px auto;
  background-repeat: no-repeat;
  background-position-x: -100px;
  background-position-y: 1px;
  transition: background-position-x 200ms;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 100px;
  color: var(--xpulz-white);
  font-weight: bold;
}
.best-of-x .stats .content.scoreboard > section .team .player .kda,
.bracket-data .stats .content.scoreboard > section .team .player .kda {
  width: 30%;
}
.best-of-x .stats .content.scoreboard > section .team .player .kda .integer,
.bracket-data .stats .content.scoreboard > section .team .player .kda .integer {
  margin: 0 3px;
}
.best-of-x .stats .content.scoreboard > section .team .player .acs,
.best-of-x .stats .content.scoreboard > section .team .player .econ,
.best-of-x .stats .content.scoreboard > section .team .player .hs,
.bracket-data .stats .content.scoreboard > section .team .player .acs,
.bracket-data .stats .content.scoreboard > section .team .player .econ,
.bracket-data .stats .content.scoreboard > section .team .player .hs {
  width: 10%;
}
.best-of-x .stats .content.scoreboard > section .team .player .kda,
.best-of-x .stats .content.scoreboard > section .team .player .acs,
.best-of-x .stats .content.scoreboard > section .team .player .econ,
.best-of-x .stats .content.scoreboard > section .team .player .hs,
.bracket-data .stats .content.scoreboard > section .team .player .kda,
.bracket-data .stats .content.scoreboard > section .team .player .acs,
.bracket-data .stats .content.scoreboard > section .team .player .econ,
.bracket-data .stats .content.scoreboard > section .team .player .hs {
  color: var(--xpulz-white);
  font-weight: bold;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.best-of-x .stats .content.scoreboard > section .team:first-child .player,
.bracket-data .stats .content.scoreboard > section .team:first-child .player {
  background: #cf7178;
  border-color: rgb(194.1157894737, 74.8842105263, 83.7631578947);
}
.best-of-x .stats .content.scoreboard > section .team:first-child .player .acs,
.bracket-data .stats .content.scoreboard > section .team:first-child .player .acs {
  background: rgb(194.1157894737, 74.8842105263, 83.7631578947);
}
.best-of-x .stats .content.scoreboard > section .team:last-child .player,
.bracket-data .stats .content.scoreboard > section .team:last-child .player {
  background: #60a3a2;
  border-color: rgb(76.2390438247, 131.7609561753, 130.9322709163);
}
.best-of-x .stats .content.scoreboard > section .team:last-child .player .acs,
.bracket-data .stats .content.scoreboard > section .team:last-child .player .acs {
  background: rgb(76.2390438247, 131.7609561753, 130.9322709163);
}
.best-of-x .stats .content.diff,
.bracket-data .stats .content.diff {
  height: auto;
}
.best-of-x .stats .content.diff > section,
.bracket-data .stats .content.diff > section {
  position: relative;
}
.best-of-x .stats .content.diff.animate .diff_player:first-child .agent,
.bracket-data .stats .content.diff.animate .diff_player:first-child .agent {
  left: calc(100% - 550px);
}
.best-of-x .stats .content.diff.animate .diff_player:last-child .agent,
.bracket-data .stats .content.diff.animate .diff_player:last-child .agent {
  left: -100px;
}
.best-of-x .stats .content.diff .roles,
.bracket-data .stats .content.diff .roles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 30px 0;
  margin-left: 20px;
}
.best-of-x .stats .content.diff .roles .role,
.bracket-data .stats .content.diff .roles .role {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: var(--xpulz-white);
  transition: all 0.2s;
  height: 60px;
  width: 160px;
  cursor: pointer;
  background: var(--xpulz-mediumgrey);
  margin-right: 10px;
  border-radius: 10px;
}
.best-of-x .stats .content.diff .roles .role.active,
.bracket-data .stats .content.diff .roles .role.active {
  background: var(--xpulz-primary-color);
}
.best-of-x .stats .content.diff .roles .role img,
.bracket-data .stats .content.diff .roles .role img {
  width: 20px;
  margin-right: 10px;
}
.best-of-x .stats .content.diff .players,
.bracket-data .stats .content.diff .players {
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  position: relative;
}
.best-of-x .stats .content.diff .players::before,
.bracket-data .stats .content.diff .players::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(105deg, rgba(96, 163, 162, 0.2) 50%, rgba(207, 113, 120, 0.2) 50%);
}
.best-of-x .stats .content.diff .players.red_first::before,
.bracket-data .stats .content.diff .players.red_first::before {
  background: linear-gradient(105deg, rgba(207, 113, 120, 0.2) 50%, rgba(96, 163, 162, 0.2) 50%);
}
.best-of-x .stats .content.diff .players .diff_player,
.bracket-data .stats .content.diff .players .diff_player {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  background: url("/img/game/valorant/agents/xpulz/background-compress.png");
  background-position: calc(100% - 710px);
}
.best-of-x .stats .content.diff .players .diff_player .left,
.bracket-data .stats .content.diff .players .diff_player .left {
  width: 55%;
}
.best-of-x .stats .content.diff .players .diff_player .right,
.bracket-data .stats .content.diff .players .diff_player .right {
  width: 45%;
}
.best-of-x .stats .content.diff .players .diff_player .right,
.bracket-data .stats .content.diff .players .diff_player .right {
  z-index: 2;
  padding-top: 20px;
}
.best-of-x .stats .content.diff .players .diff_player .right .name,
.bracket-data .stats .content.diff .players .diff_player .right .name {
  color: var(--xpulz-white);
  font-size: 2em;
  text-align: center;
}
.best-of-x .stats .content.diff .players .diff_player .right .player-stats,
.bracket-data .stats .content.diff .players .diff_player .right .player-stats {
  margin-top: 30px;
}
.best-of-x .stats .content.diff .players .diff_player .right .player-stats .line,
.bracket-data .stats .content.diff .players .diff_player .right .player-stats .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
.best-of-x .stats .content.diff .players .diff_player .right .player-stats .line .label,
.bracket-data .stats .content.diff .players .diff_player .right .player-stats .line .label {
  color: #cecece;
  text-shadow: 1px 1px 1px black;
}
.best-of-x .stats .content.diff .players .diff_player .right .player-stats .line .value,
.bracket-data .stats .content.diff .players .diff_player .right .player-stats .line .value {
  color: var(--xpulz-white);
  font-size: 1.5em;
}
.best-of-x .stats .content.diff .players .diff_player .right .player-stats .line .value.diff,
.bracket-data .stats .content.diff .players .diff_player .right .player-stats .line .value.diff {
  color: #cf7178;
  font-size: 1em;
}
.best-of-x .stats .content.diff .players .diff_player .right .player-stats .line .value.diff.green,
.bracket-data .stats .content.diff .players .diff_player .right .player-stats .line .value.diff.green {
  color: #60a3a2;
}
.best-of-x .stats .content.diff .players .diff_player .right .player-stats .line .value .green,
.bracket-data .stats .content.diff .players .diff_player .right .player-stats .line .value .green {
  color: #60a3a2;
}
.best-of-x .stats .content.diff .players .diff_player .agent,
.bracket-data .stats .content.diff .players .diff_player .agent {
  bottom: 10px;
  left: -1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: left 300ms;
}
.best-of-x .stats .content.diff .players .diff_player .agent img,
.bracket-data .stats .content.diff .players .diff_player .agent img {
  height: 100%;
  max-width: inherit;
}
.best-of-x .stats .content.diff .players .diff_player .agent,
.bracket-data .stats .content.diff .players .diff_player .agent {
  z-index: 3;
}
.best-of-x .stats .content.diff .players .diff_player .bottom,
.bracket-data .stats .content.diff .players .diff_player .bottom {
  bottom: 0;
  left: 0;
  width: 45%;
  background: var(--xpulz-mediumgrey);
  height: 90px;
  position: absolute;
  z-index: 2;
}
.best-of-x .stats .content.diff .players .diff_player .bottom.better,
.bracket-data .stats .content.diff .players .diff_player .bottom.better {
  background: var(--xpulz-primary-color);
}
.best-of-x .stats .content.diff .players .diff_player .bottom.better span,
.bracket-data .stats .content.diff .players .diff_player .bottom.better span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: right;
  color: var(--xpulz-white);
  font-size: 1.5em;
  height: 100%;
  padding-right: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.best-of-x .stats .content.diff .players .diff_player:last-child,
.bracket-data .stats .content.diff .players .diff_player:last-child {
  background-position: 350px;
  background-size: 160%;
}
.best-of-x .stats .content.diff .players .diff_player:last-child .bottom,
.bracket-data .stats .content.diff .players .diff_player:last-child .bottom {
  display: none;
}
.best-of-x .stats .content.diff .players .diff_player:last-child .agent img,
.bracket-data .stats .content.diff .players .diff_player:last-child .agent img {
  transform: rotateY(180deg);
}
.best-of-x .stats .content.player_analytics.animate .team:first-child .player,
.bracket-data .stats .content.player_analytics.animate .team:first-child .player {
  background-position-x: right;
}
.best-of-x .stats .content.player_analytics.animate .team:first-child .player .name,
.bracket-data .stats .content.player_analytics.animate .team:first-child .player .name {
  background-position-x: -8px;
}
.best-of-x .stats .content.player_analytics.animate .team:last-child .player,
.bracket-data .stats .content.player_analytics.animate .team:last-child .player {
  transition-delay: 100ms;
  background-position-x: right;
}
.best-of-x .stats .content.player_analytics.animate .team:last-child .player .name,
.bracket-data .stats .content.player_analytics.animate .team:last-child .player .name {
  transition-delay: 100ms;
  background-position-x: -8px;
}
.best-of-x .stats .content.player_analytics > section,
.bracket-data .stats .content.player_analytics > section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
.best-of-x .stats .content.player_analytics > section .top,
.bracket-data .stats .content.player_analytics > section .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: linear-gradient(90deg, #cf7178, #60a3a2);
}
.best-of-x .stats .content.player_analytics > section .top .team,
.bracket-data .stats .content.player_analytics > section .top .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.best-of-x .stats .content.player_analytics > section .top .team .top-player,
.bracket-data .stats .content.player_analytics > section .top .team .top-player {
  padding: 10px 15px;
  border-radius: 10px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.best-of-x .stats .content.player_analytics > section .top .team .top-player img,
.bracket-data .stats .content.player_analytics > section .top .team .top-player img {
  width: 94px;
  height: 94px;
}
.best-of-x .stats .content.player_analytics > section .top .team .top-player,
.bracket-data .stats .content.player_analytics > section .top .team .top-player {
  transition: all 0.2s;
}
.best-of-x .stats .content.player_analytics > section .top .team .top-player .bottom,
.bracket-data .stats .content.player_analytics > section .top .team .top-player .bottom {
  color: white;
}
.best-of-x .stats .content.player_analytics > section .top .team .top-player .bottom .name,
.bracket-data .stats .content.player_analytics > section .top .team .top-player .bottom .name {
  font-size: 0.5em;
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-transform: uppercase;
  top: 10px;
  left: 2px;
  white-space: nowrap;
  opacity: 0.7;
}
.best-of-x .stats .content.player_analytics > section .top .team .top-player .bottom .value,
.bracket-data .stats .content.player_analytics > section .top .team .top-player .bottom .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 5px;
}
.best-of-x .stats .content.player_analytics > section .top .team .top-player .bottom .value span,
.bracket-data .stats .content.player_analytics > section .top .team .top-player .bottom .value span {
  font-variant-numeric: tabular-nums;
  font-size: 1.2em;
}
.best-of-x .stats .content.player_analytics > section .top .team:first-child,
.bracket-data .stats .content.player_analytics > section .top .team:first-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
}
.best-of-x .stats .content.player_analytics > section .top .team:first-child .top-player,
.bracket-data .stats .content.player_analytics > section .top .team:first-child .top-player {
  background: rgb(194.1157894737, 74.8842105263, 83.7631578947);
}
.best-of-x .stats .content.player_analytics > section .top .team:last-child,
.bracket-data .stats .content.player_analytics > section .top .team:last-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
}
.best-of-x .stats .content.player_analytics > section .top .team:last-child .top-player,
.bracket-data .stats .content.player_analytics > section .top .team:last-child .top-player {
  background: rgb(76.2390438247, 131.7609561753, 130.9322709163);
}
.best-of-x .stats .content.player_analytics > section .top .team .top-player.active,
.bracket-data .stats .content.player_analytics > section .top .team .top-player.active {
  background-color: var(--xpulz-mediumgrey-lighten-20);
}
.best-of-x .stats .content.player_analytics > section .top .team .top-player:hover,
.bracket-data .stats .content.player_analytics > section .top .team .top-player:hover {
  background: var(--xpulz-mediumgrey-lighten-10);
}
.best-of-x .stats .content.player_analytics > section .header,
.bracket-data .stats .content.player_analytics > section .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.best-of-x .stats .content.player_analytics > section .header .name,
.best-of-x .stats .content.player_analytics > section .header .kda,
.best-of-x .stats .content.player_analytics > section .header .acs,
.bracket-data .stats .content.player_analytics > section .header .name,
.bracket-data .stats .content.player_analytics > section .header .kda,
.bracket-data .stats .content.player_analytics > section .header .acs {
  color: var(--xpulz-white);
  font-weight: bold;
  text-align: center;
}
.best-of-x .stats .content.player_analytics > section .header .kda,
.bracket-data .stats .content.player_analytics > section .header .kda {
  width: 30%;
}
.best-of-x .stats .content.player_analytics > section .header .acs,
.bracket-data .stats .content.player_analytics > section .header .acs {
  width: 20%;
}
.best-of-x .stats .content.player_analytics > section .header .name,
.bracket-data .stats .content.player_analytics > section .header .name {
  width: 50%;
}
.best-of-x .stats .content.player_analytics > section .left,
.bracket-data .stats .content.player_analytics > section .left {
  width: 40%;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats,
.bracket-data .stats .content.player_analytics > section .bottom-stats {
  width: 100%;
  background: var(--xpulz-mediumgrey-lighten-10);
  height: 700px;
  overflow: hidden;
  position: relative;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header,
.bracket-data .stats .content.player_analytics > section .bottom-stats header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header img,
.bracket-data .stats .content.player_analytics > section .bottom-stats header img {
  position: absolute;
  left: -290px;
  bottom: -50px;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .info,
.best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .info,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy {
  width: calc((100% - 260px) / 2);
  background: rgba(31, 35, 62, 0.71);
  position: relative;
  z-index: 2;
  box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.3098039216);
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .info,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .info {
  margin-left: 200px;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .info .name,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .info .name {
  color: var(--xpulz-primary-color);
  font-size: 1.5em;
  text-align: center;
  padding-top: 20px;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .info .player-stats,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .info .player-stats {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .info .player-stats .line,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .info .player-stats .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .info .player-stats .line .label,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .info .player-stats .line .label {
  color: var(--xpulz-white);
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .info .player-stats .line .value,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .info .player-stats .line .value {
  color: var(--xpulz-white);
  font-size: 1.5em;
  font-weight: bold;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .info .player-stats .line .value .integer,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .info .player-stats .line .value .integer {
  margin: 0 3px;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy {
  margin-left: 30px;
  background: #22304e;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy > .label,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy > .label {
  color: var(--xpulz-white);
  font-size: 1.5em;
  text-align: center;
  padding-top: 20px;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy svg,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy svg {
  height: 103px;
  fill: var(--xpulz-grey);
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy svg .hit,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy svg .hit {
  fill: var(--xpulz-white);
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy .damages,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy .damages {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .body,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .body {
  background: rgb(49.4821428571, 69.8571428571, 113.5178571429);
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid white;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts {
  width: 70%;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts .line .label,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts .line .label {
  color: var(--xpulz-grey);
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts .line .value,
.best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts .line .percent,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts .line .value,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts .line .percent {
  color: var(--xpulz-white);
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts .line .percent,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts .line .percent {
  font-weight: bold;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts .line .label,
.best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts .line .value,
.best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts .line .percent,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts .line .label,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts .line .value,
.bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy .damages .parts .line .percent {
  display: inline-block;
  width: 30%;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats .player-timeline,
.bracket-data .stats .content.player_analytics > section .bottom-stats .player-timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  overflow-x: auto;
  padding: 10px 20px;
  margin-top: 20px;
  z-index: 2;
  position: relative;
  background: rgba(31, 35, 62, 0.95);
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats .player-timeline .round,
.bracket-data .stats .content.player_analytics > section .bottom-stats .player-timeline .round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats .player-timeline .round .kills,
.bracket-data .stats .content.player_analytics > section .bottom-stats .player-timeline .round .kills {
  width: 100%;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: linear-gradient(180deg, transparent 20%, #60a3a2 100%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 5px;
  width: 34px;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats .player-timeline .round,
.bracket-data .stats .content.player_analytics > section .bottom-stats .player-timeline .round {
  width: 34px;
  margin-right: 5px;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats .player-timeline .round svg,
.bracket-data .stats .content.player_analytics > section .bottom-stats .player-timeline .round svg {
  fill: var(--xpulz-white);
  width: 20px;
  height: 20px;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats .player-timeline .round .death,
.bracket-data .stats .content.player_analytics > section .bottom-stats .player-timeline .round .death {
  height: 30px;
  margin: 5px 0;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats .player-timeline .round .death .died,
.bracket-data .stats .content.player_analytics > section .bottom-stats .player-timeline .round .death .died {
  display: none;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats .player-timeline .round.died .kills,
.bracket-data .stats .content.player_analytics > section .bottom-stats .player-timeline .round.died .kills {
  background: linear-gradient(180deg, transparent 20%, #cf7178 100%);
}
.best-of-x .stats .content.player_analytics > section .bottom-stats .player-timeline .round.died .death .died,
.bracket-data .stats .content.player_analytics > section .bottom-stats .player-timeline .round.died .death .died {
  display: block;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats .player-timeline .round.died .death .died svg,
.bracket-data .stats .content.player_analytics > section .bottom-stats .player-timeline .round.died .death .died svg {
  fill: #cf7178;
}
.best-of-x .stats .content.player_analytics > section .bottom-stats .player-timeline .round .number,
.bracket-data .stats .content.player_analytics > section .bottom-stats .player-timeline .round .number {
  color: var(--xpulz-white);
  font-size: 0.8em;
}
.best-of-x .stats .content.player_analytics > section .team,
.bracket-data .stats .content.player_analytics > section .team {
  width: 100%;
}
.best-of-x .stats .content.player_analytics > section .team .player,
.bracket-data .stats .content.player_analytics > section .team .player {
  background: var(--xpulz-mediumgrey-lighten-10);
  border: 1px solid var(--xpulz-lightergrey-txt);
  height: 50px;
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  background-size: 98px auto;
  background-repeat: no-repeat;
  background-position: 800px 1px;
  background-blend-mode: overlay;
  transition: background-position-x 200ms;
  cursor: pointer;
}
.best-of-x .stats .content.player_analytics > section .team .player.active,
.bracket-data .stats .content.player_analytics > section .team .player.active {
  background: var(--xpulz-primary-color);
}
.best-of-x .stats .content.player_analytics > section .team .player .name,
.bracket-data .stats .content.player_analytics > section .team .player .name {
  height: 50px;
  background-size: 48px auto;
  background-repeat: no-repeat;
  background-position-x: -100px;
  background-position-y: 1px;
  transition: background-position-x 200ms;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-left: 50px;
  color: var(--xpulz-white);
  font-weight: bold;
}
.best-of-x .stats .content.player_analytics > section .team .player .kda,
.best-of-x .stats .content.player_analytics > section .team .player .acs,
.bracket-data .stats .content.player_analytics > section .team .player .kda,
.bracket-data .stats .content.player_analytics > section .team .player .acs {
  color: var(--xpulz-white);
  text-align: center;
}
.best-of-x .stats .content.player_analytics > section .team .player .kda,
.bracket-data .stats .content.player_analytics > section .team .player .kda {
  width: 30%;
}
.best-of-x .stats .content.player_analytics > section .team .player .acs,
.bracket-data .stats .content.player_analytics > section .team .player .acs {
  width: 20%;
}
.best-of-x .stats .content.player_analytics > section .team .player .name,
.bracket-data .stats .content.player_analytics > section .team .player .name {
  width: 50%;
}
.best-of-x .stats .content.economy header,
.bracket-data .stats .content.economy header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 30px 65px;
}
.best-of-x .stats .content.economy header .stats,
.bracket-data .stats .content.economy header .stats {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  width: 60%;
}
.best-of-x .stats .content.economy header .stats .label,
.bracket-data .stats .content.economy header .stats .label {
  color: var(--xpulz-white);
}
.best-of-x .stats .content.economy header .stats .value,
.bracket-data .stats .content.economy header .stats .value {
  margin-left: 10px;
  color: var(--xpulz-white);
}
.best-of-x .stats .content.economy header .stats .value .red,
.bracket-data .stats .content.economy header .stats .value .red {
  color: #f05b57;
}
.best-of-x .stats .content.economy header .stats .value .blue,
.bracket-data .stats .content.economy header .stats .value .blue {
  color: #58ddc4;
}
.best-of-x .stats .content.economy header .types,
.bracket-data .stats .content.economy header .types {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.best-of-x .stats .content.economy header .types .type,
.bracket-data .stats .content.economy header .types .type {
  cursor: pointer;
  padding: 10px 20px;
  color: var(--xpulz-grey);
  background: var(--xpulz-grey-darken-20);
}
.best-of-x .stats .content.economy header .types .type.active,
.bracket-data .stats .content.economy header .types .type.active {
  color: var(--xpulz-yellow);
}
.best-of-x .stats .content.economy header .types .type:first-child,
.bracket-data .stats .content.economy header .types .type:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.best-of-x .stats .content.economy header .types .type:last-child,
.bracket-data .stats .content.economy header .types .type:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.best-of-x .stats .content.economy .highcharts-background,
.bracket-data .stats .content.economy .highcharts-background {
  fill: var(--xpulz-lightgrey);
}
.best-of-x .stats .content.economy .highcharts-legend text,
.bracket-data .stats .content.economy .highcharts-legend text {
  color: var(--xpulz-white) !important;
  fill: var(--xpulz-white) !important;
}
.best-of-x .stats .content.economy .highcharts-container .highcharts-axis-labels.highcharts-yaxis-labels text,
.bracket-data .stats .content.economy .highcharts-container .highcharts-axis-labels.highcharts-yaxis-labels text {
  color: var(--xpulz-white) !important;
  fill: var(--xpulz-white) !important;
}
.best-of-x .stats .content.economy .highcharts-container .highcharts-axis-labels span,
.bracket-data .stats .content.economy .highcharts-container .highcharts-axis-labels span {
  text-align: center;
  color: var(--xpulz-white) !important;
}
.best-of-x .stats .content.economy .highcharts-container .highcharts-axis-labels img,
.bracket-data .stats .content.economy .highcharts-container .highcharts-axis-labels img {
  width: 25px;
  margin-top: 5px;
}

.title-tournament.help-kpis .cta {
  position: absolute;
  top: 25px;
  right: 10px;
  font-size: 12px;
  flex-direction: row;
}

.valorant-performance-agents.bg-valorant-xpulz {
  background: url("/img/game/valorant/agents/xpulz/background-compress.png");
  background-position: center;
}
.valorant-performance-agents .agent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 200px;
  margin-top: 20px;
  background: rgba(26, 35, 48, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.valorant-performance-agents .agent .agent-info {
  width: 350px;
  position: relative;
}
.valorant-performance-agents .agent .agent-info .agent-img {
  width: 600px;
  position: absolute;
  top: -40px;
  left: -100px;
}
.valorant-performance-agents .agent .agent-info .name {
  color: var(--xpulz-white);
  font-size: 1.5em;
  font-weight: bold;
  position: absolute;
  bottom: 55px;
  left: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7019607843);
}
.valorant-performance-agents .agent .agent-info .kda {
  color: var(--xpulz-white);
  font-size: 1.4em;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7019607843);
  background: rgba(26, 35, 48, 0.9);
  border-radius: 10px;
  padding: 5px 10px;
}
.valorant-performance-agents .agent .agent-stats {
  width: calc(100% - 350px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}
.valorant-performance-agents .agent .agent-stats .stat {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.valorant-performance-agents .agent .agent-stats .stat .label {
  color: #cecece;
  text-shadow: 1px 1px 1px black;
  font-size: 1.2em;
}
.valorant-performance-agents .agent .agent-stats .stat .value {
  color: var(--xpulz-white);
  font-size: 1.8em;
  font-weight: bold;
  font-variant-numeric: tabular-nums;
  text-shadow: 1px 1px 1px black;
}
.valorant-performance-agents .agent .agent-stats .stat .value.kda {
  font-size: 1em;
}
.valorant-performance-agents .agent .agent-stats .stat .value.val-green {
  color: #60a3a2;
}
.valorant-performance-agents .agent .agent-stats .stat .value.val-red {
  color: #cf7178;
}
/* Modal styling */
.xpulz-modal .modal-title {
  font-weight: 800;
  color: #fff;
}
.xpulz-modal .modal-content {
  background: linear-gradient(180deg, rgba(12, 18, 28, 0.98), rgba(12, 18, 28, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e9edf3;
}
.xpulz-modal .kpi-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.xpulz-modal .kpi-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 10px 12px;
}
.xpulz-modal .kpi-wide {
  grid-column: 1/-1;
}
.xpulz-modal .kpi-h {
  font-weight: 900;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}
.xpulz-modal .kpi-b p {
  margin: 0 0 4px;
}
.xpulz-modal code, .xpulz-modal pre.code {
  font-family: ui-monospace, monospace;
  font-size: 0.9em;
  background: rgba(255, 255, 255, 0.05);
  color: var(--xpulz-primary-color);
  padding: 2px 4px;
  border-radius: 4px;
}
.xpulz-modal pre.code {
  padding: 8px 12px;
}
.xpulz-modal .kpi-read {
  opacity: 0.85;
}
.xpulz-modal .bands {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 10px auto;
  max-width: 700px;
}
.xpulz-modal .band {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 6px 8px;
}
.xpulz-modal .band-grade {
  font-weight: 900;
  margin-right: 6px;
}
.xpulz-modal .table-breakdown {
  color: white;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.xpulz-modal .table-breakdown th, .xpulz-modal .table-breakdown td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
}
.xpulz-modal .t-right {
  text-align: right;
}
.xpulz-modal .t-right .positive {
  color: #60a3a2;
}
.xpulz-modal .t-right .negative {
  color: #cf7178;
}
.xpulz-modal .sec {
  padding: 10px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
}
.xpulz-modal .sec:first-of-type {
  border-top: 0;
}
.xpulz-modal .sec-h {
  margin: 0 0 6px;
  font-weight: 900;
}
.xpulz-modal .kpi-note {
  margin: 0.25rem 0 0.5rem 1rem;
  opacity: 0.85;
}
.xpulz-modal .modal-sticky {
  position: sticky;
  bottom: -16px; /* keeps it visible at end */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0 0;
  background: linear-gradient(180deg, transparent, rgba(12, 18, 28, 0.96));
}
.xpulz-modal .explain-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
.xpulz-modal .explain-block .explain-item {
  flex: 1 1 calc(33.333% - 20px);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 12px 14px;
}
.xpulz-modal .explain-block .explain-item .term {
  font-weight: 700;
  color: var(--xpulz-primary-color);
  margin-bottom: 6px;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}
.xpulz-modal .explain-block .explain-item .term .text {
  font-size: 0.88rem;
  line-height: 1.45;
  opacity: 0.85;
}
.xpulz-modal .explain-block .explain-item .term .text ul {
  margin: 6px 0 0 16px;
  padding: 0;
}
.xpulz-modal .explain-block .explain-item .term .text ul li {
  list-style: disc;
  margin-bottom: 3px;
}

/* Responsive */
@media (max-width: 600px) {
  .kpi-grid {
    grid-template-columns: 1fr;
  }
}
#valorant-vct .hero-section {
  height: 380px !important;
  padding: 140px 80px !important;
  margin-bottom: 40px !important;
}

@media (max-width: 900px) {
  .valorant-performance-agents {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .valorant-performance-agents .agent {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .valorant-performance-agents .agent .agent-stats {
    width: 100%;
    margin-top: 20px;
  }
  .valorant-performance-agents .agent .agent-stats .stat {
    width: 50%;
    text-align: right;
    padding-right: 10px;
  }
  .valorant-gamestats-container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .valorant-gamestats-container .team-global-stats {
    margin-left: 0;
    margin-top: 20px;
  }
  .valorant-gamestats .competitive {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .valorant-gamestats .competitive .cta:last-child {
    margin-top: 10px;
  }
  .table-container.scroll.valorant > section {
    max-height: 400px;
  }
  .table-container table.valorant tr td.username a span {
    font-size: 0.7em;
  }
  #valorant-vct .hero-section {
    height: auto !important;
    padding: 0 20px !important;
  }
  #valorant-vct .hero-section .top > section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .best-of-x .stats .content.overview > section {
    flex-direction: column;
  }
  .best-of-x .stats .content.overview .team {
    width: 100% !important;
  }
  .best-of-x .stats .content.overview .team .player {
    width: 100% !important;
    margin-top: 10px;
    margin-right: 0;
  }
  .best-of-x .stats .content.overview .team .player.mvp .stats {
    width: 100% !important;
    margin: 0 !important;
  }
  .best-of-x .stats .content.overview .team .player .full2 {
    left: calc(50% - 310px);
    max-width: inherit;
  }
  .best-of-x .stats .content.overview .team .player .bg-agent {
    max-width: inherit;
    bottom: auto;
    top: -70px;
  }
  .best-of-x .stats .content.overview .team:last-child {
    margin-left: 0 !important;
  }
  .best-of-x .current-map .score,
  .bracket-data .current-map .score {
    font-size: 2.4em;
  }
  .best-of-x .navigation .maps,
  .bracket-data .navigation .maps {
    border-top: 5px solid var(--xpulz-lightgrey);
  }
  .best-of-x .teams-select,
  .bracket-data .teams-select {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .best-of-x .teams-select .x-select,
  .bracket-data .teams-select .x-select {
    width: calc(100% - 20px);
  }
  .best-of-x .select-leaderboards,
  .bracket-data .select-leaderboards {
    font-size: 1em;
  }
  .best-of-x .title-valorant,
  .bracket-data .title-valorant {
    font-size: 1em;
    background: linear-gradient(105deg, var(--xpulz-primary-color-darken-20) 10%, var(--xpulz-primary-color) 10%, var(--xpulz-primary-color) 90%, var(--xpulz-primary-color-darken-20) 10%);
  }
  .best-of-x .agents,
  .best-of-x .players,
  .bracket-data .agents,
  .bracket-data .players {
    flex-wrap: wrap;
  }
  .best-of-x .agents .agent,
  .best-of-x .agents .player,
  .best-of-x .players .agent,
  .best-of-x .players .player,
  .bracket-data .agents .agent,
  .bracket-data .agents .player,
  .bracket-data .players .agent,
  .bracket-data .players .player {
    width: 100%;
    height: 500px;
    margin-top: 20px;
  }
  .best-of-x .agents .agent.player,
  .best-of-x .agents .player.player,
  .best-of-x .players .agent.player,
  .best-of-x .players .player.player,
  .bracket-data .agents .agent.player,
  .bracket-data .agents .player.player,
  .bracket-data .players .agent.player,
  .bracket-data .players .player.player {
    height: 650px;
  }
  .best-of-x .agents .agent img.portrait,
  .best-of-x .agents .player img.portrait,
  .best-of-x .players .agent img.portrait,
  .best-of-x .players .player img.portrait,
  .bracket-data .agents .agent img.portrait,
  .bracket-data .agents .player img.portrait,
  .bracket-data .players .agent img.portrait,
  .bracket-data .players .player img.portrait {
    width: 40%;
  }
  .best-of-x .agents .agent img.full2,
  .best-of-x .agents .player img.full2,
  .best-of-x .players .agent img.full2,
  .best-of-x .players .player img.full2,
  .bracket-data .agents .agent img.full2,
  .bracket-data .agents .player img.full2,
  .bracket-data .players .agent img.full2,
  .bracket-data .players .player img.full2 {
    left: calc(50% - 500px);
    top: 20px;
    max-width: inherit;
  }
  .best-of-x .vertical-boxes,
  .bracket-data .vertical-boxes {
    padding: 10px;
  }
  .best-of-x .vertical-boxes .box,
  .bracket-data .vertical-boxes .box {
    height: 525px;
    width: 28%;
    margin-top: 20px;
    transition: none;
  }
  .best-of-x .vertical-boxes .box.active,
  .bracket-data .vertical-boxes .box.active {
    width: 100%;
    order: -1;
    height: 650px;
  }
  .best-of-x .vertical-boxes .box img.weapon,
  .bracket-data .vertical-boxes .box img.weapon {
    height: 60px;
    max-width: inherit;
    top: 230px;
  }
  .best-of-x .stats .navigation,
  .bracket-data .stats .navigation {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .best-of-x .stats .navigation nav,
  .bracket-data .stats .navigation nav {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .best-of-x .stats .navigation nav > div,
  .bracket-data .stats .navigation nav > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 50%;
  }
  .best-of-x .stats .content,
  .bracket-data .stats .content {
    height: auto;
  }
  .best-of-x .stats .content.player-stats,
  .bracket-data .stats .content.player-stats {
    height: 1000px;
  }
  .best-of-x .stats .content.player-stats .left-agent,
  .bracket-data .stats .content.player-stats .left-agent {
    bottom: 0;
    left: -90px;
    width: auto;
    height: 300px;
  }
  .best-of-x .stats .content.player-stats .main-agent,
  .bracket-data .stats .content.player-stats .main-agent {
    top: auto;
    bottom: 0;
    left: 20px;
    width: auto;
    height: 300px;
  }
  .best-of-x .stats .content.player-stats .right-agent,
  .bracket-data .stats .content.player-stats .right-agent {
    bottom: 0;
    left: 140px;
    width: auto;
    height: 300px;
  }
  .best-of-x .stats .content.player-stats .player-stats,
  .bracket-data .stats .content.player-stats .player-stats {
    left: 0;
    width: 100%;
    height: 700px;
  }
  .best-of-x .stats .content.player-stats .player-stats .line .player-avatar,
  .bracket-data .stats .content.player-stats .player-stats .line .player-avatar {
    height: 96px;
    width: 96px;
  }
  .best-of-x .stats .content.player-stats .player-stats .line .label,
  .bracket-data .stats .content.player-stats .player-stats .line .label {
    font-size: 1em;
  }
  .best-of-x .stats .content.player-stats .player-stats .line .value,
  .bracket-data .stats .content.player-stats .player-stats .line .value {
    font-size: 2em;
  }
  .best-of-x .stats .content.overview.tournament .team .player,
  .bracket-data .stats .content.overview.tournament .team .player {
    width: 100% !important;
    margin-top: 10px;
  }
  .best-of-x .stats .content.overview.tournament .team .player .full2,
  .bracket-data .stats .content.overview.tournament .team .player .full2 {
    left: calc(50% - 310px);
    max-width: inherit;
  }
  .best-of-x .stats .content.overview.tournament .team .player .bg-agent,
  .bracket-data .stats .content.overview.tournament .team .player .bg-agent {
    max-width: inherit;
  }
  .best-of-x .stats .content.player_analytics > section .top,
  .bracket-data .stats .content.player_analytics > section .top {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: linear-gradient(0deg, #60a3a2, #cf7178);
    padding-left: 10px;
  }
  .best-of-x .stats .content.player_analytics > section .top .team .top-player img,
  .bracket-data .stats .content.player_analytics > section .top .team .top-player img {
    height: 45px;
    max-width: 45px;
  }
  .best-of-x .stats .content.player_analytics > section .bottom-stats .player-timeline,
  .bracket-data .stats .content.player_analytics > section .bottom-stats .player-timeline {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .best-of-x .stats .content.player_analytics > section .bottom-stats header,
  .bracket-data .stats .content.player_analytics > section .bottom-stats header {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .best-of-x .stats .content.player_analytics > section .bottom-stats header img,
  .bracket-data .stats .content.player_analytics > section .bottom-stats header img {
    position: absolute;
    left: -140px;
    bottom: 0;
    max-width: inherit;
  }
  .best-of-x .stats .content.player_analytics > section .bottom-stats header .info,
  .bracket-data .stats .content.player_analytics > section .bottom-stats header .info {
    margin-left: 0;
    width: 100%;
    padding-bottom: 10px;
  }
  .best-of-x .stats .content.player_analytics > section .bottom-stats header .accuracy,
  .bracket-data .stats .content.player_analytics > section .bottom-stats header .accuracy {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .best-of-x .stats .content.diff,
  .bracket-data .stats .content.diff {
    height: auto;
  }
  .best-of-x .stats .content.diff .roles,
  .bracket-data .stats .content.diff .roles {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .best-of-x .stats .content.diff .roles .role,
  .bracket-data .stats .content.diff .roles .role {
    margin-top: 10px;
  }
  .best-of-x .stats .content.diff .players::before,
  .bracket-data .stats .content.diff .players::before {
    background: linear-gradient(0deg, rgba(207, 113, 120, 0.2) 50%, rgba(96, 163, 162, 0.2) 50%) !important;
  }
  .best-of-x .stats .content.diff .players.red_first::before,
  .bracket-data .stats .content.diff .players.red_first::before {
    background: linear-gradient(0deg, rgba(96, 163, 162, 0.2) 50%, rgba(207, 113, 120, 0.2) 50%) !important;
  }
  .best-of-x .stats .content.diff .players,
  .bracket-data .stats .content.diff .players {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .best-of-x .stats .content.diff .players .diff_player,
  .bracket-data .stats .content.diff .players .diff_player {
    width: 100%;
    height: 600px;
  }
  .best-of-x .stats .content.diff .players .diff_player:first-child .agent,
  .bracket-data .stats .content.diff .players .diff_player:first-child .agent {
    left: calc(100% - 380px);
  }
  .best-of-x .stats .content.diff .players .diff_player:last-child .agent,
  .bracket-data .stats .content.diff .players .diff_player:last-child .agent {
    left: -210px;
  }
  .best-of-x .stats .content.diff .players .diff_player .agent,
  .bracket-data .stats .content.diff .players .diff_player .agent {
    height: 90%;
    width: auto;
    top: 10px;
  }
  .best-of-x .stats .content.diff .players .diff_player .right .player-stats,
  .bracket-data .stats .content.diff .players .diff_player .right .player-stats {
    margin-top: 0;
    background: rgba(0, 0, 0, 0.3019607843);
    padding: 15px 0;
  }
  .best-of-x .stats .content.diff .players .diff_player .right .player-stats .line,
  .bracket-data .stats .content.diff .players .diff_player .right .player-stats .line {
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .best-of-x .stats .content.diff .players .diff_player .right .player-stats .line .value,
  .bracket-data .stats .content.diff .players .diff_player .right .player-stats .line .value {
    font-size: 1.2em;
  }
  .best-of-x .stats .content.diff .players .diff_player:last-child .agent img,
  .bracket-data .stats .content.diff .players .diff_player:last-child .agent img {
    transform: rotateY(0);
  }
  .best-of-x .stats .content.scoreboard > section,
  .bracket-data .stats .content.scoreboard > section {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .best-of-x .stats .content.scoreboard > section .header .kda,
  .best-of-x .stats .content.scoreboard > section .header .name,
  .bracket-data .stats .content.scoreboard > section .header .kda,
  .bracket-data .stats .content.scoreboard > section .header .name {
    width: 40%;
  }
  .best-of-x .stats .content.scoreboard > section .header .acs,
  .bracket-data .stats .content.scoreboard > section .header .acs {
    width: 20%;
  }
  .best-of-x .stats .content.scoreboard > section .header .hs,
  .best-of-x .stats .content.scoreboard > section .header .econ,
  .bracket-data .stats .content.scoreboard > section .header .hs,
  .bracket-data .stats .content.scoreboard > section .header .econ {
    display: none;
  }
  .best-of-x .stats .content.scoreboard > section .team,
  .bracket-data .stats .content.scoreboard > section .team {
    width: 100%;
  }
  .best-of-x .stats .content.scoreboard > section .team .player,
  .bracket-data .stats .content.scoreboard > section .team .player {
    height: 60px;
  }
  .best-of-x .stats .content.scoreboard > section .team .player .name,
  .bracket-data .stats .content.scoreboard > section .team .player .name {
    height: 60px;
    background-size: 58px auto;
    padding-left: 60px;
    font-size: 0.8em;
  }
  .best-of-x .stats .content.scoreboard > section .team .player .kda,
  .best-of-x .stats .content.scoreboard > section .team .player .name,
  .bracket-data .stats .content.scoreboard > section .team .player .kda,
  .bracket-data .stats .content.scoreboard > section .team .player .name {
    width: 40%;
  }
  .best-of-x .stats .content.scoreboard > section .team .player .acs,
  .bracket-data .stats .content.scoreboard > section .team .player .acs {
    width: 20%;
  }
  .best-of-x .stats .content.scoreboard > section .team .player .hs,
  .best-of-x .stats .content.scoreboard > section .team .player .econ,
  .bracket-data .stats .content.scoreboard > section .team .player .hs,
  .bracket-data .stats .content.scoreboard > section .team .player .econ {
    display: none;
  }
}
/* ---------------------------------------------------------------
   C1 — Lineup Library (list panel + create/edit modal)
   --------------------------------------------------------------- */
.stats-section.lineups .lineups-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.stats-section.lineups .lineups-empty {
  padding: 2rem 1rem;
  text-align: center;
  opacity: 0.7;
}
.stats-section.lineups .lineup-name-cell .name {
  font-weight: 600;
}
.stats-section.lineups .lineup-name-cell .comment {
  font-size: 0.85em;
  opacity: 0.7;
  margin-top: 0.15rem;
}
.stats-section.lineups .lineup-actions {
  /* .ctas already handles display/gap; just align end here */
  justify-content: flex-end;
}
.stats-section.lineups .lineup-map .val-muted {
  opacity: 0.55;
  font-style: italic;
}
.stats-section.lineups .lineup-map {
  /* Mini map card — visual echo of the .map-card from the edit modal
     but read-only and smaller. Splash image with name overlay. */
}
.stats-section.lineups .lineup-map .map-card-mini {
  position: relative;
  width: 120px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}
.stats-section.lineups .lineup-map .map-card-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}
.stats-section.lineups .lineup-map .map-card-mini .map-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.2rem 0.4rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  font-size: 0.75em;
  font-weight: 600;
  color: #fff;
  width: 100%;
  text-align: center;
}
.stats-section.lineups .sample-flag .val-muted {
  opacity: 0.55;
}

/* Create / edit modal */
.lineup-edit-form .form-group {
  margin-bottom: 1.25rem;
}
.lineup-edit-form label .val-muted {
  font-size: 0.8em;
  font-weight: 400;
  opacity: 0.65;
  margin-left: 0.4rem;
}
.lineup-edit-form {
  /* Picked-agents row above the grid */
}
.lineup-edit-form .lineup-slots {
  display: flex;
  gap: 0.5rem;
  margin: 0.5rem 0 0.75rem;
}
.lineup-edit-form .lineup-slots .lineup-slot {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  border: 2px dashed rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.15s, transform 0.15s;
}
.lineup-edit-form .lineup-slots .lineup-slot.filled {
  border-style: solid;
  border-color: var(--xpulz-color, #ff4d4d);
  background: rgba(255, 77, 77, 0.12);
}
.lineup-edit-form .lineup-slots .lineup-slot.filled:hover {
  transform: scale(1.04);
}
.lineup-edit-form .lineup-slots .lineup-slot.empty {
  color: rgba(255, 255, 255, 0.35);
  font-weight: 700;
  font-size: 1.4em;
}
.lineup-edit-form .lineup-slots .lineup-slot img {
  width: 48px;
  height: 48px;
  border-radius: 6px;
}
.lineup-edit-form {
  /* Selectable agent cards */
}
.lineup-edit-form .agent-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 0.5rem;
  max-height: 320px;
  overflow-y: auto;
  padding: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}
.lineup-edit-form .agent-grid .agent-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.4rem 0.2rem;
  border-radius: 6px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.02);
  border: 2px solid transparent;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}
.lineup-edit-form .agent-grid .agent-card img {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  margin-bottom: 0.25rem;
}
.lineup-edit-form .agent-grid .agent-card .agent-name {
  font-size: 0.7em;
  line-height: 1.1;
  opacity: 0.75;
  word-break: break-word;
}
.lineup-edit-form .agent-grid .agent-card:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}
.lineup-edit-form .agent-grid .agent-card.picked {
  border-color: var(--xpulz-color, #ff4d4d);
  background: rgba(255, 77, 77, 0.15);
}
.lineup-edit-form .agent-grid .agent-card.picked .agent-name {
  opacity: 1;
  font-weight: 600;
}
.lineup-edit-form {
  /* Selectable map cards */
}
.lineup-edit-form .map-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.5rem;
  max-height: 240px;
  overflow-y: auto;
  padding: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}
.lineup-edit-form .map-grid .map-card {
  position: relative;
  height: 70px;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.15s, transform 0.15s;
  background: rgba(255, 255, 255, 0.03);
}
.lineup-edit-form .map-grid .map-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  transition: opacity 0.15s;
}
.lineup-edit-form .map-grid .map-card .map-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25rem 0.4rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
}
.lineup-edit-form .map-grid .map-card.any-map {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  opacity: 0.75;
}
.lineup-edit-form .map-grid .map-card:hover {
  transform: translateY(-1px);
}
.lineup-edit-form .map-grid .map-card:hover img {
  opacity: 0.85;
}
.lineup-edit-form .map-grid .map-card.picked {
  border-color: var(--xpulz-color, #ff4d4d);
}
.lineup-edit-form .map-grid .map-card.picked img {
  opacity: 1;
}
.lineup-edit-form .map-grid .map-card.picked.any-map {
  background: rgba(255, 77, 77, 0.15);
  opacity: 1;
}
.lineup-edit-form .lineup-edit-error {
  margin-top: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  background: rgba(231, 53, 83, 0.12);
  border: 1px solid rgba(231, 53, 83, 0.35);
}

/* ---------------------------------------------------------------
   C1.L7 — Compare modal + selection state on list rows
   --------------------------------------------------------------- */
.stats-section.lineups .lineup-compare-pick {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stats-section.lineups .lineup-compare-pick input[type=checkbox] {
  cursor: pointer;
  width: 18px;
  height: 18px;
  accent-color: var(--xpulz-primary-color, #ff4d4d);
}
.stats-section.lineups .map-col.compare-picked {
  background: rgba(255, 77, 77, 0.08);
  border-left: 3px solid var(--xpulz-primary-color, #ff4d4d);
}

.lineup-compare .compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.lineup-compare .compare-col {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
}
.lineup-compare .compare-col .compare-head {
  margin-bottom: 0.75rem;
}
.lineup-compare .compare-col .compare-head .name {
  font-weight: 700;
  font-size: 1.05em;
}
.lineup-compare .compare-col .compare-head .comment {
  font-size: 0.85em;
  margin-top: 0.15rem;
  opacity: 0.7;
}
.lineup-compare .compare-col .agents {
  margin-bottom: 0.75rem;
}
.lineup-compare .compare-col .agents-images {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.lineup-compare .compare-col .agents-images img {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: black;
  object-fit: cover;
}
.lineup-compare .compare-col .agents-images img.in-team {
  border: 2px solid var(--xpulz-primary-color, #ff4d4d);
}
.lineup-compare .compare-col .lineup-map {
  margin-bottom: 0.75rem;
}
.lineup-compare .compare-col .lineup-map .map-card-mini {
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.lineup-compare .compare-col .lineup-map .map-card-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}
.lineup-compare .compare-col .lineup-map .map-card-mini .map-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.2rem 0.4rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
}
.lineup-compare .compare-col .compare-stats {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.lineup-compare .compare-col .compare-stats .row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
}
.lineup-compare .compare-col .compare-stats .row .label {
  opacity: 0.7;
}
.lineup-compare .compare-col .compare-stats .row .val {
  font-weight: 600;
}
.lineup-compare .compare-delta {
  padding: 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.lineup-compare .compare-delta .delta-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  opacity: 0.85;
}
.lineup-compare .compare-delta .delta-row {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
  font-size: 0.95em;
}
.lineup-compare .compare-delta .delta-row .label {
  opacity: 0.7;
}
.lineup-compare .compare-delta .delta-row .val {
  font-weight: 700;
}
.lineup-compare .compare-empty {
  padding: 1rem;
  text-align: center;
  opacity: 0.6;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/img/organizers/calyx/live/ProximaNova/Proxima Nova Bold.otf");
  font-weight: 700;
  font-style: normal;
}
.lol-blue {
  color: #5383E8;
}
.lol-blue.important {
  color: #5383E8 !important;
}

.lol-red {
  color: #E84057;
}

.bg-lol-blue {
  background: #5383E8;
}
.bg-lol-blue.important {
  background: #5383E8 !important;
}

.bg-lol-red {
  background: #E84057;
}
.bg-lol-red.important {
  background: #E84057 !important;
}

#lol-live.in_game {
  width: 1920px;
  height: 1080px;
}
#lol-live .post_match_data {
  background: url("/img/organizers/calyx/live/AL_Post_Game_NEW.png");
  width: 1920px;
  height: 1080px;
}
#lol-live .post_match_data .teams {
  position: absolute;
  left: 55px;
  top: 103px;
  width: calc(100% - 97px);
  height: 118px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#lol-live .post_match_data .teams .team {
  width: 764px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#lol-live .post_match_data .teams .team:last-child {
  width: 776px;
}
#lol-live .post_match_data .teams .team .triangle {
  width: 0px;
  height: 0px;
}
#lol-live .post_match_data .teams .team .triangle.left {
  border-right: 40px solid transparent;
  border-left: 40px solid #2D6274;
  border-top: 60px solid transparent;
  border-bottom: 58px solid #2D6274;
}
#lol-live .post_match_data .teams .team .triangle.right {
  border-left: 40px solid transparent;
  border-right: 40px solid #2D6274;
  border-top: 60px solid transparent;
  border-bottom: 58px solid #2D6274;
}
#lol-live .post_match_data .teams .team img {
  width: 117px;
}
#lol-live .post_match_data .teams .team section {
  width: 567px;
  padding: 0 20px;
  font-size: 4em;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #2D6274;
}
#lol-live .post_match_data .teams .team.win section {
  background: #CFA747;
}
#lol-live .post_match_data .teams .team.win .triangle.right {
  border-right-color: #CFA747;
}
#lol-live .post_match_data .teams .team.win .triangle.left {
  border-left-color: #CFA747;
}
#lol-live .post_match_data .teams .team.win .triangle {
  border-bottom-color: #CFA747;
}
#lol-live .post_match_data .g-time {
  position: absolute;
  left: 846px;
  top: 120px;
  font-size: 1.3em;
  width: 230px;
  height: 83px;
  text-align: center;
  color: #2D6274;
}
#lol-live .post_match_data .g-time .time {
  font-weight: bold;
  font-size: 3em;
  line-height: 53px;
}
#lol-live .post_match_data .chart {
  width: 833px;
  position: absolute;
  right: 75px;
  bottom: 135px;
  height: 230px;
}
#lol-live .post_match_data .chart .main-color .highcharts-graph {
  stroke: #CFA747 !important;
}
#lol-live .post_match_data .chart .main-color,
#lol-live .post_match_data .chart .main-color .highcharts-point {
  fill: #CFA747 !important;
}
#lol-live .post_match_data .chart .highcharts-graph.highcharts-negative {
  stroke: rgb(217.5517241379, 186.3448275862, 111.4482758621);
}
#lol-live .post_match_data .chart .highcharts-area.highcharts-negative {
  fill: rgb(217.5517241379, 186.3448275862, 111.4482758621);
}
#lol-live .post_match_data .chart .highcharts-point.highcharts-negative {
  fill: rgb(217.5517241379, 186.3448275862, 111.4482758621);
}
#lol-live .post_match_data .champions-gold {
  position: absolute;
  right: 75px;
  top: 320px;
  width: 833px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#lol-live .post_match_data .champions-gold .team {
  width: 100%;
}
#lol-live .post_match_data .champions-gold .champion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: #2D6274;
  font-weight: bold;
  margin-bottom: 2px;
}
#lol-live .post_match_data .champions-gold .champion .middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 124px);
  padding: 0 2px;
}
#lol-live .post_match_data .champions-gold .champion .middle > section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#lol-live .post_match_data .champions-gold .champion .middle > section.golds {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#lol-live .post_match_data .champions-gold .champion .middle > section.percents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#lol-live .post_match_data .champions-gold .champion .middle > section span {
  line-height: 25px;
  padding: 0 5px;
  font-size: 1.5em;
}
#lol-live .post_match_data .champions-gold .champion .middle > section .percent {
  height: 40px;
  background: #2D6274;
}
#lol-live .post_match_data .champions-gold .champion .middle > section .percent.win {
  background: #CFA747;
}
#lol-live .post_match_data .champions-gold .champion img {
  height: 65px;
  width: 65px;
}
#lol-live .post_match_data .team-stats {
  position: absolute;
  top: 290px;
  left: 70px;
  width: 827px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#lol-live .post_match_data .team-stats .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  color: #2D6274;
  font-size: 3.4em;
  width: 340px;
}
#lol-live .post_match_data .team-stats .team:first-child div {
  padding-right: 80px;
}
#lol-live .post_match_data .team-stats .team:last-child div {
  padding-left: 80px;
}
#lol-live .post_match_data .team-stats .team > div {
  text-align: center;
  margin-bottom: 49px;
}
#lol-live .post_match_data .team-stats .team > div.m-10 {
  margin-bottom: 10px;
}
#lol-live .post_match_data .team-stats .team > div.bans {
  padding: 0;
}
#lol-live .post_match_data .team-stats .team > div.bans img {
  width: 67px;
}
#lol-live .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#lol-live .header .next {
  position: absolute;
  height: 63px;
  width: 182px;
  top: 0;
}
#lol-live .header .next > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2em;
  font-weight: bold;
  height: 100%;
  color: white;
  padding: 0 10px;
}
#lol-live .header .next > div.center {
  justify-content: center;
}
#lol-live .header .next img {
  height: 40px;
}
#lol-live .header .next.left {
  left: 0;
  background: url("/img/organizers/calyx/live/HUD_0000s_0002_Shape-3-copy.png");
  background-size: 100%;
}
#lol-live .header .next.right {
  right: 0;
  background: url("/img/organizers/calyx/live/HUD_0000s_0006_Shape-3.png");
  background-size: 100%;
}
#lol-live .header .live-menu {
  width: 1000px;
  height: 74px;
  color: #226375;
  background: white;
  margin: 0 auto;
  border: 2px solid #D7A52D;
  font-size: 1.4em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#lol-live .header .live-menu .separator {
  width: 4%;
}
#lol-live .header .live-menu .separator img {
  width: 52px;
  position: absolute;
  left: 474px;
  top: 3px;
}
#lol-live .header .live-menu .team .tag {
  text-align: center;
}
#lol-live .header .live-menu .team .score {
  text-align: center;
  font-size: 0.8em;
}
#lol-live .header .live-menu .team100, #lol-live .header .live-menu .team200 {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
}
#lol-live .header .live-menu .team100 .kills, #lol-live .header .live-menu .team100 .gold, #lol-live .header .live-menu .team100 .tower, #lol-live .header .live-menu .team100 .baron, #lol-live .header .live-menu .team100 .dragon, #lol-live .header .live-menu .team200 .kills, #lol-live .header .live-menu .team200 .gold, #lol-live .header .live-menu .team200 .tower, #lol-live .header .live-menu .team200 .baron, #lol-live .header .live-menu .team200 .dragon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#lol-live .header .live-menu .team100 img, #lol-live .header .live-menu .team200 img {
  height: 32px;
}
#lol-live .header .live-menu .team100 .img-container, #lol-live .header .live-menu .team200 .img-container {
  height: 100%;
  padding: 10px;
}
#lol-live .header .live-menu .team100 .img-container:first-child, #lol-live .header .live-menu .team200 .img-container:first-child {
  border-right: 2px solid #D7A52D;
  margin-right: 10px;
}
#lol-live .header .live-menu .team100 .img-container:last-child, #lol-live .header .live-menu .team200 .img-container:last-child {
  border-left: 2px solid #D7A52D;
  margin-left: 10px;
}
#lol-live .header .live-menu .team100 .img-container .team-img, #lol-live .header .live-menu .team200 .img-container .team-img {
  height: 100%;
}
#lol-live .header .live-menu .team100 > div, #lol-live .header .live-menu .team200 > div {
  width: 20%;
}
#lol-live .header .live-menu .team100 .gold, #lol-live .header .live-menu .team200 .gold {
  width: 23%;
}
#lol-live .header .live-menu .team100 .tower, #lol-live .header .live-menu .team200 .tower {
  width: 15%;
}
#lol-live .header .live-menu .team100 .kills, #lol-live .header .live-menu .team200 .kills {
  width: 22%;
}
#lol-live .header .live-menu .team100 .kills span, #lol-live .header .live-menu .team100 .gold span, #lol-live .header .live-menu .team100 .tower span, #lol-live .header .live-menu .team100 .baron span, #lol-live .header .live-menu .team100 .dragon span {
  margin-left: 10px;
}
#lol-live .header .live-menu .team100 .kills img, #lol-live .header .live-menu .team100 .gold img, #lol-live .header .live-menu .team100 .tower img, #lol-live .header .live-menu .team100 .baron img, #lol-live .header .live-menu .team100 .dragon img {
  transform: rotateY(180deg);
}
#lol-live .header .live-menu .team200 .kills span, #lol-live .header .live-menu .team200 .gold span, #lol-live .header .live-menu .team200 .tower span, #lol-live .header .live-menu .team200 .baron span, #lol-live .header .live-menu .team200 .dragon span {
  margin-right: 10px;
}
#lol-live .header .game-time {
  position: absolute;
  top: 74px;
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, black, transparent);
  width: 855px;
  text-align: center;
  left: calc((100% - 1000px + 145px) / 2);
}
#lol-live .header .game-time .dragons {
  width: calc((100% - 200px) / 2);
  overflow: hidden;
  height: 26px;
}
#lol-live .header .game-time .dragons img {
  height: 23px;
}
#lol-live .header .game-time .dragons:first-child {
  margin-right: 30px;
  text-align: right;
}
#lol-live .header .game-time .dragons:first-child img {
  margin-left: 10px;
}
#lol-live .header .game-time .dragons:last-child {
  margin-left: 30px;
  text-align: left;
}
#lol-live .header .game-time .dragons:last-child img {
  margin-right: 10px;
}
#lol-live .header .game-time .time {
  background: url("/img/organizers/calyx/live/time.png");
  background-size: 100%;
  height: 24px;
  width: 200px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#lol-live .header .box {
  position: absolute;
  top: 76px;
  width: 73px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#lol-live .header .box.left {
  left: calc((100% - 1000px) / 2);
}
#lol-live .header .box.right {
  left: calc((100% + 857px) / 2);
}
#lol-live .header .box .bo {
  height: 15px;
  width: 15px;
  background: none;
  border: 1px solid #CEA847;
  transform: rotate(45deg);
  margin-right: 9px;
}
#lol-live .header .box .bo:last-child {
  margin-right: 0;
}
#lol-live .header .box .bo.done {
  background: #CEA847;
}
#lol-live.dashboard table .ctas .cta .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#lol-live.dashboard table .ctas .cta .txt svg {
  margin-right: 5px;
  fill: white;
  height: 30px;
  width: 30px;
}
#lol-live.dashboard table tr {
  cursor: pointer;
}
#lol-live.dashboard table tr.active {
  background: var(--xpulz-darkgrey);
  color: white;
}
#lol-live .first_tower, #lol-live .elder_dragon, #lol-live .slain_baron, #lol-live .team_stats, #lol-live .champions_matchup, #lol-live .baron_full, #lol-live .team_ace {
  height: 1080px;
  width: 1920px;
  position: absolute;
  top: 0px;
}
#lol-live .first_tower.left, #lol-live .elder_dragon.left, #lol-live .slain_baron.left, #lol-live .team_stats.left, #lol-live .champions_matchup.left, #lol-live .baron_full.left, #lol-live .team_ace.left {
  left: 0;
}
#lol-live .first_tower.right, #lol-live .elder_dragon.right, #lol-live .slain_baron.right, #lol-live .team_stats.right, #lol-live .champions_matchup.right, #lol-live .baron_full.right, #lol-live .team_ace.right {
  right: 0;
  top: -310px;
  transform: rotate(180deg);
}
#lol-live .pick-and-ban {
  height: 1080px;
  width: 1920px;
  position: absolute;
  bottom: 0px;
}
#lol-live .level_up, #lol-live .item_buy, #lol-live .first_blood {
  height: 100px;
  width: 102px;
  position: absolute;
}
#lol-live .level_up.left, #lol-live .item_buy.left, #lol-live .first_blood.left {
  left: 0;
}
#lol-live .level_up.right, #lol-live .item_buy.right, #lol-live .first_blood.right {
  right: 0;
}
#lol-live .level_up.player_1, #lol-live .level_up.player_6, #lol-live .item_buy.player_1, #lol-live .item_buy.player_6, #lol-live .first_blood.player_1, #lol-live .first_blood.player_6 {
  top: 140px;
}
#lol-live .level_up.player_2, #lol-live .level_up.player_7, #lol-live .item_buy.player_2, #lol-live .item_buy.player_7, #lol-live .first_blood.player_2, #lol-live .first_blood.player_7 {
  top: 243px;
}
#lol-live .level_up.player_3, #lol-live .level_up.player_8, #lol-live .item_buy.player_3, #lol-live .item_buy.player_8, #lol-live .first_blood.player_3, #lol-live .first_blood.player_8 {
  top: 347px;
}
#lol-live .level_up.player_4, #lol-live .level_up.player_9, #lol-live .item_buy.player_4, #lol-live .item_buy.player_9, #lol-live .first_blood.player_4, #lol-live .first_blood.player_9 {
  top: 450px;
}
#lol-live .level_up.player_5, #lol-live .level_up.player_10, #lol-live .item_buy.player_5, #lol-live .item_buy.player_10, #lol-live .first_blood.player_5, #lol-live .first_blood.player_10 {
  top: 554px;
}
#lol-live .item_buy.right {
  transform: rotateY(180deg);
}
#lol-live .first_blood {
  height: auto;
  width: 328px;
  margin-top: -16px;
}

.best-of-x.league-of-legends .agents .agent .flip-card-front, .bracket-data.league-of-legends .agents .agent .flip-card-front {
  padding: 0;
}
.best-of-x.league-of-legends .agents .agent .percent-container, .bracket-data.league-of-legends .agents .agent .percent-container {
  padding: 10px;
  background: var(--xpulz-darkgrey-transparentize-50);
  position: relative;
}
.best-of-x.league-of-legends .agents .agent .name, .bracket-data.league-of-legends .agents .agent .name {
  margin-top: 0;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
}
.best-of-x.league-of-legends .agents .agent .stats, .bracket-data.league-of-legends .agents .agent .stats {
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding-top: 10px;
  background: var(--xpulz-darkgrey-transparentize-50);
}
.best-of-x.league-of-legends .agents .agent .stats.big-one, .bracket-data.league-of-legends .agents .agent .stats.big-one {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.best-of-x.league-of-legends .agents .agent .stats.big-one .value, .bracket-data.league-of-legends .agents .agent .stats.big-one .value {
  color: #E84057;
  font-size: 4em;
  width: 100%;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.best-of-x.league-of-legends .agents .agent .stats.big-one .value.blue, .bracket-data.league-of-legends .agents .agent .stats.big-one .value.blue {
  color: #5383E8;
}
.best-of-x.league-of-legends .agents .agent .stats.big-one .label, .bracket-data.league-of-legends .agents .agent .stats.big-one .label {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.best-of-x.league-of-legends .agents .agent img.champion, .bracket-data.league-of-legends .agents .agent img.champion {
  position: absolute;
  margin: 0 auto;
  left: -460px;
  top: 0px;
  height: 100%;
  opacity: 0.7;
  max-width: fit-content;
}
.best-of-x.league-of-legends .agents .agent img.champion.full, .bracket-data.league-of-legends .agents .agent img.champion.full {
  left: -460px;
  top: 0;
  height: 100%;
  opacity: 1;
}
.best-of-x.league-of-legends .stats .navigation .maps .map, .bracket-data.league-of-legends .stats .navigation .maps .map {
  width: 80px;
}
.best-of-x.league-of-legends .stats .content.top-5, .bracket-data.league-of-legends .stats .content.top-5 {
  height: 500px;
}
.best-of-x.league-of-legends .stats .content.top-5 .percent-container, .bracket-data.league-of-legends .stats .content.top-5 .percent-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.best-of-x.league-of-legends .stats .content.top-5 .rank, .bracket-data.league-of-legends .stats .content.top-5 .rank {
  color: var(--xpulz-white);
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  background: #5383E8;
  border-radius: 10px;
  height: 36px;
  width: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x.league-of-legends .stats .content.top-5 .rank.rank-1, .bracket-data.league-of-legends .stats .content.top-5 .rank.rank-1 {
  color: gold;
  background: #998100;
}
.best-of-x.league-of-legends .stats .content.top-5 .rank.rank-2, .bracket-data.league-of-legends .stats .content.top-5 .rank.rank-2 {
  color: silver;
  background: rgb(115.5, 115.5, 115.5);
}
.best-of-x.league-of-legends .stats .content.top-5 .rank.rank-3, .bracket-data.league-of-legends .stats .content.top-5 .rank.rank-3 {
  color: goldenrod;
  background: rgb(129.056, 97.68, 18.944);
}
.best-of-x.league-of-legends .stats .content.top-5 .agents .agent .name, .bracket-data.league-of-legends .stats .content.top-5 .agents .agent .name {
  margin-bottom: 0;
}
.best-of-x.league-of-legends .stats .content.top-5 .agents .agent img.champion, .bracket-data.league-of-legends .stats .content.top-5 .agents .agent img.champion {
  left: -300px;
}
.best-of-x.league-of-legends .stats .content.top-5 .agents .agent img.champion.full, .bracket-data.league-of-legends .stats .content.top-5 .agents .agent img.champion.full {
  left: -300px;
}
.best-of-x.league-of-legends .stats .content.banned, .bracket-data.league-of-legends .stats .content.banned {
  height: 500px;
}
.best-of-x.league-of-legends .stats .content.banned .agents .agent .percent .bar, .bracket-data.league-of-legends .stats .content.banned .agents .agent .percent .bar {
  background: #E84057;
}
.best-of-x.league-of-legends .stats .content.banned .agents .agent img.champion, .bracket-data.league-of-legends .stats .content.banned .agents .agent img.champion {
  left: -300px;
}
.best-of-x.league-of-legends .stats .content.banned .agents .agent img.champion.full, .bracket-data.league-of-legends .stats .content.banned .agents .agent img.champion.full {
  left: -300px;
}
.best-of-x.league-of-legends .stats .content.scoreboard section .team .team-info .left, .bracket-data.league-of-legends .stats .content.scoreboard section .team .team-info .left {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x.league-of-legends .stats .content.scoreboard section .team .team-info .team-stats, .bracket-data.league-of-legends .stats .content.scoreboard section .team .team-info .team-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 50%;
  padding: 0 40px;
}
.best-of-x.league-of-legends .stats .content.scoreboard section .team .team-info .team-stats span, .bracket-data.league-of-legends .stats .content.scoreboard section .team .team-info .team-stats span {
  font-size: 1em;
  font-variant-numeric: tabular-nums;
  margin-left: 3px;
}
.best-of-x.league-of-legends .stats .content.scoreboard section .team .team-info .team-stats svg, .bracket-data.league-of-legends .stats .content.scoreboard section .team .team-info .team-stats svg {
  width: 24px;
  height: 24px;
  fill: white;
}
.best-of-x.league-of-legends .stats .content.scoreboard section .team .team-info .team-stats .icon, .bracket-data.league-of-legends .stats .content.scoreboard section .team .team-info .team-stats .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x.league-of-legends .stats .content.scoreboard section .team .team-info.blue, .bracket-data.league-of-legends .stats .content.scoreboard section .team .team-info.blue {
  background: linear-gradient(90deg, #5383e8 30%, var(--xpulz-darkgrey) 45%);
  border: 1px solid #5383E8;
}
.best-of-x.league-of-legends .stats .content.scoreboard section .team .team-info.blue .team-stats span, .bracket-data.league-of-legends .stats .content.scoreboard section .team .team-info.blue .team-stats span {
  color: #5383E8;
}
.best-of-x.league-of-legends .stats .content.scoreboard section .team .team-info.red, .bracket-data.league-of-legends .stats .content.scoreboard section .team .team-info.red {
  background: linear-gradient(90deg, #e84057 30%, var(--xpulz-darkgrey) 45%);
  border: 1px solid #E84057;
}
.best-of-x.league-of-legends .stats .content.scoreboard section .team .team-info.red .team-stats span, .bracket-data.league-of-legends .stats .content.scoreboard section .team .team-info.red .team-stats span {
  color: #E84057;
}
.best-of-x.league-of-legends .stats .content.scoreboard td.lane img, .bracket-data.league-of-legends .stats .content.scoreboard td.lane img {
  width: 30px;
  height: 30px;
}
.best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container, .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container img, .best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container .no-item, .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container img, .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container .no-item {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 10px;
}
.best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container .no-item, .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container .no-item {
  background: var(--xpulz-grey-txt);
}
.best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container.smaller, .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container.smaller {
  width: 54px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 5px;
}
.best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container.smaller img, .best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container.smaller .no-item, .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container.smaller img, .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container.smaller .no-item {
  width: 24px;
  height: 24px;
  margin-right: 0px;
}
.best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container.smaller img:nth-child(1), .best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container.smaller img:nth-child(3), .best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container.smaller .no-item:nth-child(1), .best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container.smaller .no-item:nth-child(3), .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container.smaller img:nth-child(1), .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container.smaller img:nth-child(3), .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container.smaller .no-item:nth-child(1), .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container.smaller .no-item:nth-child(3) {
  margin-right: 3px;
}
.best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container.smaller img:nth-child(1), .best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container.smaller img:nth-child(2), .best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container.smaller .no-item:nth-child(1), .best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container.smaller .no-item:nth-child(2), .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container.smaller img:nth-child(1), .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container.smaller img:nth-child(2), .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container.smaller .no-item:nth-child(1), .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container.smaller .no-item:nth-child(2) {
  margin-bottom: 3px;
}
.best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container img:last-child, .best-of-x.league-of-legends .stats .content.scoreboard td.items .items-container .no-item:last-child, .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container img:last-child, .bracket-data.league-of-legends .stats .content.scoreboard td.items .items-container .no-item:last-child {
  margin-right: 0;
}
.best-of-x.league-of-legends .stats .content.diff .roles .role img, .bracket-data.league-of-legends .stats .content.diff .roles .role img {
  width: 30px;
}
.best-of-x.league-of-legends .stats .content.diff .roles .minutes10 .label, .bracket-data.league-of-legends .stats .content.diff .roles .minutes10 .label {
  font-size: 1em;
  font-weight: bold;
  color: rgb(172.9692307692, 195.8615384615, 244.0307692308);
  text-align: center;
}
.best-of-x.league-of-legends .stats .content.diff .players::before, .bracket-data.league-of-legends .stats .content.diff .players::before {
  background: linear-gradient(90deg, rgba(83, 131, 232, 0.2) 50%, rgba(232, 64, 87, 0.2) 50%);
}
.best-of-x.league-of-legends .stats .content.diff .players.red_first::before, .bracket-data.league-of-legends .stats .content.diff .players.red_first::before {
  background: linear-gradient(90deg, rgba(232, 64, 87, 0.2) 50%, rgba(83, 131, 232, 0.2) 50%);
}
.best-of-x.league-of-legends .stats .content.diff .players .diff_player, .bracket-data.league-of-legends .stats .content.diff .players .diff_player {
  transition: all 0.4s;
  background-position: 0%;
}
.best-of-x.league-of-legends .stats .content.diff .players .diff_player .right, .bracket-data.league-of-legends .stats .content.diff .players .diff_player .right {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 0;
}
.best-of-x.league-of-legends .stats .content.diff .players .diff_player .right .player-stats, .bracket-data.league-of-legends .stats .content.diff .players .diff_player .right .player-stats {
  margin-top: 20px;
}
.best-of-x.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .label, .bracket-data.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .label {
  font-weight: bold;
}
.best-of-x.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .label .at10, .bracket-data.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .label .at10 {
  margin-left: 2px;
  color: rgb(172.9692307692, 195.8615384615, 244.0307692308);
}
.best-of-x.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value, .bracket-data.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value {
  font-variant-numeric: tabular-nums;
}
.best-of-x.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value.diff, .bracket-data.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value.diff {
  color: #E84057;
  text-shadow: 1px 1px 1px #000;
}
.best-of-x.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value.diff path, .bracket-data.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value.diff path {
  stroke: #E84057;
}
.best-of-x.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value.diff.green, .bracket-data.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value.diff.green {
  color: #5383E8;
}
.best-of-x.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value.diff.green path, .bracket-data.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value.diff.green path {
  stroke: #5383E8;
}
.best-of-x.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value svg, .bracket-data.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value svg {
  width: 20px;
  height: 20px;
  filter: drop-shadow(-1px -2px 1px black);
}
.best-of-x.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value .up, .bracket-data.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value .up {
  transform: rotate(180deg);
}
.best-of-x.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value .down, .bracket-data.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value .down {
  transform: rotate(0deg);
}
.best-of-x.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value .green, .bracket-data.league-of-legends .stats .content.diff .players .diff_player .right .player-stats .line .value .green {
  color: #5383E8;
}
.best-of-x.league-of-legends .stats .content.diff.animate .players .diff_player, .bracket-data.league-of-legends .stats .content.diff.animate .players .diff_player {
  background-position: 30%;
}
.best-of-x.league-of-legends .stats .content.diff.animate .players .diff_player:last-child, .bracket-data.league-of-legends .stats .content.diff.animate .players .diff_player:last-child {
  background-position: 70%;
}
.best-of-x.league-of-legends .stats .content.player_analytics, .bracket-data.league-of-legends .stats .content.player_analytics {
  height: auto;
}
.best-of-x.league-of-legends .stats .content.player_analytics.animate .team:first-child .player, .bracket-data.league-of-legends .stats .content.player_analytics.animate .team:first-child .player {
  background-position-x: right;
}
.best-of-x.league-of-legends .stats .content.player_analytics.animate .team:first-child .player .name, .bracket-data.league-of-legends .stats .content.player_analytics.animate .team:first-child .player .name {
  background-position-x: -8px;
}
.best-of-x.league-of-legends .stats .content.player_analytics.animate .team:last-child .player, .bracket-data.league-of-legends .stats .content.player_analytics.animate .team:last-child .player {
  transition-delay: 100ms;
  background-position-x: right;
}
.best-of-x.league-of-legends .stats .content.player_analytics.animate .team:last-child .player .name, .bracket-data.league-of-legends .stats .content.player_analytics.animate .team:last-child .player .name {
  transition-delay: 100ms;
  background-position-x: -8px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section, .bracket-data.league-of-legends .stats .content.player_analytics > section {
  height: auto;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .bottom-stats, .bracket-data.league-of-legends .stats .content.player_analytics > section .bottom-stats {
  background-size: cover !important;
  transition: all 0.4s;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .top, .bracket-data.league-of-legends .stats .content.player_analytics > section .top {
  background: linear-gradient(90deg, #E84057 calc(50% - 5px), #5383E8 calc(50% - 5px));
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .top .team .top-player, .bracket-data.league-of-legends .stats .content.player_analytics > section .top .team .top-player {
  padding: 0;
  border-radius: 0;
  margin-right: 10px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .top .team .top-player img, .bracket-data.league-of-legends .stats .content.player_analytics > section .top .team .top-player img {
  width: 128px;
  height: 128px;
  opacity: 0.4;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .top .team .top-player .bottom .name, .bracket-data.league-of-legends .stats .content.player_analytics > section .top .team .top-player .bottom .name {
  background: black;
  height: 100%;
  padding-top: 10px;
  left: 0;
  top: 0;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .top .team:first-child, .bracket-data.league-of-legends .stats .content.player_analytics > section .top .team:first-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .top .team:first-child .top-player, .bracket-data.league-of-legends .stats .content.player_analytics > section .top .team:first-child .top-player {
  background: black;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .top .team:last-child, .bracket-data.league-of-legends .stats .content.player_analytics > section .top .team:last-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .top .team:last-child .top-player, .bracket-data.league-of-legends .stats .content.player_analytics > section .top .team:last-child .top-player {
  background: black;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .top .team .top-player.active, .bracket-data.league-of-legends .stats .content.player_analytics > section .top .team .top-player.active {
  background-color: var(--xpulz-mediumgrey-lighten-20);
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .top .team .top-player.active img, .bracket-data.league-of-legends .stats .content.player_analytics > section .top .team .top-player.active img {
  opacity: 1;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .top .team .top-player:hover, .bracket-data.league-of-legends .stats .content.player_analytics > section .top .team .top-player:hover {
  background: var(--xpulz-mediumgrey-lighten-10);
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .header, .bracket-data.league-of-legends .stats .content.player_analytics > section .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .header .name,
.best-of-x.league-of-legends .stats .content.player_analytics > section .header .kda,
.best-of-x.league-of-legends .stats .content.player_analytics > section .header .acs, .bracket-data.league-of-legends .stats .content.player_analytics > section .header .name,
.bracket-data.league-of-legends .stats .content.player_analytics > section .header .kda,
.bracket-data.league-of-legends .stats .content.player_analytics > section .header .acs {
  color: var(--xpulz-white);
  font-weight: bold;
  text-align: center;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .header .kda, .bracket-data.league-of-legends .stats .content.player_analytics > section .header .kda {
  width: 30%;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .header .acs, .bracket-data.league-of-legends .stats .content.player_analytics > section .header .acs {
  width: 20%;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .header .name, .bracket-data.league-of-legends .stats .content.player_analytics > section .header .name {
  width: 50%;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .left, .bracket-data.league-of-legends .stats .content.player_analytics > section .left {
  width: 40%;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .team, .bracket-data.league-of-legends .stats .content.player_analytics > section .team {
  width: 100%;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .timelines, .bracket-data.league-of-legends .stats .content.player_analytics > section .timelines {
  background: var(--xpulz-darkgrey);
  padding: 20px 20px;
  height: 100%;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .timelines .timeline-title, .bracket-data.league-of-legends .stats .content.player_analytics > section .timelines .timeline-title {
  color: var(--xpulz-white);
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-timelines, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-timelines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell {
  transition: all 0.4s;
  border-radius: 10px;
  background: var(--xpulz-lightgrey);
  position: relative;
  padding: 5px;
  margin-right: 5px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell img, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell span, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell span {
  color: var(--xpulz-white);
  position: absolute;
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 0.8em;
  font-weight: bold;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  bottom: 5px;
  left: 5px;
  text-shadow: 1px 1px 1px #000;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell span.level, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell span.level {
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 10px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell.evolve, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell.evolve {
  background: var(--xpulz-yellow);
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell.empty, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell.empty {
  width: 54px;
  height: 44px;
  background: none;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell.empty span, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell.empty span {
  background: none;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell.key-Q span, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell.key-Q span {
  background: #5383e8;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell.key-W span, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell.key-W span {
  background: #e84057;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell.key-E span, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell.key-E span {
  background: #379f3c;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell.key-R span, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell.key-R span {
  background: #d08600;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-ordered, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-ordered {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell .spell-container, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell .spell-container {
  transition: all 0.4s;
  border-radius: 10px;
  background: var(--xpulz-lightgrey);
  position: relative;
  padding: 5px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell .spell-container img, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell .spell-container img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell .spell-container span, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell .spell-container span {
  color: var(--xpulz-white);
  position: absolute;
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 0.8em;
  font-weight: bold;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  bottom: 5px;
  left: 5px;
  text-shadow: 1px 1px 1px #000;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell.key-Q span, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell.key-Q span {
  background: #5383e8;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell.key-W span, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell.key-W span {
  background: #e84057;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell.key-E span, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell.key-E span {
  background: #379f3c;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell.key-R span, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell.key-R span {
  background: #d08600;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell .spell-next, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell .spell-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: var(--xpulz-lightgrey);
  height: 30px;
  width: 30px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell .spell-next svg, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell .spell-next svg {
  height: 20px;
  width: 20px;
  transform: rotate(-90deg);
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell .spell-next svg path, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-ordered .spell .spell-next svg path {
  stroke: white;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary, .best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-secondary, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: var(--xpulz-lightgrey);
  padding: 10px 30px;
  border-radius: 10px;
  position: relative;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary img, .best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-secondary img, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary img, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-secondary img {
  width: 32px;
  height: 32px;
  z-index: 2;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary > span, .best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-secondary > span, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary > span, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-secondary > span {
  color: var(--xpulz-white);
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  z-index: 2;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary:after, .best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-secondary:after, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary:after, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-secondary:after {
  content: "";
  height: calc(100% - 140px);
  width: 4px;
  background: var(--xpulz-darkgrey);
  position: absolute;
  top: 130px;
  z-index: 1;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary .rune, .best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-secondary .rune, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary .rune, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-secondary .rune {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary .rune > span, .best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-secondary .rune > span, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary .rune > span, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-secondary .rune > span {
  color: var(--xpulz-white);
  font-size: 0.6em;
  background: var(--xpulz-darkgrey);
  padding: 2px 5px;
  z-index: 2;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary .rune img, .best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-secondary .rune img, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary .rune img, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-secondary .rune img {
  width: 48px;
  height: 48px;
  background: var(--xpulz-lightgrey);
  border-radius: 100%;
  z-index: 2;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary, .bracket-data.league-of-legends .stats .content.player_analytics > section .runes-timelines .runes-timeline .rune-primary {
  margin-right: 20px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  width: 100%;
  margin-bottom: 10px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .time, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .time {
  color: white;
  margin-top: 20px;
  width: 140px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .time svg, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .time svg {
  height: 14px;
  width: 14px;
  transform: rotate(-90deg);
  margin: 0 5px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .time svg path, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .time svg path {
  stroke: white;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-next, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: var(--xpulz-lightgrey);
  height: 30px;
  width: 30px;
  margin-top: 14px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-next svg, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-next svg {
  height: 20px;
  width: 20px;
  transform: rotate(-90deg);
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-next svg path, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-next svg path {
  stroke: white;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline:last-child .timeline-next, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline:last-child .timeline-next {
  display: none;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .minute, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .minute {
  color: var(--xpulz-white);
  font-weight: bold;
  text-align: center;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: var(--xpulz-lightgrey);
  border-radius: 10px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items .item, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items .item {
  padding: 5px 5px;
  border-radius: 10px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items .item img, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items .item img {
  width: 46px;
  height: 46px;
  border-radius: 10px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items .item, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items .item {
  margin-right: 5px;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items .item:last-child, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items .item:last-child {
  margin-right: 0;
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items .item.legendary, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items .item.legendary {
  background: var(--xpulz-yellow);
}
.best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items .item.support, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items .item.support {
  background: rgb(39, 174, 95);
}
.best-of-x.league-of-legends .stats .content.teams .bans, .bracket-data.league-of-legends .stats .content.teams .bans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}
.best-of-x.league-of-legends .stats .content.teams .bans .team, .bracket-data.league-of-legends .stats .content.teams .bans .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  transform: translateX(-100%);
  transition: all 0.4s;
}
.best-of-x.league-of-legends .stats .content.teams .bans .team .ban, .bracket-data.league-of-legends .stats .content.teams .bans .team .ban {
  position: relative;
}
.best-of-x.league-of-legends .stats .content.teams .bans .team .ban img, .bracket-data.league-of-legends .stats .content.teams .bans .team .ban img {
  width: 120px;
  height: 120px;
}
.best-of-x.league-of-legends .stats .content.teams .bans .team .ban .disable, .bracket-data.league-of-legends .stats .content.teams .bans .team .ban .disable {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -8px;
  left: 48px;
  z-index: 3;
}
.best-of-x.league-of-legends .stats .content.teams .bans .team .ban .disable svg, .bracket-data.league-of-legends .stats .content.teams .bans .team .ban .disable svg {
  width: 24px;
  height: 24px;
  fill: #E84057;
  filter: drop-shadow(1px 2px 1px black);
}
.best-of-x.league-of-legends .stats .content.teams .bans .team .ban:after, .bracket-data.league-of-legends .stats .content.teams .bans .team .ban:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(83, 131, 232, 0.2);
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.best-of-x.league-of-legends .stats .content.teams .bans .team:last-child, .bracket-data.league-of-legends .stats .content.teams .bans .team:last-child {
  transform: translateX(100%);
}
.best-of-x.league-of-legends .stats .content.teams .bans .team:last-child .ban:after, .bracket-data.league-of-legends .stats .content.teams .bans .team:last-child .ban:after {
  background: rgba(232, 64, 87, 0.2);
}
.best-of-x.league-of-legends .stats .content.teams .slider-line, .bracket-data.league-of-legends .stats .content.teams .slider-line {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.best-of-x.league-of-legends .stats .content.teams .slider-line .left, .best-of-x.league-of-legends .stats .content.teams .slider-line .right, .bracket-data.league-of-legends .stats .content.teams .slider-line .left, .bracket-data.league-of-legends .stats .content.teams .slider-line .right {
  transition: all 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 20px;
  color: white;
}
.best-of-x.league-of-legends .stats .content.teams .slider-line .left .label, .best-of-x.league-of-legends .stats .content.teams .slider-line .right .label, .bracket-data.league-of-legends .stats .content.teams .slider-line .left .label, .bracket-data.league-of-legends .stats .content.teams .slider-line .right .label {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.best-of-x.league-of-legends .stats .content.teams .slider-line .left .value, .best-of-x.league-of-legends .stats .content.teams .slider-line .right .value, .bracket-data.league-of-legends .stats .content.teams .slider-line .left .value, .bracket-data.league-of-legends .stats .content.teams .slider-line .right .value {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
}
.best-of-x.league-of-legends .stats .content.teams .slider-line .left.left, .best-of-x.league-of-legends .stats .content.teams .slider-line .right.left, .bracket-data.league-of-legends .stats .content.teams .slider-line .left.left, .bracket-data.league-of-legends .stats .content.teams .slider-line .right.left {
  transform: translateX(-100%);
  width: 25%;
}
.best-of-x.league-of-legends .stats .content.teams .slider-line .left.left .value, .best-of-x.league-of-legends .stats .content.teams .slider-line .right.left .value, .bracket-data.league-of-legends .stats .content.teams .slider-line .left.left .value, .bracket-data.league-of-legends .stats .content.teams .slider-line .right.left .value {
  color: #5383E8;
  text-shadow: 1px 1px 1px black;
}
.best-of-x.league-of-legends .stats .content.teams .slider-line .left.right, .best-of-x.league-of-legends .stats .content.teams .slider-line .right.right, .bracket-data.league-of-legends .stats .content.teams .slider-line .left.right, .bracket-data.league-of-legends .stats .content.teams .slider-line .right.right {
  transform: translateX(100%);
  width: 15%;
}
.best-of-x.league-of-legends .stats .content.teams .slider-line .left.right .label, .best-of-x.league-of-legends .stats .content.teams .slider-line .right.right .label, .bracket-data.league-of-legends .stats .content.teams .slider-line .left.right .label, .bracket-data.league-of-legends .stats .content.teams .slider-line .right.right .label {
  display: none;
}
.best-of-x.league-of-legends .stats .content.teams .slider-line .left.right .value, .best-of-x.league-of-legends .stats .content.teams .slider-line .right.right .value, .bracket-data.league-of-legends .stats .content.teams .slider-line .left.right .value, .bracket-data.league-of-legends .stats .content.teams .slider-line .right.right .value {
  color: #E84057;
  text-shadow: 1px 1px 1px black;
}
.best-of-x.league-of-legends .stats .content.teams .slider-line .middle, .bracket-data.league-of-legends .stats .content.teams .slider-line .middle {
  width: 60%;
}
.best-of-x.league-of-legends .stats .content.teams .slider-line .middle .slider-container, .bracket-data.league-of-legends .stats .content.teams .slider-line .middle .slider-container {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.best-of-x.league-of-legends .stats .content.teams .slider-line .middle .slider-container .slider, .bracket-data.league-of-legends .stats .content.teams .slider-line .middle .slider-container .slider {
  background: #5383E8;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: var(--xpulz-white);
  font-weight: bold;
  font-size: 1.5em;
  transition: width 0.4s;
  width: 0;
}
.best-of-x.league-of-legends .stats .content.teams .slider-line .middle .slider-container .slider.red, .bracket-data.league-of-legends .stats .content.teams .slider-line .middle .slider-container .slider.red {
  background: #E84057;
}
.best-of-x.league-of-legends .stats .content.teams.animate .bans .team:first-child, .bracket-data.league-of-legends .stats .content.teams.animate .bans .team:first-child {
  transform: translateX(0%);
}
.best-of-x.league-of-legends .stats .content.teams.animate .bans .team:last-child, .bracket-data.league-of-legends .stats .content.teams.animate .bans .team:last-child {
  transform: translateX(0%);
}
.best-of-x.league-of-legends .stats .content.teams.animate .slider-line .left, .bracket-data.league-of-legends .stats .content.teams.animate .slider-line .left {
  transform: translateX(0%);
}
.best-of-x.league-of-legends .stats .content.teams.animate .slider-line .right, .bracket-data.league-of-legends .stats .content.teams.animate .slider-line .right {
  transform: translateX(0%);
}
.best-of-x.league-of-legends .stats .content.overview > section, .bracket-data.league-of-legends .stats .content.overview > section {
  height: 700px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.best-of-x.league-of-legends .stats .content.overview .team, .bracket-data.league-of-legends .stats .content.overview .team {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.best-of-x.league-of-legends .stats .content.overview .team .player, .bracket-data.league-of-legends .stats .content.overview .team .player {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
  transition: all 0.4s;
  background-size: cover;
  background-position: center;
}
.best-of-x.league-of-legends .stats .content.overview .team .player .names, .bracket-data.league-of-legends .stats .content.overview .team .player .names {
  text-transform: none;
}
.best-of-x.league-of-legends .stats .content.overview .team .player.mvp, .bracket-data.league-of-legends .stats .content.overview .team .player.mvp {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.best-of-x.league-of-legends .stats .content.overview .team .player.mvp .bg-champion, .bracket-data.league-of-legends .stats .content.overview .team .player.mvp .bg-champion {
  opacity: 0.8;
  width: 100%;
  height: auto;
}
.best-of-x.league-of-legends .stats .content.overview .team .player.mvp .names, .bracket-data.league-of-legends .stats .content.overview .team .player.mvp .names {
  margin-top: 20px;
}
.best-of-x.league-of-legends .stats .content.overview .team .player.mvp .names .agent, .bracket-data.league-of-legends .stats .content.overview .team .player.mvp .names .agent {
  font-size: 1em;
  font-weight: bold;
}
.best-of-x.league-of-legends .stats .content.overview .team .player.mvp .names .name, .bracket-data.league-of-legends .stats .content.overview .team .player.mvp .names .name {
  margin-top: 0px;
  font-size: 2.2em;
  text-shadow: 1px 1px 1px #000;
}
.best-of-x.league-of-legends .stats .content.overview .team .player.mvp .stats .data .value, .bracket-data.league-of-legends .stats .content.overview .team .player.mvp .stats .data .value {
  font-size: 3em;
}
.best-of-x.league-of-legends .stats .content.overview .team:first-child, .bracket-data.league-of-legends .stats .content.overview .team:first-child {
  margin-right: 10px;
}
.best-of-x.league-of-legends .stats .content.overview .team:first-child .player.mvp .stats, .best-of-x.league-of-legends .stats .content.overview .team:first-child .player.mvp .names, .bracket-data.league-of-legends .stats .content.overview .team:first-child .player.mvp .stats, .bracket-data.league-of-legends .stats .content.overview .team:first-child .player.mvp .names {
  width: 100%;
  margin-left: 0%;
}
.best-of-x.league-of-legends .stats .content.overview .team:first-child .player.mvp .names, .bracket-data.league-of-legends .stats .content.overview .team:first-child .player.mvp .names {
  text-align: left;
  padding-left: 20px;
}
.best-of-x.league-of-legends .stats .content.overview .team:first-child .player.mvp .bg-champion, .bracket-data.league-of-legends .stats .content.overview .team:first-child .player.mvp .bg-champion {
  left: 0;
}
.best-of-x.league-of-legends .stats .content.overview .team:last-child, .bracket-data.league-of-legends .stats .content.overview .team:last-child {
  margin-left: 10px;
}
.best-of-x.league-of-legends .stats .content.overview .team:last-child .player:first-child, .best-of-x.league-of-legends .stats .content.overview .team:last-child .player:last-child, .bracket-data.league-of-legends .stats .content.overview .team:last-child .player:first-child, .bracket-data.league-of-legends .stats .content.overview .team:last-child .player:last-child {
  margin-right: 0;
}
.best-of-x.league-of-legends .stats .content.overview .team:last-child .player:last-child, .bracket-data.league-of-legends .stats .content.overview .team:last-child .player:last-child {
  width: 25%;
}
.best-of-x.league-of-legends .stats .content.overview .team:last-child .player .bg-champion, .bracket-data.league-of-legends .stats .content.overview .team:last-child .player .bg-champion {
  transform: rotateY(180deg);
}
.best-of-x.league-of-legends .stats .content.overview .team:last-child .player.mvp .stats, .best-of-x.league-of-legends .stats .content.overview .team:last-child .player.mvp .names, .bracket-data.league-of-legends .stats .content.overview .team:last-child .player.mvp .stats, .bracket-data.league-of-legends .stats .content.overview .team:last-child .player.mvp .names {
  width: 100%;
  margin-left: 0%;
}
.best-of-x.league-of-legends .stats .content.overview .team:last-child .player.mvp .names, .bracket-data.league-of-legends .stats .content.overview .team:last-child .player.mvp .names {
  text-align: right;
  padding-right: 20px;
}
.best-of-x.league-of-legends .stats .content.overview .team:last-child .player.mvp .bg-champion, .bracket-data.league-of-legends .stats .content.overview .team:last-child .player.mvp .bg-champion {
  left: 0;
}
.best-of-x.league-of-legends .stats .content.overview.tournament, .bracket-data.league-of-legends .stats .content.overview.tournament {
  height: auto;
}
.best-of-x.league-of-legends .stats .content.overview.tournament > section, .bracket-data.league-of-legends .stats .content.overview.tournament > section {
  height: auto;
}
.best-of-x.league-of-legends .stats .content.overview.tournament .no-data .game-svg svg, .bracket-data.league-of-legends .stats .content.overview.tournament .no-data .game-svg svg {
  height: 100px;
  width: 100px;
  fill: var(--xpulz-yellow);
}
.best-of-x.league-of-legends .stats .content.overview.tournament .team, .bracket-data.league-of-legends .stats .content.overview.tournament .team {
  width: 100%;
}
.best-of-x.league-of-legends .stats .content.overview.tournament .team .player, .bracket-data.league-of-legends .stats .content.overview.tournament .team .player {
  width: calc(25% - 10px);
  height: 350px;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.best-of-x.league-of-legends .stats .content.overview.tournament .team .player .bg-champion, .bracket-data.league-of-legends .stats .content.overview.tournament .team .player .bg-champion {
  position: absolute;
  left: -45%;
  opacity: 0.8;
  bottom: 0;
  height: 100%;
  width: auto;
  max-width: fit-content;
}
.best-of-x.league-of-legends .stats .content.overview.tournament .team .player .names, .bracket-data.league-of-legends .stats .content.overview.tournament .team .player .names {
  width: 100%;
}
.best-of-x.league-of-legends .stats .content.overview.tournament .team .player .names .achievement, .bracket-data.league-of-legends .stats .content.overview.tournament .team .player .names .achievement {
  color: var(--xpulz-primary-color);
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 1px 1px 4px black;
}
.best-of-x.league-of-legends .stats .content.overview.tournament .team .player .names .name, .bracket-data.league-of-legends .stats .content.overview.tournament .team .player .names .name {
  text-shadow: 1px 1px 1px black;
}
.best-of-x.league-of-legends .stats .content.overview.tournament .team .player .names, .bracket-data.league-of-legends .stats .content.overview.tournament .team .player .names {
  background: linear-gradient(0deg, transparent, black);
  padding-bottom: 10px;
}
.best-of-x.league-of-legends .stats .content.overview.tournament .team .player.ranked .full2, .bracket-data.league-of-legends .stats .content.overview.tournament .team .player.ranked .full2 {
  left: 0;
  height: 170%;
}
.best-of-x.league-of-legends .stats .content.overview.tournament .team .player.ranked .bg-agent, .bracket-data.league-of-legends .stats .content.overview.tournament .team .player.ranked .bg-agent {
  height: 200px;
  left: calc(50% - 100px);
  width: auto;
  top: 60px;
  transform: rotate(0) !important;
}
.best-of-x.league-of-legends .stats .content.overview.tournament .team .player.team .names .achievement, .bracket-data.league-of-legends .stats .content.overview.tournament .team .player.team .names .achievement {
  color: var(--xpulz-white);
}
.best-of-x.league-of-legends .stats .content.overview.tournament .team .player.team .full2, .bracket-data.league-of-legends .stats .content.overview.tournament .team .player.team .full2 {
  display: none;
}
.best-of-x.league-of-legends .stats .content.overview.tournament .team .player.team .bg-agent, .bracket-data.league-of-legends .stats .content.overview.tournament .team .player.team .bg-agent {
  height: 180px;
  top: calc(50% - 90px);
  left: calc(50% - 90px);
}
.best-of-x.league-of-legends .stats .content.overview.tournament .team .player:nth-child(even) .bg-agent, .bracket-data.league-of-legends .stats .content.overview.tournament .team .player:nth-child(even) .bg-agent {
  transform: rotateY(0deg);
}
.best-of-x.league-of-legends .stats .content.overview.tournament .team:last-child .player:first-child, .bracket-data.league-of-legends .stats .content.overview.tournament .team:last-child .player:first-child {
  margin-right: 10px;
}
.best-of-x.league-of-legends .stats .content.overview.tournament .team:last-child .player:last-child, .bracket-data.league-of-legends .stats .content.overview.tournament .team:last-child .player:last-child {
  width: calc(25% - 10px);
}

@media (max-width: 900px) {
  .best-of-x.league-of-legends .agents,
  .best-of-x.league-of-legends .players, .bracket-data.league-of-legends .agents,
  .bracket-data.league-of-legends .players {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .best-of-x.league-of-legends .agents .agent,
  .best-of-x.league-of-legends .agents .player,
  .best-of-x.league-of-legends .players .agent,
  .best-of-x.league-of-legends .players .player, .bracket-data.league-of-legends .agents .agent,
  .bracket-data.league-of-legends .agents .player,
  .bracket-data.league-of-legends .players .agent,
  .bracket-data.league-of-legends .players .player {
    height: 450px;
    min-width: 100%;
    margin-right: 15px;
  }
  .best-of-x.league-of-legends .stats .content.top-5, .bracket-data.league-of-legends .stats .content.top-5 {
    overflow-x: auto;
  }
  .best-of-x.league-of-legends .stats .content.top-5 .agents .agent img.champion, .bracket-data.league-of-legends .stats .content.top-5 .agents .agent img.champion {
    left: -250px;
  }
  .best-of-x.league-of-legends .stats .content.top-5 .agents .agent img.champion.full, .bracket-data.league-of-legends .stats .content.top-5 .agents .agent img.champion.full {
    left: -250px;
  }
  .best-of-x.league-of-legends .stats .content.overview > section, .bracket-data.league-of-legends .stats .content.overview > section {
    height: auto;
  }
  .best-of-x.league-of-legends .stats .content.player_analytics > section .timeline-container, .bracket-data.league-of-legends .stats .content.player_analytics > section .timeline-container {
    overflow-x: scroll;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .best-of-x.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell img, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-timelines .spell img {
    max-width: fit-content;
  }
  .best-of-x.league-of-legends .stats .content.player_analytics > section .spells-ordered, .bracket-data.league-of-legends .stats .content.player_analytics > section .spells-ordered {
    margin-top: 0;
  }
  .best-of-x.league-of-legends .stats .content.player_analytics > section .bottom-stats, .bracket-data.league-of-legends .stats .content.player_analytics > section .bottom-stats {
    height: auto;
  }
  .best-of-x.league-of-legends .stats .content.player_analytics > section .items-timelines, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timelines {
    overflow-x: auto;
  }
  .best-of-x.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items .item img, .bracket-data.league-of-legends .stats .content.player_analytics > section .items-timeline .item-timeline .timeline-content .items .item img {
    max-width: fit-content;
  }
  .best-of-x.league-of-legends .stats .content.player_analytics > section .top, .bracket-data.league-of-legends .stats .content.player_analytics > section .top {
    background: linear-gradient(0deg, #E84057 calc(50% - 5px), #5383E8 calc(50% - 5px));
  }
  .best-of-x.league-of-legends .stats .content.player_analytics > section .top .team:first-child, .best-of-x.league-of-legends .stats .content.player_analytics > section .top .team:last-child, .bracket-data.league-of-legends .stats .content.player_analytics > section .top .team:first-child, .bracket-data.league-of-legends .stats .content.player_analytics > section .top .team:last-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .best-of-x.league-of-legends .stats .content.player_analytics > section .top .team .top-player img, .bracket-data.league-of-legends .stats .content.player_analytics > section .top .team .top-player img {
    max-width: 65px;
    width: 65px;
    height: auto;
  }
  .best-of-x.league-of-legends .stats .content.teams .bans .team .ban img, .bracket-data.league-of-legends .stats .content.teams .bans .team .ban img {
    height: 40px;
    width: 40px;
  }
  .best-of-x.league-of-legends .stats .content.teams .bans .team .ban .disable, .bracket-data.league-of-legends .stats .content.teams .bans .team .ban .disable {
    bottom: 0px;
    left: 10px;
    width: 14px;
    height: 14px;
  }
  .best-of-x.league-of-legends .stats .content.teams .bans .team .ban .disable svg, .bracket-data.league-of-legends .stats .content.teams .bans .team .ban .disable svg {
    width: 14px;
    height: 14px;
  }
  .best-of-x.league-of-legends .stats .content.teams .slider-line, .bracket-data.league-of-legends .stats .content.teams .slider-line {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .best-of-x.league-of-legends .stats .content.teams .slider-line .left, .best-of-x.league-of-legends .stats .content.teams .slider-line .right, .bracket-data.league-of-legends .stats .content.teams .slider-line .left, .bracket-data.league-of-legends .stats .content.teams .slider-line .right {
    width: 100% !important;
  }
  .best-of-x.league-of-legends .stats .content.teams .slider-line .left.right, .best-of-x.league-of-legends .stats .content.teams .slider-line .right.right, .bracket-data.league-of-legends .stats .content.teams .slider-line .left.right, .bracket-data.league-of-legends .stats .content.teams .slider-line .right.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    -moz-justify-content: end;
    justify-content: end;
  }
  .best-of-x.league-of-legends .stats .content.teams .slider-line .left.left, .best-of-x.league-of-legends .stats .content.teams .slider-line .right.left, .bracket-data.league-of-legends .stats .content.teams .slider-line .left.left, .bracket-data.league-of-legends .stats .content.teams .slider-line .right.left {
    padding: 10px 20px;
  }
  .best-of-x.league-of-legends .stats .content.teams .slider-line .left.left .value, .best-of-x.league-of-legends .stats .content.teams .slider-line .right.left .value, .bracket-data.league-of-legends .stats .content.teams .slider-line .left.left .value, .bracket-data.league-of-legends .stats .content.teams .slider-line .right.left .value {
    position: absolute;
    bottom: -120px;
  }
  .best-of-x.league-of-legends .stats .content.teams .slider-line .middle, .bracket-data.league-of-legends .stats .content.teams .slider-line .middle {
    width: 100%;
  }
  .best-of-x.league-of-legends .stats .content.teams .slider-line .middle .slider-container .slider, .bracket-data.league-of-legends .stats .content.teams .slider-line .middle .slider-container .slider {
    width: 100%;
  }
  .best-of-x.league-of-legends .stats .content.diff.animate .players .diff_player .bottom.better, .bracket-data.league-of-legends .stats .content.diff.animate .players .diff_player .bottom.better {
    width: 100%;
    height: 40px;
  }
  .best-of-x.league-of-legends .stats .content.diff.animate .players .diff_player .right, .bracket-data.league-of-legends .stats .content.diff.animate .players .diff_player .right {
    width: 60%;
  }
  .best-of-x.league-of-legends .stats .content.diff.animate .players .diff_player .right .player-stats, .bracket-data.league-of-legends .stats .content.diff.animate .players .diff_player .right .player-stats {
    background: none;
  }
  .best-of-x.league-of-legends .stats .content.diff.animate .players .diff_player .left, .bracket-data.league-of-legends .stats .content.diff.animate .players .diff_player .left {
    width: 40%;
  }
  .best-of-x.league-of-legends .stats .content.diff.animate .players .diff_player, .bracket-data.league-of-legends .stats .content.diff.animate .players .diff_player {
    background-position: 35%;
    background-size: cover;
  }
  .best-of-x.league-of-legends .stats .content.diff.animate .players .diff_player:last-child, .bracket-data.league-of-legends .stats .content.diff.animate .players .diff_player:last-child {
    background-position: 65%;
  }
}
.game-CSGO .match-rounds .round .round-map {
  border-radius: 0;
}

.best-of-x > .score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x > .score .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: var(--xpulz-white);
  width: 250px;
  height: 320px;
  position: relative;
  background: var(--xpulz-mediumgrey);
  border: 1px solid var(--xpulz-primary-color);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.best-of-x > .score .team img.avatar {
  border-radius: 100%;
  width: 150px;
  height: 150px;
}
.best-of-x > .score .team .name {
  font-size: 1.3em;
  text-align: center;
  margin-top: 10px;
}
.best-of-x > .score .team .connector {
  font-size: 0.8em;
  color: var(--xpulz-grey);
  text-align: center;
}
.best-of-x > .score .team .player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 0 40px;
}
.best-of-x > .score .team .flag {
  margin-top: 10px;
}
.best-of-x > .score .big-score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 8em;
  color: var(--xpulz-grey-txt);
}
.best-of-x > .score .big-score div:first-child {
  margin-right: 20px;
  margin-left: 60px;
}
.best-of-x > .score .big-score div:last-child {
  margin-left: 20px;
  margin-right: 60px;
}
.best-of-x > .score .big-score div.active {
  color: var(--xpulz-primary-color);
}
.best-of-x > .score .big-score .map .round-map {
  width: 50%;
  margin: 0 auto;
  height: 50px;
}
.best-of-x > .score .big-score .map {
  font-size: 20px !important;
}
.best-of-x .rounds {
  margin-bottom: 10px;
  text-align: center;
}
.best-of-x .rounds > div {
  min-width: 220px !important;
  margin-top: 30px !important;
}
.best-of-x .rounds .round-map {
  height: 50px;
}
.best-of-x .rounds .score {
  color: var(--xpulz-grey-txt);
}
.best-of-x .rounds .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x .rounds .details .score-bar {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.best-of-x .rounds .details .score-bar .ct {
  background-color: var(--xpulz-primary-color);
  height: 3px;
}
.best-of-x .rounds .details .score-bar .t {
  background-color: var(--xpulz-yellow);
  height: 3px;
}
.best-of-x .rounds .details span.ct {
  color: var(--xpulz-primary-color);
  width: 15%;
}
.best-of-x .rounds .details span.t {
  color: var(--xpulz-yellow);
  width: 15%;
}
.best-of-x .configure-rounds {
  width: 80%;
  margin: 0 auto;
}
.best-of-x .configure-rounds .round-map {
  height: 60px;
}
.best-of-x .configure-rounds .t, .best-of-x .configure-rounds .ct {
  padding: 10px 20px;
}

.best-of-x.brawlstars .box-content, .bracket-data.brawlstars .box-content {
  padding: 0;
}
.best-of-x.brawlstars .stats .content.overview, .bracket-data.brawlstars .stats .content.overview {
  width: 100%;
}
.best-of-x.brawlstars .stats .content.player-stats, .bracket-data.brawlstars .stats .content.player-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: none;
}
.best-of-x.brawlstars .stats .content.player-stats .player-stats, .bracket-data.brawlstars .stats .content.player-stats .player-stats {
  position: relative;
  width: 100%;
  height: 50%;
}
.best-of-x.brawlstars .stats .content.player-stats .player-stats .line, .bracket-data.brawlstars .stats .content.player-stats .player-stats .line {
  width: 25%;
}
.best-of-x.brawlstars .stats .content.player-stats .player-stats .line.bg-darkgrey, .bracket-data.brawlstars .stats .content.player-stats .player-stats .line.bg-darkgrey {
  background: var(--xpulz-darkgrey);
}
.best-of-x.brawlstars .stats .content.player-stats .player-stats img.icon, .bracket-data.brawlstars .stats .content.player-stats .player-stats img.icon {
  width: 33px;
  height: auto;
}
.best-of-x.brawlstars .stats .content.profile-stats, .bracket-data.brawlstars .stats .content.profile-stats {
  height: 50%;
}
.best-of-x.brawlstars .stats .content.tournament, .bracket-data.brawlstars .stats .content.tournament {
  height: auto;
}
.best-of-x.brawlstars .stats .content.tournament .team, .bracket-data.brawlstars .stats .content.tournament .team {
  height: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.best-of-x.brawlstars .stats .content.tournament .team:first-child, .bracket-data.brawlstars .stats .content.tournament .team:first-child {
  margin-bottom: 20px;
}
.best-of-x.brawlstars .stats .content.tournament .team:last-child, .bracket-data.brawlstars .stats .content.tournament .team:last-child {
  margin-left: 0;
}
.best-of-x.brawlstars .stats .content.tournament .team .player, .bracket-data.brawlstars .stats .content.tournament .team .player {
  margin-right: 10px !important;
}
.best-of-x.brawlstars .stats .content.tournament .flip-card-front, .bracket-data.brawlstars .stats .content.tournament .flip-card-front {
  padding: 0;
}
.best-of-x.brawlstars .stats .content.tournament .percent-container, .bracket-data.brawlstars .stats .content.tournament .percent-container {
  padding: 10px;
  position: relative;
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.best-of-x.brawlstars .stats .content.tournament .percent-container .percent, .bracket-data.brawlstars .stats .content.tournament .percent-container .percent {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: var(--xpulz-mediumgrey);
  position: relative;
}
.best-of-x.brawlstars .stats .content.tournament .percent-container .percent .value, .bracket-data.brawlstars .stats .content.tournament .percent-container .percent .value {
  text-align: center;
  color: var(--xpulz-white);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.best-of-x.brawlstars .stats .content.tournament .percent-container .percent .bar, .bracket-data.brawlstars .stats .content.tournament .percent-container .percent .bar {
  background-color: var(--xpulz-primary-color);
  height: 23px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.best-of-x.brawlstars .stats .content.tournament .percent-container .percent, .bracket-data.brawlstars .stats .content.tournament .percent-container .percent {
  border-radius: 5px;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .stats, .bracket-data.brawlstars .stats .content.tournament .team .player .stats {
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding-bottom: 5px;
  background: var(--xpulz-darkgrey-darken-10);
  width: 100%;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .stats.brawler-stats, .bracket-data.brawlstars .stats .content.tournament .team .player .stats.brawler-stats {
  background: none;
  width: 100%;
  position: relative;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .stats.big-one, .bracket-data.brawlstars .stats .content.tournament .team .player .stats.big-one {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .stats.big-one .value, .bracket-data.brawlstars .stats .content.tournament .team .player .stats.big-one .value {
  color: #E84057;
  font-size: 5em;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .stats.big-one .label, .bracket-data.brawlstars .stats .content.tournament .team .player .stats.big-one .label {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.best-of-x.brawlstars .stats .content.tournament, .best-of-x.brawlstars .stats .content.profile-stats, .bracket-data.brawlstars .stats .content.tournament, .bracket-data.brawlstars .stats .content.profile-stats {
  padding-top: 0;
}
.best-of-x.brawlstars .stats .content.tournament .team .player, .best-of-x.brawlstars .stats .content.profile-stats .team .player, .bracket-data.brawlstars .stats .content.tournament .team .player, .bracket-data.brawlstars .stats .content.profile-stats .team .player {
  width: calc(25% - 10px);
}
.best-of-x.brawlstars .stats .content.tournament .team .player .left-stats, .best-of-x.brawlstars .stats .content.profile-stats .team .player .left-stats, .bracket-data.brawlstars .stats .content.tournament .team .player .left-stats, .bracket-data.brawlstars .stats .content.profile-stats .team .player .left-stats {
  position: absolute;
  left: 20px;
  top: 70px;
  height: 100%;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .left-stats .starpower, .best-of-x.brawlstars .stats .content.profile-stats .team .player .left-stats .starpower, .bracket-data.brawlstars .stats .content.tournament .team .player .left-stats .starpower, .bracket-data.brawlstars .stats .content.profile-stats .team .player .left-stats .starpower {
  background: url("/brawlstars/starpower_base01_empty.png");
}
.best-of-x.brawlstars .stats .content.tournament .team .player .left-stats .gadget, .best-of-x.brawlstars .stats .content.profile-stats .team .player .left-stats .gadget, .bracket-data.brawlstars .stats .content.tournament .team .player .left-stats .gadget, .bracket-data.brawlstars .stats .content.profile-stats .team .player .left-stats .gadget {
  background: url("/brawlstars/gadget_base_empty.png");
}
.best-of-x.brawlstars .stats .content.tournament .team .player .left-stats .starpower, .best-of-x.brawlstars .stats .content.tournament .team .player .left-stats .gadget, .best-of-x.brawlstars .stats .content.profile-stats .team .player .left-stats .starpower, .best-of-x.brawlstars .stats .content.profile-stats .team .player .left-stats .gadget, .bracket-data.brawlstars .stats .content.tournament .team .player .left-stats .starpower, .bracket-data.brawlstars .stats .content.tournament .team .player .left-stats .gadget, .bracket-data.brawlstars .stats .content.profile-stats .team .player .left-stats .starpower, .bracket-data.brawlstars .stats .content.profile-stats .team .player .left-stats .gadget {
  width: 43px;
  height: 45px;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .left-stats .starpower img, .best-of-x.brawlstars .stats .content.tournament .team .player .left-stats .gadget img, .best-of-x.brawlstars .stats .content.profile-stats .team .player .left-stats .starpower img, .best-of-x.brawlstars .stats .content.profile-stats .team .player .left-stats .gadget img, .bracket-data.brawlstars .stats .content.tournament .team .player .left-stats .starpower img, .bracket-data.brawlstars .stats .content.tournament .team .player .left-stats .gadget img, .bracket-data.brawlstars .stats .content.profile-stats .team .player .left-stats .starpower img, .bracket-data.brawlstars .stats .content.profile-stats .team .player .left-stats .gadget img {
  width: 18px;
  height: 18px;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .right-stats, .best-of-x.brawlstars .stats .content.profile-stats .team .player .right-stats, .bracket-data.brawlstars .stats .content.tournament .team .player .right-stats, .bracket-data.brawlstars .stats .content.profile-stats .team .player .right-stats {
  position: absolute;
  right: 20px;
  top: 70px;
  height: 100%;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .right-stats .data, .best-of-x.brawlstars .stats .content.profile-stats .team .player .right-stats .data, .bracket-data.brawlstars .stats .content.tournament .team .player .right-stats .data, .bracket-data.brawlstars .stats .content.profile-stats .team .player .right-stats .data {
  margin-bottom: 5px;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .right-stats .data .value, .best-of-x.brawlstars .stats .content.profile-stats .team .player .right-stats .data .value, .bracket-data.brawlstars .stats .content.tournament .team .player .right-stats .data .value, .bracket-data.brawlstars .stats .content.profile-stats .team .player .right-stats .data .value {
  color: var(--xpulz-white);
  font-weight: bold;
  font-variant-numeric: tabular-nums;
  text-align: center;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .right-stats .data img.icon, .best-of-x.brawlstars .stats .content.profile-stats .team .player .right-stats .data img.icon, .bracket-data.brawlstars .stats .content.tournament .team .player .right-stats .data img.icon, .bracket-data.brawlstars .stats .content.profile-stats .team .player .right-stats .data img.icon {
  width: 24px;
  height: auto;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .stats img.icon, .best-of-x.brawlstars .stats .content.profile-stats .team .player .stats img.icon, .bracket-data.brawlstars .stats .content.tournament .team .player .stats img.icon, .bracket-data.brawlstars .stats .content.profile-stats .team .player .stats img.icon {
  width: 25px;
  height: auto;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .game-state, .best-of-x.brawlstars .stats .content.profile-stats .team .player .game-state, .bracket-data.brawlstars .stats .content.tournament .team .player .game-state, .bracket-data.brawlstars .stats .content.profile-stats .team .player .game-state {
  position: absolute;
  right: 70px;
  bottom: 90px;
  font-size: 1.5em;
  color: white;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .game-state.team-state, .best-of-x.brawlstars .stats .content.profile-stats .team .player .game-state.team-state, .bracket-data.brawlstars .stats .content.tournament .team .player .game-state.team-state, .bracket-data.brawlstars .stats .content.profile-stats .team .player .game-state.team-state {
  right: 134px;
  bottom: 83px;
  font-size: 1em;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .game-state, .best-of-x.brawlstars .stats .content.profile-stats .team .player .game-state, .bracket-data.brawlstars .stats .content.tournament .team .player .game-state, .bracket-data.brawlstars .stats .content.profile-stats .team .player .game-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 10px;
  padding: 5px 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.best-of-x.brawlstars .stats .content.tournament .team .player .game-state.win, .best-of-x.brawlstars .stats .content.profile-stats .team .player .game-state.win, .bracket-data.brawlstars .stats .content.tournament .team .player .game-state.win, .bracket-data.brawlstars .stats .content.profile-stats .team .player .game-state.win {
  background: linear-gradient(to bottom, #fcbc20, #ed7526);
}
.best-of-x.brawlstars .stats .content.tournament .team .player .game-state.lose, .best-of-x.brawlstars .stats .content.profile-stats .team .player .game-state.lose, .bracket-data.brawlstars .stats .content.tournament .team .player .game-state.lose, .bracket-data.brawlstars .stats .content.profile-stats .team .player .game-state.lose {
  background: linear-gradient(to bottom, var(--xpulz-red), var(--xpulz-red-darken-20));
}
.best-of-x.brawlstars .stats .content.tournament .team .player .game-state .value, .best-of-x.brawlstars .stats .content.profile-stats .team .player .game-state .value, .bracket-data.brawlstars .stats .content.tournament .team .player .game-state .value, .bracket-data.brawlstars .stats .content.profile-stats .team .player .game-state .value {
  text-shadow: 2px 2px 1px black;
  font-weight: bold;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .game-state, .best-of-x.brawlstars .stats .content.profile-stats .team .player .game-state, .bracket-data.brawlstars .stats .content.tournament .team .player .game-state, .bracket-data.brawlstars .stats .content.profile-stats .team .player .game-state {
  z-index: 1;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .full2, .best-of-x.brawlstars .stats .content.profile-stats .team .player .full2, .bracket-data.brawlstars .stats .content.tournament .team .player .full2, .bracket-data.brawlstars .stats .content.profile-stats .team .player .full2 {
  position: absolute;
  left: 0;
  opacity: 0.2;
  bottom: 0;
  height: 100%;
  width: auto;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .full2.map, .best-of-x.brawlstars .stats .content.profile-stats .team .player .full2.map, .bracket-data.brawlstars .stats .content.tournament .team .player .full2.map, .bracket-data.brawlstars .stats .content.profile-stats .team .player .full2.map {
  position: absolute;
  left: calc(50% - 82px);
  opacity: 1;
  top: 31px;
  height: calc(100% - 100px);
  width: auto;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .bg-brawler, .best-of-x.brawlstars .stats .content.profile-stats .team .player .bg-brawler, .bracket-data.brawlstars .stats .content.tournament .team .player .bg-brawler, .bracket-data.brawlstars .stats .content.profile-stats .team .player .bg-brawler {
  opacity: 1;
  position: absolute;
  height: 170px;
  width: 170px;
  bottom: auto;
  top: 80px;
  left: 80px;
  border-radius: 10px;
  transform: rotateY(180deg) !important;
}
.best-of-x.brawlstars .stats .content.tournament .team .player .bg-brawler.normal, .best-of-x.brawlstars .stats .content.profile-stats .team .player .bg-brawler.normal, .bracket-data.brawlstars .stats .content.tournament .team .player .bg-brawler.normal, .bracket-data.brawlstars .stats .content.profile-stats .team .player .bg-brawler.normal {
  transform: rotateY(0deg) !important;
}
.best-of-x.brawlstars .stats .content.tournament .team .player.map, .best-of-x.brawlstars .stats .content.profile-stats .team .player.map, .bracket-data.brawlstars .stats .content.tournament .team .player.map, .bracket-data.brawlstars .stats .content.profile-stats .team .player.map {
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  background-size: 120%;
  background-position: center center;
}
.best-of-x.brawlstars .stats .content.tournament .team .player.map .percent-container, .best-of-x.brawlstars .stats .content.profile-stats .team .player.map .percent-container, .bracket-data.brawlstars .stats .content.tournament .team .player.map .percent-container, .bracket-data.brawlstars .stats .content.profile-stats .team .player.map .percent-container {
  background: var(--xpulz-darkgrey-darken-10);
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.best-of-x.brawlstars .current-map, .bracket-data.brawlstars .current-map {
  height: 156px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 50%;
}
.best-of-x.brawlstars .current-map .score, .bracket-data.brawlstars .current-map .score {
  left: auto;
  right: 0px;
  width: 50%;
  text-align: center;
  font-size: 7em;
}
.best-of-x.brawlstars .current-map .map-name, .bracket-data.brawlstars .current-map .map-name {
  left: 0;
  width: 50%;
  font-size: 4em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  height: 156px;
}
.best-of-x.brawlstars .current-map .map-name > span, .bracket-data.brawlstars .current-map .map-name > span {
  z-index: 1;
}
.best-of-x.brawlstars .current-map .map-name:before, .bracket-data.brawlstars .current-map .map-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 900px) {
  .best-of-x.brawlstars .table-container table.valorant tr td:nth-child(2), .bracket-data.brawlstars .table-container table.valorant tr td:nth-child(2) {
    position: relative;
  }
  .best-of-x.brawlstars .stats .content.player-stats, .bracket-data.brawlstars .stats .content.player-stats {
    height: auto;
  }
  .best-of-x.brawlstars .stats .content.player-stats .player-stats .line, .bracket-data.brawlstars .stats .content.player-stats .player-stats .line {
    width: 50%;
  }
}
.match-pubg.inline {
  display: inline-block;
}

.power.pubg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  margin-right: 20px;
}
.power.pubg img {
  height: 18px;
}
.power.pubg .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
}
.power.pubg .text .trn-name {
  font-size: 0.6em;
  color: var(--xpulz-white);
}
.power.pubg .text a {
  font-size: 0.7em;
}

.points-display {
  margin-top: 20px;
}
.points-display ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.points-display ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.points-display ul li span:first-child {
  width: 120px;
  display: inline-block;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.points-display ul li span:last-child {
  width: 50px;
  display: inline-block;
  text-align: right;
  margin-left: 20px;
  font-variant-numeric: tabular-nums;
}

.pubg-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.pubg-card .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.pubg-card .line.single {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.pubg-card .line .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 50%;
}
.pubg-card .label {
  color: var(--xpulz-grey-txt);
}
.pubg-card .data {
  font-size: 1.3em;
}

.round-name {
  color: var(--xpulz-grey);
  padding-top: 5px;
  font-size: 0.8em;
  padding-bottom: 4px;
}

.round-map {
  height: 30px;
  background-size: 100%;
  background-position: center;
  border: 2px solid var(--xpulz-grey);
  margin-bottom: 10px;
}

.round-border {
  position: relative;
  border-bottom: 2px solid var(--xpulz-grey);
}
.round-border::before {
  content: "";
  box-sizing: inherit;
  display: block;
  border-left: 2px solid var(--xpulz-grey);
  width: 0%;
  height: 8px;
  position: absolute;
}
.round-border::after {
  content: "";
  box-sizing: inherit;
  display: block;
  border-right: 2px solid var(--xpulz-grey);
  width: 100%;
  height: 8px;
  position: absolute;
}

.pubg-replay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.pubg-replay canvas {
  height: 700px;
  width: 700px;
}
.pubg-replay .loading-overlay {
  position: absolute;
  width: 100%;
  height: 700px;
  z-index: 10;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5607843137) 20%, rgba(51, 51, 51, 0.5607843137) 50%, rgba(0, 0, 0, 0.5607843137) 80%);
  background-size: 1000px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  color: var(--xpulz-white);
  font-size: 1.5em;
  font-weight: bold;
}
.pubg-replay .loading-overlay > div {
  width: 50%;
  text-align: center;
}
.pubg-replay .right-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  margin-left: 20px;
  height: 700px;
}
.pubg-replay .right-panel .map-controls {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 50px;
}
.pubg-replay .right-panel .map-controls .cta {
  width: 100px;
}
.pubg-replay .right-panel .map-controls .range-container {
  position: relative;
}
.pubg-replay .right-panel .map-controls .slider-timer {
  width: calc(100% - 120px - 120px);
}
.pubg-replay .right-panel .map-controls .slider-timer .time {
  text-align: center;
  font-variant-numeric: tabular-nums;
  position: absolute;
  bottom: -10px;
}
.pubg-replay .right-panel .map-controls .slider-speed {
  width: 80px;
  margin-right: 20px;
}
.pubg-replay .right-panel .map-controls .slider-speed .speed {
  text-align: center;
  font-variant-numeric: tabular-nums;
  position: absolute;
  bottom: -10px;
  left: 30px;
}
.pubg-replay .right-panel .teams {
  height: calc(100% - 50px);
  overflow-y: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}
.pubg-replay .right-panel .teams .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}
.pubg-replay .right-panel .teams .team .team-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.pubg-replay .right-panel .teams .team .team-header .team-color {
  height: 20px;
  width: 20px;
}
.pubg-replay .right-panel .teams .team .team-header .team-name {
  margin-left: 5px;
  font-weight: bold;
}
.pubg-replay .right-panel .teams .team .team-header {
  margin-bottom: 5px;
}
.pubg-replay .right-panel .teams .team .team-players {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pubg-replay .right-panel .teams .team .team-players .player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 5px;
  background: var(--xpulz-mediumgrey);
}
.pubg-replay .right-panel .teams .team .team-players .player > section {
  width: 15%;
  text-align: center;
}
.pubg-replay .right-panel .teams .team .team-players .player > section.player-name {
  width: 40%;
  text-align: left;
}
.pubg-replay .right-panel .teams .team .team-players .player .player-health {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.pubg-replay .right-panel .teams .team .team-players .player .player-health .health-bar {
  width: 80%;
  height: 16px;
  background: var(--xpulz-darkgrey);
  position: relative;
}
.pubg-replay .right-panel .teams .team .team-players .player .player-health .health-bar .health {
  position: absolute;
  height: 100%;
  background: green;
  transition: all 0.4s;
}
.pubg-replay .right-panel .teams .team .team-players .player .player-health .health-bar .health-value {
  position: absolute;
  height: 100%;
  font-size: 0.7em;
  width: 100%;
  text-align: center;
}
.pubg-replay .right-panel .teams .team .team-players .player.dead {
  background: var(--xpulz-red-darken-20);
}
.pubg-replay .right-panel .teams .team .team-players .player.header {
  background: var(--xpulz-darkgrey);
  color: var(--xpulz-white);
  font-style: italic;
  padding: 5px 5px;
  font-size: 0.8em;
}

.pubg-stats-points-telemetry .achievements > section {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.pubg-stats-points-telemetry .achievements .stats-container {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, black, transparent);
  padding-bottom: 10px;
}
.pubg-stats-points-telemetry .achievements .team {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pubg-stats-points-telemetry .achievements .team .player {
  width: calc(25% - 10px);
  height: 50%;
  background: var(--xpulz-darkgrey);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 5px;
  margin-right: 10px;
}
.pubg-stats-points-telemetry .achievements .team .player:first-child {
  margin-bottom: 10px;
}
.pubg-stats-points-telemetry .achievements .team .player .names {
  z-index: 2;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  background: linear-gradient(0deg, transparent, black 120%);
}
.pubg-stats-points-telemetry .achievements .team .player .names .agent {
  color: var(--xpulz-grey-txt);
  font-size: 0.8em;
}
.pubg-stats-points-telemetry .achievements .team .player .names .name {
  color: var(--xpulz-white);
  font-size: 1em;
  font-weight: bold;
}
.pubg-stats-points-telemetry .achievements .team .player .stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  z-index: 1;
  margin-top: 0;
}
.pubg-stats-points-telemetry .achievements .team .player .stats .data {
  text-align: center;
}
.pubg-stats-points-telemetry .achievements .team .player .stats .data .value {
  color: var(--xpulz-white);
  font-size: 2em;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
}
.pubg-stats-points-telemetry .achievements .team .player .stats .data .label {
  color: #d1d1d1;
  font-weight: bold;
  font-size: 0.9em;
  text-shadow: 1px 1px 1px black;
}
.pubg-stats-points-telemetry .achievements .team .player .bg-agent {
  position: absolute;
  bottom: -250px;
  height: 600px;
  left: -257px;
  opacity: 0.4;
}
.pubg-stats-points-telemetry .achievements .team .player .full2 {
  position: absolute;
  left: 0;
  opacity: 0.7;
  bottom: 0;
  width: 100%;
}
.pubg-stats-points-telemetry .achievements .team .player.loading {
  background: linear-gradient(to right, var(--xpulz-mediumgrey) 20%, var(--xpulz-lightgrey) 50%, var(--xpulz-mediumgrey) 80%);
  background-size: 1000px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.pubg-stats-points-telemetry .achievements .team .player.mvp {
  width: 100%;
}
.pubg-stats-points-telemetry .achievements .team .player.mvp .bg-agent {
  opacity: 0.8;
  bottom: -270px;
  height: 700px;
}
.pubg-stats-points-telemetry .achievements .team .player.mvp .names {
  margin-top: 20px;
}
.pubg-stats-points-telemetry .achievements .team .player.mvp .names .agent {
  font-size: 1em;
  font-weight: bold;
}
.pubg-stats-points-telemetry .achievements .team .player.mvp .names .name {
  margin-top: 0px;
  font-size: 2.2em;
}
.pubg-stats-points-telemetry .achievements .team .player.mvp .stats .data .value {
  font-size: 3em;
}
.pubg-stats-points-telemetry .achievements .team:first-child {
  margin-right: 10px;
}
.pubg-stats-points-telemetry .achievements .team:first-child .player.mvp .stats,
.pubg-stats-points-telemetry .achievements .team:first-child .player.mvp .names {
  width: 60%;
  margin-left: 0%;
}
.pubg-stats-points-telemetry .achievements .team:first-child .player.mvp .bg-agent {
  right: -260px;
  left: auto;
}
.pubg-stats-points-telemetry .achievements .team:last-child {
  margin-left: 10px;
}
.pubg-stats-points-telemetry .achievements .team:last-child .player:first-child, .pubg-stats-points-telemetry .achievements .team:last-child .player:last-child {
  margin-right: 0;
}
.pubg-stats-points-telemetry .achievements .team:last-child .player:last-child {
  width: 25%;
}
.pubg-stats-points-telemetry .achievements .team:last-child .player.mvp .stats,
.pubg-stats-points-telemetry .achievements .team:last-child .player.mvp .names {
  width: 60%;
  margin-left: 40%;
}
.pubg-stats-points-telemetry .achievements .team:last-child .player.mvp .bg-agent {
  left: -260px;
}
.pubg-stats-points-telemetry .achievements {
  height: auto;
}
.pubg-stats-points-telemetry .achievements .team {
  width: 100%;
}
.pubg-stats-points-telemetry .achievements .team .player {
  width: calc(25% - 10px);
  height: 350px;
  padding: 0;
}
.pubg-stats-points-telemetry .achievements .team .player .full2 {
  position: absolute;
  left: -140px;
  opacity: 0.7;
  bottom: 0;
  height: 100%;
  width: auto;
}
.pubg-stats-points-telemetry .achievements .team .player .bg-agent {
  opacity: 0.8;
  height: 500px;
  bottom: auto;
  top: 0px;
  left: calc(50% - 250px);
}
.pubg-stats-points-telemetry .achievements .team .player .names {
  width: 100%;
}
.pubg-stats-points-telemetry .achievements .team .player .names .achievement {
  color: var(--xpulz-yellow);
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 1px 1px 4px black;
}
.pubg-stats-points-telemetry .achievements .team .player .names .name {
  text-shadow: 1px 1px 1px black;
}
.pubg-stats-points-telemetry .achievements .team .player.ranked .full2 {
  left: 0;
  height: 170%;
}
.pubg-stats-points-telemetry .achievements .team .player.ranked .bg-agent {
  height: 200px;
  left: calc(50% - 100px);
  width: auto;
  top: 60px;
  transform: rotate(0) !important;
}
.pubg-stats-points-telemetry .achievements .team .player.team_most_kills .bg-agent {
  top: 0;
  height: 400px;
  left: 0;
}
.pubg-stats-points-telemetry .achievements .team .player.weapon .bg-agent {
  height: auto;
  left: 50px;
  width: 70%;
  top: 50px;
  transform: none;
  filter: drop-shadow(2px 4px 6px black);
}
.pubg-stats-points-telemetry .achievements .team .player.weapon .bg-agent.html2canvas {
  transform: none !important;
}
.pubg-stats-points-telemetry .achievements .team .player.team .names .achievement {
  color: var(--xpulz-white);
}
.pubg-stats-points-telemetry .achievements .team .player.team .full2 {
  display: none;
}
.pubg-stats-points-telemetry .achievements .team .player.team .bg-agent {
  height: 180px;
  top: calc(50% - 90px);
  left: calc(50% - 90px);
}
.pubg-stats-points-telemetry .achievements .team .player.map .names .achievement {
  color: var(--xpulz-white);
}
.pubg-stats-points-telemetry .achievements .team .player.map .bg-agent {
  height: auto;
  width: 100%;
  top: 0;
  filter: brightness(0.5);
}
.pubg-stats-points-telemetry .achievements .team:last-child .player:first-child {
  margin-right: 10px;
}
.pubg-stats-points-telemetry .achievements .team:last-child .player:last-child {
  width: calc(25% - 10px);
}
.pubg-stats-points-telemetry .no-data .game-svg svg {
  height: 100px;
  width: 100px;
  fill: var(--xpulz-yellow);
}
.pubg-stats-points-telemetry .avatar-team, .pubg-stats-points-telemetry .avatar-user {
  max-height: 40px;
  max-width: 40px;
  margin-left: 20px;
}
.pubg-stats-points-telemetry .role {
  margin-right: 5px;
}
.pubg-stats-points-telemetry .role.role-null {
  margin-right: 15px;
}
.pubg-stats-points-telemetry .avatar-user {
  border-radius: 100%;
  margin-right: 20px;
}
.pubg-stats-points-telemetry ul {
  list-style: none;
}
.pubg-stats-points-telemetry .pubg-rounds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.pubg-stats-points-telemetry .pubg-rounds .round {
  color: white;
  padding: 5px 10px;
  margin: 5px 15px;
  width: 100px;
  font-size: 1em;
  background: var(--xpulz-mediumgrey);
  border: 1px solid grey;
  text-align: center;
  transition: all 0.4s;
  cursor: pointer;
}
.pubg-stats-points-telemetry .pubg-rounds .round.selected {
  background: var(--xpulz-primary-color);
  border-color: white;
}
.pubg-stats-points-telemetry .maps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.pubg-stats-points-telemetry .maps .choose {
  width: 40%;
}
.pubg-stats-points-telemetry .maps .choose > div {
  color: white;
  padding: 5px 10px;
  margin: 5px 15px;
  font-size: 1em;
  background: var(--xpulz-mediumgrey);
  border: 1px solid grey;
  text-align: center;
  transition: all 0.4s;
  cursor: pointer;
}
.pubg-stats-points-telemetry .maps .choose > div.selected {
  background: var(--xpulz-primary-color);
  border-color: white;
}
.pubg-stats-points-telemetry .maps .details {
  width: 60%;
}
.pubg-stats-points-telemetry .maps .details .carousel-caption {
  left: 0 !important;
  right: 0 !important;
}
.pubg-stats-points-telemetry {
  overflow-x: auto;
}
.pubg-stats-points-telemetry .team-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  width: calc(40% - 30px);
  background: var(--xpulz-darkgrey);
  margin-top: 33px;
  margin-left: 10px;
  margin-right: 20px;
}
.pubg-stats-points-telemetry .team-stats .team .inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.pubg-stats-points-telemetry .team-stats .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.pubg-stats-points-telemetry .team-stats .team .view {
  margin-right: 20px;
}
.pubg-stats-points-telemetry .team-stats .team {
  margin: 10px 0;
  color: white;
}
.pubg-stats-points-telemetry .team-stats .team img {
  margin-right: 10px;
}
.pubg-stats-points-telemetry .team-stats .avatar-user {
  margin-left: 20px;
  border-radius: 100%;
}
.pubg-stats-points-telemetry .team-stats .overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.pubg-stats-points-telemetry .team-stats .overview .stats {
  color: white;
  width: 25%;
  padding: 10px 15px;
}
.pubg-stats-points-telemetry .team-stats .overview .stats .name {
  font-size: 0.8em;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}
.pubg-stats-points-telemetry .team-stats .overview .stats .value {
  font-size: 1.2em;
  background: var(--xpulz-mediumgrey);
  border: 1px solid grey;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
}
.pubg-stats-points-telemetry .team-stats .header-title {
  border-top: 1px solid grey;
  color: white;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 20px;
}
.pubg-stats-points-telemetry .team-stats .weapons {
  overflow-x: auto;
  height: 300px;
  color: white;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.pubg-stats-points-telemetry .team-stats .weapons .weapon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 40px;
  background: rgba(51, 51, 51, 0.6196078431);
  margin: 0 0 10px 0;
  padding: 25px 15px;
}
.pubg-stats-points-telemetry .team-stats .weapons .weapon img {
  transform: scaleX(-1) rotate(-42deg);
  height: 70px;
  margin-right: 10px;
}
.pubg-stats-points-telemetry .team-stats .weapons .weapon .damage {
  font-size: 1.1em;
}
.pubg-stats-points-telemetry .team-stats .damages {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.pubg-stats-points-telemetry .team-stats .damages .list {
  width: 70%;
  padding: 0 5%;
}
.pubg-stats-points-telemetry .team-stats .damages .list .damage {
  margin: 0 0 10px 0;
}
.pubg-stats-points-telemetry .team-stats .damages .list .damage .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.pubg-stats-points-telemetry .team-stats .damages .list .damage .damage-bar {
  border-radius: 10px;
  width: 100%;
  height: 20px;
  background: rgba(32, 91, 155, 0.2);
  position: relative;
}
.pubg-stats-points-telemetry .team-stats .damages .list .damage .damage-bar .value {
  position: absolute;
  color: white;
  font-size: 10px;
  width: 100%;
  z-index: 1;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.pubg-stats-points-telemetry .team-stats .damages .list .damage .damage-bar .bar {
  position: absolute;
  height: 14px;
  margin: 3px 3px;
  border-radius: 10px;
  background: var(--xpulz-primary-color);
}
.pubg-stats-points-telemetry .team-stats .damages .body {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.pubg-stats-points-telemetry .team-stats .damages .body svg {
  fill: var(--xpulz-yellow);
  height: 250px;
}
.pubg-stats-points-telemetry .team-stats .damages .body svg .red {
  fill: #b31111;
}
.pubg-stats-points-telemetry .team-stats .damages .body svg .orange {
  fill: var(--xpulz-red);
}
.pubg-stats-points-telemetry .team-stats .damages .body svg .yellow {
  fill: var(--xpulz-yellow);
}
.pubg-stats-points-telemetry .team-stats .damages .body svg .lightorange {
  fill: #ff6b6b;
}
.pubg-stats-points-telemetry .teams {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(60% - 20px);
  margin-left: 20px;
  color: white;
}
.pubg-stats-points-telemetry .teams .team-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--xpulz-darkgrey);
  margin: 0 0 10px 0;
}
.pubg-stats-points-telemetry .teams .team-line.header {
  background: none;
  font-size: 0.8em;
}
.pubg-stats-points-telemetry .teams .team-line.header .team {
  height: auto;
}
.pubg-stats-points-telemetry .teams .team-line.header .team .name {
  text-align: center;
}
.pubg-stats-points-telemetry .teams .team-line .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 60px;
  cursor: pointer;
  transition: background 0.4s;
}
.pubg-stats-points-telemetry .teams .team-line .team:hover {
  background: rgba(51, 51, 51, 0.6196078431);
}
.pubg-stats-points-telemetry .teams .team-line .team .avatar-team {
  height: 40px !important;
  width: 40px !important;
}
.pubg-stats-points-telemetry .teams .team-line .team .rank {
  width: 50px;
  text-align: center;
}
.pubg-stats-points-telemetry .teams .team-line .team .name {
  width: calc(100% - 50px - 100px - 100px);
}
.pubg-stats-points-telemetry .teams .team-line .team .points, .pubg-stats-points-telemetry .teams .team-line .team .kills {
  width: 100px;
  text-align: center;
}
.pubg-stats-points-telemetry .teams .team-line .team .placement_pts {
  width: 120px;
  text-align: center;
}
.pubg-stats-points-telemetry .teams .team-line .players .player {
  cursor: pointer;
  transition: background 0.4s;
}
.pubg-stats-points-telemetry .teams .team-line .players .player:hover {
  background: rgba(51, 51, 51, 0.6196078431);
}
.pubg-stats-points-telemetry .teams .team-line .players .player.selected {
  background: var(--xpulz-primary-color);
}
.pubg-stats-points-telemetry .teams .team-line .players td {
  color: white;
  font-size: 0.9em;
}
.pubg-stats-points-telemetry .teams .team-line.selected .team {
  background: var(--xpulz-primary-color);
}
.pubg-stats-points-telemetry .teams .team-line.selected .team > div {
  color: white;
}

.pubg-stats-points {
  overflow-x: auto;
}
.pubg-stats-points .toggle-stats {
  font-size: 0.8em;
  margin-right: 30px;
}
.pubg-stats-points th .data-round {
  font-size: 0.8em;
}
.pubg-stats-points .content-round .data-round {
  width: 33%;
}
.pubg-stats-points .members {
  text-align: left;
  margin-left: 20px;
}
.pubg-stats-points .members .role {
  margin-right: 5px;
}
.pubg-stats-points .members .role.role-captain svg {
  width: 12px;
  height: auto;
}
.pubg-stats-points .members .role .circle.role-member {
  margin-left: 3px;
  width: 6px;
  height: 6px;
}
.pubg-stats-points .members .role .circle.role-sub {
  margin-left: 3px;
  width: 6px;
  height: 6px;
}
.pubg-stats-points .members .checkin {
  color: var(--xpulz-white) !important;
}
.pubg-stats-points .members .not_checkin {
  color: var(--xpulz-grey-txt) !important;
}
.pubg-stats-points .avatar-team {
  max-height: 50px !important;
  max-width: 50px !important;
  margin-left: 0 !important;
}
.pubg-stats-points .avatar {
  max-height: 30px;
  max-width: 30px;
  margin-right: 10px;
}
.pubg-stats-points .avatar-team-small {
  max-height: 25px !important;
  max-width: 25px !important;
  margin-left: 0px !important;
  margin-right: 10px;
}
.pubg-stats-points tr.active {
  background-color: black !important;
}
.pubg-stats-points .content-round {
  min-width: 90px;
}
.pubg-stats-points .points-display ul {
  padding: 0;
  list-style: none;
  display: inline-block;
}
.pubg-stats-points .points-display ul li {
  width: 200px;
  margin: 0;
}
.pubg-stats-points .points-display ul li span:first-child {
  width: 50%;
  display: inline-block;
  text-align: right;
}
.pubg-stats-points .points-display ul li span:last-child {
  display: inline-block;
  margin-left: 20px;
}
.pubg-stats-points td {
  font-size: 0.8em;
  color: var(--xpulz-white);
}
.pubg-stats-points td a {
  color: var(--xpulz-white);
  text-transform: none;
}
.pubg-stats-points td a.captain {
  color: var(--xpulz-yellow);
}
.pubg-stats-points td a.sub {
  color: var(--xpulz-grey-txt);
}
.pubg-stats-points td.league {
  width: 150px;
}
.pubg-stats-points .minimal {
  width: 50%;
}
.pubg-stats-points .minimal .members, .pubg-stats-points .minimal [class*=kills], .pubg-stats-points .minimal [class*=round] {
  display: none !important;
}
.pubg-stats-points .minimal.right {
  padding-left: 30px;
}
.pubg-stats-points.loading tbody tr:nth-of-type(odd) {
  background: linear-gradient(to right, var(--xpulz-mediumgrey) 20%, var(--xpulz-lightgrey) 50%, var(--xpulz-mediumgrey) 80%);
  background-size: 1000px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.pubg-stats .twitch_bg {
  opacity: 0.5;
}
.pubg-stats {
  padding-bottom: 30px;
}
.pubg-stats path {
  fill: var(--xpulz-white);
}
.pubg-stats img.flag {
  width: 14px;
}
.pubg-stats .rank1 svg {
  width: 64px;
}
.pubg-stats .rank1 path {
  fill: var(--xpulz-yellow);
}
.pubg-stats .rank2 svg {
  width: 64px;
}
.pubg-stats .rank2 path {
  fill: silver;
}
.pubg-stats .rank3 svg {
  width: 64px;
}
.pubg-stats .rank3 path {
  fill: goldenrod;
}
.pubg-stats li {
  color: var(--xpulz-white);
  margin-top: 20px;
  background: var(--xpulz-black);
  padding: 11px;
  border-radius: 5px;
}
.pubg-stats li .avatar-member {
  width: 64px !important;
  height: auto !important;
  margin-left: 10px;
}
.pubg-stats li .name, .pubg-stats li .country {
  color: var(--xpulz-white);
  margin-left: 20px;
}
.pubg-stats li .kills {
  color: var(--xpulz-grey-txt);
  margin-left: 5px;
}
.pubg-stats li .member {
  margin-top: 20px;
  cursor: pointer;
}
.pubg-stats .avatar-team {
  margin-bottom: 20px;
  margin: 0;
}
.pubg-stats .info {
  cursor: pointer;
}
.pubg-stats .member {
  margin-top: 10px;
}

#stats-live {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
#stats-live .ctas {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#stats-live .ctas > input {
  margin-right: 10px;
}
#stats-live .pubg-match-id {
  width: 30%;
  text-align: center;
}
#stats-live ul {
  padding: 0;
}
#stats-live .rounds .round {
  background: var(--xpulz-grey);
  color: var(--xpulz-white);
  width: auto;
}
#stats-live .rounds .round.active {
  background: var(--xpulz-primary-color);
  color: var(--xpulz-white);
}
#stats-live .rounds .round {
  margin-left: 10px;
}
#stats-live .rounds .round:first-child {
  margin-left: 0;
}
#stats-live input, #stats-live textarea {
  color: var(--xpulz-white);
  border: none;
  padding: 10px;
  transition: all 0.4s;
}
#stats-live input:focus, #stats-live textarea:focus {
  background-color: var(--xpulz-white);
  color: var(--xpulz-darkgrey);
}
#stats-live input, #stats-live textarea {
  outline: none;
}
#stats-live .search {
  width: 50%;
  margin: 7px;
}
#stats-live .search-container {
  width: 100%;
  margin: 30px 0;
}
#stats-live .search-container .cta.order {
  margin-right: 20px;
}
#stats-live .avatar-team {
  max-width: 32px;
  max-height: 32px;
  margin: 0 auto;
  margin-bottom: 10px;
}
#stats-live .team-info {
  color: var(--xpulz-white);
}
#stats-live .member {
  margin-top: 10px;
  height: 20px;
  font-size: 0.9em;
}
#stats-live .header-stats {
  position: relative;
  background-color: var(--xpulz-darkgrey);
}
#stats-live .header-stats .participant {
  margin-left: 65px;
}
#stats-live .header-stats .actions {
  padding: 0 10px;
}
#stats-live .header-stats li {
  color: var(--xpulz-white);
}
#stats-live .live-participants {
  width: 100%;
}
#stats-live .live-participants > div, #stats-live .live-participants > li {
  padding: 10px 0;
  width: 48%;
  margin: 0 1%;
}
#stats-live .live-participants > div .actions, #stats-live .live-participants > li .actions {
  width: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#stats-live .live-participants > div .team-group, #stats-live .live-participants > li .team-group {
  display: none;
}
#stats-live .live-participants > div .rank, #stats-live .live-participants > li .rank {
  margin-bottom: 5px;
}
#stats-live .live-participants > div input, #stats-live .live-participants > li input {
  padding: 0;
  width: 50px;
  text-align: center;
  border-radius: 0;
  font-variant-numeric: tabular-nums;
}
#stats-live .live-participants > div .minus, #stats-live .live-participants > div .plus, #stats-live .live-participants > li .minus, #stats-live .live-participants > li .plus {
  height: 21px;
  background: var(--xpulz-red);
  color: var(--xpulz-white);
  cursor: pointer;
  border: none;
  font-weight: bold;
  font-variant-numeric: tabular-nums;
  line-height: 21px;
}
#stats-live .live-participants > div .plus, #stats-live .live-participants > li .plus {
  background: var(--xpulz-primary-color);
}
#stats-live .live-participants > div .avatar-member, #stats-live .live-participants > li .avatar-member {
  width: 24px;
  margin-left: 5px;
  margin-right: 5px;
}
#stats-live .live-participants > div .name, #stats-live .live-participants > li .name {
  color: var(--xpulz-white);
}
#stats-live .live-participants > div .name.color-red, #stats-live .live-participants > li .name.color-red {
  color: var(--xpulz-red) !important;
}

@media (max-width: 900px) {
  .games-gamestats.pubg .bracket-data > .stats .content.overview.tournament .team .player {
    width: 100% !important;
    flex: 0 0 auto;
  }
  .games-gamestats.pubg .best-of-x .table-container table.valorant tr td:nth-child(2), .games-gamestats.pubg .bracket-data .table-container table.valorant tr td:nth-child(2) {
    position: relative;
  }
  .games-gamestats.pubg .best-of-x .stats .content.overview, .games-gamestats.pubg .bracket-data .stats .content.overview {
    width: 100% !important;
  }
  .games-gamestats.pubg .best-of-x .stats .content.player-stats, .games-gamestats.pubg .bracket-data .stats .content.player-stats {
    height: auto;
    flex-direction: column;
    display: flex;
  }
  .games-gamestats.pubg .best-of-x .stats .content.player-stats .player-stats, .games-gamestats.pubg .bracket-data .stats .content.player-stats .player-stats {
    position: relative;
    height: auto;
  }
  .games-gamestats.pubg .best-of-x .stats .content.player-stats .player-stats .line, .games-gamestats.pubg .bracket-data .stats .content.player-stats .player-stats .line {
    width: 50%;
    height: 100px;
  }
  .games-gamestats.pubg .best-of-x .stats .content.player-stats .player-stats .line .value, .games-gamestats.pubg .bracket-data .stats .content.player-stats .player-stats .line .value {
    font-size: 1.5em;
  }
  .games-gamestats.pubg .best-of-x .stats .content.player-stats .player-stats .line:nth-child(-n+6):nth-child(odd), .games-gamestats.pubg .best-of-x .stats .content.player-stats .player-stats .line:nth-child(n+7):nth-child(even), .games-gamestats.pubg .bracket-data .stats .content.player-stats .player-stats .line:nth-child(-n+6):nth-child(odd), .games-gamestats.pubg .bracket-data .stats .content.player-stats .player-stats .line:nth-child(n+7):nth-child(even) {
    background: none;
  }
  .games-gamestats.pubg .best-of-x .stats .content.player-stats .player-stats .line:nth-child(4n+1), .games-gamestats.pubg .best-of-x .stats .content.player-stats .player-stats .line:nth-child(4n), .games-gamestats.pubg .bracket-data .stats .content.player-stats .player-stats .line:nth-child(4n+1), .games-gamestats.pubg .bracket-data .stats .content.player-stats .player-stats .line:nth-child(4n) {
    background: rgba(31, 35, 62, 0.35);
  }
}
#developer-apps {
  background: var(--xpulz-mediumgrey);
  padding: 30px 0;
}
#developer-apps .create {
  width: 80%;
}
#developer-apps .buttons .cta:first-child {
  margin-right: 20px;
}
#developer-apps ul {
  padding: 0;
  width: 80%;
}
#developer-apps ul li {
  border: 1px solid var(--xpulz-yellow);
  padding: 30px;
  margin: 30px;
}
#developer-apps ul li .left {
  width: 30%;
}
#developer-apps ul li .left .svg {
  width: 100%;
  height: 100%;
}
#developer-apps ul li .left svg {
  width: 50%;
  height: 50%;
  fill: var(--xpulz-white);
}
#developer-apps ul li .left svg g g polygon:first-child {
  fill: var(--xpulz-primary-color);
}
#developer-apps ul li .right {
  width: 70%;
  word-break: break-all;
  color: var(--xpulz-white);
}
#developer-apps ul li .right .title {
  color: var(--xpulz-yellow);
  font-size: 1.1em;
}
#developer-apps ul li .right > div {
  margin: 10px 0;
}
#developer-apps ul li .right .name {
  font-size: 1.3em;
}

#slide {
  position: fixed;
  width: 80%;
  max-width: 1410px;
  min-width: 570px;
  height: calc(100% - var(--menutop-height));
  z-index: 98;
  right: -120%;
  top: var(--menutop-height);
  box-shadow: rgba(0, 0, 0, 0.15) -2px 0 4px;
  transition: right 0.4s;
  background: var(--xpulz-darkgrey);
}
#slide .match-header .header-content .button-top {
  right: 0 !important;
}
#slide #organizer {
  margin-top: calc(var(--menutop-height) + 10px);
}
#slide #match {
  margin-top: var(--menutop-height);
}
#slide #match .header-menu {
  display: none;
}
#slide #match .timeline, #slide .upsert-match .timeline {
  padding: 50px 0px;
}
#slide .match-header-component.title-top.sticky {
  top: 0;
}
#slide > .close-slide {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  z-index: 4;
  position: fixed;
  right: 10px;
  top: 10px;
  display: none;
}
#slide > .close-slide svg, #slide > .close-slide g, #slide > .close-slide path {
  fill: var(--xpulz-yellow);
}
#slide #user_profile .sticky-menu {
  top: 0px;
}
#slide .header-menu {
  position: relative;
  top: 0;
}
#slide #team .header-content .avatar {
  width: 97px;
  height: 97px;
  left: 40px;
  top: 65px;
}

body.slide {
  overflow: hidden;
}
body.slide #slide {
  right: 0;
  overflow-y: auto;
}
body.slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: none;
}

.player-steps {
  color: white;
  padding: 10px 20px;
  background: var(--xpulz-mediumgrey) url("/img/complete_profile.jpg") 100% 100%;
  margin-bottom: 20px;
}
.player-steps .step-content {
  width: 40%;
}
.player-steps .step-content .step-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 0 3px;
  font-size: 1.3em;
}
.player-steps .step-content .step-title .complete {
  color: var(--xpulz-red);
}
.player-steps .step-content .percent-bar {
  border-radius: 10px;
  width: 100%;
  height: 20px;
  background: rgba(32, 91, 155, 0.2);
  position: relative;
}
.player-steps .step-content .percent-bar .bar {
  position: absolute;
  height: 14px;
  margin: 3px 3px;
  border-radius: 10px;
  background: var(--xpulz-primary-color);
  background: linear-gradient(90deg, var(--xpulz-primary-color) 0%, var(--xpulz-red) 100%);
}
.player-steps .step-content .steps {
  padding: 0;
  margin-top: 10px;
}
.player-steps .step-content .steps .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}
.player-steps .step-content .steps .step:hover:not(.done) {
  color: var(--xpulz-primary-color);
}
.player-steps .step-content .steps .step.done {
  color: var(--xpulz-red);
  cursor: default;
}
.player-steps .step-content .steps .step .checkmark {
  background: var(--xpulz-darkgrey);
  border: 1px solid white;
}
.player-steps .step-content .steps .step input:checked ~ .checkmark {
  background: var(--xpulz-red);
}

#popin-register .step {
  position: relative;
  z-index: 3;
  flex: 0 0 1200px;
  transition: left 0.4s;
  left: 0;
  height: calc(100% - 198px);
}
#popin-register .step.slide-enter-active {
  position: absolute;
  width: 100%;
  left: 0;
}
#popin-register .step.slide-enter {
  left: -1200px;
}
#popin-register .step.slide-leave-active {
  position: absolute;
  width: 100%;
  left: 1200px;
}
#popin-register .step.slide-leave {
  left: 0px;
}
#popin-register > header {
  position: relative;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  background: linear-gradient(180deg, var(--xpulz-primary-color-darken-10), var(--xpulz-lightgrey));
}
#popin-register > header .steps, #popin-register > header .txt {
  z-index: 1;
  position: relative;
}
#popin-register > header .txt {
  font-size: 3em;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
}
#popin-register .popin-account {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}
#popin-register .popin-account p.center {
  text-align: center;
}

.component-register .complete-steps {
  margin-top: 30px;
  background: var(--xpulz-mediumgrey);
  padding: 10px 20px;
  margin-bottom: 20px;
}
.component-register .connectors-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
.component-register .connectors-lists .connector-container .bubble {
  background: var(--xpulz-white) !important;
  color: black !important;
  font-size: 0.9em;
  padding: 5px 10px;
  border-radius: 10px;
}
.component-register .connectors-lists .connector-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  background: var(--xpulz-darkgrey);
  border-radius: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.component-register .connectors-lists .connector-list-container .match-conditional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.component-register .connectors-lists .connector-list-container .match-conditional > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.component-register .connectors-lists .connector-list-container .match-conditional.subscriber .text {
  width: calc(100% - 64px - 64px);
}
.component-register .connectors-lists .connector-list-container .match-conditional.subscriber .text .connected {
  width: 50%;
}
.component-register .connectors-lists .connector-list-container .match-conditional.subscriber .text .nickname {
  width: auto;
}
.component-register .connectors-lists .connector-list-container .match-conditional .cta {
  padding: 0 10px;
  height: 30px;
  font-size: 1em;
}
.component-register .connectors-lists .connector-list-container.connect {
  cursor: pointer;
}
.component-register .connectors-lists .connector-list-container .logo {
  width: 64px;
}
.component-register .connectors-lists .connector-list-container .logo svg {
  height: 64px !important;
  width: 64px !important;
}
.component-register .connectors-lists .connector-list-container .logo svg g, .component-register .connectors-lists .connector-list-container .logo svg path {
  fill: white;
}
.component-register .connectors-lists .connector-list-container .logo .connector svg {
  padding: 5px 12px;
}
.component-register .connectors-lists .connector-list-container .logo .youtube polygon {
  fill: #FF0000 !important;
}
.component-register .connectors-lists .connector-list-container .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 20px;
  width: 64px;
  height: 64px;
}
.component-register .connectors-lists .connector-list-container .action svg {
  height: 32px !important;
  width: 32px !important;
}
.component-register .connectors-lists .connector-list-container .action svg g, .component-register .connectors-lists .connector-list-container .action svg path {
  fill: white;
}
.component-register .connectors-lists .connector-list-container .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% - 84px - 64px - 84px - 84px);
  margin-left: 10px;
  color: white;
}
.component-register .connectors-lists .connector-list-container .text.not_connected {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 1.3em;
  width: calc(100% - 84px);
}
.component-register .connectors-lists .connector-list-container .text .nickname {
  margin-right: 5px;
  width: calc(70% - 69px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.component-register .connectors-lists .connector-list-container .text .connected {
  color: var(--xpulz-primary-color);
  width: 30%;
}
.component-register .connectors-lists .connector-list-container .text .avatar {
  height: 64px;
  width: 64px;
}

@media (max-width: 900px) {
  .ctas.justify-content-start {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    justify-content: center !important;
    margin: 15px 0 10px;
  }
  #popin-register .form-group {
    margin-bottom: 10px;
  }
  #popin-register .form-group .col-form-label {
    color: var(--xpulz-primary-color);
    font-weight: bold;
    text-align: left;
    font-size: 1.2em;
  }
  #popin-register .popin-account div.col-sm-3 {
    display: none;
  }
  #popin-register header {
    height: auto;
    padding: 10px;
  }
  #popin-register header .txt {
    text-align: center;
    font-size: 2em;
  }
}
#pagebuilder-editor .import-button {
  font-size: 1.2em;
  min-height: 0;
  padding: 0px 5px;
  line-height: inherit;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
#pagebuilder-editor .left-panel {
  position: relative;
  transition: all 0.2s ease;
  width: 300px;
  background: var(--gjs-primary-color);
  color: white;
  overflow: hidden;
  z-index: 10;
  display: flex;
  flex-direction: column;
  height: calc(100dvh - var(--menutop-height));
}
#pagebuilder-editor .left-panel.collapsed {
  width: 0;
}
#pagebuilder-editor .editor-row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
#pagebuilder-editor .editor-canvas {
  flex-grow: 1;
  width: calc(100% - 300px);
}
#pagebuilder-editor .tab-header {
  display: flex;
  background: var(--gjs-primary-color);
}
#pagebuilder-editor .tab-header div {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  background: var(--xpulz-mediumgrey);
  border-bottom: 2px solid transparent;
  justify-content: center;
  display: flex;
  align-items: center;
}
#pagebuilder-editor .tab-header div svg {
  height: 24px;
  fill: var(--xpulz-white);
}
#pagebuilder-editor .tab-header .active {
  background: var(--xpulz-darkgrey);
  border-bottom: 2px solid #fff;
}
#pagebuilder-editor .tab-header .active svg, #pagebuilder-editor .tab-header .active path {
  fill: var(--xpulz-yellow);
}
#pagebuilder-editor .tab-content {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
  display: none;
}
#pagebuilder-editor .tab-content.active {
  display: block;
}
#pagebuilder-editor .page-item {
  padding: 8px;
  cursor: pointer;
  background: var(--xpulz-mediumgrey);
  margin-bottom: 4px;
}
#pagebuilder-editor .page-item .page-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#pagebuilder-editor .page-item .page-top .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#pagebuilder-editor .page-item .page-top .actions svg {
  width: 20px;
  height: 20px;
  fill: var(--xpulz-white);
}
#pagebuilder-editor .page-item .page-top .actions span, #pagebuilder-editor .page-item .page-top .actions a {
  margin-right: 5px;
}
#pagebuilder-editor .page-item .page-top .actions span:last-child, #pagebuilder-editor .page-item .page-top .actions a:last-child {
  margin-right: 0;
}
#pagebuilder-editor #content-blocks .gjs-block {
  border-color: var(--xpulz-grey);
  border-radius: 0;
  min-height: 80px;
}
#pagebuilder-editor #content-blocks .gjs-block__media {
  margin-bottom: 0;
}
#pagebuilder-editor #content-blocks .gjs-block__media svg {
  width: 35px;
  height: 35px;
}
#pagebuilder-editor #content-ui .colors .color {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
#pagebuilder-editor #content-ui .colors .color label {
  font-size: 0.9em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  margin: 0;
  width: calc(100% - 140px);
}
#pagebuilder-editor #content-ui .colors .color label small {
  text-align: left;
  color: var(--xpulz-lightergrey);
  font-size: 0.8em;
}
#pagebuilder-editor #content-ui .colors .color section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 140px;
}
#pagebuilder-editor #content-ui .colors .color input[type=color] {
  height: 24px;
  width: 24px;
  padding: 0px;
  margin-right: 5px;
  background-color: transparent;
}
#pagebuilder-editor #content-ui .colors .color input[type=text] {
  height: 24px;
  width: calc(100% - 24px - 5px);
  text-align: center;
  border: 1px solid var(--xpulz-grey);
  border-radius: 0;
  font-size: 0.9em;
}
#pagebuilder-editor .page-item.active {
  background: var(--gjs-tertiary-color);
}
#pagebuilder-editor .left-panel button {
  width: 100%;
  padding: 6px;
  background: var(--gjs-quaternary-color);
  color: var(--xpulz-darkgrey);
  border: none;
  margin-top: 10px;
  cursor: pointer;
}
#pagebuilder-editor .gjs-pn-panel.gjs-pn-views .gjs-pn-buttons {
  justify-content: end;
}

.gjs-pn-panel.gjs-pn-devices-c {
  margin-left: 50px;
}

.gjs-burger-panel span {
  font-size: 30px;
}

.component-xpulz-pagebuilder {
  background: var(--xpulz-primary-color);
  padding: 20px 40px;
  border: 10px solid white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  width: 100%;
  margin: 20px 0;
  position: relative;
}
.component-xpulz-pagebuilder .pagebuilder-title {
  font-size: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.component-xpulz-pagebuilder .pagebuilder-xpulz {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 50px;
}
.component-xpulz-pagebuilder .pagebuilder-description {
  padding-right: 40px;
  font-size: 1.1em;
}
.component-xpulz-pagebuilder .pagebuilder-left {
  width: 60%;
}
.component-xpulz-pagebuilder .pagebuilder-right {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.component-xpulz-pagebuilder .pagebuilder-right img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Reset some default styling */
.gjs-cv-canvas {
  top: 0;
  width: 100%;
  height: 100%;
}

.gjs-frame {
  margin-top: 41px;
  height: calc(100% - 41px);
  padding-right: var(--gjs-left-width);
}

body *[data-gjs-highlightable] {
  color: var(--xpulz-white);
}

.gjs-block__media svg {
  width: 45px;
  height: 45px;
}

.pagebuilder-list .svg svg {
  width: 32px;
  height: 32px;
}
.pagebuilder-list .svg.true svg {
  fill: var(--xpulz-primary-color);
}
.pagebuilder-list .svg.false svg {
  fill: var(--xpulz-red);
}

#gjs {
  height: calc(100dvh - var(--menutop-height)) !important;
  transition: margin-left 0.2s ease;
}

#pagebuilder-templates-preview .templates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#pagebuilder-templates-preview .templates .template-container .template-container-preview {
  margin-right: 40px;
  background: var(--xpulz-mediumgrey);
  border: 2px solid var(--xpulz-primary-color);
}
#pagebuilder-templates-preview .templates .template-container .ctas {
  margin-top: 10px;
}
#pagebuilder-templates-preview .templates .template-container .template {
  width: 1350px;
  height: 900px;
  zoom: 0.3;
  overflow: hidden;
  position: relative;
}

div[data-gjs-type=wrapper] {
  background: var(--xpulz-body) !important;
}

.gjs-content .to-remove {
  display: none !important;
}
.gjs-content .countdown {
  text-align: center;
}
.gjs-content .countdown-block {
  display: inline-block;
  margin: 0 10px;
  padding: 10px;
}
.gjs-content .countdown-digit {
  font-size: 5rem;
}
.gjs-content .countdown-endtext {
  font-size: 5rem;
}
.gjs-content .countdown-cont {
  display: inline-block;
}

#preview-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: var(--xpulz-darkgrey);
}

#preview-frame {
  width: 100%;
  height: calc(100dvh - var(--menutop-height) - 50px);
  border: none;
}
#preview-frame.component {
  overflow: auto;
  background: var(--xpulz-body);
}
#preview-frame.component > div.draft {
  display: none !important;
}

@media (max-width: 900px) {
  .component-xpulz-pagebuilder {
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .component-xpulz-pagebuilder .pagebuilder-left, .component-xpulz-pagebuilder .pagebuilder-right {
    width: 100%;
  }
  .component-xpulz-pagebuilder .pagebuilder-title {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .component-xpulz-pagebuilder .pagebuilder-xpulz {
    height: 25px;
    left: 5px;
    bottom: 5px;
  }
  .component-xpulz-pagebuilder img {
    margin-bottom: 20px;
  }
  .component-xpulz-pagebuilder .pagebuilder-description {
    display: none;
  }
}
.section-course-classes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
.section-course-classes .classes {
  width: 70%;
}
.section-course-classes .classes .classes-lists .class header {
  padding: 10px;
  background: var(--xpulz-darkgrey);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.section-course-classes .classes .classes-lists .class header .left, .section-course-classes .classes .classes-lists .class header .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section-course-classes .classes .classes-lists .class header .left svg {
  height: 31px;
}
.section-course-classes .classes .classes-lists .class header .left svg g, .section-course-classes .classes .classes-lists .class header .left svg path, .section-course-classes .classes .classes-lists .class header .left svg polygon {
  transition: fill 0.4s;
  fill: var(--xpulz-grey-txt);
}
.section-course-classes .classes .classes-lists .class header .left span {
  padding: 0 15px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--xpulz-primary-color);
}
.section-course-classes .classes .classes-lists .class header .right {
  color: var(--xpulz-yellow);
}
.section-course-classes .classes .classes-lists .class .body {
  color: white;
  padding: 20px 10px;
  background: var(--xpulz-mediumgrey);
}
.section-course-classes .classes .classes-lists .class .body p, .section-course-classes .classes .classes-lists .class .body ul {
  margin: 0;
}
.section-course-classes .instructor {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.section-course-classes .instructor .profile-v2 .box-content {
  padding: 0;
}

.school-approvals .select-organizer .label {
  width: 250px;
}
.school-approvals .select-organizer .x-select {
  width: auto;
}

@media (max-width: 900px) {
  .section-course-classes {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-course-classes .classes {
    width: 100%;
  }
  .section-course-classes .classes .classes-lists .class header {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .section-course-classes .instructor {
    width: 100%;
  }
}
#shop .carousel {
  margin-bottom: 20px;
}
#shop .products {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#shop .products .card {
  position: relative;
  width: 320px;
  height: 480px;
  background: #191919;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
#shop .products .card::before {
  content: "";
  position: absolute;
  top: -50%;
  width: 100%;
  height: 100%;
  background: var(--xpulz-primary-color);
  transform: skewY(345deg);
  transition: 0.5s;
}
#shop .products .card:hover::before {
  top: -70%;
  transform: skewY(390deg);
}
#shop .products .card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 600;
  font-size: 6em;
  color: rgba(0, 0, 0, 0.1);
}
#shop .products .card.card-mouse::after {
  content: "MOUSE";
}
#shop .products .card.card-gc::after {
  content: "GRAPHIC CARD";
}
#shop .products .card.card-monitor::after {
  content: "MONITOR";
}
#shop .products .card .imgBox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  z-index: 1;
}
#shop .products .card .contentBox {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  height: calc(100% - 300px);
}
#shop .products .card .contentBox h3 {
  font-size: 18px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#shop .products .card .contentBox .price {
  font-size: 24px;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
}
#shop .products .card .contentBox .buy {
  position: absolute;
  bottom: -100px;
  opacity: 0;
  transition: 0.5s;
}
#shop .products .card:hover .contentBox .buy {
  bottom: 5px;
  opacity: 1;
}
#shop .products .mouse {
  height: 300px;
  width: auto;
}

#shop-product .product-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}
#shop-product {
  /* Columns */
}
#shop-product .left-column {
  width: 65%;
  position: relative;
}
#shop-product .right-column {
  width: 35%;
  margin-top: 60px;
}
#shop-product {
  /* Left Column */
}
#shop-product .left-column img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
#shop-product .left-column img.active {
  opacity: 1;
}
#shop-product {
  /* Right Column */
}
#shop-product ul li {
  color: #86939E;
}
#shop-product ul li strong {
  color: white;
}
#shop-product {
  /* Product Description */
}
#shop-product .product-description {
  border-bottom: 1px solid #E1E8EE;
  margin-bottom: 20px;
}
#shop-product .product-description span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
#shop-product .product-description h1 {
  font-weight: 300;
  font-size: 52px;
  color: var(--xpulz-primary-color);
  letter-spacing: -2px;
}
#shop-product .product-description p {
  font-size: 16px;
  font-weight: 300;
  color: white;
  line-height: 24px;
}
#shop-product {
  /* Product Configuration */
}
#shop-product .product-color span,
#shop-product .cable-config span {
  font-size: 14px;
  font-weight: 400;
  color: #86939E;
  margin-bottom: 20px;
  display: inline-block;
}
#shop-product {
  /* Product Color */
}
#shop-product .product-color {
  margin-bottom: 30px;
}
#shop-product .color-choose div {
  display: inline-block;
}
#shop-product .color-choose input[type=radio] {
  display: none;
}
#shop-product .color-choose input[type=radio] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}
#shop-product .color-choose input[type=radio] + label span {
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
#shop-product .color-choose input[type=radio]#red + label span {
  background-color: #C91524;
}
#shop-product .color-choose input[type=radio]#blue + label span {
  background-color: #314780;
}
#shop-product .color-choose input[type=radio]#black + label span {
  background-color: #323232;
}
#shop-product .color-choose input[type=radio]:checked + label span {
  background-image: url(images/check-icn.svg);
  background-repeat: no-repeat;
  background-position: center;
}
#shop-product {
  /* Cable Configuration */
}
#shop-product .cable-choose {
  margin-bottom: 20px;
}
#shop-product .cable-choose button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
#shop-product .cable-choose button:hover,
#shop-product .cable-choose button:active,
#shop-product .cable-choose button:focus {
  border: 2px solid #86939E;
  outline: none;
}
#shop-product .cable-config {
  border-bottom: 1px solid #E1E8EE;
  margin-bottom: 20px;
}
#shop-product .cable-config a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
#shop-product .cable-config a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}
#shop-product {
  /* Product Price */
}
#shop-product .product-price {
  display: flex;
  align-items: center;
}
#shop-product .product-price span {
  font-size: 26px;
  font-weight: 300;
  color: white;
  margin-right: 20px;
}
#shop-product .cart-btn {
  display: inline-block;
  background-color: #7DC855;
  border-radius: 6px;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 30px;
  transition: all 0.5s;
}
#shop-product .cart-btn:hover {
  background-color: #64af3d;
}
#shop-product {
  /* Responsive */
}
@media (max-width: 940px) {
  #shop-product .product-container {
    flex-direction: column;
    margin-top: 60px;
  }
  #shop-product .left-column,
  #shop-product .right-column {
    width: 100%;
  }
  #shop-product .left-column img {
    width: 300px;
    right: 0;
    top: -65px;
    left: initial;
  }
}
@media (max-width: 535px) {
  #shop-product .left-column img {
    width: 220px;
    top: -85px;
  }
}

/* -- */
/* general styles */
/* -- */
#rewards .header-content {
  height: auto;
  position: relative;
  z-index: 1;
}
#rewards .row {
  max-width: 82.5rem;
}
#rewards h1, #rewards h2, #rewards h3, #rewards h4, #rewards h5, #rewards small, #rewards p {
  margin: 0;
  padding: 0;
  font-family: "Mina", sans-serif;
}
#rewards img {
  width: 60px;
  max-width: 60px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 400px) {
  #rewards img {
    width: 30px;
  }
}
#rewards h2 {
  font-weight: bold;
}
#rewards .button {
  background: var(--xpulz-primary-color);
  color: #fff;
  border-color: var(--xpulz-primary-color);
  border-width: 2px;
  color: #fff;
  font-size: 1.7em;
  font-weight: bold;
  font-family: "Mina", sans-serif;
  vertical-align: middle;
}
#rewards .button:hover {
  background: #fff;
  color: var(--xpulz-primary-color);
}
#rewards .highlight {
  color: var(--xpulz-yellow);
}
#rewards .center {
  text-align: center;
  background: var(--xpulz-primary-color);
  margin-bottom: 50px;
  padding: 10px 0;
}
#rewards {
  /* -- */
  /* heading styles */
  /* -- */
}
#rewards h2.header {
  text-align: center;
  border-bottom: 7px solid var(--xpulz-primary-color);
  margin-bottom: 25px;
  font-size: 1.8em;
  display: inline-block;
}
#rewards .earn h2, #rewards .earn h3, #rewards .spend h2, #rewards .spend h3 {
  line-height: 1;
}
#rewards .earn h3, #rewards .spend h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}
#rewards .earn {
  width: 80%;
}
#rewards .spend {
  width: 20%;
}
#rewards {
  /* -- */
  /* page header styles */
  /* -- */
}
#rewards section.header, #rewards section.refer-a-friend {
  text-align: center;
  margin-bottom: 50px;
  padding: 45px 25px;
  background-size: contain;
  position: relative;
}
#rewards section.header .button {
  margin: 0 0 10px 0;
  padding: 10px;
}
#rewards section.header .reaper {
  position: absolute;
  right: 0;
  top: 75px;
}
#rewards .reaper img {
  height: 200px;
  max-width: 300px;
  width: auto;
}
@media only screen and (max-width: 940px) {
  #rewards .reaper {
    display: none;
  }
}
#rewards section.header h1, #rewards section.refer-a-friend h2 {
  font-size: 3.5em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
#rewards section.header p {
  color: #fff;
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 30px;
}
#rewards {
  /* -- */
  /* earn bones */
  /* -- */
}
#rewards .earn .flex-items {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  flex: 1 1 0%;
}
#rewards .earn .item {
  width: calc(33.333% - 10px); /* Or whatever */
  margin: 0 auto; /* Magic! */
  background: #f2f2f2;
  padding: 1em;
  text-align: center;
  margin-bottom: 10px;
}
#rewards .earn small {
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  #rewards .earn .flex-items {
    margin-bottom: 30px;
  }
  #rewards .earn .item {
    width: calc(50% - 10px); /* Or whatever */
  }
}
@media only screen and (max-width: 335px) {
  #rewards .earn .item {
    width: calc(100% - 10px); /* Or whatever */
  }
}
#rewards {
  /* -- */
  /* spend bones */
  /* -- */
}
#rewards .spend img {
  margin-bottom: 0;
  width: 75px;
  max-width: 75px;
}
#rewards .spend .item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: centetr;
  align-content: stretch;
  align-items: center;
  margin-bottom: 40px;
  /*   border: 1px solid red; */
}
#rewards .spend .item-icon, #rewards .spend .item-info {
  order: 0;
  flex: 0 1 auto;
  align-self: center;
  /*   padding: 10px 20px; */
}
#rewards .spend .item-icon {
  flex: 0 1 30%;
  text-align: center;
  /*   border: 1px solid blue; */
}
#rewards .spend .item-info {
  justify-self: center;
  align-self: center;
  flex: 1 1 auto;
  text-align: left;
  /*   border: 1px solid orange; */
}
@media only screen and (max-width: 640px) {
  #rewards .spend .item {
    flex-direction: column;
  }
  #rewards .spend .item-info {
    text-align: center;
  }
}
#rewards .spend .item-info h3 {
  margin-bottom: 10px;
}
#rewards .spend p {
  line-height: 1;
}
#rewards {
  /* -- */
  /* VIP */
  /* -- */
}
#rewards .vip {
  margin-top: 70px;
}
#rewards {
  /* -- */
  /* table styles */
  /* -- */
}
#rewards table {
  width: 100%;
  border: none;
  border-bottom: 15px solid black;
}
#rewards table th {
  border-bottom: 15px solid black;
}
#rewards table th:not(:first-child), #rewards table tr td:not(:first-child) {
  text-align: center;
}
#rewards table th:first-child > h3 {
  display: block !important;
}
#rewards table th img {
  width: 150px;
  max-width: 150px;
}
@media only screen and (max-width: 640px) {
  #rewards table th img {
    width: 60px;
    max-width: 60px;
  }
}
#rewards table tr td {
  padding: 20px;
  font-size: 1em;
}
#rewards table h3 {
  font-weight: bold;
  line-height: 1;
  font-size: 1.7em;
  margin-bottom: 10px;
}
#rewards {
  /* -- */
  /* refer a friend styles */
  /* -- */
}
#rewards section.refer-a-friend {
  color: #fff;
  margin-bottom: 0;
}
#rewards section.refer-a-friend h2 {
  color: #c6ffda;
}
#rewards .refer-a-friend p {
  width: 50%;
  margin: 0 auto 15px;
}
#rewards {
  /* -- */
  /* responsive tables foundation */
  /* -- */
}
#rewards table th {
  font-weight: 700;
}
#rewards table td, #rewards table th {
  padding: 9px 10px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #rewards table.responsive {
    margin-bottom: 0;
  }
  #rewards .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #rewards .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  #rewards .pinned table th, #rewards .pinned table td {
    white-space: nowrap;
  }
  #rewards .pinned td:last-child {
    border-bottom: 0;
  }
  #rewards div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  #rewards div.table-wrapper div.scrollable table {
    margin-left: 35%;
  }
  #rewards div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  #rewards table.responsive td, #rewards table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  #rewards table.responsive th:first-child, #rewards table.responsive td:first-child, #rewards table.responsive td:first-child, #rewards table.responsive.pinned td {
    display: none;
  }
}

@keyframes grow {
  0% {
    max-height: var(--lineHeight);
  }
  100% {
    max-height: calc(var(--lineHeight) * var(--lines));
  }
}
@keyframes carriageReturn {
  0% {
    top: 0;
  }
  100% {
    top: calc(var(--lineHeight) * var(--lines));
  }
}
@keyframes type {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes caret {
  0% {
    color: var(--bgColor);
  }
  100% {
    color: black;
  }
}
#confetti {
  position: absolute;
  left: -80px;
  top: -80px;
}
#confetti .conf0 {
  fill: var(--xpulz-red-lighten-10);
}
#confetti .conf1 {
  fill: var(--xpulz-red);
}
#confetti .conf2 {
  fill: var(--xpulz-primary-color-lighten-10);
}
#confetti .conf3 {
  fill: #974CBE;
}
#confetti .conf4 {
  fill: var(--xpulz-primary-color);
}
#confetti .conf5 {
  fill: #813BBE;
}
#confetti .conf6 {
  fill: var(--xpulz-yellow);
}
#confetti .conf7 {
  display: none;
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
}
#confetti .conf8 {
  fill: none;
  stroke: #F9B732;
  stroke-width: 9;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
#confetti .confetti-cone {
  transform-origin: 200px 50px;
  animation: confetti-cone1 1.2s ease infinite;
}
@keyframes confetti-cone1 {
  0% {
    transform: translate(40px, 95px) rotate(45deg) scale(1, 1);
  }
  15% {
    transform: translate(10px, 145px) rotate(45deg) scale(1.1, 0.85);
  }
  100% {
    transform: translate(40px, 105px) rotate(45deg) scale(1, 1);
  }
}
#confetti #yellow-strip {
  fill: none;
  stroke: #F9B732;
  stroke-width: 9;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  animation: confdash 1.2s ease infinite;
}
@keyframes confdash {
  0% {
    stroke-dasharray: 1000;
    stroke-dashoffset: 500;
    transform: translate(-30px, 30px);
    opacity: 0;
  }
  2% {
    stroke-dasharray: 1000;
    stroke-dashoffset: 500;
    transform: translate(-30px, 30px);
    opacity: 0;
  }
  35% {
    stroke-dasharray: 1000;
    stroke-dashoffset: 900;
    transform: translate(-2px, 0px);
    opacity: 1;
  }
  85% {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    transform: translate(1px, -5px);
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 1000;
    stroke-dashoffset: 1000;
    transform: translate(2px, -8px);
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 1000;
    stroke-dashoffset: 500;
    transform: translate(2px, -8px);
    opacity: 0;
  }
}
#confetti #a2 {
  transform-origin: 310.9px 241px;
  animation: confa 1.2s ease-out infinite;
}
#confetti #a1 {
  transform-origin: 276px 246px;
  animation: confa 1.2s ease-out infinite;
}
@keyframes confa {
  0% {
    opacity: 0;
    transform: translate(-30px, 20px) rotate(0);
  }
  15% {
    opacity: 1;
    transform: translate(25px, -10px) rotate(60deg);
  }
  80% {
    opacity: 1;
    transform: translate(33px, -18px) rotate(180deg);
  }
  100% {
    opacity: 0;
    transform: translate(37px, -23px) scale(0.5) rotate(230deg);
  }
}
#confetti #b1 {
  transform-origin: 195.2px 232.6px;
  animation: confb 1.2s ease-out infinite;
}
#confetti #b2 {
  transform-origin: 230.8px 219.8px;
  animation: confb 1.2s ease-out infinite;
}
#confetti #b3 {
  transform-origin: 222.8px 190.6px;
  animation: confb 1.2s ease-out infinite;
}
#confetti #b4 {
  transform-origin: 262px 188.5px;
  animation: confb 1.2s ease-out infinite;
}
#confetti #b5 {
  transform-origin: 282.3px 170.6px;
  animation: confb 1.2s ease-out infinite;
}
@keyframes confb {
  0% {
    opacity: 0;
    transform: translate(-30px, 20px) rotate(0);
  }
  12% {
    opacity: 1;
    transform: translate(25px, -10px) rotate(60deg);
  }
  76% {
    opacity: 1;
    transform: translate(33px, -18px) rotate(180deg);
  }
  100% {
    opacity: 0;
    transform: translate(37px, -23px) scale(0.5) rotate(240deg);
  }
}
#confetti #c1 {
  transform-origin: 174.8px 183.4px;
  animation: confc 1.2s ease-out infinite;
}
#confetti #c2 {
  transform-origin: 178.9px 156.2px;
  animation: confc 1.2s ease-out infinite;
}
#confetti #c3 {
  transform-origin: 206.7px 140px;
  animation: confc 1.2s ease-out infinite;
}
#confetti #c4 {
  transform-origin: 213.5px 120.2px;
  animation: confc 1.2s ease-out infinite;
}
@keyframes confc {
  0% {
    opacity: 0.7;
    transform: translate(-30px, 20px) rotate(0);
  }
  18% {
    opacity: 1;
    transform: translate(5px, -10px) rotate(60deg);
  }
  76% {
    opacity: 1;
    transform: translate(13px, -18px) rotate(180deg);
  }
  100% {
    opacity: 0;
    transform: translate(17px, -23px) scale(0.5) rotate(230deg);
  }
}
#confetti #d1 {
  transform-origin: 127px 176px;
  animation: confd 1.2s ease-out infinite;
}
#confetti #d2 {
  transform-origin: 133px 118px;
  animation: confd 1.2s ease-out infinite;
}
#confetti #d3 {
  transform-origin: 152px 100px;
  animation: confd 1.2s ease-out infinite;
}
@keyframes confd {
  0% {
    opacity: 0.7;
    transform: translate(-20px, 20px) rotate(0);
  }
  18% {
    opacity: 1;
    transform: translate(-5px, -10px) rotate(60deg);
  }
  76% {
    opacity: 1;
    transform: translate(-8px, -18px) rotate(180deg);
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -23px) scale(0.5) rotate(230deg);
  }
}

.typewriter {
  --bgColor: white;
  --lines: 500;
  --lineHeight: 1.5rem;
  --timePerLine: 1s;
  --widthCh: 46;
  --width: calc(var(--widthCh) * 1ch);
  /* do not touch the time property!!! */
  --time: calc(var(--lines) * var(--timePerLine));
  animation: grow var(--time) steps(var(--lines));
  animation-fill-mode: forwards;
  background: var(--bgColor);
  line-height: var(--lineHeight);
  max-height: var(--lineHeight);
  overflow: hidden;
  position: relative;
}
.typewriter .badge {
  cursor: pointer;
}

.typewriter::before {
  content: "";
  animation: type var(--timePerLine) linear infinite, carriageReturn var(--time) steps(var(--lines)) var(--lines), caret 0.5s steps(2) infinite;
  background: var(--bgColor);
  border-left: 2px solid;
  bottom: 0;
  height: 2rem;
  position: absolute;
  right: 0;
  width: 100%;
}

.typewriter.no-caret::before {
  border-left-width: 0;
}

.typewriter.big-caret::before {
  border-left-width: 1ch;
}

.typewriter.monospace {
  font-family: monospace, monospace;
}

.typewriter.monospace::before {
  animation: type var(--timePerLine) steps(var(--widthCh)) infinite, carriageReturn var(--time) steps(var(--lines)) var(--lines), caret 0.5s steps(2) infinite;
}

.no-animate .typewriter {
  animation: none;
  max-height: inherit;
  line-height: inherit;
}
.no-animate .typewriter::before {
  animation: none;
  background: transparent;
}

.sparkfire.avatar {
  border-radius: 100%;
  width: 180px;
  border: 3px solid white;
  box-shadow: 3px 3px 13px #404040;
}
.sparkfire.avatar.small {
  width: 60px;
  border-width: 0;
}

.sparkfyre-notification {
  position: absolute;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background: var(--xpulz-red);
  right: 10px;
  z-index: 2;
  border-radius: 100%;
  box-shadow: 1px 1px 10px black;
  animation: shake 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  5%, 45% {
    transform: translate3d(-1px, 0, 0);
  }
  10%, 40% {
    transform: translate3d(1px, 0, 0);
  }
  15%, 25%, 35% {
    transform: translate3d(-2px, 0, 0);
  }
  20%, 30% {
    transform: translate3d(2px, 0, 0);
  }
}

#login {
  padding-top: 50px;
}
#login.login-error {
  padding-top: 0;
}
#login.login-error .description {
  text-align: center;
  color: var(--xpulz-white);
  background: var(--xpulz-darkgrey);
  padding: 20px;
  box-shadow: 0px 0px 5px var(--xpulz-primary-color);
  border-radius: 20px;
  width: 60%;
  margin: 0 auto;
}
#login.login-error .api-name {
  text-transform: capitalize;
}
#login.login-error .connector.youtube polygon {
  fill: #FF0000;
}
#login .go-back {
  position: absolute;
  left: 20px;
  top: 20px;
}
#login .oauth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
#login .oauth .svg {
  z-index: 5;
  position: relative;
  background: #60a3a2;
  padding: 10px;
  border-radius: 100%;
}
#login .oauth .svg.red {
  background: var(--xpulz-red);
}
#login .oauth .svg svg {
  width: 32px;
  fill: white;
}
#login .oauth .electron {
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  height: 64px;
  width: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#login .oauth .electron svg {
  width: 44px;
}
#login .oauth .electron.e-top {
  top: -35px;
  left: -50px;
}
#login .oauth .electron.e-top svg {
  width: 64px;
}
#login .oauth .electron.e-left {
  top: 30px;
  left: -70px;
  border-radius: 10px;
  background: white;
  width: 54px;
  height: 54px;
}
#login .oauth .electron.e-bottom {
  bottom: -35px;
  left: -50px;
}
#login .oauth img {
  width: 128px;
  border-radius: 100%;
}
#login .oauth .team.connector.discord {
  background: var(--xpulz-darkgrey);
  border: 3px solid #7289da;
}
#login .oauth .team.connector.your-stack {
  background: var(--xpulz-primary-color-darken-20);
  font-weight: bold;
  border: 3px solid var(--xpulz-white);
}
#login .oauth .connector {
  border-radius: 100%;
  width: 128px;
  height: 128px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#login .oauth .connector svg {
  width: 100px;
  height: 100px;
  fill: white;
  padding: 0 10px;
}
#login .oauth .middle {
  padding: 0 50px;
  position: relative;
}
#login .oauth .middle:after {
  content: "";
  position: absolute;
  border-bottom: 2px dashed white;
  width: 100%;
  top: 50%;
  left: 0;
}
#login .content-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#login .content-login > .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 40%;
}
#login .content-login > .left .xpulz {
  width: 100%;
  max-width: 550px;
}
#login .content-login > .left .xpulz svg {
  width: 100%;
  fill: white;
}
#login .content-login > .left .xpulz svg > g {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}
#login .content-login > .left .text-highlight {
  font-size: 2em;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
#login .content-login > .left .games {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 30px;
  border-radius: 20px;
}
#login .content-login > .left .games .infinite-sliders article {
  display: flex;
  animation: infinitesliderlogin 20s linear infinite;
}
#login .content-login > .left .games .infinite-sliders ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
#login .content-login > .left .games .infinite-sliders ul img {
  width: auto !important;
  height: 300px;
  filter: sepia(1) hue-rotate(175deg);
}
@keyframes infinitesliderlogin {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0px);
  }
}
#login .content-login > .right {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 500px;
}
#login .content-login > .right .inner-signup {
  background: var(--xpulz-lightgrey);
  box-shadow: 0px 0px 24px #002342;
  width: 80%;
  border-radius: 20px;
  height: 100%;
}
#login .content-login > .right .inner-signup .header-img {
  display: none;
}
#login .content-login > .right .inner-signup .footer {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#login .content-login > .right #popin-register {
  background: var(--xpulz-lightgrey);
  box-shadow: 0px 0px 24px #002342;
  width: 100%;
  border-radius: 20px;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
#login.register .congratz {
  position: relative;
}
#login.register .congratz .oauth {
  margin: 30px 0;
}
#login.register .congratz .oauth .team svg {
  width: 128px;
  height: 128px;
  border-radius: 100%;
  background: var(--xpulz-primary-color);
  fill: white;
  padding: 0 10px;
}
#login.register .card-lists .card-match, #login.register .card-lists .card-display {
  width: calc(48% - 20px);
}
#login.register {
  padding-top: 0;
}
#login.register .steps {
  margin: 20px 0 60px 0;
}
#login.register .steps .steps-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#login.register .steps .steps-text .step-text {
  width: 25%;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 5px;
  text-shadow: 1px 1px 3px var(--xpulz-primary-color);
  text-align: center;
}
#login.register .customize .steps {
  margin: 0;
  margin-bottom: 5px;
}
#login.register .customize .steps .steps-text .step-text {
  width: 20%;
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 5px;
  text-align: center;
}
#login.register .customize .progress {
  margin: 0 40px;
  margin-bottom: 5px;
}
#login.register p {
  text-align: left;
  margin: 20px 0;
}
#login.register .content-login > .left .xpulz {
  width: 100%;
  max-width: 350px;
}
#login.register .bubble {
  background: white;
  border-radius: 10px;
  padding: 5px 10px;
  width: 70%;
  color: black;
}
#login.register .bubble .typing-text {
  color: black;
}

#login.organizer-signup {
  padding-top: 50px;
}

#login.team-invite {
  padding-top: 50px;
}
#login.team-invite #my-games {
  padding-bottom: 0;
}
#login.team-invite .table.summary {
  width: 70%;
  margin: 0 auto;
  border: 2px solid white;
}
#login.team-invite .table.summary tr td:first-child {
  width: 30%;
  text-align: right;
  background-color: var(--xpulz-primary-color);
  font-weight: bold;
  color: white;
}
#login.team-invite .table.summary tr td:last-child {
  width: 70%;
  text-align: left;
  color: white;
}
#login.team-invite .card-display {
  width: 80%;
  margin: 0 auto;
}
#login.team-invite .card-display .card-name {
  margin: 20px 0;
}
#login.team-invite .card-display .card-name img.flag {
  width: 28px;
}
#login.team-invite .card-display .card-name .tag {
  margin-left: 10px;
}
#login.team-invite .card-display .card-name span {
  font-size: 1.5em;
}
#login.team-invite .card-display .custom .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px solid white;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
#login.team-invite .card-display .custom .data .text {
  font-size: 1.5em;
  margin: 5px 0;
}
#login.team-invite .card-display .custom .data .badge {
  margin-left: 10px;
  font-size: 1em;
}
#login.team-invite .card-display .custom .members {
  list-style: none;
  width: 80%;
  margin: 0 auto;
}
#login.team-invite .card-display .custom .members .participant-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
#login.team-invite .card-display .custom .members .participant-member .flag {
  margin: 0 10px;
}
#login.team-invite .card-display .custom .members .participant-member .flag img.flag {
  width: 28px;
}
#login.team-invite .card-display .custom .members .participant-member .x-img {
  border-radius: 100%;
  height: 64px;
}

@media (max-width: 900px) {
  .content-login .left {
    position: fixed;
    z-index: 42;
    bottom: 0;
    left: 0;
  }
  .content-login .left .sparkfire {
    order: 1;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    right: 10px;
    width: 70px;
  }
  .content-login .left .bubble {
    order: 0;
    width: calc(100% - 100px) !important;
    position: absolute;
    z-index: 42;
    bottom: 10px;
    left: 10px;
    font-size: 0.8em;
  }
  #login.team-invite h1 {
    font-size: 1.5em;
  }
  #login.team-invite .table.summary {
    width: calc(100% - 20px);
  }
  #login.team-invite .card-display {
    width: calc(100% - 20px);
    padding: 0;
  }
  #login.team-invite .card-display .card-name span {
    font-size: 1em;
  }
  #login.team-invite .card-display .custom .members {
    width: 100%;
  }
  #login .oauth .electron.e-top {
    top: -55px;
    left: -16px;
  }
  #login .oauth .electron.e-left {
    top: 100px;
    left: 60px;
  }
  #login .oauth .electron.e-bottom {
    bottom: -65px;
    left: -30px;
  }
  #login .oauth .middle {
    padding: 0 20px;
  }
  #login .oauth img {
    max-width: 64px !important;
  }
  #login .oauth .connector {
    width: 96px !important;
    height: 96px !important;
  }
  #login .oauth .team svg {
    width: 64px !important;
    height: 64px !important;
  }
  #login #my-games ul.games li.game {
    width: 100%;
  }
  #login.login .go-back {
    position: inherit;
  }
  #login.login .content-login .left {
    display: none;
  }
  #login.register {
    padding-top: 30px;
  }
  #login.register .steps {
    margin: 20px 0 0px 0;
  }
  #login.register .steps .steps-text .step-text {
    font-size: 0.8em;
  }
  #login.register .customize .steps .steps-text .step-text {
    display: none;
  }
  #login.register .card-lists .card-match, #login.register .card-lists .card-display {
    width: 100%;
  }
  #login #popin-signup .step > section, #login .popin-signup .step > section {
    padding: 0 10px;
  }
  #login .connectors-lists {
    width: 100%;
  }
  #login .component-register .connectors-lists .connector-list-container {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  #login .component-register .connectors-lists .connector-list-container .text {
    font-size: 0.9em;
  }
  #login .content-login {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #login .content-login .left, #login .content-login .right {
    width: 100%;
  }
  #login .content-login .right {
    order: 0;
    margin-top: 20px;
  }
  #login .content-login .left {
    order: 1;
  }
  #login .content-login .left .xpulz, #login .content-login .left .text-highlight {
    display: none;
  }
}
.xpulz-ops .block-text {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.xpulz-ops .footer {
  position: relative;
  background: var(--xpulz-body);
}
.xpulz-ops .trust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 32px;
}
.xpulz-ops .ai-chat {
  max-height: 627px !important;
}
.xpulz-ops .data-driven {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.xpulz-ops .data-driven .stats-right {
  width: 60%;
  padding: 0 20px;
}
.xpulz-ops .data-driven .stats-right .table-container.valorant > section.search-bar {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.xpulz-ops .carousel {
  height: 530px;
}
.xpulz-ops .carousel .carousel-inner {
  height: calc(100% - 40px);
}
.xpulz-ops .carousel .carousel-inner .products-list {
  padding: 0 !important;
}
.xpulz-ops .carousel .carousel-inner .products-list .badges {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}
.xpulz-ops .carousel .carousel-caption {
  right: 0;
  left: 0;
}
.xpulz-ops .carousel .carousel-indicators {
  padding: 20px;
  width: 100%;
  margin: 0;
  bottom: 0;
}
.xpulz-ops .carousel .carousel-indicators {
  z-index: 3;
}
.xpulz-ops .carousel .carousel-indicators li {
  cursor: pointer;
}
.xpulz-ops .carousel .carousel-indicators button {
  box-sizing: border-box;
  width: 30px;
  height: 22px;
  padding: 0;
  margin: 0 5px;
  background-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  background-size: 100% 3px;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s;
}
.xpulz-ops .carousel .carousel-indicators button.active {
  opacity: 1;
}
.xpulz-ops .carousel .carousel-item {
  height: 100%;
  background-color: transparent !important;
}
.xpulz-ops .carousel .carousel-item > img.b-img {
  display: none;
}
.xpulz-ops .valorant-performance-agents {
  background: url(/img/game/valorant/agents/xpulz/background-compress.png);
}
.xpulz-ops .lc-trust-bar {
  padding: clamp(36px, 5vw, 56px) 0;
}
.xpulz-ops .lc-trust-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1100px;
  margin: 0 auto;
  gap: 24px;
  text-align: center;
}
.xpulz-ops .lc-trust-stat__value {
  display: block;
  font-size: 4em;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: white;
}
.xpulz-ops .lc-trust-stat__label {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--xpulz-grey-txt);
}
.xpulz-ops .ctas .demo {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: white;
}
.xpulz-ops .ctas .demo svg {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  transition: transform 0.12s ease;
}
.xpulz-ops .bg-hero {
  position: relative;
}
.xpulz-ops .bg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 3px);
  pointer-events: none;
}
.xpulz-ops .about-title.medium {
  font-size: 4em;
}
.xpulz-ops .about-title.medium .lc-cycle {
  margin-left: 12px;
  font-size: 0.5em;
}
.xpulz-ops .ops-hero {
  width: 100%;
  padding: 32px 0;
}
.xpulz-ops .ops-hero .about-title {
  font-size: clamp(48px, 6vw, 96px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.xpulz-ops .ops-hero .about-title .pre {
  display: block;
  font-size: 0.35em;
  font-weight: 600;
  color: var(--xpulz-grey-txt);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.xpulz-ops .ops-hero .about-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin-top: 2px;
  margin-bottom: 4px;
  background: linear-gradient(90deg, var(--xpulz-yellow), var(--xpulz-primary-color));
  border-radius: 2px;
}
.xpulz-ops .lc-cycle {
  display: inline-block;
  position: relative;
  color: var(--lc-accent-blue);
  transition: opacity 0.12s ease, filter 0.12s ease;
  text-shadow: 0 0 8px rgba(47, 137, 255, 0.3);
}
.xpulz-ops .lc-cycle.two-line {
  font-size: 0.33em !important;
  text-align: left;
}
.xpulz-ops .lc-cycle--flicker {
  opacity: 0;
  filter: blur(4px) brightness(2);
  animation: lcFlicker 0.2s steps(3, end);
}
.xpulz-ops .calendar-container {
  height: calc(100vh - 150px);
  display: flex;
  padding: 0 40px;
  position: relative;
}
.xpulz-ops .calendar-container .calendar-team {
  height: 700px;
  width: calc(50% - 40px);
}
.xpulz-ops .calendar-container .calendar-team .fc.fc-theme-standard {
  height: 100%;
}
.xpulz-ops .calendar-container .right-calendar-panel {
  width: 50%;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.xpulz-ops .calendar-container .right-calendar-panel .performance-card {
  background: linear-gradient(180deg, rgba(22, 26, 34, 0.92), rgba(22, 26, 34, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
}
.xpulz-ops .calendar-container .right-calendar-panel .performance-card svg {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  fill: var(--xpulz-yellow);
  display: none;
}
.xpulz-ops .calendar-container .right-calendar-panel .performance-card .performance-card-title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.xpulz-ops .calendar-container .right-calendar-panel .performance-card .performance-card-title h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4;
  color: white;
}
.xpulz-ops .calendar-container .right-calendar-panel .performance-card p {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.5;
  color: var(--xpulz-grey-txt);
}
.xpulz-ops .calendar-container .right-calendar-panel .performance-card p::before {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin-top: 2px;
  margin-bottom: 4px;
  background: linear-gradient(90deg, var(--xpulz-yellow), var(--xpulz-primary-color));
  border-radius: 2px;
}
.xpulz-ops .carousel-testimonials {
  height: 350px;
}
.xpulz-ops .carousel-testimonials .carousel-caption {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.xpulz-ops .carousel-testimonials .testimonial-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(24px, 4vw, 40px);
  background: linear-gradient(180deg, rgba(15, 24, 45, 0.92), rgba(8, 14, 28, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}
.xpulz-ops .carousel-testimonials .testimonial-card__quote {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 800;
  color: var(--xpulz-primary-color);
  opacity: 0.4;
  margin-bottom: -8px;
}
.xpulz-ops .carousel-testimonials .testimonial-card__text {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.65;
  color: white;
  max-width: 52ch;
  margin: 0 0 20px;
}
.xpulz-ops .carousel-testimonials .testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.xpulz-ops .carousel-testimonials .testimonial-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--xpulz-primary-color), #1674f0);
}
.xpulz-ops .carousel-testimonials .testimonial-card__info {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.xpulz-ops .carousel-testimonials .testimonial-card__name {
  font-size: 0.9rem;
  font-weight: 600;
}
.xpulz-ops .carousel-testimonials .testimonial-card__role {
  font-size: 0.78rem;
}
@keyframes lcFlicker {
  0% {
    opacity: 0.7;
    filter: blur(0) brightness(1.4);
  }
  20% {
    opacity: 0;
    filter: blur(4px) brightness(2);
  }
  40% {
    opacity: 0.5;
    filter: blur(2px) brightness(1.6);
  }
  60% {
    opacity: 0;
    filter: blur(3px) brightness(1.8);
  }
  80% {
    opacity: 0.3;
    filter: blur(1px) brightness(1.2);
  }
  100% {
    opacity: 0;
    filter: blur(4px) brightness(2);
  }
}
.xpulz-ops .nerve-center {
  --nx-primary: var(--xpulz-primary-color);
  --nx-secondary: var(--xpulz-yellow);
  --nx-bg: transparent;
  --nx-surface: rgba(8, 14, 28, 0.92);
  --nx-surface-light: rgba(15, 24, 45, 0.92);
  --nx-border: rgba(56, 182, 255, 0.18);
  --nx-border-strong: rgba(56, 182, 255, 0.5);
  --nx-text: #c8d6e5;
  --nx-text-dim: white;
  --nx-text-bright: #edf2f7;
  --nx-radius: 14px;
  --nx-transition: cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  min-height: auto;
  display: flex;
  flex-direction: column;
  padding: clamp(14px, 2vw, 26px) 2rem 0;
  overflow: hidden;
  color: var(--nx-text);
  font-family: var(--nx-font-body);
  background: var(--nx-bg);
}
.xpulz-ops .nerve-center *,
.xpulz-ops .nerve-center *::before,
.xpulz-ops .nerve-center *::after {
  box-sizing: border-box;
}
.xpulz-ops .nerve-center .nx-bg,
.xpulz-ops .nerve-center .nx-svg,
.xpulz-ops .nerve-center .nx-sweep {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.xpulz-ops .nerve-center .nx-bg {
  z-index: 0;
}
.xpulz-ops .nerve-center .nx-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(56, 182, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(56, 182, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, #000 35%, transparent 80%);
  -webkit-mask-image: radial-gradient(circle at center, #000 35%, transparent 80%);
}
.xpulz-ops .nerve-center .nx-bg::after {
  content: "";
  position: absolute;
  inset: auto 10% 10% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 182, 255, 0.12), transparent 70%);
  filter: blur(80px);
}
.xpulz-ops .nerve-center .nx-header,
.xpulz-ops .nerve-center .nx-footer,
.xpulz-ops .nerve-center .nx-content {
  position: relative;
  z-index: 2;
}
.xpulz-ops .nerve-center .nx-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--nx-border);
}
.xpulz-ops .nerve-center .nx-header-left, .xpulz-ops .nerve-center .nx-header-right {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.xpulz-ops .nerve-center .nx-header-right {
  font: 0.65rem var(--nx-font-mono);
  letter-spacing: 0.08em;
  color: var(--nx-text-dim);
}
.xpulz-ops .nerve-center .nx-logo {
  font: 700 1.1rem var(--nx-font-display);
  letter-spacing: 0.14em;
  color: var(--nx-text-bright);
}
.xpulz-ops .nerve-center .nx-logo-sep {
  color: var(--nx-primary);
  opacity: 0.5;
}
.xpulz-ops .nerve-center .nx-logo-tag {
  padding: 0.16rem 0.5rem;
  border: 1px solid var(--nx-border);
  border-radius: 999px;
  font: 600 0.68rem var(--nx-font-mono);
  letter-spacing: 0.16em;
  color: var(--nx-primary);
}
.xpulz-ops .nerve-center .nx-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.45);
  animation: nx-blink 3s ease-in-out infinite;
}
.xpulz-ops .nerve-center .nx-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 660px);
  gap: 2rem;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
}
.xpulz-ops .nerve-center .nx-stage {
  position: relative;
  min-height: 520px;
  aspect-ratio: 1;
  margin-bottom: 40px;
}
.xpulz-ops .nerve-center .nx-svg {
  z-index: 1;
  width: 100%;
  height: 100%;
}
.xpulz-ops .nerve-center .nx-ring,
.xpulz-ops .nerve-center .nx-conn {
  fill: none;
  transition: 0.3s ease;
}
.xpulz-ops .nerve-center .nx-ring {
  stroke: rgba(56, 182, 255, 0.24);
  stroke-width: 0.6;
  stroke-dasharray: 4 10;
  transform-origin: 250px 250px;
  animation: nx-rotate 60s linear infinite;
}
.xpulz-ops .nerve-center .nx-ring--inner {
  stroke-opacity: 0.7;
  animation-direction: reverse;
  animation-duration: 42s;
}
.xpulz-ops .nerve-center .nx-ring--core {
  stroke-opacity: 1;
  animation-duration: 30s;
}
.xpulz-ops .nerve-center .nx-conn {
  stroke: rgba(56, 182, 255, 0.25);
  stroke-width: 1;
  stroke-dasharray: 7 6;
  animation: nx-dash 3s linear infinite;
}
.xpulz-ops .nerve-center .nx-conn.active, .xpulz-ops .nerve-center .nx-conn.hovered {
  stroke: rgba(56, 182, 255, 0.8);
  filter: drop-shadow(0 0 4px rgba(56, 182, 255, 0.25));
}
.xpulz-ops .nerve-center .nx-conn--sub {
  stroke-width: 1;
  opacity: 0.5;
  stroke-dasharray: 0;
}
.xpulz-ops .nerve-center .nx-sweep {
  inset: 6%;
  z-index: 1;
  border-radius: 50%;
  opacity: 0.7;
  background: conic-gradient(from 0deg, transparent 0deg 325deg, rgba(56, 182, 255, 0.02) 340deg, rgba(56, 182, 255, 0.08) 350deg, transparent 360deg);
  animation: nx-rotate 8s linear infinite;
}
.xpulz-ops .nerve-center .nx-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  transition: transform 0.45s var(--nx-transition);
}
.xpulz-ops .nerve-center .nx-core-orbit, .xpulz-ops .nerve-center .nx-core-pulse, .xpulz-ops .nerve-center .nx-core-hub {
  position: absolute;
  border-radius: 50%;
}
.xpulz-ops .nerve-center .nx-core-orbit {
  inset: -18px;
  border: 1px solid rgba(56, 182, 255, 0.18);
  border-top-color: var(--nx-primary);
  animation: nx-rotate 7s linear infinite;
}
.xpulz-ops .nerve-center .nx-core-orbit--b {
  inset: -30px;
  border-color: rgba(255, 212, 74, 0.12);
  border-bottom-color: rgba(255, 212, 74, 0.45);
  animation-direction: reverse;
  animation-duration: 11s;
}
.xpulz-ops .nerve-center .nx-core-pulse {
  inset: -8px;
  border: 1px solid rgba(56, 182, 255, 0.2);
  animation: nx-pulse 3s ease-in-out infinite;
}
.xpulz-ops .nerve-center .nx-core-hub {
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--nx-border-strong);
  background: radial-gradient(circle at 40% 35%, rgba(16, 26, 50, 0.96), rgba(6, 10, 20, 0.98));
  box-shadow: 0 0 30px rgba(56, 182, 255, 0.24), inset 0 0 20px rgba(56, 182, 255, 0.12);
}
.xpulz-ops .nerve-center .nx-core-logo {
  font: 700 1.4rem var(--nx-font-display);
  letter-spacing: 0.08em;
  color: var(--nx-text-bright);
  text-shadow: 0 0 12px rgba(56, 182, 255, 0.35);
}
.xpulz-ops .nerve-center .nx-core-logo-img {
  width: 72px;
  height: 27px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(56, 182, 255, 0.45));
}
.xpulz-ops .nerve-center .nx-core-label {
  position: absolute;
  bottom: -70px;
  white-space: nowrap;
  font: 0.55rem var(--nx-font-mono);
  font-weight: bold;
  letter-spacing: 0.18em;
  color: var(--nx-text-dim);
  background: rgba(56, 182, 255, 0.12);
  padding: 4px 8px;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(56, 182, 255, 0.24), inset 0 0 20px rgba(56, 182, 255, 0.12);
}
.xpulz-ops .nerve-center .nx-node,
.xpulz-ops .nerve-center .nx-subnode {
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  outline: none;
  transform: translate(-50%, -50%);
  transition: transform 0.3s var(--nx-transition), filter 0.3s ease;
}
.xpulz-ops .nerve-center .nx-node:focus-visible,
.xpulz-ops .nerve-center .nx-subnode:focus-visible {
  filter: drop-shadow(0 0 10px rgba(56, 182, 255, 0.45));
}
.xpulz-ops .nerve-center .nx-node:hover,
.xpulz-ops .nerve-center .nx-subnode:hover {
  transform: translate(-50%, -50%) scale(1.06);
}
.xpulz-ops .nerve-center .nx-node.active .nx-node-hex,
.xpulz-ops .nerve-center .nx-node.active .nx-subnode-hex,
.xpulz-ops .nerve-center .nx-subnode.active .nx-node-hex,
.xpulz-ops .nerve-center .nx-subnode.active .nx-subnode-hex {
  background: linear-gradient(135deg, rgba(0, 40, 60, 0.95), rgba(8, 14, 28, 0.95));
  box-shadow: 0 0 16px rgba(56, 182, 255, 0.32);
}
.xpulz-ops .nerve-center .nx-node.active .nx-node-hex::before,
.xpulz-ops .nerve-center .nx-node.active .nx-subnode-hex::before,
.xpulz-ops .nerve-center .nx-subnode.active .nx-node-hex::before,
.xpulz-ops .nerve-center .nx-subnode.active .nx-subnode-hex::before {
  background: linear-gradient(135deg, var(--nx-primary), rgba(255, 212, 74, 0.35));
}
.xpulz-ops .nerve-center .nx-node.active .nx-node-code,
.xpulz-ops .nerve-center .nx-node.active .nx-subnode-name,
.xpulz-ops .nerve-center .nx-subnode.active .nx-node-code,
.xpulz-ops .nerve-center .nx-subnode.active .nx-subnode-name {
  color: var(--nx-primary);
  opacity: 1;
}
.xpulz-ops .nerve-center .nx-node.active .nx-node-name,
.xpulz-ops .nerve-center .nx-subnode.active .nx-node-name {
  color: var(--nx-text-bright);
}
.xpulz-ops .nerve-center .nx-node.active .nx-subnode-pip,
.xpulz-ops .nerve-center .nx-subnode.active .nx-subnode-pip {
  background: var(--nx-primary);
  box-shadow: 0 0 8px rgba(56, 182, 255, 0.55);
}
.xpulz-ops .nerve-center .nx-node {
  gap: 0.35rem;
}
.xpulz-ops .nerve-center .nx-node-hex {
  --size: 76px;
}
.xpulz-ops .nerve-center .nx-node-code {
  font: 0.58rem var(--nx-font-mono);
  letter-spacing: 0.12em;
  color: var(--nx-text-dim);
}
.xpulz-ops .nerve-center .nx-node-name {
  max-width: 100px;
  text-align: center;
  line-height: 1.25;
  font: 600 0.68rem var(--nx-font-display);
  letter-spacing: 0.05em;
  color: var(--nx-text);
}
.xpulz-ops .nerve-center .nx-subnode {
  gap: 0.15rem;
  z-index: 6;
}
.xpulz-ops .nerve-center .nx-subnode-hex {
  --size: 32px;
}
.xpulz-ops .nerve-center .nx-subnode-pip {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(56, 182, 255, 0.35);
  transition: 0.25s ease;
}
.xpulz-ops .nerve-center .nx-subnode-name {
  font: 0.5rem var(--nx-font-mono);
  letter-spacing: 0.07em;
  color: var(--nx-text-dim);
  opacity: 0.1;
  transform: translateY(-2px);
  transition: 0.2s ease;
  white-space: nowrap;
}
.xpulz-ops .nerve-center .nx-subnode:hover .nx-subnode-name {
  opacity: 0.95;
  transform: translateY(0);
  color: var(--nx-text);
}
.xpulz-ops .nerve-center .nx-node-hex,
.xpulz-ops .nerve-center .nx-subnode-hex {
  position: relative;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  color: var(--nx-text-dim);
  background: var(--nx-surface);
  transition: 0.25s ease;
  border-radius: 100%;
}
.xpulz-ops .nerve-center .nx-node-hex svg,
.xpulz-ops .nerve-center .nx-subnode-hex svg {
  width: 32px;
  height: 32px;
  fill: white;
}
.xpulz-ops .nerve-center .nx-node:hover .nx-node-hex,
.xpulz-ops .nerve-center .nx-subnode:hover .nx-subnode-hex {
  background: var(--nx-surface-light);
  color: var(--nx-primary);
}
.xpulz-ops .nerve-center .nx-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: 1.35rem;
  border: 1px solid var(--lc-border, var(--nx-border));
  border-radius: var(--lc-radius-xl, 18px);
  background: linear-gradient(180deg, var(--lc-surface-1, rgba(15, 24, 45, 0.92)), var(--lc-surface-3, rgba(8, 14, 28, 0.96)));
  box-shadow: var(--lc-shadow-sm, 0 14px 40px rgba(0, 0, 0, 0.25));
  overflow: hidden;
}
.xpulz-ops .nerve-center .nx-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--nx-primary), transparent);
  opacity: 0.45;
}
.xpulz-ops .nerve-center .nx-panel-head {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.xpulz-ops .nerve-center .nx-panel-id-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.xpulz-ops .nerve-center .nx-panel-code, .xpulz-ops .nerve-center .nx-panel-badge {
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  font: 0.62rem var(--nx-font-mono);
  letter-spacing: 0.14em;
}
.xpulz-ops .nerve-center .nx-panel-code {
  color: var(--nx-primary);
  border: 1px solid rgba(56, 182, 255, 0.24);
  background: rgba(56, 182, 255, 0.06);
}
.xpulz-ops .nerve-center .nx-panel-badge {
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.18);
  background: rgba(34, 197, 94, 0.06);
}
.xpulz-ops .nerve-center .nx-panel-desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--lc-text, var(--nx-text));
}
.xpulz-ops .nerve-center .nx-panel-screen {
  overflow: hidden;
  border: 1px solid var(--nx-border);
  border-radius: 12px;
  background: rgba(4, 8, 16, 0.85);
}
.xpulz-ops .nerve-center .nx-panel-screen img {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  object-position: top left;
}
.xpulz-ops .nerve-center .nx-panel-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.xpulz-ops .nerve-center .nx-panel-list li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--lc-text, var(--nx-text));
}
.xpulz-ops .nerve-center .nx-screen-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.65rem;
  border-bottom: 1px solid var(--nx-border);
  background: rgba(10, 16, 30, 0.5);
}
.xpulz-ops .nerve-center .nx-screen-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}
.xpulz-ops .nerve-center .nx-screen-dot:first-child {
  background: rgba(255, 99, 99, 0.6);
}
.xpulz-ops .nerve-center .nx-screen-dot:nth-child(2) {
  background: rgba(255, 196, 0, 0.5);
}
.xpulz-ops .nerve-center .nx-screen-dot:nth-child(3) {
  background: rgba(34, 197, 94, 0.5);
}
.xpulz-ops .nerve-center .nx-screen-file,
.xpulz-ops .nerve-center .nx-list-chevron,
.xpulz-ops .nerve-center .nx-ticker-item {
  font-family: var(--nx-font-mono);
}
.xpulz-ops .nerve-center .nx-screen-file {
  margin-left: auto;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  color: var(--nx-text-dim);
}
.xpulz-ops .nerve-center .nx-list-chevron {
  flex-shrink: 0;
  font-size: 0.9rem;
  color: var(--nx-primary);
  opacity: 0.7;
}
.xpulz-ops .nerve-center .nx-subtabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.xpulz-ops .nerve-center .nx-subtab {
  padding: 0.32rem 0.7rem;
  border: 1px solid var(--nx-border);
  background: rgba(56, 182, 255, 0.04);
  font: 0.68rem var(--nx-font-mono);
  letter-spacing: 0.08em;
  color: var(--nx-text-dim);
  cursor: pointer;
  transition: 0.25s ease;
}
.xpulz-ops .nerve-center .nx-subtab:hover, .xpulz-ops .nerve-center .nx-subtab.active {
  border-color: rgba(56, 182, 255, 0.45);
  color: var(--nx-text-bright);
  background: rgba(56, 182, 255, 0.1);
}
.xpulz-ops .nerve-center .nx-footer {
  margin-top: 1.5rem;
  padding: 0.55rem 0;
  border-top: 1px solid var(--nx-border);
  overflow: hidden;
}
.xpulz-ops .nerve-center .nx-ticker {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.xpulz-ops .nerve-center .nx-ticker-track {
  display: flex;
  gap: 1.8rem;
  white-space: nowrap;
  animation: nx-ticker 35s linear infinite;
}
.xpulz-ops .nerve-center .nx-ticker-item {
  flex-shrink: 0;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: var(--nx-text-dim);
}
@media (max-width: 1100px) {
  .xpulz-ops .nerve-center .nx-content {
    grid-template-columns: 1fr;
  }
  .xpulz-ops .nerve-center .nx-stage,
  .xpulz-ops .nerve-center .nx-panel {
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }
  .xpulz-ops .nerve-center .nx-stage {
    min-height: 420px;
  }
}
@media (max-width: 768px) {
  .xpulz-ops .nerve-center {
    padding: 0.75rem 1rem 0;
  }
  .xpulz-ops .nerve-center .nx-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .xpulz-ops .nerve-center .nx-stage {
    min-height: 340px;
    max-width: 380px;
  }
  .xpulz-ops .nerve-center .nx-node-hex {
    --size: 44px;
  }
  .xpulz-ops .nerve-center .nx-subnode-hex {
    --size: 28px;
  }
  .xpulz-ops .nerve-center .nx-node-name {
    max-width: 72px;
    font-size: 0.58rem;
  }
  .xpulz-ops .nerve-center .nx-subnode-name {
    font-size: 0.48rem;
  }
  .xpulz-ops .nerve-center .nx-subnode-pip {
    width: 4px;
    height: 4px;
  }
  .xpulz-ops .nerve-center .nx-core {
    width: 84px;
    height: 84px;
  }
  .xpulz-ops .nerve-center .nx-core-orbit {
    inset: -12px;
  }
  .xpulz-ops .nerve-center .nx-core-orbit--b {
    inset: -22px;
  }
  .xpulz-ops .nerve-center .nx-core-logo {
    font-size: 1.1rem;
  }
  .xpulz-ops .nerve-center .nx-panel {
    padding: 1.1rem;
  }
  .xpulz-ops .nerve-center .nx-panel-title {
    font-size: 1.2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .xpulz-ops .nerve-center .nx-ring,
  .xpulz-ops .nerve-center .nx-conn,
  .xpulz-ops .nerve-center .nx-sweep,
  .xpulz-ops .nerve-center .nx-core-orbit,
  .xpulz-ops .nerve-center .nx-core-pulse,
  .xpulz-ops .nerve-center .nx-ticker-track,
  .xpulz-ops .nerve-center .nx-status-dot {
    animation: none !important;
  }
}
@keyframes nx-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes nx-dash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -26;
  }
}
@keyframes nx-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes nx-blink {
  0%, 90%, 100% {
    opacity: 1;
  }
  95% {
    opacity: 0.3;
  }
}
@keyframes nx-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.xpulz-ops .pricing-section .pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 60px;
}
.xpulz-ops .pricing-section .pricing-toggle .save-badge {
  background: var(--xpulz-yellow);
  color: #000;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-left: 8px;
}
.xpulz-ops .pricing-section .pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card {
  background: linear-gradient(180deg, rgba(22, 26, 34, 0.92), rgba(14, 17, 24, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card .plan-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card .plan-name::after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  margin-top: 2px;
  margin-bottom: 4px;
  background: linear-gradient(90deg, var(--xpulz-yellow), var(--xpulz-primary-color));
  border-radius: 2px;
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card .plan-description {
  margin: 8px 0;
  font-size: 0.9rem;
  line-height: 1.4;
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card .plan-price {
  display: flex;
  align-items: baseline;
  margin-bottom: 32px;
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card .plan-price .currency {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card .plan-price .amount {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card .plan-price .period {
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.7);
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card ul.plan-features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card ul.plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card ul.plan-features li svg {
  width: 20px;
  height: 20px;
  color: var(--xpulz-primary-color);
  margin-right: 8px;
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card.popular {
  border-color: var(--xpulz-yellow);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card.popular .popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--xpulz-yellow);
  color: #000;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card.popular .plan-price .amount {
  color: var(--xpulz-yellow);
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card.popular ul.plan-features li svg {
  color: var(--xpulz-yellow);
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card.current {
  border-color: var(--xpulz-primary-color);
  box-shadow: 0 0 24px rgba(0, 118, 225, 0.35);
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card.current .current-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--xpulz-primary-color);
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card.current .plan-price .amount {
  color: var(--xpulz-primary-color);
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card.current ul.plan-features li svg {
  color: var(--xpulz-primary-color);
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card.coming-soon {
  opacity: 0.6;
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card.coming-soon .coming-soon-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.xpulz-ops .pricing-section .pricing-grid .pricing-card .cta.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
}
.xpulz-ops .ops-briefing {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 28px 32px;
  max-width: 920px;
  margin: 24px auto 0;
  color: #fff;
}
.xpulz-ops .ops-briefing__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.xpulz-ops .ops-briefing__title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.xpulz-ops .ops-briefing__title .sparkle img {
  width: 28px;
  height: 28px;
}
.xpulz-ops .ops-briefing__title h2 {
  margin: 0;
  font-size: 1.2rem;
}
.xpulz-ops .ops-briefing__meta {
  font-size: 0.85rem;
  opacity: 0.6;
}
.xpulz-ops .ops-briefing__headline {
  font-size: 1.05rem;
  line-height: 1.55;
  opacity: 0.92;
  margin-bottom: 24px;
}
.xpulz-ops .ops-briefing__section-title {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--xpulz-yellow);
  margin-bottom: 14px;
}
.xpulz-ops .ops-briefing__items {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.xpulz-ops .ops-briefing__item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.xpulz-ops .ops-briefing__item:last-child {
  border-bottom: 0;
}
.xpulz-ops .ops-briefing__item-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.xpulz-ops .ops-briefing__item-tags .badge {
  font-size: 0.7rem;
  padding: 3px 8px;
}
.xpulz-ops .ops-briefing__item-insight {
  margin: 0 0 4px;
  font-size: 0.95rem;
  line-height: 1.5;
}
.xpulz-ops .ops-briefing__item-action {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--xpulz-primary-color);
  opacity: 0.95;
}
.xpulz-ops .ops-briefing__recap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.xpulz-ops .ops-briefing__recap-grid .ops-briefing__recap-stat {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  padding: 14px 16px;
}
.xpulz-ops .ops-briefing__recap-grid .ops-briefing__recap-stat .label {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 6px;
}
.xpulz-ops .ops-briefing__recap-grid .ops-briefing__recap-stat .value {
  font-size: 1.15rem;
  font-weight: 600;
}
.xpulz-ops .ops-briefing__recap-grid .ops-briefing__recap-stat .delta {
  font-size: 0.8rem;
  margin-top: 4px;
}
.xpulz-ops .ops-states__lead,
.xpulz-ops .ops-coldstart__lead {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 32px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}
.xpulz-ops .ops-states {
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
}
.xpulz-ops .ops-states__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}
.xpulz-ops .ops-states__tab {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 14px 12px;
  cursor: pointer;
  transition: all 0.18s ease;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.xpulz-ops .ops-states__tab:hover {
  border-color: rgba(255, 255, 255, 0.18);
}
.xpulz-ops .ops-states__tab.active {
  border-color: var(--xpulz-yellow);
  background: rgba(255, 217, 64, 0.06);
}
.xpulz-ops .ops-states__tab-label {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.xpulz-ops .ops-states__tab-threshold {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.55);
}
.xpulz-ops .ops-states__detail {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px 28px;
}
.xpulz-ops .ops-states__detail-desc {
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 20px;
}
.xpulz-ops .ops-states__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.xpulz-ops .ops-states__metric {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  padding: 12px 14px;
}
.xpulz-ops .ops-states__metric .label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 4px;
}
.xpulz-ops .ops-states__metric .value {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
}
.xpulz-ops .ops-coldstart {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
}
.xpulz-ops .ops-coldstart__step {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
  position: relative;
}
.xpulz-ops .ops-coldstart__step-num {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--xpulz-yellow);
  color: #000;
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xpulz-ops .ops-coldstart__step-icon {
  margin: 8px auto 18px;
  width: 72px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xpulz-ops .ops-coldstart__step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.xpulz-ops .ops-coldstart__step-title {
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.xpulz-ops .ops-coldstart__step-desc {
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@media (max-width: 1100px) {
  .xpulz-ops .data-driven {
    flex-direction: column;
  }
  .xpulz-ops .data-driven .ai-chat {
    width: calc(100% - 20px) !important;
    margin: 0 10px;
  }
  .xpulz-ops .data-driven .stats-right {
    width: 100% !important;
    padding: 0;
    margin: 0;
    margin-top: 20px;
  }
  .xpulz-ops .lc-trust-bar__inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
  }
  .xpulz-ops .lc-trust-stat__value {
    font-size: 2.5em;
  }
  .xpulz-ops .calendar-container {
    height: auto;
    padding: 0;
    flex-direction: column;
  }
  .xpulz-ops .calendar-container .calendar-team {
    width: 100%;
    height: auto;
  }
  .xpulz-ops .calendar-container .right-calendar-panel {
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
  }
  .xpulz-ops .ops-briefing {
    padding: 20px 16px;
    margin: 16px 10px 0;
  }
  .xpulz-ops .ops-briefing__recap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .xpulz-ops .ops-states {
    padding: 0 10px;
  }
  .xpulz-ops .ops-states__tabs {
    grid-template-columns: repeat(2, 1fr);
  }
  .xpulz-ops .ops-states__metrics {
    grid-template-columns: 1fr;
  }
  .xpulz-ops .ops-coldstart {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }
}

.valorant-partner {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  padding: 2px 8px 2px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.75rem;
  line-height: 1.4;
}
.valorant-partner__shared {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}
.valorant-partner__label {
  color: rgba(255, 255, 255, 0.6);
}
.valorant-partner__sep {
  color: rgba(255, 255, 255, 0.35);
  margin: 0 2px;
}
.valorant-partner__tier {
  font-weight: 600;
  text-transform: capitalize;
}
.valorant-partner__tier.tier-contact {
  color: #6c7a96;
}
.valorant-partner__tier.tier-warm {
  color: #f0a836;
}
.valorant-partner__tier.tier-stable {
  color: #2ecc71;
}
.valorant-partner__tier.tier-inseparable {
  color: #ffd342;
}
.valorant-partner__tier.tier-none {
  color: rgba(255, 255, 255, 0.35);
}
.valorant-partner__cta {
  margin-left: 6px;
  padding: 3px 10px;
  border-radius: 6px;
  background: var(--xpulz-primary-color);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: filter 0.15s ease;
}
.valorant-partner__cta svg {
  width: 12px;
  height: 12px;
}
.valorant-partner__cta:hover:not(:disabled) {
  filter: brightness(1.15);
}
.valorant-partner__cta:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.valorant-partner.tier-none {
  opacity: 0.7;
}

.duo-report-modal .modal-content {
  background: var(--xpulz-darkgrey);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.duo-report-modal__header {
  width: 100%;
}
.duo-report-modal__title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.duo-report-modal__title .sparkle img, .duo-report-modal__title .sparkle svg {
  width: 24px;
  height: 24px;
}
.duo-report-modal__title h2 {
  margin: 0;
  font-size: 1.15rem;
}
.duo-report-modal__sub {
  margin-top: 6px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
}
.duo-report-modal__sub .tagline {
  color: rgba(255, 255, 255, 0.4);
}
.duo-report-modal .tier-badge {
  margin-left: auto;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.duo-report-modal .tier-badge.tier-contact {
  color: #6c7a96;
  background: rgba(108, 122, 150, 0.12);
  border: 1px solid rgba(108, 122, 150, 0.35);
}
.duo-report-modal .tier-badge.tier-warm {
  color: #f0a836;
  background: rgba(240, 168, 54, 0.12);
  border: 1px solid rgba(240, 168, 54, 0.35);
}
.duo-report-modal .tier-badge.tier-stable {
  color: #2ecc71;
  background: rgba(46, 204, 113, 0.12);
  border: 1px solid rgba(46, 204, 113, 0.35);
}
.duo-report-modal .tier-badge.tier-inseparable {
  color: #ffd342;
  background: rgba(255, 211, 66, 0.12);
  border: 1px solid rgba(255, 211, 66, 0.35);
}
.duo-report-modal__body {
  padding: 4px 0 12px;
}
.duo-report-modal__loading {
  display: flex;
  justify-content: center;
  padding: 32px 0;
}
.duo-report-modal__loading .dots {
  display: inline-flex;
  gap: 6px;
}
.duo-report-modal__loading .dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  animation: duo-bounce 1s infinite ease-in-out;
}
.duo-report-modal__loading .dots span:nth-child(2) {
  animation-delay: 0.15s;
}
.duo-report-modal__loading .dots span:nth-child(3) {
  animation-delay: 0.3s;
}
@keyframes duo-bounce {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.duo-report-modal__error {
  text-align: center;
  padding: 28px 16px;
  color: rgba(255, 255, 255, 0.75);
}
.duo-report-modal__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}
.duo-report-modal__stats .stat {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  padding: 12px 14px;
}
.duo-report-modal__stats .stat .label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 4px;
}
.duo-report-modal__stats .stat .value {
  font-size: 1.4rem;
  font-weight: 700;
}
.duo-report-modal__stats .stat .value .suffix {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  margin-left: 2px;
}
.duo-report-modal__section {
  margin-bottom: 20px;
}
.duo-report-modal__section .section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--xpulz-yellow);
  margin-bottom: 10px;
}
.duo-report-modal__section .section-title .sparkle svg, .duo-report-modal__section .section-title .sparkle img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.duo-report-modal .agent-pairs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.duo-report-modal .agent-pairs li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 6px;
  margin-bottom: 6px;
}
.duo-report-modal .agent-pairs li .agent {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
}
.duo-report-modal .agent-pairs li .agent img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.duo-report-modal .agent-pairs li .sep {
  color: rgba(255, 255, 255, 0.5);
}
.duo-report-modal .agent-pairs li .count {
  margin-left: auto;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.duo-report-modal .map-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.duo-report-modal .map-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 6px;
  margin-bottom: 6px;
}
.duo-report-modal .map-list li .map-name {
  font-weight: 600;
  text-transform: capitalize;
}
.duo-report-modal .map-list li .map-count {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}
.duo-report-modal .map-list li .map-wr {
  margin-left: auto;
  font-weight: 600;
}
.duo-report-modal__ai {
  padding: 14px 16px;
  background: rgba(255, 211, 66, 0.04);
  border: 1px solid var(--xpulz-yellow);
  border-radius: 6px;
}
.duo-report-modal__ai .ai-summary {
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 12px;
}
.duo-report-modal__ai .ai-suggestion {
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 6px;
}
.duo-report-modal__ai .ai-label {
  font-weight: 600;
  color: var(--xpulz-yellow);
  margin-right: 4px;
}
.duo-report-modal__ai .ai-anniversary {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(255, 211, 66, 0.25);
  font-style: italic;
  color: rgba(255, 211, 66, 0.85);
}
.duo-report-modal__hint {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.92rem;
  padding: 16px 0;
}

.dashboard-partners {
  color: #fff;
  padding: 20px 16px;
}
.dashboard-partners__loading, .dashboard-partners__empty {
  text-align: center;
  padding: 48px 16px;
  color: rgba(255, 255, 255, 0.65);
}
.dashboard-partners__loading h3, .dashboard-partners__empty h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.2rem;
}
.dashboard-partners__loading p, .dashboard-partners__empty p {
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.55;
}
.dashboard-partners__loading .dots {
  display: inline-flex;
  gap: 6px;
}
.dashboard-partners__loading .dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  animation: duo-bounce 1s infinite ease-in-out;
}
.dashboard-partners__loading .dots span:nth-child(2) {
  animation-delay: 0.15s;
}
.dashboard-partners__loading .dots span:nth-child(3) {
  animation-delay: 0.3s;
}
.dashboard-partners__section {
  margin-bottom: 28px;
}
.dashboard-partners__section-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  height: auto !important;
}
.dashboard-partners__section-head .tier-badge {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.dashboard-partners__section-head .tier-badge.tier-contact {
  color: #6c7a96;
  background: rgba(108, 122, 150, 0.12);
  border: 1px solid rgba(108, 122, 150, 0.35);
}
.dashboard-partners__section-head .tier-badge.tier-warm {
  color: #f0a836;
  background: rgba(240, 168, 54, 0.12);
  border: 1px solid rgba(240, 168, 54, 0.35);
}
.dashboard-partners__section-head .tier-badge.tier-stable {
  color: #2ecc71;
  background: rgba(46, 204, 113, 0.12);
  border: 1px solid rgba(46, 204, 113, 0.35);
}
.dashboard-partners__section-head .tier-badge.tier-inseparable {
  color: #ffd342;
  background: rgba(255, 211, 66, 0.12);
  border: 1px solid rgba(255, 211, 66, 0.35);
}
.dashboard-partners__section-head .count {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
}
.dashboard-partners__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

.partner-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.partner-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.partner-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.partner-card__avatar.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--xpulz-primary-color);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
.partner-card__id {
  min-width: 0;
  flex: 1;
}
.partner-card__name {
  font-weight: 600;
  font-size: 0.95rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.partner-card__handle {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.partner-card__handle .tagline {
  color: rgba(255, 255, 255, 0.3);
}
.partner-card__stats {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.partner-card__stats .stat .value {
  font-size: 1.2rem;
  font-weight: 700;
}
.partner-card__stats .stat .value.small {
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}
.partner-card__stats .stat .value .suffix {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  margin-left: 2px;
}
.partner-card__stats .stat .label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
}
.partner-card__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.partner-card__cta .cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 600;
}
.partner-card__cta .cta svg {
  width: 12px;
  height: 12px;
}
.partner-card__not-registered {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  letter-spacing: 0.02em;
  cursor: help;
}

.dashboard-partners__squads {
  margin-bottom: 32px;
}
.dashboard-partners__squads-head {
  height: auto !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  position: static !important;
  margin-bottom: 14px;
}
.dashboard-partners__squads-head h3 {
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}
.dashboard-partners__squads-lead {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  line-height: 1.5;
  max-width: 640px;
}
.dashboard-partners__squads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 14px;
}

.squad-card {
  background: rgba(255, 211, 66, 0.04);
  border: 1px solid rgba(255, 211, 66, 0.25);
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.squad-card__head {
  height: auto !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.squad-card__shared-min {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
}
.squad-card__roster {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.squad-card__member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 64px;
}
.squad-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.squad-card__avatar.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--xpulz-primary-color);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
.squad-card__name {
  font-size: 0.75rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.squad-card__name .badge {
  font-size: 0.6rem;
  padding: 2px 6px;
}
.squad-card__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 10px;
  padding-top: 12px;
  border-top: 1px dashed rgba(255, 211, 66, 0.18);
}
.squad-card__stat .label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3px;
}
.squad-card__stat .value {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}
.squad-card__stat .value.small {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: capitalize;
}
.squad-card__stat .value .suffix {
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  margin-left: 2px;
}
.squad-card__last {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  text-align: right;
}
.squad-card__hook {
  padding: 10px 12px;
  background: rgba(255, 211, 66, 0.07);
  border-left: 2px solid var(--xpulz-yellow);
  border-radius: 4px;
}
.squad-card__hook p {
  margin: 4px 0 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
.squad-card__hook-label {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--xpulz-yellow);
}

.dashboard-partners__captain {
  margin-bottom: 24px;
}

.captain-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: linear-gradient(135deg, rgba(255, 211, 66, 0.12) 0%, rgba(255, 211, 66, 0.03) 100%);
  border: 1px solid rgba(255, 211, 66, 0.4);
}
.captain-badge__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: var(--xpulz-yellow);
}
.captain-badge__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.captain-badge__label {
  color: var(--xpulz-yellow);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.captain-badge__sub {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
  line-height: 1.4;
}

.dashboard-partners__team {
  margin-bottom: 32px;
}

.team-card {
  background: linear-gradient(135deg, rgba(255, 211, 66, 0.08) 0%, rgba(255, 211, 66, 0.02) 100%);
  border: 1px solid rgba(255, 211, 66, 0.4);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
}
.team-card__roster {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-start;
}
.team-card__member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 72px;
}
.team-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(255, 211, 66, 0.5);
}
.team-card__avatar.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--xpulz-primary-color);
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
}
.team-card__name {
  font-size: 0.75rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team-card__name .badge {
  font-size: 0.6rem;
  padding: 2px 6px;
}
.team-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px dashed rgba(255, 211, 66, 0.25);
}
.team-card__cta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.team-card__cta-text strong {
  color: var(--xpulz-yellow);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.team-card__cta-sub {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .duo-report-modal__stats {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .valorant-partner {
    flex-wrap: wrap;
  }
  .valorant-partner__cta {
    margin-left: 0;
    margin-top: 4px;
  }
  .dashboard-partners__grid {
    grid-template-columns: 1fr;
  }
}
/* ============================================================
   Signal feed (Lot 6 — dashboard/team/signals)
   ============================================================ */
.dashboard-signals {
  color: #fff;
  padding: 20px 16px;
}
.dashboard-signals__head {
  margin-bottom: 18px;
  height: auto !important;
}
.dashboard-signals__head h3 {
  margin: 0 0 6px;
  font-size: 1.3rem;
  color: #fff;
}
.dashboard-signals__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.92rem;
  line-height: 1.5;
  max-width: 640px;
}
.dashboard-signals__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
.dashboard-signals__filter {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.dashboard-signals__filter:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.dashboard-signals__filter.active {
  background: var(--xpulz-yellow);
  border-color: var(--xpulz-yellow);
  color: #1a1a1a;
  font-weight: 600;
}
.dashboard-signals__filter .badge {
  font-size: 0.7rem;
  padding: 2px 7px;
}
.dashboard-signals__filter-spacer {
  flex: 1;
}
.dashboard-signals__mark-all {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  cursor: pointer;
  text-decoration: underline;
  padding: 4px 8px;
}
.dashboard-signals__mark-all:hover {
  color: #fff;
}
.dashboard-signals__settings {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 2px 6px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.dashboard-signals__settings svg {
  width: 16px;
  height: 16px;
  fill: rgba(255, 255, 255, 0.55);
  transition: fill 0.15s ease;
}
.dashboard-signals__settings:hover svg {
  fill: var(--xpulz-yellow);
}
.dashboard-signals__loading, .dashboard-signals__empty {
  text-align: center;
  padding: 48px 16px;
  color: rgba(255, 255, 255, 0.65);
}
.dashboard-signals__loading h4, .dashboard-signals__empty h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.1rem;
}
.dashboard-signals__loading p, .dashboard-signals__empty p {
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.55;
}
.dashboard-signals__loading .dots {
  display: inline-flex;
  gap: 6px;
}
.dashboard-signals__loading .dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  animation: duo-bounce 1s infinite ease-in-out;
}
.dashboard-signals__loading .dots span:nth-child(2) {
  animation-delay: 0.15s;
}
.dashboard-signals__loading .dots span:nth-child(3) {
  animation-delay: 0.3s;
}
.dashboard-signals__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dashboard-signals__load-more {
  align-self: center;
  margin-top: 14px;
  min-width: 160px;
}

.signal-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.15s ease, border-color 0.15s ease;
}
.signal-item:hover {
  background: rgba(255, 255, 255, 0.07);
}
.signal-item--unread {
  background: rgba(255, 255, 255, 0.07);
}
.signal-item {
  /* severity left-border accents — escalates with risk/value */
}
.signal-item__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.signal-item__svg {
  width: 20px;
  height: 20px;
  display: block;
}
.signal-item {
  /* category accents — right-border + tinted icon badge */
}
.signal-item--milestone {
  border-left-color: #7367f0;
}
.signal-item--milestone .signal-item__head {
  background: rgba(115, 103, 240, 0.1);
}
.signal-item--milestone .signal-item__icon {
  background: rgba(115, 103, 240, 0.18);
  color: #7367f0;
}
.signal-item--celebration {
  border-left-color: var(--xpulz-yellow);
}
.signal-item--celebration .signal-item__head {
  background: rgba(var(--xpulz-yellow-rgb, 255, 200, 0), 0.1);
}
.signal-item--celebration .signal-item__icon {
  background: rgba(var(--xpulz-yellow-rgb, 255, 200, 0), 0.18);
  color: var(--xpulz-yellow);
}
.signal-item--pattern {
  border-left-color: #5dade2;
}
.signal-item--pattern .signal-item__head {
  background: rgba(52, 152, 219, 0.1);
}
.signal-item--pattern .signal-item__icon {
  background: rgba(52, 152, 219, 0.18);
  color: #5dade2;
}
.signal-item--synergy {
  border-left-color: #2ecc8b;
}
.signal-item--synergy .signal-item__head {
  background: rgba(26, 188, 156, 0.1);
}
.signal-item--synergy .signal-item__icon {
  background: rgba(26, 188, 156, 0.18);
  color: #2ecc8b;
}
.signal-item--risk {
  border-left-color: #ff7361;
}
.signal-item--risk .signal-item__head {
  background: rgba(231, 76, 60, 0.1);
}
.signal-item--risk .signal-item__icon {
  background: rgba(231, 76, 60, 0.18);
  color: #ff7361;
}
.signal-item--opportunity {
  border-left-color: #c084e0;
}
.signal-item--opportunity .signal-item__head {
  background: rgba(155, 89, 182, 0.1);
}
.signal-item--opportunity .signal-item__icon {
  background: rgba(155, 89, 182, 0.2);
  color: #c084e0;
}
.signal-item--coaching {
  border-left-color: #2dd4bf;
}
.signal-item--coaching .signal-item__head {
  background: rgba(45, 212, 191, 0.1);
}
.signal-item--coaching .signal-item__icon {
  background: rgba(45, 212, 191, 0.18);
  color: #2dd4bf;
}
.signal-item--conversion {
  border-left-color: #ec4899;
}
.signal-item--conversion .signal-item__head {
  background: rgba(236, 72, 153, 0.12);
}
.signal-item--conversion .signal-item__icon {
  background: rgba(236, 72, 153, 0.22);
  color: #ec4899;
  box-shadow: 0 0 0 1px rgba(236, 72, 153, 0.35) inset;
}
.signal-item__body {
  flex: 1;
  min-width: 0;
}
.signal-item__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 4px;
  height: auto !important;
}
.signal-item__title {
  margin: 0;
  font-size: 0.98rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}
.signal-item__time {
  flex-shrink: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.signal-item__text {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
  line-height: 1.5;
}
.signal-item__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
}
.signal-item__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px 4px 4px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  line-height: 1;
}
.signal-item__chip img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.signal-item__chip--map {
  width: 130px;
  height: 40px;
  padding: 0;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.14);
  align-items: flex-end;
  /* dark overlay for text legibility on top of the splash */
}
.signal-item__chip--map::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.75) 100%);
}
.signal-item__chip--map .signal-item__chip-label {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 10px 6px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.signal-item__chip--partner {
  background: rgba(var(--xpulz-yellow-rgb, 255, 200, 0), 0.1);
  border-color: rgba(var(--xpulz-yellow-rgb, 255, 200, 0), 0.22);
  color: var(--xpulz-yellow);
  font-weight: 600;
}
.signal-item__chip--partner:hover {
  background: rgba(var(--xpulz-yellow-rgb, 255, 200, 0), 0.18);
}
.signal-item__chip--anon {
  color: rgba(255, 255, 255, 0.45);
  font-style: italic;
  padding: 4px 12px;
}
.signal-item__teammates {
  display: flex;
  align-items: center;
  gap: -6px;
  margin: 0 0 10px;
  padding-left: 4px;
}
.signal-item__teammate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: -8px;
  border-radius: 50%;
  border: 2px solid #1a1a1a;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition: transform 0.12s ease, z-index 0.12s;
  z-index: 1;
}
.signal-item__teammate:hover {
  transform: translateY(-1px) scale(1.05);
  z-index: 2;
}
.signal-item__teammate:first-child {
  margin-left: 0;
}
.signal-item__teammate > img:not(.signal-item__teammate-agent):not(.signal-item__teammate-agent-main) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.signal-item__teammate--anon {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.35);
  cursor: default;
}
.signal-item__teammate-initial {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
.signal-item {
  /* Small corner badge — agent identity on top of xpulz avatar */
}
.signal-item__teammate-agent {
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid #1a1a1a;
  background: #1a1a1a;
  object-fit: cover;
  z-index: 3;
}
.signal-item {
  /* Main visual for ghost teammates — agent icon fills the round slot */
}
.signal-item__teammate-agent-main {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.signal-item__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
}
.signal-item__cta {
  color: var(--xpulz-yellow);
  text-decoration: none;
  font-weight: 600;
}
.signal-item__cta:hover {
  text-decoration: underline;
}
.signal-item__action {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}
.signal-item__action:hover {
  color: #fff;
}
.signal-item__action--muted {
  color: rgba(255, 255, 255, 0.35);
}
.signal-item__action--muted:hover {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 640px) {
  .signal-item__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
/* ============================================================
   Signal preferences modal (Lot 7)
   ============================================================ */
.signal-preferences {
  color: #fff;
}
.signal-preferences__lead {
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 16px;
  line-height: 1.5;
}
.signal-preferences__loading {
  text-align: center;
  padding: 32px 0;
}
.signal-preferences__loading .dots {
  display: inline-flex;
  gap: 6px;
}
.signal-preferences__loading .dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  animation: duo-bounce 1s infinite ease-in-out;
}
.signal-preferences__loading .dots span:nth-child(2) {
  animation-delay: 0.15s;
}
.signal-preferences__loading .dots span:nth-child(3) {
  animation-delay: 0.3s;
}
.signal-preferences__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.signal-preferences__table th, .signal-preferences__table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.signal-preferences__table th {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}
.signal-preferences__table th:not(:first-child) {
  text-align: center;
  width: 100px;
}
.signal-preferences__cat {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
  text-transform: capitalize;
}
.signal-preferences__cell {
  text-align: center;
}
.signal-preferences__toggle {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 22px;
  cursor: pointer;
}
.signal-preferences__toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.signal-preferences__toggle input:checked + .signal-preferences__slider {
  background: var(--xpulz-yellow);
}
.signal-preferences__toggle input:checked + .signal-preferences__slider::before {
  transform: translateX(16px);
}
.signal-preferences__slider {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  transition: background 0.2s ease;
}
.signal-preferences__slider::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 3px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
}
.signal-preferences__footer {
  display: flex;
  justify-content: flex-end;
}

.dashboard-overview__loading {
  display: flex;
  justify-content: center;
  padding: 32px 0;
}
.dashboard-overview__loading .dots {
  display: inline-flex;
  gap: 6px;
}
.dashboard-overview__loading .dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  animation: duo-bounce 1s infinite ease-in-out;
}
.dashboard-overview__loading .dots span:nth-child(2) {
  animation-delay: 0.15s;
}
.dashboard-overview__loading .dots span:nth-child(3) {
  animation-delay: 0.3s;
}
@keyframes duo-bounce {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.dashboard-overview__blocks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dashboard-overview__block {
  background: var(--xpulz-lightgrey);
  border-radius: 10px;
  padding: 20px;
}
.dashboard-overview__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "health  health  signals signals signals signals" "radar   radar   radar   radar   radar   radar" "recent  recent  recent  recent  recent  recent" "work    work    work    lineup  lineup  lineup" "maps    maps    maps    round   round   round" "trends  trends  trends  heatmap  heatmap  heatmap";
  gap: 12px;
}
.dashboard-overview__slot--health {
  grid-area: health;
}
.dashboard-overview__slot--signals {
  grid-area: signals;
}
.dashboard-overview__slot--work {
  grid-area: work;
}
.dashboard-overview__slot--lineup {
  grid-area: lineup;
}
.dashboard-overview__slot--map-mastery {
  grid-area: maps;
}
.dashboard-overview__slot--agent-radar {
  grid-area: radar;
}
.dashboard-overview__slot--recent {
  grid-area: recent;
}
.dashboard-overview__slot--round-profile {
  grid-area: round;
}
.dashboard-overview__slot--performance-trends {
  grid-area: trends;
}
.dashboard-overview__slot--schedule-heatmap {
  grid-area: heatmap;
}

.dashboard-overview-block {
  background: var(--xpulz-darkgrey);
  border-radius: 10px;
  padding: 16px;
  height: 100%;
  box-sizing: border-box;
}
.dashboard-overview-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 10px;
}
.dashboard-overview-block__header .dashboard-overview-block__title {
  margin: 0;
}
.dashboard-overview-block__title {
  color: var(--xpulz-white);
  font-size: 0.78em;
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.dashboard-overview-block__deepLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  border-radius: 4px;
  opacity: 0.55;
  transition: opacity 0.15s ease, background 0.15s ease;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  gap: 4px;
}
.dashboard-overview-block__deepLink span {
  font-size: 0.75em;
  margin-right: 4px;
}
.dashboard-overview-block__deepLink svg {
  width: 14px;
  height: 14px;
  display: block;
  filter: brightness(0) invert(1);
}
.dashboard-overview-block__deepLink:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}
.dashboard-overview-block__deepLink:focus {
  outline: none;
  opacity: 1;
  background: rgba(255, 255, 255, 0.12);
}
.dashboard-overview-block__empty {
  color: var(--xpulz-grey-txt);
  font-size: 0.9em;
}

.dashboard-overview-locked {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 16px;
  min-height: 120px;
  gap: 12px;
}
.dashboard-overview-locked__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-overview-locked__svg {
  width: 56px;
  height: 56px;
  color: var(--xpulz-primary-color, #3a8eff);
}
.dashboard-overview-locked__dot {
  fill: currentColor;
}
.dashboard-overview-locked__tick {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  opacity: 0.6;
}
.dashboard-overview-locked__ring {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transform-origin: 32px 32px;
  animation: locked-pulse 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.dashboard-overview-locked__ring--2 {
  animation-delay: 1.2s;
}
.dashboard-overview-locked__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.dashboard-overview-locked__hint {
  color: var(--xpulz-grey-txt);
  font-size: 0.85em;
  margin: 0;
  max-width: 280px;
  line-height: 1.4;
}
.dashboard-overview-locked__progress {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 220px;
}
.dashboard-overview-locked__progress-bar {
  flex: 1;
  height: 6px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  overflow: hidden;
}
.dashboard-overview-locked__progress-fill {
  height: 100%;
  background: var(--xpulz-primary-color);
  transition: width 0.3s ease;
}
.dashboard-overview-locked__progress-text {
  font-size: 0.75em;
  font-weight: 600;
  color: var(--xpulz-grey-txt);
  white-space: nowrap;
}

@keyframes locked-pulse {
  0% {
    transform: scale(0.25);
    opacity: 0.9;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.15);
    opacity: 0;
  }
}
.dashboard-overview-hs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.dashboard-overview-hs__top {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.dashboard-overview-hs__main {
  flex: 0 0 auto;
  min-width: 0;
}
.dashboard-overview-hs__spark {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.dashboard-overview-hs__rank {
  flex: 0 0 auto;
  text-align: right;
}
.dashboard-overview-hs__rank .dashboard-overview-hs__delta-row {
  justify-content: flex-end;
}
.dashboard-overview-hs__bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dashboard-overview-hs__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.dashboard-overview-hs__score {
  font-size: 2.8em;
  font-weight: bold;
  color: var(--xpulz-white);
  line-height: 1;
}
.dashboard-overview-hs__deltas {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
.dashboard-overview-hs__delta-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dashboard-overview-hs__delta-row:last-child {
  margin-bottom: 0;
}
.dashboard-overview-hs__delta-period {
  font-size: 10px;
  text-transform: uppercase;
  color: var(--xpulz-grey-txt);
  letter-spacing: 0.5px;
  min-width: 24px;
  flex-shrink: 0;
}
.dashboard-overview-hs__delta-pill {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}
.dashboard-overview-hs__delta-pill.positive {
  background: rgba(96, 163, 162, 0.12);
  color: #60a3a2;
}
.dashboard-overview-hs__delta-pill.negative {
  background: rgba(207, 113, 120, 0.12);
  color: #cf7178;
}
.dashboard-overview-hs__delta-pill.neutral {
  background: rgba(255, 255, 255, 0.05);
  color: var(--xpulz-grey-txt);
}
.dashboard-overview-hs__delta-arrow {
  font-size: 12px;
  line-height: 1;
}
.dashboard-overview-hs__sparkline {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 56px;
  color: var(--xpulz-primary-color);
}
.dashboard-overview-hs__component {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--xpulz-mediumgrey);
  border-radius: 6px;
  padding: 6px 8px;
}
.dashboard-overview-hs__component-label {
  font-size: 0.68em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--xpulz-grey-txt);
  margin-bottom: 2px;
}
.dashboard-overview-hs__component-value {
  font-size: 0.88em;
  font-weight: bold;
  color: var(--xpulz-white);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}
.dashboard-overview-hs__component-deltas {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 2px;
}

@media (max-width: 600px) {
  .dashboard-overview-hs__top {
    flex-direction: column;
  }
  .dashboard-overview-hs__rank {
    text-align: left;
  }
  .dashboard-overview-hs__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.dashboard-overview-signals {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (max-width: 900px) {
  .dashboard-overview-signals {
    grid-template-columns: 1fr;
  }
}
.dashboard-overview-signals__card {
  background: var(--xpulz-mediumgrey);
  border-radius: 6px;
  padding: 8px 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.dashboard-overview-signals__badge {
  flex: 0 0 auto;
  font-size: 0.68em;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 1px;
}
.dashboard-overview-signals__badge.severity-urgent {
  background: var(--xpulz-red);
  color: var(--xpulz-white);
}
.dashboard-overview-signals__badge.severity-important {
  background: #e67e22;
  color: var(--xpulz-white);
}
.dashboard-overview-signals__badge.severity-notable {
  background: var(--xpulz-yellow);
  color: var(--xpulz-darkgrey);
}
.dashboard-overview-signals__badge.severity-info {
  background: var(--xpulz-grey);
  color: var(--xpulz-white);
}
.dashboard-overview-signals__content {
  flex: 1 1 0;
  min-width: 0;
}
.dashboard-overview-signals__title {
  font-size: 0.9em;
  color: var(--xpulz-white);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-overview-signals__body {
  font-size: 0.8em;
  color: var(--xpulz-lightergrey-txt);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 2px 0 0;
}
.dashboard-overview-signals__dismiss {
  flex: 0 0 auto;
  padding: 4px 8px !important;
}
.dashboard-overview-signals__dismiss svg {
  width: 12px !important;
}

.dashboard-overview-workon {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dashboard-overview-workon__row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.dashboard-overview-workon__card {
  flex: 1 1 0;
  min-width: 0;
  background: var(--xpulz-mediumgrey);
  border-radius: 6px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
}
.dashboard-overview-workon__text {
  margin: 0;
  font-size: 0.92em;
  color: var(--xpulz-lightergrey-txt);
  line-height: 1.4;
}
.dashboard-overview-workon__hi {
  color: var(--xpulz-white);
  font-weight: 700;
}
.dashboard-overview-workon__cta {
  flex: 0 0 auto;
  align-self: stretch;
  font-size: 0.9em;
}

@media (max-width: 600px) {
  .dashboard-overview-workon__row {
    flex-direction: column;
    align-items: stretch;
  }
  .dashboard-overview-workon__cta {
    align-self: flex-end;
  }
}
.dashboard-overview-recent {
  display: flex;
  flex-direction: row;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.dashboard-overview-recent__card {
  flex: 0 0 auto;
  background: var(--xpulz-mediumgrey);
  border-radius: 6px;
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  min-width: 80px;
  position: relative;
  color: inherit;
  text-decoration: none;
}
.dashboard-overview-recent__card:hover {
  color: inherit;
  text-decoration: none;
}
.dashboard-overview-recent__media {
  position: relative;
  width: calc(100% + 24px);
  margin: -8px -12px 6px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  height: 50px;
}
.dashboard-overview-recent__map {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dashboard-overview-recent__agent {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--xpulz-mediumgrey);
  object-fit: cover;
  background: var(--xpulz-darkgrey);
}
.dashboard-overview-recent__wl {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
}
.dashboard-overview-recent__wl.win {
  color: #60a3a2;
}
.dashboard-overview-recent__wl.loss {
  color: #cf7178;
}
.dashboard-overview-recent__score {
  font-size: 0.85em;
  color: var(--xpulz-white);
  font-weight: 500;
}
.dashboard-overview-recent__stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.72em;
  color: var(--xpulz-grey-txt);
}
.dashboard-overview-recent__date {
  font-size: 0.7em;
  color: var(--xpulz-grey-txt);
}
.dashboard-overview-recent__tag {
  font-size: 0.62em;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 3px;
  text-transform: uppercase;
}
.dashboard-overview-recent__tag.tag-clutch {
  background: #b8860b;
  color: #fff;
}
.dashboard-overview-recent__tag.tag-throw {
  background: var(--xpulz-red-darken-20);
  color: #fff;
}
.dashboard-overview-recent__tag.tag-pb {
  background: var(--xpulz-primary-color);
  color: #fff;
}

.dashboard-overview-lineup--upsell {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dashboard-overview-lineup--upsell p {
  color: var(--xpulz-lightergrey-txt);
  font-size: 0.9em;
  margin: 0;
}
.dashboard-overview-lineup--team, .dashboard-overview-lineup--player {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dashboard-overview-lineup__card {
  background: var(--xpulz-mediumgrey);
  border-radius: 6px;
  padding: 7px 10px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.dashboard-overview-lineup__card.lineup-best {
  border-left: 3px solid rgba(76, 175, 80, 0.5);
}
.dashboard-overview-lineup__card.lineup-worst {
  border-left: 3px solid rgba(252, 55, 55, 0.4);
}
.dashboard-overview-lineup__card.lineup-untested {
  border-left: 3px solid rgba(99, 106, 142, 0.4);
}
.dashboard-overview-lineup__label {
  flex: 0 0 60px;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--xpulz-grey-txt);
}
.dashboard-overview-lineup__agents {
  flex: 1 1 0;
  font-size: 0.88em;
  color: var(--xpulz-white);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dashboard-overview-lineup__meta {
  flex: 0 0 auto;
  font-size: 0.75em;
  color: var(--xpulz-grey-txt);
  white-space: nowrap;
}
.dashboard-overview-lineup__duo, .dashboard-overview-lineup__unexplored {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dashboard-overview-lineup__duo .dashboard-overview-lineup__label, .dashboard-overview-lineup__unexplored .dashboard-overview-lineup__label {
  flex: none;
  margin-bottom: 2px;
}
.dashboard-overview-lineup__duo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--xpulz-mediumgrey);
  padding: 10px 14px;
  border-radius: 6px;
}
.dashboard-overview-lineup__duo-name {
  font-size: 1em;
  font-weight: 700;
  color: var(--xpulz-white);
}
.dashboard-overview-lineup__duo-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85em;
}
.dashboard-overview-lineup__duo-wr {
  color: #60a3a2;
  font-weight: 700;
}
.dashboard-overview-lineup__duo-games {
  color: var(--xpulz-grey-txt);
}
.dashboard-overview-lineup__agents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 8px;
}
.dashboard-overview-lineup__agent-card {
  background: var(--xpulz-mediumgrey);
  border-radius: 6px;
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.dashboard-overview-lineup__agent-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.dashboard-overview-lineup__agent-name {
  font-size: 0.75em;
  color: var(--xpulz-white);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.dashboard-overview-map__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dashboard-overview-map__row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--xpulz-mediumgrey);
  border-radius: 6px;
  padding: 6px 10px;
}
.dashboard-overview-map__media {
  flex: 0 0 128px;
  width: 128px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--xpulz-darkgrey);
}
.dashboard-overview-map__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dashboard-overview-map__meta {
  flex: 0 0 130px;
  min-width: 0;
}
.dashboard-overview-map__name {
  font-size: 0.88em;
  font-weight: 600;
  color: var(--xpulz-white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-overview-map__games {
  font-size: 0.72em;
  color: var(--xpulz-grey-txt);
}
.dashboard-overview-map__stats {
  flex: 1 1 0;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.dashboard-overview-map__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 52px;
}
.dashboard-overview-map__stat-label {
  font-size: 0.68em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--xpulz-grey-txt);
  margin-bottom: 1px;
}
.dashboard-overview-map__stat-value {
  font-size: 0.9em;
  font-weight: bold;
}
.dashboard-overview-map__stat-value.positive {
  color: #60a3a2;
}
.dashboard-overview-map__stat-value.negative {
  color: #cf7178;
}
.dashboard-overview-map__stat-value.neutral {
  color: rgb(178.5, 178.5, 178.5);
}

.dashboard-overview-radar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.dashboard-overview-radar__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.02);
  padding: 10px;
  border-radius: 8px;
}
.dashboard-overview-radar__card-header {
  display: flex;
  gap: 10px;
  align-items: center;
}
.dashboard-overview-radar__card-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}
.dashboard-overview-radar__card-name {
  font-weight: 700;
  font-size: 0.78em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--xpulz-white);
}
.dashboard-overview-radar__card-meta {
  font-size: 0.7em;
  color: var(--xpulz-grey-txt);
}
.dashboard-overview-radar__card-body {
  display: flex;
  gap: 30px;
  align-items: center;
}
.dashboard-overview-radar__svg-wrap {
  flex: 0 0 auto;
  width: 180px;
  height: 180px;
}
.dashboard-overview-radar__svg {
  width: 100%;
  height: 100%;
}
.dashboard-overview-radar__stats {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4px 12px;
}
.dashboard-overview-radar__stat {
  display: flex;
  justify-content: space-between;
}
.dashboard-overview-radar__stat-label {
  text-transform: uppercase;
  font-size: 0.75em;
  color: var(--xpulz-grey-txt);
  letter-spacing: 0.05em;
}
.dashboard-overview-radar__stat-value {
  font-weight: 600;
  font-size: 0.85em;
  color: var(--xpulz-white);
}

.dashboard-overview-radar__grid--5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1100px) {
  .dashboard-overview-radar__grid--5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .dashboard-overview-radar__grid--5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .dashboard-overview-radar__grid--5 {
    grid-template-columns: 1fr;
  }
}
.dashboard-overview-radar__top-agents {
  display: flex;
  gap: 6px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  flex-wrap: wrap;
}
.dashboard-overview-radar__top-agent-img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.05);
}

.dashboard-overview-round {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dashboard-overview-round__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
  background: var(--xpulz-mediumgrey);
  padding: 10px;
  border-radius: 6px;
}
.dashboard-overview-round__columns {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .dashboard-overview-round__columns {
    flex-direction: column;
    gap: 16px;
  }
}
.dashboard-overview-round__section-label {
  font-size: 0.68em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--xpulz-grey-txt);
}
.dashboard-overview-round__sides {
  display: flex;
  align-items: center;
}
.dashboard-overview-round__sides-bar {
  display: flex;
  width: 100%;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--xpulz-mediumgrey);
}
.dashboard-overview-round__sides-atk, .dashboard-overview-round__sides-def {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  color: var(--xpulz-white);
  font-weight: 600;
  font-size: 0.85em;
}
.dashboard-overview-round__sides-atk {
  background: rgba(96, 163, 162, 0.4);
}
.dashboard-overview-round__sides-def {
  background: rgba(207, 113, 120, 0.4);
}
.dashboard-overview-round__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dashboard-overview-round__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 0;
}
.dashboard-overview-round__row-label {
  font-size: 0.85em;
  color: var(--xpulz-white);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  flex: 1;
}
.dashboard-overview-round__pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.78em;
  font-weight: 600;
}
.dashboard-overview-round__pill.positive {
  background: rgba(96, 163, 162, 0.12);
  color: #60a3a2;
}
.dashboard-overview-round__pill.negative {
  background: rgba(207, 113, 120, 0.12);
  color: #cf7178;
}
.dashboard-overview-round__pill.neutral {
  background: rgba(255, 255, 255, 0.05);
  color: var(--xpulz-grey-txt);
}
.dashboard-overview-round__row-extra {
  font-size: 0.7em;
  color: var(--xpulz-grey-txt);
}

.dashboard-overview-trends {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dashboard-overview-trends__row {
  display: grid;
  grid-template-columns: 48px 1fr 60px 60px;
  align-items: center;
  gap: 12px;
  padding: 4px 0;
}
.dashboard-overview-trends__label {
  font-size: 0.72em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--xpulz-grey-txt);
  font-weight: 600;
}
.dashboard-overview-trends__spark {
  width: 100%;
  height: 30px;
  color: var(--xpulz-primary-color);
}
.dashboard-overview-trends__current {
  font-weight: 700;
  color: var(--xpulz-white);
  text-align: right;
  font-size: 0.95em;
}
.dashboard-overview-trends__delta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.78em;
  font-weight: 600;
}
.dashboard-overview-trends__delta.positive {
  background: rgba(96, 163, 162, 0.12);
  color: #60a3a2;
}
.dashboard-overview-trends__delta.negative {
  background: rgba(207, 113, 120, 0.12);
  color: #cf7178;
}
.dashboard-overview-trends__delta.neutral {
  background: rgba(255, 255, 255, 0.05);
  color: var(--xpulz-grey-txt);
}
.dashboard-overview-trends__delta-arrow {
  font-size: 0.9em;
}

@media (max-width: 600px) {
  .dashboard-overview-trends__row {
    grid-template-columns: 40px 1fr 50px 50px;
    gap: 8px;
  }
}
.dashboard-overview-schedule {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dashboard-overview-schedule__grid {
  display: grid;
  gap: 4px;
}
.dashboard-overview-schedule__day-header {
  font-size: 0.7em;
  text-transform: uppercase;
  text-align: center;
  color: var(--xpulz-grey-txt);
  padding: 4px 0;
  letter-spacing: 0.05em;
}
.dashboard-overview-schedule__bucket-label {
  font-size: 0.72em;
  color: var(--xpulz-grey-txt);
  display: flex;
  align-items: center;
  font-weight: 600;
}
.dashboard-overview-schedule__cell {
  min-height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82em;
  font-weight: 600;
  color: var(--xpulz-white);
}
.dashboard-overview-schedule__cell-games {
  opacity: 0.95;
}
.dashboard-overview-schedule__best {
  font-size: 0.85em;
  color: var(--xpulz-grey-txt);
  padding: 8px 12px;
  background: var(--xpulz-mediumgrey);
  border-radius: 6px;
}
.dashboard-overview-schedule__best-wr {
  color: #60a3a2;
  font-weight: 700;
}

@media (max-width: 600px) {
  .dashboard-overview-schedule__grid {
    grid-template-columns: 50px repeat(7, 1fr) !important;
  }
  .dashboard-overview-schedule__cell {
    min-height: 26px;
    font-size: 0.74em;
  }
}
@media (max-width: 1100px) {
  .dashboard-overview-radar__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .dashboard-overview__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "health  signals" "work    lineup" "maps    round" "radar   radar" "recent  recent" "trends  trends" "heatmap heatmap";
  }
}
@media (max-width: 600px) {
  .dashboard-overview__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "health" "signals" "work" "lineup" "maps" "round" "radar" "recent" "trends" "heatmap";
  }
  .dashboard-overview-map__row {
    flex-wrap: wrap;
  }
  .dashboard-overview-map__meta {
    flex: 1 1 0;
  }
  .dashboard-overview-map__stats {
    justify-content: flex-start;
  }
  .dashboard-overview-radar__grid {
    grid-template-columns: 1fr;
  }
  .dashboard-overview-radar__card-body {
    flex-direction: column;
  }
  .dashboard-overview-radar__svg-wrap {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
  }
  .dashboard-overview-radar__stats {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
.errors-line {
  margin: 0px 20px 30px 20px;
  padding: 10px;
  border: 2px solid var(--xpulz-red);
  border-radius: 10px;
}
.errors-line svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  margin-right: 10px;
}
.errors-line svg path {
  fill: var(--xpulz-red);
}
.errors-line .error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: white;
}

.component.error {
  padding: 20px;
  color: var(--xpulz-white);
}
.component.error .error-search {
  width: 100%;
  margin: 16px 0;
  padding: 8px 12px;
  background: var(--xpulz-darkgrey-lighten-10);
  color: var(--xpulz-white);
  border: 1px solid var(--xpulz-darkgrey-lighten-20);
  border-radius: 4px;
}
.component.error .error-table {
  width: 100%;
  border-collapse: collapse;
}
.component.error .error-table th {
  color: var(--xpulz-white);
  background: var(--xpulz-darkgrey-lighten-20);
  text-align: left;
  padding: 8px 10px;
  font-weight: 600;
}
.component.error .error-table td {
  padding: 6px 10px;
  border-bottom: 1px solid var(--xpulz-darkgrey-lighten-10);
  color: var(--xpulz-white);
  vertical-align: top;
  word-break: break-word;
}
.component.error .error-table tr:hover td {
  background: var(--xpulz-darkgrey-lighten-10);
}
.component.error .error-table .no-result {
  text-align: center;
  color: var(--xpulz-lightgrey);
  padding: 20px;
}

html.iframe #content {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 901px) and (max-width: 1550px) {
  #settings .header-content .avatar, #user_profile .header-content .avatar,
  #organizer .header-content .avatar,
  #team .header-content .avatar {
    left: 10px;
    height: 164px;
    width: 164px;
  }
  #settings .header-content .edit-avatar, #user_profile .header-content .edit-avatar,
  #organizer .header-content .edit-avatar,
  #team .header-content .edit-avatar {
    left: 143.5px;
  }
}
@media (max-width: 900px) {
  #slide .match-header-component.title-top.sticky {
    display: none;
  }
  .table-container {
    padding: 0;
    overflow-y: scroll;
  }
  .table-container table.valorant thead {
    position: relative;
    top: 0;
  }
  .table-container table.valorant .player-agents .player-agent img {
    max-width: 32px;
  }
  .table-container table.valorant tr td a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: white;
  }
  .table-container table.valorant tr td a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .table-container table.valorant tr td:nth-child(2) {
    position: sticky;
    left: 0;
    background: var(--xpulz-primary-color-darken-10);
    z-index: 1;
  }
  .table-container table.valorant tr:nth-child(odd) td:nth-child(2) {
    background: var(--xpulz-primary-color-darken-10);
  }
  table:not(.leaderboard):not(.not-flex):not(.valorant) tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  table:not(.leaderboard):not(.not-flex):not(.valorant) tr td {
    display: block;
    width: 100% !important;
  }
  table:not(.leaderboard):not(.not-flex):not(.valorant) tr.match {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  table:not(.leaderboard):not(.not-flex):not(.valorant) tr.match td {
    display: block;
    width: 33% !important;
  }
  table:not(.leaderboard):not(.not-flex):not(.valorant) tr.match td.game_name, table:not(.leaderboard):not(.not-flex):not(.valorant) tr.match td.custom, table:not(.leaderboard):not(.not-flex):not(.valorant) tr.match td.actions {
    width: 100% !important;
  }
  table:not(.leaderboard):not(.not-flex):not(.valorant) tr.match td.game {
    width: 100% !important;
    padding: 0 !important;
    padding-top: 10px !important;
  }
  table:not(.leaderboard):not(.not-flex):not(.valorant) tr.match td.game svg {
    height: 20px !important;
  }
  .form-group .col-form-label {
    text-align: left;
    font-size: 1.1em;
  }
  .form-group.error input, .form-group.error textarea {
    border: 3px solid var(--xpulz-red) !important;
  }
  #xnotification .xnotification-content {
    width: 100%;
    left: 0;
  }
  #xnotification .xnotification-content.active {
    bottom: 0;
  }
  #xnotification .xnotification-content.active.rtu {
    bottom: 0;
  }
  #xnotification .xnotification-popup .popup {
    width: 100%;
    left: 0;
  }
  body.menu-left-open #dashboard, body.menu-left-open #product {
    margin-left: 0;
  }
  body.menu-left-open #content.full {
    padding-left: 0;
    margin-left: 0;
  }
  body.menu-left-open #footer {
    margin-left: 0;
  }
  .component-register {
    width: 100%;
  }
  .component-register .text .connected {
    display: none;
  }
  .component-register .text img {
    display: none;
  }
  .about-section .over-block .text {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-section .over-block .text .cta {
    margin-top: 10px;
  }
  #menu-left .table-of-contents.links {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #menu-left .pricing {
    margin-bottom: 20px;
  }
  .user-game-stats > div > section {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .user-game-stats > div > section > div {
    text-align: center;
  }
  .user-game-stats ul li {
    width: 80px;
  }
  .match-register .players {
    padding: 0;
  }
  .match-register .players li {
    width: 50%;
  }
  .match-register .actions div > div {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .component-matches {
    padding: 0;
  }
  .component-matches .table-container {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 0 !important;
  }
  #dashboard .cta.create {
    margin: auto;
    margin-bottom: 30px;
  }
  #dashboard .visitor .about-section {
    margin-top: 50px;
  }
  #dashboard .visitor .about-section h3 {
    font-size: 1.5em;
    text-align: center;
  }
  #dashboard .visitor .news {
    margin-top: 0;
  }
  #dashboard .visitor .news header {
    font-size: 2.5em;
    padding: 25px 0;
  }
  #dashboard .visitor .news .new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  #dashboard .visitor .news .new .separator {
    display: none;
  }
  #dashboard .visitor .news .new .image {
    width: 100%;
    padding: 25px;
    order: 0;
  }
  #dashboard .visitor .news .new .text {
    width: 100%;
    padding: 25px;
    order: 1;
  }
  .quill-editor .ql-video, .quill-editor iframe, .v-html .ql-video, .v-html iframe {
    width: 100%;
    height: 200px;
  }
  .x-content-mobile {
    background: var(--xpulz-lightgrey);
    color: var(--xpulz-white);
    padding: 0 0 30px 0;
  }
  .x-content-mobile .text {
    color: #ffc400;
    font-size: 2em;
    text-align: center;
    padding: 20px 10px;
  }
  .x-content-mobile .subtext {
    font-size: 1.2em;
    padding: 0px 10px;
  }
  #dashboard .visitor .matches {
    margin-top: 80px;
  }
  .article-news {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .article-news .big, .article-news .x4, .article-news .small {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .cards-deck {
    width: 100%;
  }
  .swiss .matches {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .best-of-x > .score {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .best-of-x > .score .report {
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
  }
  #create .cta.xpulz {
    margin-bottom: 30px;
  }
  .row {
    margin: inherit;
  }
  .articles .bg, #article .bg {
    height: 100%;
  }
  .articles .article {
    width: 100%;
    position: relative;
    margin: 0;
    margin-top: 30px;
  }
  .articles .article:nth-child(even) {
    margin-left: 0;
  }
  .articles.carousel .carousel-item {
    height: 100%;
  }
  .articles.carousel .carousel-title h1 {
    font-size: 1.4em;
  }
  #article .article-title {
    font-size: 1.5em;
  }
  .game-selector .games .game {
    width: 100% !important;
  }
  .game-selector .games .game .game_modes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #my-teams ul.teams {
    padding: 0;
  }
  #my-teams ul.teams .team {
    width: 100%;
  }
  #my-teams ul.teams .match {
    width: 100% !important;
    border: none !important;
  }
  #slide {
    min-width: auto;
  }
  #popin-signup ul a {
    width: 100%;
  }
  .mobile-txt {
    margin-left: 5px;
  }
  #stream .line {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    align-items: center !important;
  }
  #stream .line .cta {
    margin: 10px 0;
  }
  #stream #stats-live .member {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  #dashboard-video {
    margin-top: 0;
    min-height: 65vh;
    padding: 0 25px;
    padding-top: var(--menutop-height);
  }
  #dashboard-video .overlay {
    background: var(--xpulz-lightgrey);
  }
  #dashboard-video .overlay::after {
    border: none;
  }
  #dashboard-video .container article.hero-content {
    width: 100%;
  }
  #dashboard-video .container article.hero-content h3 {
    line-height: normal;
  }
  .dashboard-video {
    margin-bottom: 80px;
  }
  .dashboard-video .games {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
    padding-bottom: 80px;
    padding-top: 40px;
  }
  .match-informations {
    flex-direction: column;
  }
  .match-informations img {
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .match-informations .informations {
    flex-direction: column;
  }
  .profile-v2 header.profile-header-v2.profile-header-v2--compact {
    height: 140px;
  }
  .profile-v2 header.profile-header-v2.profile-header-v2--compact .avatar-overlap {
    left: 50%;
    bottom: -55px;
    transform: translateX(-50%);
  }
  .profile-v2 header.profile-header-v2.profile-header-v2--compact .avatar-overlap .avatar {
    width: 110px;
    height: 110px;
  }
  .profile-v2 .profile-info-block {
    padding: 70px 16px 24px;
    text-align: center;
  }
  .profile-v2 .profile-info-block .info-line-1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .profile-v2 .profile-info-block .info-line-1 .username {
    font-size: 1.5em;
  }
  .profile-v2 .profile-info-block .info-about {
    text-align: center;
  }
  .profile-v2 .profile-info-block .event-meta .meta {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }
  .profile-v2 .profile-info-block .info-line-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .profile-v2 .profile-info-block .info-line-2 .info-cell .games,
  .profile-v2 .profile-info-block .info-line-2 .info-cell .connectors,
  .profile-v2 .profile-info-block .info-line-2 .info-cell .languages,
  .profile-v2 .profile-info-block .info-line-2 .info-cell .education-work {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .profile-v2 .profile-info-block .info-cell .stream-badge,
  .profile-v2 .profile-info-block .info-cell .organizer-link {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .game-header .competitive {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    gap: 8px;
  }
}
@media (max-width: 1200px) {
  #slide {
    width: 90%;
  }
}
@media (max-width: 576px) {
  body.slide .close-slide {
    display: block !important;
  }
  #slide {
    width: 100%;
    top: 0;
    height: 100%;
  }
  #dashboard .report-stats {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /**
   *  Cookie
   */
  #cookie {
    width: 100%;
    left: 0;
  }
  /**
   *  Menuleft
   */
  #menu-left {
    top: var(--menutop-mobile-height);
  }
  #menu-left .content {
    height: calc(100vh - var(--menutop-mobile-height));
  }
  #content {
    padding: 0px;
    padding-top: 70px;
  }
  .offset-1 {
    margin: 0;
  }
  .page {
    margin: 0;
  }
  .match-section thead {
    display: none;
  }
  .component-leaderboard {
    overflow-x: scroll;
  }
  .table.leaderboard tbody tr td img.avatar {
    max-width: 32px;
  }
  /**
   *  Match page
   */
  #match {
    margin-top: 40px;
  }
  #match .header-top-menu {
    display: none;
  }
  #match .header-top ul, .upsert-match .header-top ul {
    height: auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  #match .header-top ul li, .upsert-match .header-top ul li {
    width: 50%;
    margin: 10px 0;
  }
  #match .header-content .match-name, .upsert-match .header-content .match-name {
    font-size: 1.2em !important;
  }
  #match .header-content .match-organizer, .upsert-match .header-content .match-organizer {
    position: relative;
    bottom: inherit !important;
    left: inherit !important;
    margin: 10px;
    box-shadow: none;
    background: none;
  }
  #match .header-content .button-top, .upsert-match .header-content .button-top {
    right: 10px;
  }
  /**
   *  Headers
   */
  .header-menu {
    position: relative;
    top: 0;
  }
  .header-menu ul {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .header-content {
    height: auto;
  }
  .match-header .connectors {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    justify-content: center !important;
    bottom: 15px !important;
    right: auto !important;
  }
  .match-header-component {
    background: var(--xpulz-mediumgrey);
  }
  .match-header-component .button-bottom {
    flex-direction: column;
    position: relative;
    bottom: 0;
  }
  .match-header-component .button-bottom .cta {
    margin: 10px 10px !important;
  }
  .xpulz-stats {
    width: 100%;
    border-right: none;
    border-left: none;
    margin-bottom: 30px;
  }
  .xpulz-stats ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xpulz-stats ul li.stat {
    width: 50%;
  }
  .timeline {
    padding: 10px !important;
  }
  .timeline .part .top {
    margin-bottom: 0 !important;
  }
  .timeline .part .top span {
    margin-left: 60px;
    display: block !important;
    transform: none !important;
  }
  .timeline .part > .line .round {
    margin-left: 30px !important;
    transform: translateY(-30px) !important;
  }
  .timeline .part > .line::before, .timeline .part > .line::after {
    border: none !important;
  }
  .timeline .part:last-child {
    margin: 20px 0;
    height: auto !important;
    width: 100% !important;
  }
  .timeline .part:last-child .line {
    margin-left: 30px !important;
  }
  .timeline .part:last-child .line .timeline-date {
    width: auto !important;
    text-align: unset !important;
    position: relative !important;
    top: 0 !important;
  }
  .sub-header-stats {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .sub-header-stats .column {
    width: 100% !important;
    margin-bottom: 10px;
  }
  /**
   *  Teams
   */
  #team .header-content .info .username {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #team .header-content .info .username .tag {
    margin: 0;
  }
  #team .players .participant-member {
    width: 50%;
  }
  #team .matches {
    padding: 0;
  }
  #page-teams input {
    width: 100%;
  }
  #page-teams table thead {
    display: none;
  }
  #page-teams table tr td.avatar {
    position: absolute;
  }
  #page-teams table tr td.username {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-left: 60px;
    margin-bottom: 20px;
  }
  /**
   *  Player profile
   */
  #user_profile ul.games, #team ul.games, #organizer ul.games {
    padding: 0;
  }
  #user_profile ul.games li.game, #team ul.games li.game, #organizer ul.games li.game {
    width: 100%;
  }
  #user_profile ul.games li.game .card-title, #team ul.games li.game .card-title, #organizer ul.games li.game .card-title {
    display: none;
  }
  #user_profile ul.games li.game .card, #team ul.games li.game .card, #organizer ul.games li.game .card {
    height: 150px;
  }
  #user_profile ul.games li.game .card .card-img-overlay, #team ul.games li.game .card .card-img-overlay, #organizer ul.games li.game .card .card-img-overlay {
    padding: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #user_profile ul.games li.game .card .card-img-overlay .add-game, #team ul.games li.game .card .card-img-overlay .add-game, #organizer ul.games li.game .card .card-img-overlay .add-game {
    width: 100%;
  }
  #user_profile ul.games li.game .game-stats .small, #team ul.games li.game .game-stats .small, #organizer ul.games li.game .game-stats .small {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #user_profile ul.games li.game .game-stats .small .title-stats, #team ul.games li.game .game-stats .small .title-stats, #organizer ul.games li.game .game-stats .small .title-stats {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 10px 0;
  }
  #user_profile ul.games li.game .game-stats .small .stats-header, #team ul.games li.game .game-stats .small .stats-header, #organizer ul.games li.game .game-stats .small .stats-header {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #user_profile ul.games li.game .game-stats .small .stats-header .nav-item, #team ul.games li.game .game-stats .small .stats-header .nav-item, #organizer ul.games li.game .game-stats .small .stats-header .nav-item {
    width: 50%;
  }
  #user_profile ul.teams, #team ul.teams, #organizer ul.teams {
    padding: 0;
  }
  #user_profile ul.teams .team, #team ul.teams .team, #organizer ul.teams .team {
    width: 100%;
    padding: 0 10px;
  }
  #user_profile .header-content, #team .header-content, #organizer .header-content {
    text-align: center;
  }
  #user_profile .header-content .avatar, #team .header-content .avatar, #organizer .header-content .avatar {
    position: relative;
    left: inherit !important;
    top: inherit !important;
    margin: 10px 0;
  }
  #user_profile .header-content .info, #team .header-content .info, #organizer .header-content .info {
    position: relative;
    left: inherit !important;
    top: inherit !important;
    text-align: center;
    padding-bottom: 20px;
  }
  #user_profile .header-content .info .games, #team .header-content .info .games, #organizer .header-content .info .games {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #user_profile .header-content .impersonate, #team .header-content .impersonate, #organizer .header-content .impersonate {
    position: relative;
    right: inherit !important;
    bottom: inherit !important;
    padding: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #user_profile .matches .match, #team .matches .match, #organizer .matches .match {
    background: var(--xpulz-mediumgrey) !important;
  }
  #user_profile .connectors, #team .connectors, #organizer .connectors {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    right: inherit !important;
    bottom: inherit !important;
  }
  #user_profile .connectors .connector, #team .connectors .connector, #organizer .connectors .connector {
    width: 50%;
    margin: 10px 0;
  }
  #players input.search {
    width: 100%;
    margin-left: 0;
  }
  #players thead {
    display: none;
  }
  #players table {
    width: 100%;
    overflow: auto;
  }
  #players table tr {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #players table tr .bg-image {
    height: 100%;
  }
  #players table tr td {
    width: 33% !important;
  }
  #players table tr td.avatar {
    width: 64px !important;
  }
  #players table tr td.avatar img {
    width: 64px !important;
  }
  #players table tr td.flag {
    width: 40px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #players table tr td.username {
    width: calc(100% - 40px - 64px) !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  #players table tr td.tags {
    width: 100% !important;
  }
  #players .panel {
    display: none;
  }
  .matches .table-container {
    padding: 0 !important;
  }
}
/**
 * Modal / Popover
 */
@media (min-width: 576px) {
  .modal-dialog.modal-xl {
    max-width: 1220px;
    margin: 30px auto;
  }
  .modal-dialog.modal-xxl {
    max-width: 90%;
    margin: 30px auto;
  }
}
body.env-local #menu-top {
  background: linear-gradient(to left, var(--xpulz-darkgrey) 50%, var(--xpulz-yellow) 50%) !important;
}
body.env-local #menu-top .xpulz {
  background-color: var(--xpulz-yellow) !important;
}
body.env-local .xpulz-right {
  border-top-color: var(--xpulz-yellow) !important;
}
body.env-local .menu-right, body.env-local #menu-top .profile::after, body.env-local #menu-top .active {
  border-bottom-color: var(--xpulz-yellow) !important;
}
body.env-local #menu-top .profile img {
  border-color: var(--xpulz-yellow);
}
body.env-local #menu-top .arrow {
  border-top: 6px solid var(--xpulz-yellow);
}
body.env-alpha #menu-top, body.env-alpha #menu-top .xpulz {
  background-color: var(--xpulz-red) !important;
}
body.env-alpha .xpulz-right {
  border-top-color: var(--xpulz-red) !important;
}
body.env-alpha .menu-right, body.env-alpha #menu-top .profile::after, body.env-alpha #menu-top .active {
  border-bottom-color: var(--xpulz-red) !important;
}
body.env-alpha #menu-top .profile img {
  border-color: var(--xpulz-red);
}