Advertisement
PhantomGame

Nasa

Apr 8th, 2025 (edited)
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 147.54 KB | Gaming | 0 0
  1. @font-face {
  2.     font-family: gamefont;
  3.     src: url(https://raw.githubusercontent.com/tshenry/discourse-oxanium-font/master/assets/oxanium-regular.woff2);
  4.   }
  5.  
  6.   :root {
  7.     --background: rgb(35, 35, 35, 60%);
  8.     --background-0-opacity: rgb(35 35 35);
  9.     --background-end: rgba(34, 35, 50, 0);
  10.     --border: rgba(255, 255, 255, 0.1);
  11.     --accent: rgb(254 231 203);
  12.     --ammo: rgba(127, 255, 159, 0.8);
  13.     --health: rgb(127, 255, 159);
  14.     --text: rgb(254 231 203);
  15.     --chat: rgb(26 26 26 / 40%);
  16.   }
  17.  
  18.   * {
  19.     text-shadow: unset !important;
  20.     box-shadow: unset !important;
  21.     animation: unset !important;
  22.   }
  23.  
  24.   .button,
  25.   .button:hover {
  26.     border: unset !important;
  27.   }
  28.  
  29.   #newsHolder,
  30.   #tlInfHold,
  31.   #mainLogo,
  32.   #youNewDiv,
  33.   #seasonLabel,
  34.   #streamContainer,
  35.   #tlInfHold,
  36.   #aHolder,
  37.   #aContainer,
  38.   #endAContainer,
  39.   #aMerger,
  40.   #onetrust-consent-sdk,
  41.   #voiceDisplay,
  42.   #mapInfo {
  43.     display: none !important;
  44.   }
  45.  
  46.   @keyframes rotate {
  47.     from {
  48.       transform: rotate(0deg);
  49.     }
  50.  
  51.     to {
  52.       transform: rotate(360deg);
  53.     }
  54.   }
  55.  
  56.   @keyframes pop {
  57.     0% {
  58.       transform: scale(1);
  59.     }
  60.  
  61.     50% {
  62.       transform: scale(1.3);
  63.     }
  64.  
  65.     100% {
  66.       transform: scale(1);
  67.     }
  68.   }
  69.  
  70.   #newsHolder,
  71.   #gameNameHolder,
  72.   #mainLogo,
  73.   #seasonLabel,
  74.   #onetrust-consent-sdk,
  75.   #mapInfo,
  76.   #friendCon {
  77.     display: none !important;
  78.   }
  79.  
  80.   .buttonO,
  81.   .button {
  82.     border: unset !important;
  83.   }
  84.  
  85.   .buttonO:hover,
  86.   .button:hover {
  87.     border: unset !important;
  88.   }
  89.  
  90.   #uiBase.onMenu {
  91.     backdrop-filter: grayscale(100%);
  92.   }
  93.  
  94.   #uiBase.onMenu #chatHolder {
  95.     right: 140px;
  96.     left: unset !important;
  97.     background-color: transparent !important;
  98.     bottom: 45px !important;
  99.   }
  100.  
  101.   #uiBase.onMenu #chatList {
  102.     background-color: transparent;
  103.     text-align: right;
  104.     transform: rotate(2.3deg);
  105.     margin-bottom: 20px;
  106.   }
  107.  
  108.   #uiBase.onMenu #chatHolder {
  109.     right: calc(50% - 610px);
  110.     bottom: 120px !important;
  111.     transform: rotate(-0.6deg);
  112.   }
  113.  
  114.   #uiBase.onMenu #chatInputHolder::before {
  115.     content: "";
  116.     width: 605px;
  117.     height: 77px;
  118.     background-image: url(https://images-ext-1.discordapp.net/external/OiU8X7Cl6e1WbcwWosN9HemDvMI04n7gBc_HISeQG2Q/https/i.postimg.cc/Dzgt5j7q/Untitled-2-copy.png?format=webp&quality=lossless);
  119.     position: fixed;
  120.     z-index: -1;
  121.     background-size: 605px 70px;
  122.     background-repeat: no-repeat;
  123.     transform: rotate(-2.8deg) rotateY(180deg);
  124.     right: -11px;
  125.     top: -20px;
  126.   }
  127.  
  128.   #uiBase.onMenu #chatInputHolder::after {
  129.     content: "";
  130.     width: 605px;
  131.     height: 77px;
  132.     background-image: url(https://images-ext-1.discordapp.net/external/OiU8X7Cl6e1WbcwWosN9HemDvMI04n7gBc_HISeQG2Q/https/i.postimg.cc/Dzgt5j7q/Untitled-2-copy.png?format=webp&quality=lossless);
  133.     position: fixed;
  134.     z-index: -1;
  135.     background-size: 605px 70px;
  136.     background-repeat: no-repeat;
  137.     transform: rotate(-1.6deg);
  138.     right: 620px;
  139.     top: 7px;
  140.   }
  141.  
  142.   #uiBase.onMenu #chatInputHolder {
  143.     border: none;
  144.     border-radius: 0;
  145.     height: 25px;
  146.     padding: unset;
  147.     padding-left: 25px;
  148.     transform: translateX(-5px) rotate(2.8deg);
  149.     display: flex;
  150.     text-align: right;
  151.     padding-right: 20px;
  152.     width: 100%;
  153.     justify-content: flex-end;
  154.     align-items: center;
  155.   }
  156.  
  157.   #uiBase.onMenu #chatInput {
  158.     visibility: visible !important;
  159.     border: none;
  160.     text-align: right;
  161.     height: 25px;
  162.     -webkit-backface-visibility: hidden;
  163.     backface-visibility: hidden;
  164.     padding: 0;
  165.     line-height: 25px;
  166.     font-size: 20px !important;
  167.     color: var(--accent);
  168.     background-color: transparent;
  169.     border-radius: unset !important;
  170.     transform: translate(10px, -2px);
  171.   }
  172.  
  173.   #uiBase.onMenu #chatInput::placeholder {
  174.     color: var(--accent);
  175.     text-transform: uppercase;
  176.   }
  177.  
  178.   #uiBase.onMenu .chatItem {
  179.     background-color: transparent !important;
  180.     background: transparent;
  181.     padding: 10px;
  182.     margin: 2px;
  183.     -webkit-backface-visibility: hidden;
  184.     backface-visibility: hidden;
  185.     line-height: 1;
  186.     /* max-width: unset; */
  187.   }
  188.  
  189.   #clientExit {
  190.     display: flex !important;
  191.   }
  192.  
  193.   #menuItemContainer {
  194.     flex-direction: row;
  195.     height: 200px;
  196.     left: 50%;
  197.     top: 30px;
  198.     transform: translateX(-50%);
  199.     width: 1200px;
  200.     background-image: url(https://images-ext-1.discordapp.net/external/qzeuLjFeHUVkMA7UyCtmwoL8kyoS11UFbWeguSeFEUk/https/i.postimg.cc/90r5Dd5y/circle-png-44650.png?format=webp&quality=lossless);
  201.     background-repeat: no-repeat;
  202.     background-size: contain;
  203.     height: 80px;
  204.     padding: 0px !important;
  205.     background-color: transparent;
  206.   }
  207.  
  208.   #menuItemContainer > div:nth-child(1) {
  209.     width: 230px;
  210.   }
  211.  
  212.   #menuItemContainer > div:nth-child(2) {
  213.     width: 200px;
  214.   }
  215.  
  216.   #menuItemContainer > div:nth-child(3) {
  217.     width: 310px;
  218.   }
  219.  
  220.   #menuItemContainer > div:nth-child(4) {
  221.     width: 220px;
  222.   }
  223.  
  224.   #menuItemContainer > div:nth-child(5) {
  225.     width: 200px;
  226.   }
  227.  
  228.   #menuItemContainer > div > span {
  229.     display: none;
  230.   }
  231.  
  232.   .menuItem {
  233.     height: 80px;
  234.     width: 200px;
  235.     background-color: transparent;
  236.   }
  237.  
  238.   .menuItem:hover {
  239.     border: unset;
  240.   }
  241.  
  242.   .menuItemIcon {
  243.     display: none;
  244.   }
  245.  
  246.   .menuItemTitle {
  247.     display: none;
  248.   }
  249.  
  250.   #instructions {
  251.     display: none;
  252.   }
  253.  
  254.   .imageButton {
  255.     display: none !important;
  256.   }
  257.  
  258.   #editorBtnM {
  259.     display: none !important;
  260.   }
  261.  
  262.   .verticalSeparator {
  263.     display: none;
  264.   }
  265.  
  266.   .headerBar {
  267.     background-color: transparent;
  268.   }
  269.  
  270.   #signedOutHeaderBar {
  271.     width: 100%;
  272.     height: 100%;
  273.     flex-direction: unset;
  274.     align-items: flex-end;
  275.     pointer-events: none;
  276.     cursor: unset;
  277.   }
  278.  
  279.   #signedOutHeaderBar > div {
  280.     box-shadow: none !important;
  281.     background-color: transparent !important;
  282.     top: unset;
  283.     bottom: 30px;
  284.     left: calc(50% - 620px);
  285.     transform: rotate(-2.2deg);
  286.     height: 50px;
  287.     padding-right: 20px;
  288.     text-align: left;
  289.     padding-left: 20px;
  290.     -webkit-backface-visibility: hidden;
  291.     backface-visibility: hidden;
  292.     width: 40px !important;
  293.     line-height: 50px;
  294.     font-size: 0px !important;
  295.     padding-bottom: unset !important;
  296.     pointer-events: all;
  297.   }
  298.  
  299.   #signedOutHeaderBar > div > span {
  300.     color: var(--accent) !important;
  301.     font-size: 40px !important;
  302.   }
  303.  
  304.   #signedInHeaderBar {
  305.     left: calc(50% - 600px);
  306.     bottom: 40px;
  307.     top: unset;
  308.     transform: translateY(-50%);
  309.     transform: rotate(-2deg);
  310.     height: 60px;
  311.     -webkit-backface-visibility: hidden;
  312.     backface-visibility: hidden;
  313.   }
  314.  
  315.   .progressBar {
  316.     display: none !important;
  317.   }
  318.  
  319.   #mLevelCont {
  320.     display: none;
  321.   }
  322.  
  323.   #menuUsernameContainer {
  324.     display: none;
  325.   }
  326.  
  327.   .krSocial {
  328.     display: none;
  329.   }
  330.  
  331.   .menuSocialB {
  332.     display: none;
  333.   }
  334.  
  335.   #menuJNKCount {
  336.     display: none;
  337.     color: var(--accent) !important;
  338.     font-size: 24px;
  339.   }
  340.  
  341.   #menuJNKCount > span {
  342.     color: var(--accent) !important;
  343.     font-size: 24px;
  344.   }
  345.  
  346.   #spectButton > span {
  347.     display: none;
  348.   }
  349.  
  350.   #subLogoButtons {
  351.     background-image: url(https://images-ext-1.discordapp.net/external/wIA_eVoMeg2p0kenGJv5HLOmQU0IFy9Bo9FiyKy8Km0/https/i.postimg.cc/T24vZ4g0/circle-png-244650.png?format=webp&quality=lossless);
  352.     background-size: contain;
  353.     background-repeat: no-repeat;
  354.     width: 1300px;
  355.     height: 80px;
  356.     padding: unset;
  357.     display: flex;
  358.     align-items: center;
  359.     bottom: 30px;
  360.   }
  361.  
  362.   #mapInfoHld {
  363.     display: none !important;
  364.   }
  365.  
  366.   #subLogoButtons > div {
  367.     font-size: 0px !important;
  368.     box-shadow: none !important;
  369.     width: 100px;
  370.     height: 70px;
  371.     background-color: transparent !important;
  372.     transform: translateX(340px);
  373.     border: unset !important;
  374.   }
  375.  
  376.   #menuBtnHost {
  377.     width: 90px !important;
  378.   }
  379.  
  380.   #menuBtnBrowser {
  381.     width: 90px !important;
  382.   }
  383.  
  384.   #menuBtnRanked {
  385.     width: 60px !important;
  386.   }
  387.  
  388.   #menuBtnJoin {
  389.     width: 60px !important;
  390.   }
  391.  
  392.   #inviteButton {
  393.     width: 60px !important;
  394.     margin-left: 110px;
  395.     background: transparent !important;
  396.   }
  397.  
  398.   #faceItIconM {
  399.     display: none;
  400.   }
  401.  
  402.   #mailContainer {
  403.     margin-left: 20px;
  404.     transform: translateY(4px);
  405.   }
  406.  
  407.   #mailCount {
  408.     color: var(--accent);
  409.   }
  410.  
  411.   .krInfo {
  412.   }
  413.  
  414.   #menuKRCount {
  415.     font-size: 24px;
  416.     color: var(--accent) !important;
  417.   }
  418.  
  419.   #menuKRCount > span {
  420.     color: var(--accent) !important;
  421.   }
  422.  
  423.   #mailIcon {
  424.     color: var(--accent) !important;
  425.     font-size: 40px !important;
  426.   }
  427.  
  428.   #customizeButton {
  429.     text-shadow: none !important;
  430.     box-shadow: none !important;
  431.     visibility: visible;
  432.     color: var(--accent);
  433.     bottom: 38px;
  434.     position: fixed;
  435.     right: calc(50% - 486px);
  436.     text-align: left;
  437.     border-radius: 0px;
  438.     text-transform: uppercase;
  439.     background-color: transparent !important;
  440.     padding: 0px;
  441.     height: 50px;
  442.     width: 60px;
  443.     font-size: 0px !important;
  444.     line-height: 50px;
  445.     transform: rotate(1.8deg);
  446.     border: unset !important;
  447.   }
  448.  
  449.   #customizeButton::before {
  450.     content: "auto_fix_high";
  451.     text-transform: none !important;
  452.     font-family: "Material Icons" !important;
  453.     font-size: 40px;
  454.   }
  455.  
  456.   #menuClassContainer:hover > #classPreviewCanvas {
  457.     opacity: 0.4;
  458.   }
  459.  
  460.   #classPreviewCanvas {
  461.     visibility: visible;
  462.     opacity: 0;
  463.     bottom: 110px;
  464.     right: 50%;
  465.     transform: translateX(50%);
  466.     position: fixed;
  467.     transition: opacity 0.2s ease-in-out;
  468.     margin: unset !important;
  469.   }
  470.  
  471.   #bubbleContainer {
  472.     display: none;
  473.   }
  474.  
  475.   #menuClassContainer {
  476.     right: unset;
  477.     left: calc(50% - 500px);
  478.     width: 1000px;
  479.     bottom: 0px;
  480.     top: unset;
  481.     height: 1000px;
  482.     visibility: hidden;
  483.   }
  484.  
  485.   #policeButton {
  486.     bottom: 0px !important;
  487.     position: fixed;
  488.     visibility: visible;
  489.     background-color: transparent !important;
  490.     box-shadow: none !important;
  491.     left: 0px;
  492.     height: 40px !important;
  493.     padding: unset !important;
  494.     width: 40px !important;
  495.     transform: translate(1224px, -14px) rotate(2.2deg) !important;
  496.     border: unset !important;
  497.   }
  498.  
  499.   #policeButton:before {
  500.     content: "accessible_forward";
  501.     font-family: "Material Icons";
  502.     font-size: 45px;
  503.     color: var(--accent);
  504.   }
  505.  
  506.   .greyInner,
  507.   .greyInlineInner,
  508.   .greyInlineInnerMid {
  509.     margin: unset !important;
  510.     background: transparent !important;
  511.     padding: unset !important;
  512.   }
  513.  
  514.   #policeButton > img {
  515.     display: none;
  516.   }
  517.  
  518.   #menuClassSubtext {
  519.     display: none;
  520.   }
  521.  
  522.   #menuClassName {
  523.     display: none;
  524.   }
  525.  
  526.   #customizeButton > span {
  527.     font-size: 0px !important;
  528.     transform: rotate(-2.8deg) translateY(50px) !important;
  529.     -webkit-backface-visibility: hidden;
  530.     backface-visibility: hidden;
  531.   }
  532.  
  533.   #uiBase.onMenu #spectButton {
  534.     width: 45px;
  535.     bottom: unset;
  536.     right: calc(50% - 555px);
  537.     left: unset;
  538.     z-index: 1;
  539.     bottom: 53px;
  540.     top: unset;
  541.     border: unset !important;
  542.   }
  543.  
  544.   #menuFPS,
  545.   #menuPingDisplay .material-icons {
  546.     color: var(--accent1) !important;
  547.   }
  548.  
  549.   #menuPingDisplay .material-icons {
  550.     display: none;
  551.   }
  552.  
  553.   #spectButton span[style="font-size:15px;color:rgba(255,255,255,0.6)"] {
  554.     color: transparent !important;
  555.   }
  556.  
  557.   #spectButton .switchsml {
  558.     margin: 0;
  559.     position: absolute;
  560.     width: 100%;
  561.   }
  562.  
  563.   .sliderSml::before {
  564.     content: "visibility_off";
  565.     font-size: 40px;
  566.     color: var(--accent);
  567.     width: max-content;
  568.     height: auto;
  569.     background-color: transparent;
  570.     text-align: center;
  571.     transition-duration: 0.25s;
  572.     font-family: "Material Icons";
  573.   }
  574.  
  575.   input:checked + .sliderSml::before {
  576.     content: "visibility";
  577.     transform: unset;
  578.   }
  579.  
  580.   input:checked + .sliderSml {
  581.     background-color: transparent !important;
  582.   }
  583.  
  584.   .sliderSml {
  585.     opacity: 1;
  586.     background-color: transparent;
  587.   }
  588.  
  589.   #accManagerBtn {
  590.     bottom: 0px !important;
  591.     position: fixed;
  592.     visibility: visible !important;
  593.     display: block !important;
  594.     background-color: transparent !important;
  595.     box-shadow: none !important;
  596.     left: 0px;
  597.     transform: translate(1140px, 220px) rotate(2.2deg);
  598.     font-size: 0px !important;
  599.     text-shadow: unset !important;
  600.     pointer-events: none !important;
  601.     cursor: unset !important;
  602.     border: unset !important;
  603.   }
  604.  
  605.   #accManagerBtn:before {
  606.     content: "groups";
  607.     font-family: "Material Icons";
  608.     font-size: 50px !important;
  609.     color: var(--accent);
  610.     pointer-events: all !important;
  611.     cursor: pointer !important;
  612.   }
  613.  
  614.   #uiBase.onSpect .topRightCounters {
  615.     display: none !important;
  616.   }
  617.  
  618.   #bottomLeftPlayerLeft {
  619.     width: 100%;
  620.     height: 100%;
  621.     image-rendering: pixelated;
  622.     image-rendering: -moz-crisp-edges;
  623.     image-rendering: crisp-edges;
  624.     border-radius: 10px;
  625.     margin: unset;
  626.   }
  627.  
  628.   #bottomLeftClassImg {
  629.     display: none;
  630.   }
  631.  
  632.   #bottomLeftHolder {
  633.     z-index: 10;
  634.     position: absolute;
  635.     bottom: 30px;
  636.     left: 20px;
  637.     text-align: left;
  638.   }
  639.  
  640.   #bottomLeftPlayerRight::before {
  641.     content: "";
  642.     width: 994px;
  643.     height: 120px;
  644.     position: fixed;
  645.     z-index: -1;
  646.     left: -2px;
  647.     top: -65px;
  648.     background: linear-gradient(
  649.       90deg,
  650.       var(--background) 0%,
  651.       var(--background-end) 70%,
  652.       var(--background-end) 100%
  653.     );
  654.     -webkit-mask-image: url(https://images-ext-1.discordapp.net/external/BZzeInbLtsR80GsnePExpmpqNLlt6DadN5QjhyvFv9w/https/i.postimg.cc/pdxwfbMW/mask-bg.png?format=webp&quality=lossless);
  655.     -webkit-mask-repeat: no-repeat;
  656.     -webkit-mask-size: contain;
  657.     mask-image: url(https://images-ext-1.discordapp.net/external/BZzeInbLtsR80GsnePExpmpqNLlt6DadN5QjhyvFv9w/https/i.postimg.cc/pdxwfbMW/mask-bg.png?format=webp&quality=lossless);
  658.     mask-repeat: no-repeat;
  659.     mask-size: contain;
  660.   }
  661.  
  662.   #bottomLeftTeamHolder {
  663.     display: none;
  664.   }
  665.  
  666.   #bottomLeftPlayerMid {
  667.     display: unset;
  668.   }
  669.  
  670.   #bottomLeftPlayer {
  671.     border-radius: unset;
  672.     background: transparent;
  673.     display: flex;
  674.   }
  675.  
  676.   #bottomLeftPlayerRight {
  677.     /* padding: unset; */
  678.     /* margin: unset; */
  679.     border-radius: 5px;
  680.     /* padding:3px; */
  681.     margin-bottom: 40px;
  682.     padding-right: 7px;
  683.     padding-left: 9px;
  684.     position: fixed;
  685.     left: 132px;
  686.     transform: rotate(-2.8deg);
  687.     z-index: 10;
  688.     background-color: transparent;
  689.     bottom: 30px;
  690.     z-index: -1 !important;
  691.     display: unset;
  692.     /* margin: unset; */
  693.     /* padding: unset; */
  694.   }
  695.  
  696.   #bottomLeftHealth {
  697.     position: fixed;
  698.     color: var(--text) !important;
  699.     font-size: 35px !important;
  700.     line-height: 0px;
  701.     z-index: 10;
  702.     text-align: center;
  703.     background-color: transparent;
  704.     width: 105px;
  705.     height: 1px;
  706.     padding-left: 5px;
  707.     -webkit-backface-visibility: hidden;
  708.     backface-visibility: hidden;
  709.     transform: translateY(-10px);
  710.   }
  711.  
  712.   #maxHP {
  713.     display: none;
  714.   }
  715.  
  716.   #bottomLeftChallIcon {
  717.     display: none;
  718.   }
  719.  
  720.   #bottomLeftHealthBar {
  721.     height: 44px;
  722.     margin-left: 195px;
  723.     width: 480px;
  724.     display: flex;
  725.     direction: ltr;
  726.     justify-content: space-evenly;
  727.     align-items: center;
  728.     overflow: hidden;
  729.     background-color: var(--background);
  730.     margin-bottom: -12px;
  731.     -webkit-mask-image: url(https://images-ext-1.discordapp.net/external/nWl0vV2TAnnei4Hc-8Jzf8Lzjzh04fSoeEJVqoCnmo0/https/i.postimg.cc/qM6H0xGT/health-bg.png?format=webp&quality=lossless);
  732.     -webkit-mask-repeat: no-repeat;
  733.     -webkit-mask-size: contain;
  734.     mask-image: url(https://images-ext-1.discordapp.net/external/nWl0vV2TAnnei4Hc-8Jzf8Lzjzh04fSoeEJVqoCnmo0/https/i.postimg.cc/qM6H0xGT/health-bg.png?format=webp&quality=lossless);
  735.     mask-repeat: no-repeat;
  736.     mask-size: contain;
  737.     border: unset !important;
  738.     outline: 0px;
  739.     transform: rotate(-2.8deg);
  740.     padding: unset;
  741.     column-gap: unset;
  742.   }
  743.  
  744.   .nHealthBarSeg {
  745.     display: inline-block;
  746.     border-radius: 0;
  747.     margin-right: -2px;
  748.     background-color: transparent;
  749.     width: -moz-available;
  750.     width: -webkit-fill-available;
  751.     width: fill-available;
  752.     height: 100%;
  753.   }
  754.  
  755.   .nHpBSeg {
  756.     height: 100%;
  757.     border-radius: 0;
  758.     box-shadow: none !important;
  759.     -webkit-box-shadow: none !important;
  760.     -moz-box-shadow: none !important;
  761.     background-color: var(--health) !important;
  762.   }
  763.  
  764.   #weapHolder {
  765.     display: none !important;
  766.   }
  767.  
  768.   #topLeftMap {
  769.     display: none !important;
  770.   }
  771.  
  772.   #miniMapOverlay {
  773.     display: none !important;
  774.   }
  775.  
  776.   .weaponChatIcon {
  777.     filter: brightness(0) invert(1);
  778.     height: 20px;
  779.     width: 40px;
  780.   }
  781.  
  782.   .headShotChatIcon {
  783.     height: 20px;
  784.     filter: brightness(0) invert(1);
  785.     width: 20px;
  786.   }
  787.  
  788.   #matchInfo {
  789.     display: none !important;
  790.     visibility: hidden;
  791.   }
  792.  
  793.   #timerHolder.topLeftOld {
  794.     display: none !important;
  795.   }
  796.  
  797.   .tradeChatItem {
  798.     color: var(--health) !important;
  799.   }
  800.  
  801.   .tradeChatItem .chatMsg {
  802.     color: var(--accent);
  803.   }
  804.  
  805.   .estOfferVal span[style="color: var(--red);"] {
  806.     color: var(--health) !important;
  807.   }
  808.  
  809.   #chatHolder {
  810.     right: 140px;
  811.     left: unset !important;
  812.     background-color: transparent !important;
  813.     bottom: 45px !important;
  814.     max-width: unset;
  815.     width: 360px;
  816.   }
  817.  
  818.   #uiBase.onMenu #chatHolder {
  819.     right: calc(50% - 610px);
  820.     bottom: 120px !important;
  821.     transform: rotate(-0.6deg);
  822.   }
  823.  
  824.   #chatInputHolder > div:nth-child(3) {
  825.     display: none;
  826.   }
  827.  
  828.   #uiBase.onMenu #chatInput::placeholder {
  829.     color: var(--text) !important;
  830.   }
  831.  
  832.   #uiBase.onMenu #chatInputHolder::before {
  833.     content: "";
  834.     width: 605px;
  835.     height: 77px;
  836.     background-image: url(https://images-ext-1.discordapp.net/external/OiU8X7Cl6e1WbcwWosN9HemDvMI04n7gBc_HISeQG2Q/https/i.postimg.cc/Dzgt5j7q/Untitled-2-copy.png?format=webp&quality=lossless);
  837.     position: fixed;
  838.     z-index: -1;
  839.     background-size: 605px 70px;
  840.     background-repeat: no-repeat;
  841.     transform: rotate(-2.8deg) rotateY(180deg);
  842.     right: -11px;
  843.     top: -18px;
  844.   }
  845.  
  846.   #uiBase.onGame #chatInputHolder {
  847.     display: flex;
  848.     width: 100%;
  849.   }
  850.  
  851.   #uiBase.onMenu #chatInputHolder::after {
  852.     content: "";
  853.     width: 605px;
  854.     height: 77px;
  855.     background-image: url(https://images-ext-1.discordapp.net/external/OiU8X7Cl6e1WbcwWosN9HemDvMI04n7gBc_HISeQG2Q/https/i.postimg.cc/Dzgt5j7q/Untitled-2-copy.png?format=webp&quality=lossless);
  856.     position: fixed;
  857.     z-index: -1;
  858.     background-size: 605px 70px;
  859.     background-repeat: no-repeat;
  860.     transform: rotate(-1.2deg);
  861.     right: 620px;
  862.     top: 5px;
  863.   }
  864.  
  865.   #chatInputHolder {
  866.     background-color: transparent;
  867.     border: none;
  868.     border-radius: 0;
  869.     height: 25px;
  870.     padding: unset;
  871.     padding-left: 25px;
  872.     border: unset !important;
  873.     outline: unset !important;
  874.     transform: translateX(-5px) rotate(2.8deg);
  875.   }
  876.  
  877.   #uiBase.onEndScrn #chatHolder {
  878.     display: none !important;
  879.   }
  880.  
  881.   #chatSwitch {
  882.     display: none;
  883.   }
  884.  
  885.   #uiBase.onGame #chatSwitch {
  886.     display: inline-block;
  887.     visibility: visible;
  888.     width: 994px;
  889.     height: 120px;
  890.     position: fixed;
  891.     z-index: -1 !important;
  892.     right: -2px;
  893.     top: -79px;
  894.     background: linear-gradient(
  895.       90deg,
  896.       var(--background) 0%,
  897.       var(--background-end) 70%,
  898.       var(--background-end) 100%
  899.     );
  900.     -webkit-mask-image: url(https://images-ext-1.discordapp.net/external/BZzeInbLtsR80GsnePExpmpqNLlt6DadN5QjhyvFv9w/https/i.postimg.cc/pdxwfbMW/mask-bg.png?format=webp&quality=lossless);
  901.     -webkit-mask-repeat: no-repeat;
  902.     -webkit-mask-size: contain;
  903.     mask-image: url(https://images-ext-1.discordapp.net/external/BZzeInbLtsR80GsnePExpmpqNLlt6DadN5QjhyvFv9w/https/i.postimg.cc/pdxwfbMW/mask-bg.png?format=webp&quality=lossless);
  904.     mask-repeat: no-repeat;
  905.     mask-size: contain;
  906.     visibility: visible !important;
  907.     transform: scaleX(-1);
  908.   }
  909.  
  910.   #uiBase.onGame #chatSwitch::before {
  911.     content: "chat";
  912.     font-family: "Material Icons";
  913.     font-size: 40px;
  914.     color: var(--text);
  915.     width: 100px;
  916.     text-align: center;
  917.     line-height: 120px;
  918.     height: 120px;
  919.     position: fixed;
  920.     z-index: -1 !important;
  921.     left: 20px;
  922.     top: 0px;
  923.     visibility: visible !important;
  924.     transform: scaleX(-1);
  925.   }
  926.  
  927.   #uiBase.onGame #chatInput {
  928.     height: 44px;
  929.     padding: unset !important;
  930.  
  931.     width: 480px;
  932.     -webkit-mask-repeat: no-repeat;
  933.     -webkit-mask-size: contain;
  934.     -webkit-mask-image: url(https://images-ext-1.discordapp.net/external/egK4mwv0LIEbJvrF_oJNAlzjKsC13yHYm2sex-jJlks/https/i.postimg.cc/t4h0nRfv/health-bg12.png?format=webp&quality=lossless);
  935.     mask-image: url(https://images-ext-1.discordapp.net/external/egK4mwv0LIEbJvrF_oJNAlzjKsC13yHYm2sex-jJlks/https/i.postimg.cc/t4h0nRfv/health-bg12.png?format=webp&quality=lossless);
  936.     mask-repeat: no-repeat;
  937.     mask-size: contain;
  938.     background-color: var(--chat) !important;
  939.     visibility: visible;
  940.     right: 5px;
  941.     position: fixed;
  942.     text-align: right;
  943.     padding-right: 150px !important;
  944.     -webkit-backface-visibility: hidden;
  945.     backface-visibility: hidden;
  946.     bottom: -15px;
  947.     line-height: 48px !important;
  948.     padding-top: unset;
  949.     padding-bottom: 20px !important;
  950.     border: unset !important;
  951.     color: var(--text);
  952.   }
  953.  
  954.   #uiBase.onMenu #chatInput {
  955.     visibility: visible !important;
  956.     background-color: transparent !important;
  957.     border: none;
  958.     text-align: right;
  959.     height: 20px;
  960.     -webkit-backface-visibility: hidden;
  961.     backface-visibility: hidden;
  962.     padding: 0;
  963.     /* padding-top:5px; */
  964.     line-height: 1;
  965.     font-size: 16px;
  966.   }
  967.  
  968.   #uiBase.onGame .chatItem {
  969.     background-color: transparent !important;
  970.     background: transparent;
  971.     background: linear-gradient(90deg, transparent, var(--chat));
  972.     padding: 10px;
  973.     margin: 2px;
  974.     -webkit-backface-visibility: hidden;
  975.     backface-visibility: hidden;
  976.     line-height: 1;
  977.     max-width: unset;
  978.     width: 100%;
  979.   }
  980.  
  981.   #uiBase.onGame .chatItem {
  982.     transform: rotate(0deg) translate(-5px, -5px);
  983.     padding-right: 10px;
  984.     /* width: 360px; */
  985.   }
  986.  
  987.   .chatItem {
  988.     color: var(--accent);
  989.   }
  990.  
  991.   #chatList {
  992.     text-align: right;
  993.     border-radius: 0;
  994.     -webkit-backface-visibility: hidden;
  995.     backface-visibility: hidden;
  996.     line-height: 1;
  997.     background-color: transparent;
  998.     margin-bottom: 20px;
  999.     -webkit-mask-image: linear-gradient(
  1000.       to bottom,
  1001.       rgba(24, 24, 24, 0) 0%,
  1002.       rgba(24, 24, 24, 1) 36%,
  1003.       rgba(24, 24, 24, 1) 100%
  1004.     );
  1005.   }
  1006.  
  1007.   #uiBase.onGame #chatList > div:last-child > div {
  1008.     clip-path: polygon(0 0, 0 100%, 87% 100%, 89% 87%, 91% 87%, 100% 0);
  1009.     padding-right: 40px;
  1010.   }
  1011.  
  1012.   #uiBase.onGame #chatList {
  1013.     margin-bottom: 34px;
  1014.     transform: translateX(-15px) rotate(2.8deg);
  1015.     width: 295px;
  1016.   }
  1017.  
  1018.   .chatMsg[style="color:#fc03ec"] {
  1019.     color: #2fff88 !important;
  1020.   }
  1021.  
  1022.   #voiceDisplay {
  1023.     display: none;
  1024.   }
  1025.  
  1026.   #bottomRight {
  1027.     z-index: 11;
  1028.   }
  1029.  
  1030.   #ammoHolder {
  1031.     position: fixed;
  1032.     left: 255px;
  1033.     bottom: 40px;
  1034.     width: 425px;
  1035.     height: 16px;
  1036.     padding: 0 !important;
  1037.     border-radius: 0px;
  1038.     text-align: left;
  1039.     background-color: rgba(25, 25, 25, 0.4);
  1040.     background-image: linear-gradient(90deg, var(--ammo) 0%, var(--ammo) 100%);
  1041.     -webkit-mask-image: url(https://images-ext-1.discordapp.net/external/8epu4kr7ex_FFiYvN9y_PQFjX0Sa07SVeJeR4o0AjLM/https/i.postimg.cc/k4MdmrT1/ammo-bg.png?format=webp&quality=lossless);
  1042.     -webkit-mask-repeat: no-repeat;
  1043.     -webkit-mask-size: contain;
  1044.     mask-image: url(https://images-ext-1.discordapp.net/external/8epu4kr7ex_FFiYvN9y_PQFjX0Sa07SVeJeR4o0AjLM/https/i.postimg.cc/k4MdmrT1/ammo-bg.png?format=webp&quality=lossless);
  1045.     mask-repeat: no-repeat;
  1046.     mask-size: contain;
  1047.     transform: rotate(-2.8deg);
  1048.   }
  1049.  
  1050.   #ammoHolder[style*="background-size: 0%;"] {
  1051.     background-size: 100% !important;
  1052.   }
  1053.  
  1054.   #reloadMsg {
  1055.     bottom: calc(50% - 150px);
  1056.     background-image: none !important;
  1057.     color: var(--background);
  1058.     font-family: "Material Icons";
  1059.     font-size: 0;
  1060.     background-color: transparent !important;
  1061.     border: unset !important;
  1062.   }
  1063.  
  1064.   #reloadMsg::before {
  1065.     content: "priority_high";
  1066.     font-size: 40px;
  1067.   }
  1068.  
  1069.   ::-webkit-scrollbar {
  1070.     display: none;
  1071.   }
  1072.  
  1073.   #ammoIcon {
  1074.     display: none;
  1075.   }
  1076.  
  1077.   #ammoVal {
  1078.     font-size: 20px;
  1079.     position: fixed;
  1080.     transform: translateX(-100px) skewX(25deg);
  1081.     bottom: 45px;
  1082.     background-color: transparent;
  1083.     width: 106px;
  1084.     padding-left: 10px;
  1085.     color: var(--text) !important;
  1086.     clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  1087.     letter-spacing: 2px;
  1088.     -webkit-backface-visibility: hidden;
  1089.     backface-visibility: hidden;
  1090.     right: 215px;
  1091.     z-index: 10000 !important;
  1092.   }
  1093.  
  1094.   #ammoMax {
  1095.     visibility: hidden;
  1096.   }
  1097.  
  1098.   #ammoMax:before {
  1099.     content: "";
  1100.     position: fixed;
  1101.     width: 614px;
  1102.     height: 53px;
  1103.     bottom: 30px;
  1104.     left: -3px;
  1105.     background-image: url(https://images-ext-1.discordapp.net/external/OiU8X7Cl6e1WbcwWosN9HemDvMI04n7gBc_HISeQG2Q/https/i.postimg.cc/Dzgt5j7q/Untitled-2-copy.png?format=webp&quality=lossless);
  1106.     background-size: contain;
  1107.     background-repeat: no-repeat;
  1108.     z-index: -1 !important;
  1109.     transform: skew(27deg) translateX(-170px) rotate(2.2deg);
  1110.     visibility: visible;
  1111.   }
  1112.  
  1113.   #timerHolder {
  1114.     left: 50%;
  1115.     position: fixed;
  1116.     transform: translateX(-50%) rotate(0deg) !important;
  1117.     border-radius: 0;
  1118.     width: 100px;
  1119.     text-align: center;
  1120.     height: 25px;
  1121.     line-height: 25px;
  1122.     background-color: transparent;
  1123.     margin-top: 30px;
  1124.     padding: 0px;
  1125.   }
  1126.  
  1127.   #timerVal {
  1128.     color: rgb(0, 0, 0);
  1129.     text-align: center;
  1130.     font-size: 30px;
  1131.   }
  1132.  
  1133.   #timerIcon {
  1134.     display: none;
  1135.   }
  1136.  
  1137.   #topLeftHolder {
  1138.     left: 130px;
  1139.     top: 60px;
  1140.   }
  1141.  
  1142.   #topRight {
  1143.     right: 130px;
  1144.     top: 60px;
  1145.   }
  1146.  
  1147.   #topRight::before {
  1148.     content: "groups";
  1149.     font-family: "Material Icons";
  1150.     position: fixed;
  1151.     width: 260px;
  1152.     right: 175px;
  1153.     height: 25px;
  1154.     transform: rotate(-4deg);
  1155.     top: 75px;
  1156.     z-index: 10;
  1157.     line-height: 15px;
  1158.     color: var(--text);
  1159.     padding-right: 10px;
  1160.     font-size: 40px;
  1161.     -webkit-backface-visibility: hidden;
  1162.     backface-visibility: hidden;
  1163.   }
  1164.  
  1165.   #topRight::after {
  1166.     content: " ";
  1167.     width: 994px;
  1168.     height: 120px;
  1169.     -webkit-mask-image: url(https://images-ext-1.discordapp.net/external/BZzeInbLtsR80GsnePExpmpqNLlt6DadN5QjhyvFv9w/https/i.postimg.cc/pdxwfbMW/mask-bg.png?format=webp&quality=lossless);
  1170.     -webkit-mask-repeat: no-repeat;
  1171.     -webkit-mask-size: contain;
  1172.     mask-image: url(https://images-ext-1.discordapp.net/external/BZzeInbLtsR80GsnePExpmpqNLlt6DadN5QjhyvFv9w/https/i.postimg.cc/pdxwfbMW/mask-bg.png?format=webp&quality=lossless);
  1173.     mask-repeat: no-repeat;
  1174.     mask-size: contain;
  1175.     background: linear-gradient(
  1176.       90deg,
  1177.       var(--background) 0%,
  1178.       var(--background-end) 60%,
  1179.       var(--background-end) 100%
  1180.     );
  1181.     position: fixed;
  1182.     z-index: -1;
  1183.     transform: rotateX(-180deg) rotate(182.8deg) scaleY(-1);
  1184.     right: 135px;
  1185.     top: 40px;
  1186.   }
  1187.  
  1188.   #curGameInfo {
  1189.     display: none;
  1190.   }
  1191.  
  1192.   #gameMessage {
  1193.     color: var(--background);
  1194.     top: 50px;
  1195.     font-size: 16px;
  1196.   }
  1197.  
  1198.   #leaderboardHolder {
  1199.     padding: unset;
  1200.     width: unset;
  1201.     margin-top: 42px;
  1202.     margin-right: 80px;
  1203.     transform: rotate(-2.8deg);
  1204.     height: 400px;
  1205.     padding-top: 10px;
  1206.     background-color: transparent;
  1207.   }
  1208.  
  1209.   /*
  1210.   #leaderDisplay:before {
  1211.   content: "";
  1212.   position: absolute;
  1213.   top: 0; bottom: 0;
  1214.   left: 0; right: 0;
  1215.   z-index: -1;
  1216.   transform: rotate(-2.8deg);
  1217.   -webkit-mask-image:linear-gradient(to top,rgba(24,24,24,0) 0%,rgba(24,24,24,1) 36%,rgba(24,24,24,1) 100%);
  1218.   }
  1219.   */
  1220.  
  1221.   .centerLeaderContainer {
  1222.     background-color: var(--background) !important;
  1223.     border: unset !important;
  1224.     backdrop-filter: blur(20px) !important;
  1225.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  1226.         100%,
  1227.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  1228.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  1229.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  1230.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  1231.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  1232.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  1233.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  1234.     background-repeat: no-repeat;
  1235.     background-size: 20px 20px;
  1236.   }
  1237.  
  1238.   .centerLeaderContainerInner {
  1239.     background-color: transparent !important;
  1240.   }
  1241.  
  1242.   .leaderItem {
  1243.     background: var(--chat);
  1244.     padding: 0;
  1245.     padding-left: 40px;
  1246.     height: 30px;
  1247.     padding-right: 30px;
  1248.     line-height: 30px;
  1249.     margin-bottom: 5px;
  1250.     -webkit-backface-visibility: hidden;
  1251.     backface-visibility: hidden;
  1252.     font-size: 16px !important;
  1253.     width: 255px;
  1254.     margin-right: 15px;
  1255.     color: var(--text) !important;
  1256.     background: linear-gradient(90deg, transparent, var(--chat));
  1257.   }
  1258.  
  1259.   #leaderContainer > div:nth-child(1) {
  1260.     clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 80%, 92% 0);
  1261.   }
  1262.  
  1263.   #voteToKick {
  1264.     transform: rotate(2.5deg);
  1265.     background: linear-gradient(
  1266.       -90deg,
  1267.       rgba(25, 25, 25, 0) 0%,
  1268.       rgba(25, 25, 25, 0.4) 100%
  1269.     );
  1270.     border-radius: 0;
  1271.     -webkit-backface-visibility: hidden;
  1272.     backface-visibility: hidden;
  1273.     line-height: 1;
  1274.     margin-top: 50px;
  1275.     margin-left: 60px;
  1276.   }
  1277.  
  1278.   .leaderName,
  1279.   .newLeaderName,
  1280.   .newLeaderNameF,
  1281.   .endTableN[style*="color:#eb5656"] {
  1282.     color: var(--accent) !important;
  1283.   }
  1284.  
  1285.   .leaderNameM,
  1286.   .leaderNameF,
  1287.   .leaderScore,
  1288.   .leaderCounter {
  1289.     color: var(--text) !important;
  1290.   }
  1291.  
  1292.   .kfItem {
  1293.     background: var(--chat);
  1294.     border-radius: 0;
  1295.     color: var(--accent);
  1296.     -webkit-backface-visibility: hidden;
  1297.     backface-visibility: hidden;
  1298.     margin-bottom: 5px;
  1299.     height: 25px;
  1300.     line-height: 25px;
  1301.     padding: 0;
  1302.     padding-left: 10px;
  1303.     opacity: 0.7;
  1304.     padding-right: 10px;
  1305.     font-size: 16px !important;
  1306.     transform: translateY(50px) translateX(-120px) rotate(-2.8deg);
  1307.   }
  1308.  
  1309.   .kfMsg {
  1310.     color: var(--accent) !important;
  1311.     line-height: 1;
  1312.     -webkit-backface-visibility: hidden;
  1313.     backface-visibility: hidden;
  1314.     font-size: 16px !important;
  1315.   }
  1316.  
  1317.   .kfMsg [style="color:#eb5656"] {
  1318.     color: var(--accent) !important;
  1319.   }
  1320.  
  1321.   .kfMsg [style="color:#9eeb56"] {
  1322.     color: var(--text) !important;
  1323.   }
  1324.  
  1325.   .topRightCounters {
  1326.     position: fixed;
  1327.     left: 210px;
  1328.     bottom: 124px;
  1329.     right: unset !important;
  1330.     top: unset !important;
  1331.     transform: rotate(-2.8deg);
  1332.     display: flex;
  1333.     width: 655px !important;
  1334.     -webkit-backface-visibility: hidden;
  1335.     backface-visibility: hidden;
  1336.     line-height: 1;
  1337.     z-index: -2 !important;
  1338.     font-size: 13px;
  1339.     height: 42px;
  1340.     color: var(--text) !important;
  1341.     -webkit-mask-image: url(https://images-ext-1.discordapp.net/external/8FqX7RayH_VLu8DK3xAOTYrvxLN7aOK1apI59FlGLa8/https/i.postimg.cc/XqmMdr4m/counter-bg.png?format=webp&quality=lossless);
  1342.     -webkit-mask-repeat: no-repeat;
  1343.     -webkit-mask-size: contain;
  1344.     padding-left: 44.5px;
  1345.     line-height: 29px;
  1346.     background: linear-gradient(
  1347.       90deg,
  1348.       var(--background) 0%,
  1349.       var(--background-end) 55%,
  1350.       var(--background-end) 100%
  1351.     );
  1352.   }
  1353.  
  1354.   .statIcon {
  1355.     border-radius: 0;
  1356.     background-color: transparent;
  1357.     font-size: 5px;
  1358.     margin-right: 18px;
  1359.     color: var(--text) !important;
  1360.     margin-bottom: unset;
  1361.     display: flex;
  1362.     height: 40px;
  1363.     line-height: 40px;
  1364.   }
  1365.  
  1366.   #topRightAdHolder {
  1367.     display: none !important;
  1368.   }
  1369.  
  1370.   #leaderContainer {
  1371.     background: transparent;
  1372.     padding: unset;
  1373.     margin: unset;
  1374.   }
  1375.  
  1376.   #killStreakHolder {
  1377.     position: fixed;
  1378.     bottom: 75px;
  1379.     right: unset;
  1380.     left: 50%;
  1381.     transform: translateX(-50%);
  1382.     margin-right: 0;
  1383.     margin-bottom: 0;
  1384.   }
  1385.  
  1386.   .killStreakItem {
  1387.     position: fixed;
  1388.     bottom: 5%;
  1389.     right: 50%;
  1390.     transform: translate(50%);
  1391.     width: 70px;
  1392.     height: 70px;
  1393.     border-radius: 100%;
  1394.     background-color: var(--background);
  1395.   }
  1396.  
  1397.   .killStreakItem span {
  1398.     position: absolute;
  1399.     left: 50%;
  1400.     bottom: 50%;
  1401.     transform: translate(-50%, calc(50% - 50px));
  1402.     color: white;
  1403.   }
  1404.  
  1405.   .killStreakCnt {
  1406.     position: absolute;
  1407.     left: 50%;
  1408.     bottom: 50%;
  1409.     transform: translate(-50%, calc(50% + 20px));
  1410.     color: white;
  1411.     right: unset;
  1412.   }
  1413.  
  1414.   #killsVal,
  1415.   #deathsVal,
  1416.   #streakVal,
  1417.   #myScoreVal,
  1418.   #kdVal,
  1419.   #livesDisp,
  1420.   #scoreZoneVal {
  1421.     color: var(--text) !important;
  1422.     font-size: 20px;
  1423.   }
  1424.  
  1425.   #scoreCount > div > i {
  1426.     display: none;
  1427.   }
  1428.  
  1429.   #killsVal:after {
  1430.     content: " K";
  1431.     display: inline;
  1432.     font-size: 20.5px;
  1433.     font-weight: bold;
  1434.     color: var(--text) !important;
  1435.     text-align: center;
  1436.   }
  1437.  
  1438.   #deathsVal:after {
  1439.     content: " D";
  1440.     display: inline;
  1441.     font-size: 20.5px;
  1442.     font-weight: bold;
  1443.     text-align: center;
  1444.     color: var(--text) !important;
  1445.   }
  1446.  
  1447.   #streakVal:after {
  1448.     content: " S";
  1449.     display: inline;
  1450.     font-size: 20.5px;
  1451.     font-weight: bold;
  1452.     text-align: center;
  1453.     color: var(--text) !important;
  1454.   }
  1455.  
  1456.   #myScoreVal:after {
  1457.     content: " P";
  1458.     display: inline;
  1459.     font-size: 20.5px;
  1460.     font-weight: bold;
  1461.     color: var(--text) !important;
  1462.     text-align: center;
  1463.   }
  1464.  
  1465.   #kdVal:after {
  1466.     content: " K/D";
  1467.     display: inline;
  1468.     font-size: 20.5px;
  1469.     font-weight: bold;
  1470.     color: var(--text) !important;
  1471.     text-align: center;
  1472.   }
  1473.  
  1474.   #livesDisp:after {
  1475.     content: " L";
  1476.     display: inline;
  1477.     font-size: 20.5px;
  1478.     font-weight: bold;
  1479.     color: var(--text) !important;
  1480.     text-align: center;
  1481.   }
  1482.  
  1483.   #killsIcon,
  1484.   #deathsIcon,
  1485.   #streakIcon,
  1486.   #kdIcon {
  1487.     display: none;
  1488.   }
  1489.  
  1490.   .countIcon .material-icons {
  1491.     display: none;
  1492.   }
  1493.  
  1494.   #roundsDisplay {
  1495.     display: none !important;
  1496.   }
  1497.  
  1498.   .debugInfo {
  1499.     display: flex !important;
  1500.     width: 650px;
  1501.     transform: rotate(2.4deg) translateY(54px);
  1502.     height: 40px;
  1503.     -webkit-backface-visibility: hidden;
  1504.     backface-visibility: hidden;
  1505.     line-height: 45px;
  1506.     padding: unset;
  1507.     padding-left: 40px;
  1508.     margin-left: 90px;
  1509.     -webkit-mask-image: url(https://i.postimg.cc/vBPw8PjQ/counter-bg-1.png);
  1510.     -webkit-mask-repeat: no-repeat;
  1511.     -webkit-mask-size: contain;
  1512.     background: linear-gradient(
  1513.       90deg,
  1514.       var(--background) 0%,
  1515.       var(--background-end) 55%,
  1516.       var(--background-end) 100%
  1517.     );
  1518.   }
  1519.  
  1520.   #topLeftHolder::after {
  1521.     content: "";
  1522.     width: 994px;
  1523.     height: 120px;
  1524.     -webkit-mask-image: url(https://images-ext-1.discordapp.net/external/BZzeInbLtsR80GsnePExpmpqNLlt6DadN5QjhyvFv9w/https/i.postimg.cc/pdxwfbMW/mask-bg.png?format=webp&quality=lossless);
  1525.     -webkit-mask-repeat: no-repeat;
  1526.     -webkit-mask-size: contain;
  1527.     mask-image: url(https://images-ext-1.discordapp.net/external/BZzeInbLtsR80GsnePExpmpqNLlt6DadN5QjhyvFv9w/https/i.postimg.cc/pdxwfbMW/mask-bg.png?format=webp&quality=lossless);
  1528.     mask-repeat: no-repeat;
  1529.     mask-size: contain;
  1530.     background: linear-gradient(
  1531.       90deg,
  1532.       var(--background) 0%,
  1533.       var(--background-end) 60%,
  1534.       var(--background-end) 100%
  1535.     );
  1536.     position: fixed;
  1537.     z-index: -1;
  1538.     background-repeat: no-repeat;
  1539.     transform: rotate(2.8deg) scaleY(-1);
  1540.     top: 40px;
  1541.     left: 130px;
  1542.   }
  1543.  
  1544.   #topLeftHolder::before {
  1545.     content: "insert_chart";
  1546.     font-family: "Material Icons";
  1547.     font-size: 40px;
  1548.     line-height: 20px;
  1549.     left: 180px;
  1550.     top: 70px;
  1551.     position: fixed;
  1552.     color: var(--text);
  1553.     transform: scaleX(-1) rotate(-2.8deg);
  1554.     -webkit-backface-visibility: hidden;
  1555.     backface-visibility: hidden;
  1556.   }
  1557.  
  1558.   #fpsDisplay {
  1559.     color: var(--text) !important;
  1560.     margin-right: 10px;
  1561.     font-size: 16px;
  1562.   }
  1563.  
  1564.   #pingIcon {
  1565.     display: none;
  1566.   }
  1567.  
  1568.   #pingDisplay {
  1569.     color: var(--text) !important;
  1570.     font-size: 16px;
  1571.   }
  1572.  
  1573.   #pingText {
  1574.     color: var(--text) !important;
  1575.     font-size: 16px;
  1576.   }
  1577.  
  1578.   #ingameFPS {
  1579.     color: var(--text) !important;
  1580.   }
  1581.  
  1582.   #speedRunHolder {
  1583.     right: unset;
  1584.     left: 130px;
  1585.     top: 120px;
  1586.     bottom: unset;
  1587.     border-radius: 0px;
  1588.     background-color: transparent !important;
  1589.     color: var(--text);
  1590.     padding: 0px !important;
  1591.   }
  1592.  
  1593.   #speedRunReset {
  1594.     display: block !important;
  1595.     margin-right: unset;
  1596.     border-radius: 0px;
  1597.     transform: rotate(2.8deg);
  1598.     background: linear-gradient(
  1599.       -90deg,
  1600.       rgba(25, 25, 25, 0) 0%,
  1601.       rgba(25, 25, 25, 0.4) 100%
  1602.     );
  1603.     color: var(--text);
  1604.   }
  1605.  
  1606.   #speedRunBox {
  1607.     background-color: transparent !important;
  1608.     color: var(--text);
  1609.     padding: 0px !important;
  1610.   }
  1611.  
  1612.   #speedRunInfo {
  1613.     transform: rotate(2.8deg);
  1614.     color: var(--text);
  1615.     background: linear-gradient(
  1616.       -90deg,
  1617.       rgba(25, 25, 25, 0) 0%,
  1618.       rgba(25, 25, 25, 0.4) 100%
  1619.     );
  1620.     padding-left: 10px;
  1621.     border: none !important;
  1622.     line-height: 45px;
  1623.     padding-bottom: 0px;
  1624.     font-size: 20px;
  1625.   }
  1626.  
  1627.   #speedRunInfo > span {
  1628.     padding-right: 20px;
  1629.     line-height: 45px;
  1630.     font-size: 20px;
  1631.     color: var(--text) !important;
  1632.   }
  1633.  
  1634.   #spdrnZC {
  1635.     color: var(--text) !important;
  1636.   }
  1637.  
  1638.   #speedRunInfo > span > i {
  1639.     font-size: 24px;
  1640.     line-height: 45px;
  1641.     color: var(--accent) !important;
  1642.   }
  1643.  
  1644.   .speedRunItem {
  1645.     transform: rotate(2.8deg);
  1646.     color: var(--text);
  1647.     border: none !important;
  1648.     font-size: 16px;
  1649.     opacity: 0.7;
  1650.     padding-right: 20px;
  1651.   }
  1652.  
  1653.   #speedRunRstKey {
  1654.     color: var(--accent);
  1655.   }
  1656.  
  1657.   .sriAct {
  1658.     background: linear-gradient(
  1659.       -90deg,
  1660.       rgba(25, 25, 25, 0) 0%,
  1661.       rgba(25, 25, 25, 0.4) 100%
  1662.     );
  1663.     color: var(--accent) !important;
  1664.   }
  1665.  
  1666.   #speedRunTimer {
  1667.     color: var(--background);
  1668.     font-size: 24px;
  1669.     text-align: center;
  1670.     transform: translateX(-50%);
  1671.     -webkit-backface-visibility: hidden;
  1672.     backface-visibility: hidden;
  1673.     position: fixed;
  1674.     top: 120px;
  1675.     left: 50%;
  1676.     padding: 0px;
  1677.     display: none;
  1678.   }
  1679.  
  1680.   #clientExit {
  1681.     display: flex !important;
  1682.   }
  1683.  
  1684.   .speedRunITim {
  1685.     color: var(--text) !important;
  1686.   }
  1687.  
  1688.   #specKPDContr {
  1689.     background-color: var(--background) !important;
  1690.     border-radius: 0px;
  1691.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  1692.         100%,
  1693.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  1694.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  1695.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  1696.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  1697.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  1698.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  1699.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  1700.  
  1701.     background-repeat: no-repeat;
  1702.     background-size: 20px 20px;
  1703.   }
  1704.  
  1705.   #specKPDContr > div {
  1706.     color: var(--accent) !important;
  1707.   }
  1708.  
  1709.   #specKPDContr > div > span {
  1710.     color: var(--accent) !important;
  1711.   }
  1712.  
  1713.   #specKPDContr > div > div > span {
  1714.     color: var(--accent) !important;
  1715.   }
  1716.  
  1717.   .gfSection,
  1718.   .endSection,
  1719.   .crStat,
  1720.   #kdLayout {
  1721.     background-color: var(--background);
  1722.     border-radius: 0px;
  1723.     border-color: transparent;
  1724.   }
  1725.  
  1726.   #fundsLayout > div > span {
  1727.     color: var(--accent) !important;
  1728.   }
  1729.  
  1730.   .crLabel {
  1731.     color: var(--accent);
  1732.   }
  1733.  
  1734.   .crVal {
  1735.     color: var(--accent);
  1736.   }
  1737.  
  1738.   .endTitle {
  1739.     color: var(--accent);
  1740.   }
  1741.  
  1742.   .xpLvl {
  1743.     color: var(--accent);
  1744.   }
  1745.  
  1746.   .bpXPBar {
  1747.     background-color: var(--health);
  1748.   }
  1749.  
  1750.   #menuClassContainer:hover #menuClassNameTag {
  1751.     visibility: visible;
  1752.     transform: translateX(-50%) scale(1);
  1753.   }
  1754.  
  1755.   #menuClassNameTag {
  1756.     visibility: visible;
  1757.     margin-top: unset;
  1758.     position: fixed;
  1759.     left: 50%;
  1760.     transform: translateX(-50%) scale(0);
  1761.     background-color: var(--background);
  1762.     padding: 10px;
  1763.     border-left: 5px solid var(--accent);
  1764.     border-right: 5px solid var(--accent);
  1765.     padding-left: 20px;
  1766.     padding-right: 20px;
  1767.     bottom: 320px;
  1768.     overflow: hidden;
  1769.     height: 30px;
  1770.     transition: all 0.2s ease-in-out;
  1771.   }
  1772.  
  1773.   .menuClassLevelBox {
  1774.     background-color: transparent;
  1775.   }
  1776.  
  1777.   #uiBase.onMenu .verticalSeparatorInline {
  1778.     display: none;
  1779.   }
  1780.  
  1781.   #tlInfHold {
  1782.     position: fixed;
  1783.     left: calc(50% - 600px);
  1784.     top: 120px;
  1785.   }
  1786.  
  1787.   .freeKRIcon {
  1788.     height: 47px;
  1789.   }
  1790.  
  1791.   #deathUIBottom {
  1792.     z-index: 123123123;
  1793.     left: calc(50% - 400px);
  1794.     bottom: 40px;
  1795.     background: linear-gradient(0deg, var(--background), transparent);
  1796.     height: auto;
  1797.     align-items: flex-end;
  1798.     width: 800px !important;
  1799.     backdrop-filter: unset !important;
  1800.   }
  1801.  
  1802.   #deathUIBottom > .death-column[style*="start"] {
  1803.     display: none;
  1804.   }
  1805.  
  1806.   #deathUIBottom > .death-column[style*="center"] {
  1807.     display: none;
  1808.   }
  1809.  
  1810.   #deathUIBottom > .death-column[style*="end"] {
  1811.     display: flex;
  1812.     width: 100% !important;
  1813.     padding: 20px;
  1814.     backdrop-filter: blur(20px);
  1815.     background: var(--background);
  1816.     flex-direction: column-reverse !important;
  1817.     justify-content: space-between !important;
  1818.   }
  1819.  
  1820.   .death-stats {
  1821.     display: none;
  1822.   }
  1823.  
  1824.   .death-row-weapon-img,
  1825.   .death-row-weapon-img-right {
  1826.     filter: brightness(1.8);
  1827.     opacity: 0.8;
  1828.   }
  1829.  
  1830.   .death-row-user-stat {
  1831.     display: none;
  1832.   }
  1833.  
  1834.   .death-ui-bottom {
  1835.     position: absolute;
  1836.     left: 0px;
  1837.     transform: unset;
  1838.     right: unset;
  1839.     display: flex;
  1840.     bottom: calc(50% - 150px);
  1841.     width: 100% !important;
  1842.   }
  1843.  
  1844.   .death-row-left,
  1845.   .death-row-right,
  1846.   .death-row-bottom {
  1847.     display: flex;
  1848.     box-sizing: border-box;
  1849.   }
  1850.  
  1851.   .death-row-bottom {
  1852.     height: auto;
  1853.     position: relative;
  1854.     flex-direction: column;
  1855.     width: 100% !important;
  1856.   }
  1857.  
  1858.   .death-row-weapon-img {
  1859.     height: 100%;
  1860.     margin: unset;
  1861.   }
  1862.  
  1863.   .death-row-left {
  1864.     display: none;
  1865.   }
  1866.  
  1867.   .death-row-user-text::after {
  1868.     content: "Killed by";
  1869.     color: var(--text);
  1870.     font-size: 20px;
  1871.   }
  1872.  
  1873.   .death-column-empty {
  1874.     display: none;
  1875.   }
  1876.  
  1877.   .death-row-class-level {
  1878.     display: none;
  1879.   }
  1880.  
  1881.   .death-row-class {
  1882.     margin-top: unset;
  1883.     margin-bottom: unset;
  1884.     margin-left: unset;
  1885.     position: absolute;
  1886.     right: 10px;
  1887.     height: 80px;
  1888.     width: 80px;
  1889.     margin-right: 20px;
  1890.     display: flex;
  1891.     align-items: center;
  1892.     z-index: 123;
  1893.     top: 50%;
  1894.     transform: translateY(-50%);
  1895.     justify-content: center !important;
  1896.   }
  1897.  
  1898.   .death-row-class-img {
  1899.     height: 70px;
  1900.     width: 70px;
  1901.     position: relative;
  1902.   }
  1903.  
  1904.   .death-row-user {
  1905.     width: 100%;
  1906.   }
  1907.  
  1908.   .death-row-user-text {
  1909.     filter: unset;
  1910.     color: var(--health);
  1911.     font-size: 40px;
  1912.     max-width: unset;
  1913.     background: linear-gradient(90deg, transparent, var(--background));
  1914.     border-right: 10px solid var(--health);
  1915.     width: 100%;
  1916.     height: 100px;
  1917.     display: flex;
  1918.     flex-direction: column-reverse;
  1919.     justify-content: center;
  1920.     box-sizing: border-box;
  1921.     backdrop-filter: blur(20px);
  1922.     padding-left: 20px;
  1923.   }
  1924.  
  1925.   .death-row-weapon {
  1926.     display: flex;
  1927.     align-items: center;
  1928.   }
  1929.  
  1930.   .death-row-bottom-bg {
  1931.     display: none;
  1932.   }
  1933.  
  1934.   .death-row-bottom {
  1935.     filter: unset;
  1936.     background-color: transparent !important;
  1937.     border: unset !important;
  1938.     box-shadow: unset !important;
  1939.     outline: unset !important;
  1940.     text-shadow: unset !important;
  1941.     align-items: flex-start !important;
  1942.   }
  1943.  
  1944.   .death-row-class {
  1945.   }
  1946.  
  1947.   .death-row-weapon-text {
  1948.     display: none;
  1949.   }
  1950.  
  1951.   .death-row-kills {
  1952.     display: none;
  1953.   }
  1954.  
  1955.   #uiBase.onDeathScrn #chatHolder {
  1956.     display: none !important;
  1957.   }
  1958.  
  1959.   #endTabbedView {
  1960.     min-width: 1000px;
  1961.     display: inline-block;
  1962.     vertical-align: top;
  1963.   }
  1964.  
  1965.   #endMidHolder {
  1966.     top: 320px !important;
  1967.   }
  1968.  
  1969.   .endCard {
  1970.     border-radius: 0px;
  1971.     display: flex;
  1972.     background-color: var(--background) !important;
  1973.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  1974.         100%,
  1975.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  1976.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  1977.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  1978.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  1979.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  1980.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  1981.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  1982.     background-repeat: no-repeat;
  1983.     background-size: 20px 20px;
  1984.     box-shadow: unset !important;
  1985.   }
  1986.  
  1987.   #tabHolder {
  1988.     display: flex;
  1989.     width: 220px;
  1990.     height: auto;
  1991.     background-color: var(--background);
  1992.     margin-right: 10px;
  1993.     flex-direction: column;
  1994.     margin-bottom: unset;
  1995.   }
  1996.  
  1997.   .tabHeader {
  1998.     border-left: 5px solid var(--accent);
  1999.     margin: 5px;
  2000.     color: var(--accent) !important;
  2001.     border-bottom: unset !important;
  2002.     background-color: var(--background);
  2003.     height: 40px;
  2004.     line-height: 40px;
  2005.   }
  2006.  
  2007.   .tabHeader.selected {
  2008.     color: var(--accent);
  2009.     border-color: var(--accent);
  2010.   }
  2011.  
  2012.   #endTable > tbody > tr > th {
  2013.     border: unset !important;
  2014.     color: var(--accent);
  2015.   }
  2016.  
  2017.   #endTable {
  2018.     background-color: var(--background) !important;
  2019.     border-radius: 0px;
  2020.   }
  2021.  
  2022.   .tabBody {
  2023.     width: 100%;
  2024.   }
  2025.  
  2026.   #endTable > tbody > tr > td {
  2027.     color: var(--accent) !important;
  2028.   }
  2029.  
  2030.   .endTableN {
  2031.     color: var(--accent) !important;
  2032.   }
  2033.  
  2034.   #endTimer {
  2035.     visibility: hidden !important;
  2036.   }
  2037.  
  2038.   #endInfo[style*="display: block;"] #endTimer {
  2039.     background-color: var(--background) !important;
  2040.     width: 1000px;
  2041.     height: 80px;
  2042.     margin-top: 130px;
  2043.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  2044.         100%,
  2045.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  2046.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  2047.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  2048.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  2049.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  2050.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  2051.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  2052.     background-repeat: no-repeat;
  2053.     background-size: 20px 20px;
  2054.     line-height: 80px;
  2055.     font-size: 40px;
  2056.     font-style: unset;
  2057.     color: var(--accent);
  2058.     text-shadow: unset !important;
  2059.     visibility: visible !important;
  2060.   }
  2061.  
  2062.   .tabHeader.selected {
  2063.     border-bottom: unset;
  2064.     border-color: var(--accent);
  2065.     color: var(--accent) !important;
  2066.   }
  2067.  
  2068.   #endTable > tbody > tr > td > span {
  2069.     color: var(--accent) !important;
  2070.   }
  2071.  
  2072.   #matchVoteHolder[style*="display: inline-block"] {
  2073.     width: 1000px;
  2074.     display: flex !important;
  2075.     flex-direction: row;
  2076.     justify-content: space-evenly;
  2077.     left: 50%;
  2078.     background-color: var(--background) !important;
  2079.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  2080.         100%,
  2081.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  2082.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  2083.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  2084.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  2085.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  2086.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  2087.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  2088.     background-repeat: no-repeat;
  2089.     background-size: 20px 20px;
  2090.     align-items: center;
  2091.     padding-top: 5px;
  2092.     border-radius: 0px;
  2093.     padding-bottom: 5px;
  2094.   }
  2095.  
  2096.   .matchVote {
  2097.     margin: unset;
  2098.     display: flex !important;
  2099.     align-items: center;
  2100.     justify-content: center;
  2101.     flex-direction: column;
  2102.     text-shadow: unset;
  2103.     border: unset !important;
  2104.     border-radius: unset;
  2105.     transition: 0.15s ease-in-out;
  2106.     transform: scale(0.9) !important;
  2107.   }
  2108.  
  2109.   .matchVote:hover {
  2110.     transform: scale(1.2) !important;
  2111.   }
  2112.  
  2113.   .matchVote:before {
  2114.     content: "";
  2115.     position: absolute;
  2116.     top: 0;
  2117.     bottom: 0;
  2118.     left: 0;
  2119.     right: 0;
  2120.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  2121.         100%,
  2122.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  2123.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  2124.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  2125.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  2126.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  2127.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  2128.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  2129.  
  2130.     background-repeat: no-repeat;
  2131.     background-size: 20px 20px;
  2132.     pointer-events: none;
  2133.     z-index: 10;
  2134.     background-color: var(--background);
  2135.   }
  2136.  
  2137.   .matchVote > div {
  2138.     display: flex;
  2139.     position: unset;
  2140.     text-shadow: unset !important;
  2141.     text-align: center;
  2142.     color: var(--accent) !important;
  2143.     z-index: 11;
  2144.   }
  2145.  
  2146.   #tabHolder:after {
  2147.     content: "NASA LTD";
  2148.     color: var(--accent);
  2149.     text-align: center;
  2150.     height: 100%;
  2151.     display: flex;
  2152.     justify-content: center;
  2153.     align-items: flex-end;
  2154.     padding-bottom: 10px;
  2155.     font-size: 15px;
  2156.   }
  2157.  
  2158.   #victorySub {
  2159.     display: none;
  2160.   }
  2161.  
  2162.   #uiBase.onMenu #aMerger {
  2163.     position: fixed;
  2164.     left: calc(50%);
  2165.     top: 120px;
  2166.     transform: translateX(-50%);
  2167.   }
  2168.  
  2169.   #uiBase.onEndScrn #endAHolderR {
  2170.     position: fixed !important;
  2171.     right: calc(50% - 1000px);
  2172.   }
  2173.  
  2174.   #uiBase.onEndScrn #endAHolderL {
  2175.     position: fixed !important;
  2176.     left: calc(50% - 1000px);
  2177.   }
  2178.  
  2179.   .kfItem {
  2180.     border: unset !important;
  2181.     border-right: 5px solid var(--accent) !important;
  2182.     padding-right: 10px;
  2183.     padding-left: 80px;
  2184.     border-radius: 0px !important;
  2185.     background: linear-gradient(
  2186.       90deg,
  2187.       transparent 0%,
  2188.       transparent 10%,
  2189.       var(--background) 100%
  2190.     );
  2191.   }
  2192.  
  2193.   #teamTotal0 {
  2194.     display: flex;
  2195.     align-items: center;
  2196.     position: fixed;
  2197.     left: calc(50% - 470px);
  2198.     top: 145px;
  2199.     background-color: var(--background);
  2200.   }
  2201.  
  2202.   #teamTotal1 {
  2203.     position: fixed;
  2204.     right: calc(50% - 470px);
  2205.     top: 145px;
  2206.     background-color: var(--background);
  2207.   }
  2208.  
  2209.   .teamTotalScore {
  2210.     color: var(--accent);
  2211.   }
  2212.  
  2213.   #specKPDContr {
  2214.     background-color: var(--background) !important;
  2215.     border-radius: 0px;
  2216.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  2217.         100%,
  2218.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  2219.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  2220.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  2221.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  2222.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  2223.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  2224.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  2225.  
  2226.     background-repeat: no-repeat;
  2227.     background-size: 20px 20px;
  2228.   }
  2229.  
  2230.   #specKPDContr > div {
  2231.     color: var(--accent) !important;
  2232.   }
  2233.  
  2234.   #specKPDContr > div > span {
  2235.     color: var(--accent) !important;
  2236.   }
  2237.  
  2238.   #specKPDContr > div > div > span {
  2239.     color: var(--accent) !important;
  2240.   }
  2241.  
  2242.   .gfSection,
  2243.   .endSection,
  2244.   .crStat,
  2245.   #kdLayout {
  2246.     background-color: var(--background);
  2247.     border-radius: 0px;
  2248.     border-color: transparent;
  2249.   }
  2250.  
  2251.   #fundsLayout > div > span {
  2252.     color: var(--accent) !important;
  2253.   }
  2254.  
  2255.   .crLabel {
  2256.     color: var(--accent);
  2257.   }
  2258.  
  2259.   .crVal {
  2260.     color: var(--accent);
  2261.   }
  2262.  
  2263.   .endTitle {
  2264.     color: var(--accent);
  2265.   }
  2266.  
  2267.   .xpLvl {
  2268.     color: var(--accent);
  2269.   }
  2270.  
  2271.   #menuClassContainer:hover #menuClassNameTag {
  2272.     visibility: visible;
  2273.     transform: translateX(-50%) scale(1);
  2274.   }
  2275.  
  2276.   .menuClassLevelBox {
  2277.     background-color: transparent;
  2278.   }
  2279.  
  2280.   #uiBase.onMenu #termsInfo {
  2281.     position: fixed;
  2282.     right: unset;
  2283.     left: calc(50% - 615px);
  2284.     bottom: 112px;
  2285.     height: 40px;
  2286.     padding-top: unset;
  2287.     padding-right: unset;
  2288.     padding-bottom: unset;
  2289.     border-radius: 0px;
  2290.     padding-left: 10px;
  2291.     width: 380px;
  2292.     line-height: 40px;
  2293.     background-color: transparent !important;
  2294.     transform: rotate(-1.4deg) !important;
  2295.     box-shadow: unset !important;
  2296.   }
  2297.  
  2298.   .terms {
  2299.     margin: unset;
  2300.   }
  2301.  
  2302.   #uiBase.onMenu .verticalSeparatorInline {
  2303.     display: none;
  2304.   }
  2305.  
  2306.   #uiBase.onGame #chatInput::placeholder {
  2307.     color: transparent !important;
  2308.   }
  2309.  
  2310.   #uiBase.onMenu .terms {
  2311.     color: var(--accent);
  2312.     font-size: 20px !important;
  2313.     padding: unset !important;
  2314.   }
  2315.  
  2316.   #uiBase.onMenu .terms.standout {
  2317.     color: var(--accent) !important;
  2318.   }
  2319.  
  2320.   .freeKRIcon {
  2321.     height: 47px;
  2322.   }
  2323.  
  2324.   #rankedSoonTm {
  2325.     display: none;
  2326.   }
  2327.  
  2328.   #killCardKick {
  2329.     display: none;
  2330.   }
  2331.  
  2332.   .youNewDiv {
  2333.     background-color: var(--background);
  2334.     margin-top: unset;
  2335.     margin-bottom: 10px;
  2336.   }
  2337.  
  2338.   #streamContainer {
  2339.     position: fixed;
  2340.     left: 30px;
  2341.     top: 30px;
  2342.     background-color: var(--background) !important;
  2343.     box-shadow: unset !important;
  2344.   }
  2345.  
  2346.   #aContainer {
  2347.     background-color: var(--background) !important;
  2348.   }
  2349.  
  2350.   .leftUIB {
  2351.     border: unset !important;
  2352.     background-color: unset !important;
  2353.     box-shadow: unset !important;
  2354.   }
  2355.  
  2356.   #modList > div > div.mapListItem > div {
  2357.     font-size: 20px !important;
  2358.   }
  2359.  
  2360.   #modList > div > div.mapListItem > div > span {
  2361.     font-size: 20px !important;
  2362.   }
  2363.  
  2364.   #specControlHolder {
  2365.     position: fixed;
  2366.     left: 20px;
  2367.     padding: 10px;
  2368.     background: var(--background);
  2369.   }
  2370.  
  2371.   .setSugBox2 {
  2372.     display: none;
  2373.   }
  2374.  
  2375.   .setHed,
  2376.   .setHedS,
  2377.   .mapListCat {
  2378.     border-left: 5px solid var(--health) !important;
  2379.     border-radius: unset !important;
  2380.     background: linear-gradient(90deg, var(--background), transparent);
  2381.     display: flex;
  2382.     align-items: center;
  2383.     justify-content: space-between;
  2384.     height: 46px;
  2385.     padding: 10px 20px;
  2386.     margin-top: 24px;
  2387.     border-radius: 4px;
  2388.     position: relative;
  2389.     border: unset;
  2390.     margin-bottom: 14px !important;
  2391.   }
  2392.  
  2393.   .setHed::before,
  2394.   .setHedS::before,
  2395.   .mapListCat::before {
  2396.     content: "";
  2397.     position: absolute;
  2398.     left: 0px;
  2399.     right: 0px;
  2400.     bottom: 0px;
  2401.     top: 0px;
  2402.     border: 1px solid var(--border);
  2403.     z-index: 1231123;
  2404.     pointer-events: none;
  2405.     -webkit-mask-image: linear-gradient(90deg, black, transparent);
  2406.   }
  2407.  
  2408.   #requiresRestart {
  2409.     justify-self: flex-end;
  2410.   }
  2411.  
  2412.   span.material-icons.plusOrMinus {
  2413.     display: none;
  2414.   }
  2415.  
  2416.   .setBodH {
  2417.     margin-left: unset;
  2418.     margin-right: unset;
  2419.     width: unset;
  2420.     background-color: var(--background);
  2421.     display: flex;
  2422.     flex-direction: column;
  2423.     gap: 14px;
  2424.     padding: 14px;
  2425.     border-radius: 4px;
  2426.     border: 1px solid var(--border) !important;
  2427.   }
  2428.  
  2429.   .settName,
  2430.   .settNameSmall {
  2431.     position: relative;
  2432.     margin: unset;
  2433.     display: grid;
  2434.     padding: 14px 28px 14px 14px;
  2435.     grid-template-columns: 1fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr;
  2436.     align-items: center;
  2437.     background: linear-gradient(-90deg, var(--background), transparent);
  2438.     border: unset !important;
  2439.     color: var(--text) !important;
  2440.   }
  2441.  
  2442.   .settName::before,
  2443.   .settNameSmall::before {
  2444.     content: "";
  2445.     position: absolute;
  2446.     left: 0px;
  2447.     right: 0px;
  2448.     bottom: 0px;
  2449.     top: 0px;
  2450.     border: 1px solid var(--border);
  2451.     z-index: 1;
  2452.     pointer-events: none;
  2453.     -webkit-mask-image: linear-gradient(-90deg, black, transparent);
  2454.   }
  2455.  
  2456.   .setBodH .settName:last-child {
  2457.     padding: 14px 28px 14px 14px !important;
  2458.     border: unset !important;
  2459.   }
  2460.  
  2461.   #menuWindow[style="overflow-y: auto; width: 1200px;"] {
  2462.     background-color: var(--background);
  2463.     padding: unset;
  2464.   }
  2465.  
  2466.   #menuWindow[style*="overflow-y: hidden; width: 1146px;"] {
  2467.     background-color: var(--background);
  2468.     backdrop-filter: blur(20px);
  2469.   }
  2470.  
  2471.   #tHeader0,
  2472.   #tHeader1 {
  2473.   }
  2474.  
  2475.   #tradeReady0,
  2476.   #tradeReady1 {
  2477.   }
  2478.  
  2479.   .tListN {
  2480.     backdrop-filter: blur(20px) saturate(1.8);
  2481.     border: 1px solid var(--border);
  2482.     background-color: var(--background) !important;
  2483.   }
  2484.  
  2485.   .tSearch,
  2486.   #tradeChatInput {
  2487.     border: 1px solid var(--border);
  2488.     background-color: var(--background) !important;
  2489.     color: var(--accent);
  2490.   }
  2491.  
  2492.   .tSubCheck {
  2493.     background-color: var(--background) !important;
  2494.     color: var(--health) !important;
  2495.     border: 1px solid var(--health) !important;
  2496.   }
  2497.  
  2498.   .tSubCheck:hover {
  2499.     background-color: var(--health) !important;
  2500.     color: var(--background);
  2501.   }
  2502.  
  2503.   #tSubName,
  2504.   #tDecName {
  2505.     color: black !important;
  2506.     font-weight: 900;
  2507.   }
  2508.  
  2509.   #referralHeader {
  2510.     display: none;
  2511.   }
  2512.  
  2513.   .settingsHeader {
  2514.     margin: unset;
  2515.     width: calc(100% - 40px);
  2516.     padding: 20px;
  2517.     background: rgb(28, 28, 28);
  2518.     backdrop-filter: blur(20px) saturate(1.8);
  2519.     border: unset;
  2520.     display: flex;
  2521.     flex-direction: column;
  2522.   }
  2523.  
  2524.   #settHolder {
  2525.     padding-left: 20px;
  2526.     padding-right: 20px;
  2527.   }
  2528.  
  2529.   #menuWindow
  2530.     > div.settingsHeader
  2531.     > div[style="display:inline-block;width:415px;"] {
  2532.     width: 100% !important;
  2533.   }
  2534.  
  2535.   .tTotal {
  2536.     color: var(--accent);
  2537.   }
  2538.  
  2539.   .settingsBtn {
  2540.     padding: 10px;
  2541.     border: 1px solid var(--border);
  2542.     background-color: var(--background) !important;
  2543.   }
  2544.  
  2545.   #settSearch {
  2546.     padding: 18px;
  2547.     font-size: 20px;
  2548.     background-color: var(--background);
  2549.     color: white;
  2550.     width: 100% !important;
  2551.     border: 1px solid var(--border) !important;
  2552.   }
  2553.  
  2554.   #menuWindow
  2555.     > div.settingsHeader
  2556.     > div[style="display:inline-block;width:415px;"]
  2557.     > .advancedSwitch {
  2558.     display: none;
  2559.   }
  2560.  
  2561.   #menuWindow
  2562.     > div.settingsHeader
  2563.     > div[style="display:inline-block;text-align:right;float:right;"] {
  2564.     position: absolute;
  2565.     right: 30px;
  2566.     top: 30px;
  2567.   }
  2568.  
  2569.   .settingTab,
  2570.   .bigMenTab {
  2571.     background-color: transparent;
  2572.     position: relative;
  2573.     height: 48px;
  2574.     width: 100%;
  2575.     display: flex;
  2576.     justify-content: center;
  2577.     align-items: center;
  2578.     padding: unset;
  2579.     font-size: 0px;
  2580.     color: rgb(254, 231, 203) !important;
  2581.     border: 1px solid transparent !important;
  2582.   }
  2583.  
  2584.   .dark .tabANew::before,
  2585.   .bigMenTabA::before {
  2586.     content: "";
  2587.     position: absolute;
  2588.     left: -1px;
  2589.     right: 0px;
  2590.     bottom: 0px;
  2591.     top: 0px;
  2592.     border-radius: 4px;
  2593.     z-index: 123;
  2594.     -webkit-mask-image: linear-gradient(0deg, black, transparent);
  2595.     background-color: var(--border);
  2596.   }
  2597.  
  2598.   #menuWindow
  2599.     > div.bigMenTabs
  2600.     > div[onclick="playSelect();windows[5].switchTab(0)"]::after {
  2601.     content: "home";
  2602.     font-size: 30px;
  2603.     font-family: "Material Icons";
  2604.   }
  2605.  
  2606.   #menuWindow
  2607.     > div.bigMenTabs
  2608.     > div[onclick="playSelect();windows[5].switchTab(1)"]::after {
  2609.     content: "leaderboard";
  2610.     font-size: 30px;
  2611.     font-family: "Material Icons";
  2612.   }
  2613.  
  2614.   #settingsTabLayout
  2615.     > div[onclick="playSelect(0.1);window.windows[0].changeTab(0)"]::after {
  2616.     content: "public";
  2617.     font-size: 30px;
  2618.     font-family: "Material Icons";
  2619.   }
  2620.  
  2621.   #settingsTabLayout
  2622.     > div[onclick="playSelect(0.1);window.windows[0].changeTab(1)"]::after {
  2623.     content: "tune";
  2624.     font-size: 30px;
  2625.     font-family: "Material Icons";
  2626.   }
  2627.  
  2628.   #settingsTabLayout
  2629.     > div[onclick="playSelect(0.1);window.windows[0].changeTab(2)"]::after {
  2630.     content: "desktop_windows";
  2631.     font-size: 30px;
  2632.     font-family: "Material Icons";
  2633.   }
  2634.  
  2635.   #settingsTabLayout
  2636.     > div[onclick="playSelect(0.1);window.windows[0].changeTab(3)"]::after {
  2637.     content: "hd";
  2638.     font-size: 30px;
  2639.     font-family: "Material Icons";
  2640.   }
  2641.  
  2642.   #settingsTabLayout
  2643.     > div[onclick="playSelect(0.1);window.windows[0].changeTab(4)"]::after {
  2644.     content: "sports_esports";
  2645.     font-size: 30px;
  2646.     font-family: "Material Icons";
  2647.   }
  2648.  
  2649.   #settingsTabLayout
  2650.     > div[onclick="playSelect(0.1);window.windows[0].changeTab(5)"]::after {
  2651.     content: "volume_up";
  2652.     font-size: 30px;
  2653.     font-family: "Material Icons";
  2654.   }
  2655.  
  2656.   #settingsTabLayout
  2657.     > div[onclick="playSelect(0.1);window.windows[0].changeTab(6)"]::after {
  2658.     content: "dns";
  2659.     font-size: 30px;
  2660.     font-family: "Material Icons";
  2661.   }
  2662.  
  2663.   .shopCard,
  2664.   #shopMainSellB,
  2665.   #shopSideSellB {
  2666.     border-color: transparent !important;
  2667.   }
  2668.  
  2669.   #menuWindow
  2670.     > div.bigMenTabs
  2671.     > div[onclick="playSelect();windows[12].switchTab(0)"]::after {
  2672.     content: "home";
  2673.     font-size: 30px;
  2674.     font-family: "Material Icons";
  2675.   }
  2676.  
  2677.   #menuWindow
  2678.     > div.bigMenTabs
  2679.     > div[onclick="playSelect();windows[12].switchTab(1)"]::after {
  2680.     content: "groups";
  2681.     font-size: 30px;
  2682.     font-family: "Material Icons";
  2683.   }
  2684.  
  2685.   #menuWindow
  2686.     > div.bigMenTabs
  2687.     > div[onclick="playSelect();windows[12].switchTab(2)"]::after {
  2688.     content: "leaderboard";
  2689.     font-size: 30px;
  2690.     font-family: "Material Icons";
  2691.   }
  2692.  
  2693.   #menuWindow
  2694.     > div.bigMenTabs
  2695.     > div[onclick="playSelect();windows[12].switchTab(3)"]::after {
  2696.     content: "person_add";
  2697.     font-size: 30px;
  2698.     font-family: "Material Icons";
  2699.   }
  2700.  
  2701.   .dark .tabANew,
  2702.   .bigMenTabA {
  2703.     border-radius: 4px;
  2704.     color: white !important;
  2705.     border: 1px solid var(--border) !important;
  2706.   }
  2707.  
  2708.   .dark .tabANew:hover,
  2709.   .bigMenTabA:hover {
  2710.     background-color: var(--border);
  2711.     border: 1px solid var(--border) !important;
  2712.   }
  2713.  
  2714.   .settingTab:hover,
  2715.   .bigMenTab:hover {
  2716.     background-color: var(--background);
  2717.     border-radius: 4px;
  2718.     border: 1px solid var(--border) !important;
  2719.   }
  2720.  
  2721.   #settingsTabLayout {
  2722.     border: 1px solid var(--border);
  2723.     padding: 14px;
  2724.     width: calc(100% - 28px);
  2725.     display: flex;
  2726.     gap: 14px;
  2727.     background-color: var(--background);
  2728.   }
  2729.  
  2730.   .bigMenTabs {
  2731.     border: 1px solid var(--border);
  2732.     padding: 14px;
  2733.     width: calc(100% - 28px);
  2734.     display: flex;
  2735.     gap: 14px;
  2736.     background-color: var(--background);
  2737.   }
  2738.  
  2739.   .settingsBtn[style*="width: auto"] {
  2740.     width: fit-content !important;
  2741.   }
  2742.  
  2743.   .setBodH > div > span[style="color: #eb5656"] {
  2744.     display: none;
  2745.   }
  2746.  
  2747.   .slider {
  2748.     opacity: 0.2;
  2749.     top: 0px;
  2750.     -webkit-mask-image: linear-gradient(
  2751.       -90deg,
  2752.       rgb(0, 0, 0) 1%,
  2753.       rgba(0, 0, 0, 0.06) 1%,
  2754.       rgba(0, 0, 0, 0.02),
  2755.       rgba(0, 0, 0, 0) 50%,
  2756.       transparent 99%
  2757.     );
  2758.     border-radius: unset !important;
  2759.     border-radius: none !important;
  2760.   }
  2761.  
  2762.   #settingsPreset {
  2763.     padding-top: 13.3px;
  2764.     padding-bottom: 13.3px;
  2765.   }
  2766.  
  2767.   #spinInfo {
  2768.     border-radius: unset !important;
  2769.     background: linear-gradient(
  2770.       90deg,
  2771.       var(--background),
  2772.       var(--background-end)
  2773.     ) !important;
  2774.     border-left: 5px solid var(--health);
  2775.     border-radius: none !important;
  2776.   }
  2777.  
  2778.   div #specNames.topLeftOld[style="display: block;"] {
  2779.     background: var(--background);
  2780.     border-left: 5px solid var(--health);
  2781.     border-radius: none !important;
  2782.   }
  2783.  
  2784.   .switch {
  2785.     width: 100%;
  2786.     position: absolute;
  2787.     top: 0px;
  2788.     bottom: 0px;
  2789.     right: 0px;
  2790.     left: 0px;
  2791.     height: 100%;
  2792.     margin: unset !important;
  2793.   }
  2794.  
  2795.   .slider::before {
  2796.     display: none;
  2797.   }
  2798.  
  2799.   input:checked + .slider {
  2800.     background-color: var(--health);
  2801.     opacity: 1 !important;
  2802.   }
  2803.  
  2804.   input[type="color"] {
  2805.     border: unset;
  2806.     height: 100%;
  2807.     margin: unset;
  2808.     z-index: 123123;
  2809.   }
  2810.  
  2811.   .krIcon {
  2812.     margin-top: unset !important;
  2813.     vertical-align: unset !important;
  2814.     color: black !important;
  2815.     background-color: var(--ammo) !important;
  2816.     font-weight: bold;
  2817.   }
  2818.  
  2819.   .slidecontainer {
  2820.     background-color: var(--background);
  2821.     border: 1px solid var(--border);
  2822.     display: flex;
  2823.     height: 100%;
  2824.     align-items: center;
  2825.     padding: unset;
  2826.     margin: unset !important;
  2827.   }
  2828.  
  2829.   .sliderM {
  2830.     margin: unset;
  2831.     background-color: var(--background);
  2832.   }
  2833.  
  2834.   .sliderM::-webkit-slider-thumb {
  2835.     appearance: none;
  2836.     width: 10px;
  2837.     height: 30px;
  2838.     border-radius: 0px;
  2839.     background: var(--health);
  2840.     cursor: pointer;
  2841.   }
  2842.  
  2843.   .sliderVal {
  2844.     margin-top: unset;
  2845.     margin-bottom: unset;
  2846.     margin-left: unset;
  2847.     height: 28px;
  2848.     line-height: 20px;
  2849.     padding: unset;
  2850.     vertical-align: unset;
  2851.     display: flex;
  2852.     width: auto;
  2853.     align-items: center;
  2854.     background-color: transparent !important;
  2855.     border: unset !important;
  2856.     margin-right: 10px !important;
  2857.   }
  2858.  
  2859.   .inputGrey2 {
  2860.     background: var(--background);
  2861.     padding: 8px 14px;
  2862.     float: right;
  2863.     font-size: 15px;
  2864.     border-radius: 4px;
  2865.     color: white;
  2866.     border: 1px solid var(--border) !important;
  2867.   }
  2868.  
  2869.   #settingsTabLayout {
  2870.     border: 1px solid var(--border);
  2871.     padding: 14px;
  2872.     width: calc(100% - 28px);
  2873.     display: flex;
  2874.     gap: 14px;
  2875.     background-color: var(--background);
  2876.   }
  2877.  
  2878.   .accountInput,
  2879.   .smlInput {
  2880.     border: 1px solid var(--border);
  2881.     background-color: var(--background) !important;
  2882.     padding: 14px !important;
  2883.   }
  2884.  
  2885.   .smlInput[style="width:82%;margin-bottom:8px"] {
  2886.     width: 100% !important;
  2887.   }
  2888.  
  2889.   .subPassChg,
  2890.   .updDisN {
  2891.     margin: unset;
  2892.     border-radius: unset;
  2893.     border: 1px solid var(--border);
  2894.     text-transform: uppercase;
  2895.     font-weight: bolder;
  2896.     background: var(--background) !important;
  2897.     color: var(--health) !important;
  2898.     transform: unset !important;
  2899.   }
  2900.  
  2901.   .subPassChg:hover,
  2902.   .updDisN:hover {
  2903.     margin: unset;
  2904.     background: var(--border) !important;
  2905.   }
  2906.  
  2907.   #menuWindow[style="overflow-y: auto; width: 955px;"] {
  2908.     background-color: var(--background);
  2909.     backdrop-filter: blur(20px);
  2910.   }
  2911.  
  2912.   #menuWindow
  2913.     > div
  2914.     > div[style="width:100%;text-align:center;margin-top:10px;background-color:rgba(0,0,0,0.3);padding-top:10px;padding-bottom:20px;"] {
  2915.     border: 1px solid var(--border);
  2916.     padding: 14px;
  2917.     display: flex;
  2918.     gap: 14px;
  2919.     background-color: var(--background);
  2920.     width: calc(100% - 28px) !important;
  2921.   }
  2922.  
  2923.   #menuWindow
  2924.     > div
  2925.     > div.setBodH[style="margin-left:0px;width:calc(100% - 40px);"] {
  2926.     width: calc(100% - 28px) !important;
  2927.   }
  2928.  
  2929.   .Crankshaft-settings .setting.settName .switch,
  2930.   .Crankshaft-settings .setting.settName .setting-input-wrapper {
  2931.     grid-area: unset;
  2932.   }
  2933.  
  2934.   .accBtn {
  2935.     background-color: transparent;
  2936.     position: relative;
  2937.     height: 48px;
  2938.     width: 100%;
  2939.     display: flex;
  2940.     justify-content: center;
  2941.     align-items: center;
  2942.     padding: unset;
  2943.     font-size: 0px;
  2944.     color: rgb(151, 151, 151) !important;
  2945.     border: 1px solid var(--border) !important;
  2946.   }
  2947.  
  2948.   .accBtn::before {
  2949.     content: "";
  2950.     position: absolute;
  2951.     left: -1px;
  2952.     right: 0px;
  2953.     bottom: 0px;
  2954.     top: 0px;
  2955.     border-radius: 4px;
  2956.     z-index: 123;
  2957.     -webkit-mask-image: linear-gradient(0deg, black, transparent);
  2958.     background-color: var(--border);
  2959.   }
  2960.  
  2961.   .accBtn:hover {
  2962.     background-color: var(--border);
  2963.     border: 1px solid var(--border) !important;
  2964.     transform: unset !important;
  2965.   }
  2966.  
  2967.   .accBtn:active {
  2968.     background-color: var(--border);
  2969.     border: 1px solid var(--border) !important;
  2970.     transform: unset !important;
  2971.   }
  2972.  
  2973.   .settName[style="font-size:17px;"] {
  2974.     display: flex;
  2975.     gap: 6px;
  2976.   }
  2977.  
  2978.   #menuWindow[style="overflow-y: auto; width: 1300px;"] {
  2979.     background-color: var(--background);
  2980.   }
  2981.  
  2982.   #menuWindow[style="overflow-y: auto; width: 1280px;"] {
  2983.     background-color: var(--background);
  2984.   }
  2985.  
  2986.   .settName[style*="width:100%"] {
  2987.     width: auto !important;
  2988.   }
  2989.  
  2990.   .setBodH[style="display:inline-block;padding-top:10px;vertical-align:top;width:1004px;margin-left:15px;margin-top:0px;"] {
  2991.     flex-direction: row;
  2992.     gap: 20px;
  2993.     max-width: calc(100% - 28px);
  2994.     display: flex !important;
  2995.     width: 100% !important;
  2996.     margin: unset !important;
  2997.   }
  2998.  
  2999.   .setBodH[style="display:inline-block;padding-top:10px;vertical-align:top;width:1004px;margin-left:15px;margin-top:0px;"]
  3000.     div {
  3001.     width: 100% !important;
  3002.   }
  3003.  
  3004.   #profilePicM {
  3005.     background-color: var(--background);
  3006.     border-radius: 4px;
  3007.     border: 1px solid var(--border);
  3008.     padding: 12px;
  3009.     height: 100px;
  3010.     width: 100px;
  3011.     margin-top: unset;
  3012.     margin-right: unset;
  3013.     margin-left: unset;
  3014.     margin-bottom: 12px;
  3015.   }
  3016.  
  3017.   .pfpAction {
  3018.     border-radius: 4px;
  3019.   }
  3020.  
  3021.   .pSt {
  3022.     background-color: var(--background);
  3023.     display: flex;
  3024.     flex-direction: column;
  3025.     font-size: 16px;
  3026.     align-items: center;
  3027.     justify-content: center;
  3028.     border: 1px solid var(--border);
  3029.     width: 100% !important;
  3030.     height: 64px !important;
  3031.     margin: unset !important;
  3032.     padding: unset !important;
  3033.   }
  3034.  
  3035.   .pSt strong {
  3036.     font-size: 18px;
  3037.     font-weight: bold;
  3038.   }
  3039.  
  3040.   .statTabB0,
  3041.   .statTabB1,
  3042.   .statTabB2,
  3043.   .statTabB3,
  3044.   .statTabB4 {
  3045.     max-height: 200px;
  3046.     overflow-y: scroll;
  3047.     display: grid;
  3048.     gap: 14px;
  3049.     padding-top: 14px;
  3050.     grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  3051.   }
  3052.  
  3053.   .statTabB0.hide {
  3054.     display: none !important;
  3055.   }
  3056.  
  3057.   .statTabB1.hide {
  3058.     display: none !important;
  3059.   }
  3060.  
  3061.   .statTabB2.hide {
  3062.     display: none !important;
  3063.   }
  3064.  
  3065.   .statTabB3.hide {
  3066.     display: none !important;
  3067.   }
  3068.  
  3069.   .statTabB4.hide {
  3070.     display: none !important;
  3071.   }
  3072.  
  3073.   .xpBar {
  3074.     background-color: var(--background);
  3075.     border: 1px solid var(--border);
  3076.   }
  3077.  
  3078.   .xpBarB {
  3079.     background-image: linear-gradient(90deg, var(--health), var(--health));
  3080.     border-radius: 4px;
  3081.   }
  3082.  
  3083.   div[style="height:15px;margin-top:30px;border-top:4px solid rgba(255, 255, 255, 0.8);"] {
  3084.     border: unset !important;
  3085.   }
  3086.  
  3087.   a {
  3088.     color: white;
  3089.   }
  3090.  
  3091.   #statHolder {
  3092.     margin-top: 14px;
  3093.   }
  3094.  
  3095.   #menuWindow > div > div.settName[style="margin-bottom:20px;"] {
  3096.     display: none;
  3097.   }
  3098.  
  3099.   #menuWindow > div.bigMenTabs > div.bigMenTab {
  3100.     font-size: 0px !important;
  3101.   }
  3102.  
  3103.   #menuWindow > div.bigMenTabs > div.bigMenTab > span {
  3104.     display: none;
  3105.   }
  3106.  
  3107.   #menuWindow
  3108.     > div.bigMenTabs
  3109.     > div.bigMenTab[onclick="playSelect();windows[4].switchTab(0)"]::after {
  3110.     content: "home";
  3111.     font-size: 30px;
  3112.     font-family: "Material Icons";
  3113.   }
  3114.  
  3115.   #menuWindow
  3116.     > div.bigMenTabs
  3117.     > div.bigMenTab[onclick="playSelect();windows[4].switchTab(1)"]::after {
  3118.     content: "diversity_3";
  3119.     font-size: 30px;
  3120.     font-family: "Material Icons";
  3121.   }
  3122.  
  3123.   #menuWindow
  3124.     > div.bigMenTabs
  3125.     > div.bigMenTab[onclick="playSelect();windows[4].switchTab(2)"]::after {
  3126.     content: "handshake";
  3127.     font-size: 30px;
  3128.     font-family: "Material Icons";
  3129.   }
  3130.  
  3131.   #menuWindow
  3132.     > div.bigMenTabs
  3133.     > div.bigMenTab[onclick="playSelect();windows[4].switchTab(3)"]::after {
  3134.     content: "settings";
  3135.     font-size: 30px;
  3136.     font-family: "Material Icons";
  3137.   }
  3138.  
  3139.   #menuWindow
  3140.     > div.bigMenTabs
  3141.     > div.bigMenTab[onclick="playSelect();windows[4].switchTab(4)"]::after {
  3142.     content: "connected_tv";
  3143.     font-size: 30px;
  3144.     font-family: "Material Icons";
  3145.   }
  3146.  
  3147.   #menuWindow
  3148.     > div.bigMenTabs
  3149.     > div.bigMenTab[onclick="playSelect();windows[4].switchTab(5)"]::after {
  3150.     content: "key";
  3151.     font-size: 30px;
  3152.     font-family: "Material Icons";
  3153.   }
  3154.  
  3155.   #menuWindow > div > div.settName[style="margin-bottom:20px;"] {
  3156.     display: none;
  3157.   }
  3158.  
  3159.   #menuWindow > div.bigMenTabs > div.bigMenTab {
  3160.     font-size: 0px !important;
  3161.   }
  3162.  
  3163.   #menuWindow > div.bigMenTabs > div.bigMenTab > span {
  3164.     display: none;
  3165.   }
  3166.  
  3167.   #hstTab0:after {
  3168.     content: "rule";
  3169.     font-size: 30px;
  3170.     font-family: "Material Icons";
  3171.   }
  3172.  
  3173.   #hstTab1::after {
  3174.     content: "source";
  3175.     font-size: 30px;
  3176.     font-family: "Material Icons";
  3177.   }
  3178.  
  3179.   #hstTab2::after {
  3180.     content: "settings";
  3181.     font-size: 30px;
  3182.     font-family: "Material Icons";
  3183.   }
  3184.  
  3185.   #hstTab3::after {
  3186.     content: "featured_play_list";
  3187.     font-size: 30px;
  3188.     font-family: "Material Icons";
  3189.   }
  3190.  
  3191.   #startServBtn::after {
  3192.     content: "start";
  3193.     font-size: 30px;
  3194.     font-family: "Material Icons";
  3195.     opacity: 1 !important;
  3196.     visibility: visible;
  3197.   }
  3198.  
  3199.   #startServBtn {
  3200.     background-color: var(--accent) !important;
  3201.     visibility: hidden;
  3202.     border: 1px solid var(--border) !important;
  3203.   }
  3204.  
  3205.   #shopHeader > div.bigMenTabs > div.bigMenTab {
  3206.     font-size: 0px !important;
  3207.   }
  3208.  
  3209.   #shopHeader > div.bigMenTabs > div.bigMenTab > span {
  3210.     display: none;
  3211.   }
  3212.  
  3213.   #shopHeader
  3214.     > div.bigMenTabs
  3215.     > div.bigMenTab[onclick="playSelect();windows[13].switchTab(0)"]::after {
  3216.     content: "home";
  3217.     font-size: 30px;
  3218.     font-family: "Material Icons";
  3219.   }
  3220.  
  3221.   #shopHeader
  3222.     > div.bigMenTabs
  3223.     > div.bigMenTab[onclick="playSelect();windows[13].switchTab(1)"]::after {
  3224.     content: "autorenew";
  3225.     font-size: 30px;
  3226.     font-family: "Material Icons";
  3227.   }
  3228.  
  3229.   #shopHeader
  3230.     > div.bigMenTabs
  3231.     > div.bigMenTab[onclick="playSelect();windows[13].switchTab(2)"]::after {
  3232.     content: "workspace_premium";
  3233.     font-size: 30px;
  3234.     font-family: "Material Icons";
  3235.   }
  3236.  
  3237.   #shopHeader
  3238.     > div.bigMenTabs
  3239.     > div.bigMenTab[onclick="playSelect();windows[13].switchTab(3)"]::after {
  3240.     content: "shopping_bag";
  3241.     font-size: 30px;
  3242.     font-family: "Material Icons";
  3243.   }
  3244.  
  3245.   #shopHeader
  3246.     > div.bigMenTabs
  3247.     > div.bigMenTab[onclick="playSelect();windows[13].switchTab(4)"]::after {
  3248.     content: "key";
  3249.     font-size: 30px;
  3250.     font-family: "Material Icons";
  3251.   }
  3252.  
  3253.   #shopHeader
  3254.     > div.bigMenTabs
  3255.     > div.bigMenTab[onclick="playSelect();windows[13].switchTab(5)"]::after {
  3256.     content: "store";
  3257.     font-size: 30px;
  3258.     font-family: "Material Icons";
  3259.   }
  3260.  
  3261.   #shopHeader
  3262.     > div.bigMenTabs
  3263.     > div.bigMenTab[onclick="playSelect();windows[13].switchTab(6)"]::after {
  3264.     content: "plumbing";
  3265.     font-size: 30px;
  3266.     font-family: "Material Icons";
  3267.   }
  3268.  
  3269.   #menuWindow[style="overflow-y: auto; width: 1460px;"]
  3270.     > div
  3271.     > div
  3272.     > div.bigMenTab {
  3273.     font-size: 0px !important;
  3274.   }
  3275.  
  3276.   #menuWindow[style="overflow-y: auto; width: 1460px;"]
  3277.     > div
  3278.     > div
  3279.     > .bigMenTab
  3280.     > span {
  3281.     display: none;
  3282.   }
  3283.  
  3284.   #menuWindow[style="overflow-y: auto; width: 1460px;"]
  3285.     > div
  3286.     > div
  3287.     > .bigMenTab[onclick="playSelect();windows[3].switchTab(0)"]::after {
  3288.     content: "home";
  3289.     font-size: 30px;
  3290.     font-family: "Material Icons";
  3291.   }
  3292.  
  3293.   #menuWindow[style="overflow-y: auto; width: 1460px;"]
  3294.     > div
  3295.     > div
  3296.     > .bigMenTab[onclick="playSelect();windows[3].switchTab(1)"]::after {
  3297.     content: "leaderboard";
  3298.     font-size: 30px;
  3299.     font-family: "Material Icons";
  3300.   }
  3301.  
  3302.   #menuWindow[style="overflow-y: auto; width: 1460px;"]
  3303.     > div
  3304.     > div
  3305.     > .bigMenTab[onclick="playSelect();windows[3].switchTab(2)"]::after {
  3306.     content: "fiber_new";
  3307.     font-size: 30px;
  3308.     font-family: "Material Icons";
  3309.   }
  3310.  
  3311.   #menuWindow[style="overflow-y: auto; width: 1460px;"]
  3312.     > div
  3313.     > div
  3314.     > .bigMenTab[onclick="playSelect();windows[3].switchTab(3)"]::after {
  3315.     content: "bookmark";
  3316.     font-size: 30px;
  3317.     font-family: "Material Icons";
  3318.   }
  3319.  
  3320.   #menuWindow[style="overflow-y: auto; width: 1460px;"]
  3321.     > div
  3322.     > div
  3323.     > .bigMenTab[onclick="playSelect();windows[3].switchTab(4)"]::after {
  3324.     content: "volunteer_activism";
  3325.     font-size: 30px;
  3326.     font-family: "Material Icons";
  3327.   }
  3328.  
  3329.   #menuWindow[style="overflow-y: auto; width: 1460px;"]
  3330.     > div
  3331.     > div
  3332.     > .bigMenTab[onclick="playSelect();windows[3].switchTab(5)"]::after {
  3333.     content: "file_download_done";
  3334.     font-size: 30px;
  3335.     font-family: "Material Icons";
  3336.   }
  3337.  
  3338.   #menuWindow[style="overflow-y: auto; width: 1460px;"]
  3339.     > div
  3340.     > div
  3341.     > .bigMenTab[onclick="playSelect();windows[3].switchTab(6)"]::after {
  3342.     content: "search";
  3343.     font-size: 30px;
  3344.     font-family: "Material Icons";
  3345.   }
  3346.  
  3347.   #menuWindow[style="overflow-y: auto; width: 1950px;"]
  3348.     > div
  3349.     > div
  3350.     > div.bigMenTab {
  3351.     font-size: 0px !important;
  3352.   }
  3353.  
  3354.   #menuWindow[style="overflow-y: auto; width: 1950px;"]
  3355.     > div
  3356.     > div
  3357.     > .bigMenTab
  3358.     > span {
  3359.     display: none;
  3360.   }
  3361.  
  3362.   #menuWindow[style="overflow-y: auto; width: 1950px;"]
  3363.     > div
  3364.     > div
  3365.     > .bigMenTab[onclick="playSelect();windows[9].switchTab(0)"]::after {
  3366.     content: "home";
  3367.     font-size: 30px;
  3368.     font-family: "Material Icons";
  3369.   }
  3370.  
  3371.   #menuWindow[style="overflow-y: auto; width: 1950px;"]
  3372.     > div
  3373.     > div
  3374.     > .bigMenTab[onclick="playSelect();windows[9].switchTab(1)"]::after {
  3375.     content: "leaderboard";
  3376.     font-size: 30px;
  3377.     font-family: "Material Icons";
  3378.   }
  3379.  
  3380.   #menuWindow[style="overflow-y: auto; width: 1950px;"]
  3381.     > div
  3382.     > div
  3383.     > .bigMenTab[onclick="playSelect();windows[9].switchTab(2)"]::after {
  3384.     content: "featured_play_list";
  3385.     font-size: 30px;
  3386.     font-family: "Material Icons";
  3387.   }
  3388.  
  3389.   #menuWindow[style="overflow-y: auto; width: 1950px;"]
  3390.     > div
  3391.     > div
  3392.     > .bigMenTab[onclick="playSelect();windows[9].switchTab(3)"]::after {
  3393.     content: "fiber_new";
  3394.     font-size: 30px;
  3395.     font-family: "Material Icons";
  3396.   }
  3397.  
  3398.   #menuWindow[style="overflow-y: auto; width: 1950px;"]
  3399.     > div
  3400.     > div
  3401.     > .bigMenTab[onclick="playSelect();windows[9].switchTab(4)"]::after {
  3402.     content: "bookmark";
  3403.     font-size: 30px;
  3404.     font-family: "Material Icons";
  3405.   }
  3406.  
  3407.   #menuWindow[style="overflow-y: auto; width: 1950px;"]
  3408.     > div
  3409.     > div
  3410.     > .bigMenTab[onclick="playSelect();windows[9].switchTab(5)"]::after {
  3411.     content: "volunteer_activism";
  3412.     font-size: 30px;
  3413.     font-family: "Material Icons";
  3414.   }
  3415.  
  3416.   #menuWindow[style="overflow-y: auto; width: 1950px;"]
  3417.     > div
  3418.     > div
  3419.     > .bigMenTab[onclick="playSelect();windows[9].switchTab(6)"]::after {
  3420.     content: "search";
  3421.     font-size: 30px;
  3422.     font-family: "Material Icons";
  3423.   }
  3424.  
  3425.   #menuWindow[style="overflow-y: auto; width: 1950px;"]
  3426.     > div
  3427.     > div
  3428.     > .bigMenTab[onclick="playSelect();openURL(`./?sandbox`)"]::after {
  3429.     content: "apartment";
  3430.     font-size: 30px;
  3431.     font-family: "Material Icons";
  3432.   }
  3433.  
  3434.   #menuWindow[style="overflow-y: auto; width: 1950px;"]
  3435.     > div
  3436.     > div
  3437.     > .bigMenTab[onclick="playSelect();openURL(`./editor.html`)"]::after {
  3438.     content: "construction";
  3439.     font-size: 30px;
  3440.     font-family: "Material Icons";
  3441.   }
  3442.  
  3443.   #bindsHeader > div > div.bigMenTab[onclick="windows[6].switchTab(0)"]::after {
  3444.     content: "public";
  3445.     font-size: 30px;
  3446.     font-family: "Material Icons";
  3447.   }
  3448.  
  3449.   #bindsHeader > div > div.bigMenTab[onclick="windows[6].switchTab(1)"]::after {
  3450.     content: "forum";
  3451.     font-size: 30px;
  3452.     font-family: "Material Icons";
  3453.   }
  3454.  
  3455.   #bindsHeader > div > div.bigMenTab[onclick="windows[6].switchTab(2)"]::after {
  3456.     content: "touch_app";
  3457.     font-size: 30px;
  3458.     font-family: "Material Icons";
  3459.   }
  3460.  
  3461.   #bindsHeader > div > div.bigMenTab[onclick="windows[6].switchTab(3)"]::after {
  3462.     content: "celebration";
  3463.     font-size: 30px;
  3464.     font-family: "Material Icons";
  3465.   }
  3466.  
  3467.   #bindsHeader > div > div.bigMenTab[onclick="windows[6].switchTab(4)"]::after {
  3468.     content: "source";
  3469.     font-size: 30px;
  3470.     font-family: "Material Icons";
  3471.   }
  3472.  
  3473.   #bindsHeader {
  3474.     width: unset;
  3475.     padding-right: 15px;
  3476.     padding-left: 15px !important;
  3477.     margin-left: -20px;
  3478.     margin-right: -20px;
  3479.     background-color: var(--background-0-opacity);
  3480.   }
  3481.  
  3482.   #bindsHeader > div {
  3483.     margin-top: unset !important;
  3484.   }
  3485.  
  3486.   #menuWindow[style="overflow-y: auto; width: 1000px;"]
  3487.     > div.bigMenTabs
  3488.     > .bigMenTab {
  3489.     font-size: 0px !important;
  3490.     height: fit-content !important;
  3491.   }
  3492.  
  3493.   #menuWindow[style="overflow-y: auto; width: 1000px;"]
  3494.     > div.bigMenTabs
  3495.     > .bigMenTab
  3496.     > span {
  3497.     display: none;
  3498.   }
  3499.  
  3500.   #menuWindow[style="overflow-y: auto; width: 1000px;"]
  3501.     > div.bigMenTabs
  3502.     > .bigMenTab[onclick="windows[29].switchTab(0)"]::after {
  3503.     content: "connect_without_contact";
  3504.     font-size: 30px;
  3505.     font-family: "Material Icons";
  3506.   }
  3507.  
  3508.   #menuWindow[style="overflow-y: auto; width: 1000px;"]
  3509.     > div.bigMenTabs
  3510.     > .bigMenTab[onclick="windows[29].switchTab(1)"]::after {
  3511.     content: "groups";
  3512.     font-size: 30px;
  3513.     font-family: "Material Icons";
  3514.   }
  3515.  
  3516.   #menuWindow[style="overflow-y: auto; width: 1000px;"]
  3517.     > div.bigMenTabs
  3518.     > .bigMenTab[onclick="windows[29].switchTab(2)"]::after {
  3519.     content: "hub";
  3520.     font-size: 30px;
  3521.     font-family: "Material Icons";
  3522.   }
  3523.  
  3524.   #menuWindow[style="overflow-y: auto; width: 1000px;"]
  3525.     > div.bigMenTabs
  3526.     > .bigMenTab[onclick="windows[29].switchTab(3)"]::after {
  3527.     content: "inbox";
  3528.     font-size: 30px;
  3529.     font-family: "Material Icons";
  3530.   }
  3531.  
  3532.   #menuWindow[style="overflow-y: auto; width: 1000px;"]
  3533.     > div.bigMenTabs
  3534.     > .bigMenTab[onclick="windows[29].switchTab(4)"]::after {
  3535.     content: "archive";
  3536.     font-size: 30px;
  3537.     font-family: "Material Icons";
  3538.   }
  3539.  
  3540.   #menuWindow[style="overflow-y: auto; width: 1460px;"] {
  3541.     background-color: var(--background);
  3542.   }
  3543.  
  3544.   #menuWindow[style="overflow-y: auto; width: 1950px;"] {
  3545.     background-color: var(--background);
  3546.   }
  3547.  
  3548.   #menuWindow[style="overflow-y: auto; width: 1000px;"] {
  3549.     background-color: var(--background);
  3550.   }
  3551.  
  3552.   #menuWindow[style="overflow-y: auto; width: 1200px;"] {
  3553.     background-color: var(--background);
  3554.   }
  3555.  
  3556.   #menuWindow[style="overflow-y: scroll; width: 1200px;"] {
  3557.     background-color: var(--background);
  3558.   }
  3559.  
  3560.   #menuWindow[style="overflow-y: hidden; width: 985px;"] {
  3561.     background-color: var(--background);
  3562.   }
  3563.  
  3564.   #menuWindow[style="overflow-y: auto; width: 850px;"] {
  3565.     background-color: var(--background);
  3566.   }
  3567.  
  3568.   #menuWindow[style="overflow-y: auto; width: 1000px;"]
  3569.     > div.bigMenTabs
  3570.     > .bigMenTab[onclick="playSelect(0.1);windows[20].switchTab(0)"]::after {
  3571.     content: "leaderboard";
  3572.     font-size: 30px;
  3573.     font-family: "Material Icons";
  3574.   }
  3575.  
  3576.   #menuWindow[style="overflow-y: auto; width: 1000px;"]
  3577.     > div.bigMenTabs
  3578.     > .bigMenTab[onclick="playSelect(0.1);windows[20].switchTab(1)"]::after {
  3579.     content: "info";
  3580.     font-size: 30px;
  3581.     font-family: "Material Icons";
  3582.   }
  3583.  
  3584.   #menuWindow > a[href*="social.html"] {
  3585.     font-size: 0px;
  3586.     background-color: var(--background);
  3587.     border: 1px solid var(--border);
  3588.     width: 40px;
  3589.     display: inline-flex;
  3590.     align-items: center;
  3591.     justify-content: center;
  3592.     height: 40px;
  3593.     border-radius: 4px;
  3594.     text-decoration: unset !important;
  3595.   }
  3596.  
  3597.   #menuWindow > a[onclick="showWindow(18)"] {
  3598.     font-size: 0px;
  3599.     background-color: var(--background);
  3600.     border: 1px solid var(--border);
  3601.     width: 40px;
  3602.     display: inline-flex;
  3603.     align-items: center;
  3604.     justify-content: center;
  3605.     height: 40px;
  3606.     border-radius: 4px;
  3607.     text-decoration: unset !important;
  3608.   }
  3609.  
  3610.   #menuWindow > a[href*="social.html"]::before {
  3611.     content: "input";
  3612.     font-size: 20px;
  3613.     font-family: "Material Icons";
  3614.   }
  3615.  
  3616.   #menuWindow > a[onclick="showWindow(18)"]::before {
  3617.     content: "upload";
  3618.     font-size: 20px;
  3619.     font-family: "Material Icons";
  3620.   }
  3621.  
  3622.   .bigMenTab.bigMenTabA[style="height:18px;"][onclick="playSelect();windows[1].switchTab(0)"] {
  3623.     height: 50px !important;
  3624.   }
  3625.  
  3626.   .bigMenTab.bigMenTabA[style="height:18px;"][onclick="playSelect();windows[1].switchTab(0)"]::before {
  3627.     content: "public";
  3628.     font-size: 30px;
  3629.     font-family: "Material Icons";
  3630.   }
  3631.  
  3632.   .bigMenTab[style="height:18px;"][onclick="playSelect();windows[1].switchTab(1)"] {
  3633.     height: 50px !important;
  3634.   }
  3635.  
  3636.   .bigMenTab[style="height:18px;"][onclick="playSelect();windows[1].switchTab(1)"]::before {
  3637.     content: "extension";
  3638.     font-size: 30px;
  3639.     font-family: "Material Icons";
  3640.   }
  3641.  
  3642.   .mapListItem {
  3643.     background-color: var(--background);
  3644.     border: 1px solid var(--border);
  3645.   }
  3646.  
  3647.   #mdSrch,
  3648.   #mpSrch {
  3649.     padding: 23px !important;
  3650.   }
  3651.  
  3652.   .searchBtn,
  3653.   .loadMoreD,
  3654.   #mpCat,
  3655.   .mailObj,
  3656.   .followBack,
  3657.   .viewAllUpdates,
  3658.   .biMFeatInfB {
  3659.     position: relative;
  3660.     box-sizing: border-box;
  3661.     background-color: transparent !important;
  3662.     color: rgb(151, 151, 151) !important;
  3663.     border: 1px solid var(--border) !important;
  3664.   }
  3665.  
  3666.   .mailObj {
  3667.     background-color: var(--background) !important;
  3668.   }
  3669.  
  3670.   .searchBtn::before,
  3671.   .loadMoreD::before,
  3672.   .followBack::before,
  3673.   .viewAllUpdates::before {
  3674.     content: "";
  3675.     position: absolute;
  3676.     left: -1px;
  3677.     right: 0px;
  3678.     bottom: 0px;
  3679.     top: 0px;
  3680.     border-radius: 4px;
  3681.     z-index: 123;
  3682.     pointer-events: none;
  3683.     -webkit-mask-image: linear-gradient(0deg, black, transparent);
  3684.     background-color: var(--border);
  3685.   }
  3686.  
  3687.   .buttonR {
  3688.     border: 1px solid #ff7f7f !important;
  3689.     color: #ff7f7f !important;
  3690.     transition: all 0.3s;
  3691.     font-weight: bold;
  3692.   }
  3693.  
  3694.   .buttonR:hover {
  3695.     background-color: #ff7f7f !important;
  3696.     color: rgba(24, 24, 24) !important;
  3697.   }
  3698.  
  3699.   .readAll {
  3700.     color: #ff7f7f;
  3701.   }
  3702.  
  3703.   .readAll:hover {
  3704.     color: #ff7f7f !important;
  3705.   }
  3706.  
  3707.   .searchBtn:hover,
  3708.   .loadMoreD:hover,
  3709.   .followBack:hover,
  3710.   .readAll:hover,
  3711.   .readAll:active,
  3712.   .viewAllUpdates:hover,
  3713.   .viewAllUpdates:active,
  3714.   .biMFeatInfB:hover,
  3715.   .biMFeatInfB:active {
  3716.     color: white;
  3717.     border-radius: 4px;
  3718.     background-color: var(--background) !important;
  3719.     border: 1px solid var(--border) !important;
  3720.     transform: unset !important;
  3721.   }
  3722.  
  3723.   #deathUIBottom::after {
  3724.     content: "";
  3725.     position: absolute;
  3726.     top: 0;
  3727.     bottom: 0;
  3728.     left: 0;
  3729.     right: 0;
  3730.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  3731.         100%,
  3732.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  3733.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  3734.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  3735.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  3736.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  3737.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  3738.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  3739.  
  3740.     background-repeat: no-repeat;
  3741.     background-size: 20px 20px;
  3742.     pointer-events: none;
  3743.     z-index: 123;
  3744.   }
  3745.  
  3746.   #mpCat {
  3747.     height: 70px;
  3748.   }
  3749.  
  3750.   .followBack {
  3751.     padding: 8px !important;
  3752.   }
  3753.  
  3754.   .readAll {
  3755.     height: 30px;
  3756.     line-height: 30px;
  3757.     box-sizing: border-box;
  3758.     background-color: transparent;
  3759.     border: 1px solid var(--border) !important;
  3760.   }
  3761.  
  3762.   .setBodH[style="padding-top:15px"] {
  3763.     display: block;
  3764.   }
  3765.  
  3766.   #menuWindow[style="overflow-y: auto; width: 1000px;"]
  3767.     > div
  3768.     > div
  3769.     > div[style="float:right;color:rgba(255,255,255,0.5)"] {
  3770.     display: flex;
  3771.     gap: 10px;
  3772.   }
  3773.  
  3774.   #menuWindow[style="overflow-y: auto; width: 1000px;"]
  3775.     > div
  3776.     > div
  3777.     > a[href*="/social.html"] {
  3778.     margin-right: 10px;
  3779.   }
  3780.  
  3781.   .logVersionHed {
  3782.     border: unset;
  3783.   }
  3784.  
  3785.   .challHeadrI {
  3786.     border: unset;
  3787.     width: 100%;
  3788.     border-radius: unset;
  3789.     height: 300px;
  3790.   }
  3791.  
  3792.   .challMapCrd {
  3793.     border: unset !important;
  3794.   }
  3795.  
  3796.   .challMapCvr {
  3797.     background: linear-gradient(0deg, var(--background), transparent);
  3798.   }
  3799.  
  3800.   .challMapPrg {
  3801.     background-color: var(--border);
  3802.     border: 1px solid var(--border);
  3803.     border-radius: 4px;
  3804.     position: absolute;
  3805.     left: 10px;
  3806.     right: unset;
  3807.     bottom: 10px;
  3808.     backdrop-filter: blur(20px);
  3809.   }
  3810.  
  3811.   #menuWindow[style="overflow-y: auto; width: 1200px;"]
  3812.     > div[style="margin-top:10px;"] {
  3813.     padding: 20px;
  3814.   }
  3815.  
  3816.   .classLvl {
  3817.     left: unset !important;
  3818.     right: 7px;
  3819.     top: 7px;
  3820.     color: white !important;
  3821.   }
  3822.  
  3823.   .challHeadrS {
  3824.     background-color: transparent;
  3825.   }
  3826.  
  3827.   .chalCard,
  3828.   .chalImgC,
  3829.   .chalXPBar,
  3830.   .chalRews,
  3831.   .chalRewSkn,
  3832.   .bigMFeatHold,
  3833.   .clsStatCard,
  3834.   .clsStatXPBar,
  3835.   .classCard {
  3836.     background-color: var(--background) !important;
  3837.     border: 1px solid var(--border) !important;
  3838.   }
  3839.  
  3840.   .chalXPBarC,
  3841.   .clsStatXPBarC {
  3842.     background-image: linear-gradient(
  3843.       90deg,
  3844.       var(--health),
  3845.       var(--health)
  3846.     ) !important;
  3847.   }
  3848.  
  3849.   #selectorContainer {
  3850.     background-color: transparent;
  3851.   }
  3852.  
  3853.   .clsStatCard {
  3854.     width: 100%;
  3855.     padding-bottom: unset;
  3856.     margin: unset;
  3857.     flex-direction: column;
  3858.     box-sizing: border-box;
  3859.     display: flex;
  3860.     padding-left: 82px;
  3861.     align-items: flex-start;
  3862.     justify-content: flex-start;
  3863.     padding-right: 10px;
  3864.     height: 80px;
  3865.     padding-top: 4px;
  3866.   }
  3867.  
  3868.   .clsStatXPBarV {
  3869.     position: absolute;
  3870.     bottom: 0px;
  3871.     top: 0px;
  3872.     left: unset;
  3873.     right: 0px;
  3874.     display: flex;
  3875.     align-items: center;
  3876.     padding-right: 10px;
  3877.     justify-content: flex-end;
  3878.     width: fit-content;
  3879.     font-weight: bolder;
  3880.     color: rgb(111, 111, 111) !important;
  3881.   }
  3882.  
  3883.   .clsStatImg {
  3884.     height: 70px;
  3885.     width: 70px;
  3886.     background-color: transparent;
  3887.     left: 6px;
  3888.     top: 4px;
  3889.     position: absolute;
  3890.   }
  3891.  
  3892.   .clsStatLvl {
  3893.     transform: unset;
  3894.     right: 10px;
  3895.     top: 6px;
  3896.     left: unset;
  3897.   }
  3898.  
  3899.   .clsStatXPBar {
  3900.     position: absolute;
  3901.     left: 80px;
  3902.     bottom: 4px;
  3903.     top: unset;
  3904.     right: 0px;
  3905.     width: calc(100% - 88px);
  3906.     background-color: var(--background) !important;
  3907.   }
  3908.  
  3909.   .clsStatXPBarC {
  3910.     border-radius: 2px !important;
  3911.   }
  3912.  
  3913.   .clsStatName,
  3914.   .clsStatWeap {
  3915.     position: unset;
  3916.   }
  3917.  
  3918.   .clsXPBarC {
  3919.     background: linear-gradient(90deg, var(--health), var(--background));
  3920.     border-radius: 2px;
  3921.   }
  3922.  
  3923.   .classHP {
  3924.     left: 78px;
  3925.     font-weight: 900;
  3926.     color: rgb(255, 255, 255) !important;
  3927.   }
  3928.  
  3929.   .xpBarV {
  3930.     color: rgba(111, 111, 111);
  3931.   }
  3932.  
  3933.   .sliderVal {
  3934.     color: var(--text);
  3935.   }
  3936.  
  3937.   .inputGrey2 {
  3938.     color: var(--text);
  3939.   }
  3940.  
  3941.   .itemViewSea {
  3942.     font-weight: bold;
  3943.     background-color: unset !important;
  3944.     clip-path: unset;
  3945.     background: linear-gradient(
  3946.       to left,
  3947.       var(--background),
  3948.       var(--background-end)
  3949.     ) !important;
  3950.     color: var(--health) !important;
  3951.     border-radius: unset !important;
  3952.     border-right: 5px solid var(--ammo) !important;
  3953.     right: 15px;
  3954.     top: 15px;
  3955.     line-height: unset;
  3956.     padding: 5px;
  3957.     padding-left: 10px;
  3958.     padding-right: 10px;
  3959.   }
  3960.  
  3961.   #menuWindow > a[href*="social.html"]::before {
  3962.     background-color: rgb(35 35 35 / 0%);
  3963.     border: 1px solid rgb(0 0 0 / 10%);
  3964.     color: var(--health);
  3965.   }
  3966.  
  3967.   #menuWindow > a[href*="social.html"] {
  3968.     background-color: rgb(35 35 35 / 0%);
  3969.     border: 1px solid rgb(255 255 255 / 0%);
  3970.   }
  3971.  
  3972.   #menuWindow > a[onclick="showWindow(18)"] {
  3973.     background-color: rgb(35 35 35 / 0%);
  3974.     border: 1px solid rgb(0 0 0 / 10%);
  3975.     color: var(--health);
  3976.   }
  3977.  
  3978.   .setBodH[style="padding:10px;margin-top:0px;margin-bottom:8px;width:calc(100% - 20px) !important;margin-left:0px;"] {
  3979.     display: unset;
  3980.     background-color: transparent;
  3981.     border: unset !important;
  3982.   }
  3983.  
  3984.   .serverTimeLeft {
  3985.     width: 100px;
  3986.     display: flex;
  3987.     justify-content: flex-end;
  3988.     /* text-align: right; */
  3989.   }
  3990.  
  3991.   .settNameIn:hover {
  3992.     background-color: transparent !important;
  3993.     padding: 14px;
  3994.     margin: unset;
  3995.   }
  3996.  
  3997.   #serverHolder > div.setBodH > div[style*="padding-top:10px"] {
  3998.     display: unset;
  3999.   }
  4000.  
  4001.   .clsXPBarC {
  4002.     background-color: var(--health) !important;
  4003.   }
  4004.  
  4005.   .xpEndBPBarB {
  4006.     background-image: none !important;
  4007.     background-color: var(--health) !important;
  4008.   }
  4009.  
  4010.   .classHP {
  4011.     left: 78px;
  4012.     font-weight: 900;
  4013.     color: #fff !important;
  4014.   }
  4015.  
  4016.   #menuWindow.dark {
  4017.     border: 1px solid var(--border);
  4018.   }
  4019.  
  4020.   #menuWindow.dark div {
  4021.     color: var(--text);
  4022.   }
  4023.  
  4024.   .settName {
  4025.     color: var(--text) !important;
  4026.   }
  4027.  
  4028.   #windowCHolder {
  4029.     backdrop-filter: blur(20px);
  4030.   }
  4031.  
  4032.   .pSt {
  4033.     color: var(--health) !important;
  4034.   }
  4035.  
  4036.   .pSt strong {
  4037.     color: var(--accent) !important;
  4038.   }
  4039.  
  4040.   .custClear {
  4041.     padding: unset;
  4042.     border-radius: 100%;
  4043.     top: 5px;
  4044.     right: 5px;
  4045.     width: 30px;
  4046.     height: 30px;
  4047.     transform: unset !important;
  4048.     opacity: 0.5;
  4049.     transition: 0.05s all !important;
  4050.   }
  4051.  
  4052.   .custClear:hover {
  4053.     opacity: 1;
  4054.   }
  4055.  
  4056.   #instructionsUpdate {
  4057.     background-color: var(--background);
  4058.     border-radius: 4px;
  4059.     border: 1px solid var(--border);
  4060.   }
  4061.  
  4062.   .skinImg {
  4063.     margin: unset !important;
  4064.   }
  4065.  
  4066.   .skinRandom {
  4067.     left: 50%;
  4068.     transform: translate(-50%, calc(-50% + 10px));
  4069.     opacity: 0.8;
  4070.     background: rgba(31, 31, 31, 1);
  4071.     height: 100px;
  4072.     width: 100px;
  4073.     border-radius: 1000%;
  4074.     backdrop-filter: blur(20px);
  4075.     top: 50% !important;
  4076.     display: flex;
  4077.     align-items: center;
  4078.     justify-content: center;
  4079.     border: 1px solid var(--border);
  4080.     transition: 0.15s all !important;
  4081.   }
  4082.  
  4083.   .skinCard:hover .skinRandom {
  4084.     opacity: 0.1;
  4085.   }
  4086.  
  4087.   #instructionsUpdate::after {
  4088.     content: "";
  4089.     position: absolute;
  4090.     top: 0;
  4091.     bottom: 0;
  4092.     left: 0;
  4093.     right: 0;
  4094.     border-radius: 4px;
  4095.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  4096.         100%,
  4097.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  4098.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  4099.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  4100.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  4101.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  4102.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  4103.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  4104.  
  4105.     background-repeat: no-repeat;
  4106.     background-size: 20px 20px;
  4107.     pointer-events: none;
  4108.     z-index: 123;
  4109.   }
  4110.  
  4111.   div[style="margin-top:10px;font-size:15px;color:rgba(255,255,255,0.4)"] {
  4112.     color: var(--text) !important;
  4113.   }
  4114.  
  4115.   .instructionsHeader {
  4116.     color: var(--text);
  4117.     border-bottom: 1px solid var(--health);
  4118.     background: transparent;
  4119.   }
  4120.  
  4121.   .instructionsTab {
  4122.     color: var(--text);
  4123.     border-top: 1px solid var(--health);
  4124.   }
  4125.  
  4126.   .punishButton.kick {
  4127.     background-color: rgb(121, 13, 13);
  4128.   }
  4129.  
  4130.   .punishButton.vote {
  4131.     background-color: rgb(246, 190, 0);
  4132.     color: rgb(0, 0, 0);
  4133.     font-weight: 700;
  4134.   }
  4135.  
  4136.   #ingameTable tr,
  4137.   #ingameTable th {
  4138.     border-bottom: 3px solid var(--health) !important;
  4139.   }
  4140.  
  4141.   #menuWindow .dark [style="overflow-y: auto; width: 955px;"]::after {
  4142.     content: "";
  4143.     position: absolute;
  4144.     top: 0;
  4145.     bottom: 0;
  4146.     left: 0;
  4147.     right: 0;
  4148.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  4149.         100%,
  4150.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  4151.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  4152.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  4153.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  4154.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  4155.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  4156.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  4157.  
  4158.     background-repeat: no-repeat;
  4159.     background-size: 20px 20px;
  4160.     pointer-events: none;
  4161.     z-index: 123;
  4162.   }
  4163.  
  4164.   #menuWindow
  4165.     > div[style="margin-bottom:15px"]
  4166.     > div.bigMenTabs
  4167.     > div[onclick*="windows[34].switchTab("] {
  4168.     font-size: unset !important;
  4169.   }
  4170.  
  4171.   #bindsHolder > .setBodH div {
  4172.     display: unset;
  4173.   }
  4174.  
  4175.   .hostHeader {
  4176.     border-width: 1px;
  4177.   }
  4178.  
  4179.   #stickyHostH {
  4180.     border-width: 1px;
  4181.   }
  4182.  
  4183.   .mailFrom {
  4184.     border-bottom: 1px solid var(--health);
  4185.   }
  4186.  
  4187.   .changeText {
  4188.     color: var(--text) !important;
  4189.   }
  4190.  
  4191.   .menuTabNew {
  4192.     color: var(--health);
  4193.   }
  4194.  
  4195.   #policePopC {
  4196.     background-color: var(--background);
  4197.   }
  4198.  
  4199.   #confirmBtn[style="width:142px;margin-right:5px"] > span {
  4200.     display: none !important;
  4201.   }
  4202.  
  4203.   div[style="color:rgba(255,255,255,0.6);font-size:20px;margin-bottom:15px;"] {
  4204.     color: var(--text) !important;
  4205.     text-align: center;
  4206.   }
  4207.  
  4208.   div[style="color:rgba(255,255,255,0.6);font-size:20px;margin-bottom:15px;"]
  4209.     > b {
  4210.     color: var(--health) !important;
  4211.   }
  4212.  
  4213.   #kpdCalls > * td,
  4214.   #kpdCalls > * th {
  4215.     color: var(--text);
  4216.   }
  4217.  
  4218.   .popHeader,
  4219.   .dropsPopHeader {
  4220.     color: var(--text);
  4221.   }
  4222.  
  4223.   .kpdRank {
  4224.     display: none !important;
  4225.   }
  4226.  
  4227.   div[style="font-size:30px;margin-bottom:12px;color:#858585"] {
  4228.     color: var(--text) !important;
  4229.   }
  4230.  
  4231.   div[style*="color:rgba(0,0,0,0.6)"] {
  4232.     color: var(--text) !important;
  4233.   }
  4234.  
  4235.   div[style*="border-bottom:3px solid #ffffff33;"] {
  4236.     border-bottom: 2px solid var(--health) !important;
  4237.   }
  4238.  
  4239.   #policePopC::after {
  4240.     content: "";
  4241.     position: absolute;
  4242.     top: 0;
  4243.     bottom: 0;
  4244.     left: 0;
  4245.     right: 0;
  4246.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  4247.         100%,
  4248.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  4249.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  4250.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  4251.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  4252.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  4253.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  4254.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  4255.  
  4256.     background-repeat: no-repeat;
  4257.     background-size: 20px 20px;
  4258.     pointer-events: none;
  4259.     z-index: 123;
  4260.   }
  4261.  
  4262.   #menuWindow[style="overflow-y: hidden; width: 985px;"]::after {
  4263.     content: "";
  4264.     position: absolute;
  4265.     top: 0;
  4266.     bottom: 0;
  4267.     left: 0;
  4268.     right: 0;
  4269.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  4270.         100%,
  4271.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  4272.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  4273.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  4274.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  4275.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  4276.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  4277.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  4278.  
  4279.     background-repeat: no-repeat;
  4280.     background-size: 20px 20px;
  4281.     pointer-events: none;
  4282.     z-index: 123;
  4283.   }
  4284.  
  4285.   #menuWindow [style*="overflow-y: auto; width: 955px;"]::after {
  4286.     content: "";
  4287.     position: absolute;
  4288.     top: 0;
  4289.     bottom: 0;
  4290.     left: 0;
  4291.     right: 0;
  4292.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  4293.         100%,
  4294.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  4295.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  4296.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  4297.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  4298.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  4299.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  4300.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  4301.  
  4302.     background-repeat: no-repeat;
  4303.     background-size: 20px 20px;
  4304.     pointer-events: none;
  4305.     z-index: 123;
  4306.   }
  4307.  
  4308.   .custContainer {
  4309.     left: 7px;
  4310.   }
  4311.  
  4312.   .pListActions {
  4313.     padding: 20px;
  4314.   }
  4315.  
  4316.   .plusOrMinus3 {
  4317.     color: var(--health) !important;
  4318.     font-size: 47px !important;
  4319.     vertical-align: middle !important;
  4320.     margin-top: 0px !important;
  4321.   }
  4322.  
  4323.   #menuWindow
  4324.     > div[style="margin-bottom:15px"]
  4325.     > div.bigMenTabs
  4326.     > div[onclick*="windows[34].switchTab("] {
  4327.     font-size: unset !important;
  4328.   }
  4329.  
  4330.   #doubleXPHolder {
  4331.     display: none !important;
  4332.   }
  4333.  
  4334.   #endTable > tbody > tr > th {
  4335.     color: var(--health) !important;
  4336.   }
  4337.  
  4338.   #newSpecContr > #nSC_header {
  4339.     font-weight: bold;
  4340.     color: var(--health);
  4341.   }
  4342.  
  4343.   hr[style="border-top: 1px solid rgba(255, 255, 255, 0.7);"] {
  4344.     border-color: var(--health) !important;
  4345.   }
  4346.  
  4347.   .specControl {
  4348.     color: var(--text) !important;
  4349.   }
  4350.  
  4351.   .specControlKey {
  4352.     color: var(--health);
  4353.   }
  4354.  
  4355.   #specStatsInner {
  4356.     background: rgba(35, 35, 35, 0.6);
  4357.   }
  4358.  
  4359.   #spectHPBI {
  4360.     background-color: var(--health) !important;
  4361.   }
  4362.  
  4363.   #spectHPV {
  4364.     color: rgb(0, 0, 0);
  4365.   }
  4366.  
  4367.   div[style*="color: rgba(255, 255, 255, 0.6);"] {
  4368.     color: var(--text) !important;
  4369.   }
  4370.  
  4371.   div[style*="color: rgba(255, 255, 255, 0.4);"] {
  4372.     color: var(--text) !important;
  4373.   }
  4374.  
  4375.   div[style*="background:#fff"] {
  4376.     background-color: var(--health) !important;
  4377.   }
  4378.  
  4379.   div[style="color:rgba(255,255,255,0.6);margin-bottom:10px;margin-top:0px;width:100%;text-align:center"] {
  4380.     color: var(--text) !important;
  4381.     margin-bottom: 0px !important;
  4382.   }
  4383.  
  4384.   .bundleSliderBtn {
  4385.     background: none !important;
  4386.   }
  4387.  
  4388.   .prizeWheelTable {
  4389.     text-align: center;
  4390.     margin-top: 20px;
  4391.     display: flex;
  4392.     flex-wrap: wrap;
  4393.     justify-content: space-between;
  4394.   }
  4395.  
  4396.   .shopCard {
  4397.     margin-left: unset !important;
  4398.     margin-right: unset !important;
  4399.   }
  4400.  
  4401.   .craftRcIcn {
  4402.     border-width: 1px !important;
  4403.   }
  4404.  
  4405.   .bundlPopBuyB,
  4406.   .bundlPopBuyS,
  4407.   .bundlPopBuyC {
  4408.     color: var(--text) !important;
  4409.   }
  4410.  
  4411.   .bSliderBtn {
  4412.     border: transparent;
  4413.     background: transparent;
  4414.   }
  4415.  
  4416.   .bundleSliderBtn {
  4417.     background: none !important;
  4418.     border: none !important;
  4419.   }
  4420.  
  4421.   .bundleSliderBtn.disabled {
  4422.     background: none !important;
  4423.     border: none !important;
  4424.   }
  4425.  
  4426.   .plusOrMinus2 {
  4427.     color: var(--health);
  4428.   }
  4429.  
  4430.   .purejscarousel-btn {
  4431.     background-color: rgb(0 0 0) !important;
  4432.   }
  4433.  
  4434.   .custSubContainer {
  4435.     display: none !important;
  4436.   }
  4437.  
  4438.   .winCloseArr,
  4439.   .custBackArr {
  4440.     display: none !important;
  4441.   }
  4442.  
  4443.   .winClose::before {
  4444.     content: "undo";
  4445.     font-family: "material icons";
  4446.     color: var(--accent);
  4447.   }
  4448.  
  4449.   .custBack::before {
  4450.     content: "arrow_back";
  4451.     font-family: "material icons";
  4452.     color: var(--accent);
  4453.   }
  4454.  
  4455.   .winClose:hover {
  4456.     background: var(--border) !important;
  4457.   }
  4458.  
  4459.   .winClose:hover,
  4460.   .custBack:hover {
  4461.     background: var(--border) !important;
  4462.   }
  4463.  
  4464.   .winClose,
  4465.   .custBack {
  4466.     padding: unset !important;
  4467.  
  4468.     height: 48px !important;
  4469.     width: 50px !important;
  4470.     min-width: 50px;
  4471.     background: var(--background) !important;
  4472.     line-height: 50px;
  4473.     text-align: center;
  4474.     background: transparent;
  4475.     transition: 0.1s all ease-in-out;
  4476.     border: 1px solid var(--border);
  4477.   }
  4478.  
  4479.   .custContainer {
  4480.     border: 3px solid rgba(0, 0, 0, 0.4);
  4481.     background-color: rgb(0, 0, 0, 25%);
  4482.   }
  4483.  
  4484.   .bundleSliderArrow {
  4485.     border-right: 20px solid var(--health);
  4486.   }
  4487.  
  4488.   #bundlePop,
  4489.   #premiumPop {
  4490.     background: var(--background);
  4491.     border-radius: 4px;
  4492.     border: 1px solid var(--border);
  4493.   }
  4494.  
  4495.   .bundlCreatorHead {
  4496.     background: var(--background);
  4497.     border: 1px solid var(--border);
  4498.     border-radius: 4px;
  4499.   }
  4500.  
  4501.   .bundlPopBuyC {
  4502.     background: var(--background) !important;
  4503.     transition: background-color 0.3s ease;
  4504.     border: 1px solid var(--health) !important;
  4505.     color: var(--health) !important;
  4506.     border-radius: 4px;
  4507.   }
  4508.  
  4509.   #premiumCreatorCodeBtn {
  4510.     background: var(--background) !important;
  4511.     transition: background-color 0.3s ease;
  4512.     border: 1px solid var(--health) !important;
  4513.     color: var(--health) !important;
  4514.     border-radius: 4px;
  4515.     margin-left: 5px;
  4516.   }
  4517.  
  4518.   #premiumCreatorCodeBtn:hover {
  4519.     color: rgba(24, 24, 24) !important;
  4520.     background: var(--health) !important;
  4521.   }
  4522.  
  4523.   #premiumCreatorCode {
  4524.     border: 1px solid var(--border) !important;
  4525.   }
  4526.  
  4527.   .bundlPopBuyC:hover {
  4528.     color: rgba(24, 24, 24) !important;
  4529.     background: var(--health) !important;
  4530.     transform: none !important;
  4531.   }
  4532.  
  4533.   .bundlPopInfo > li {
  4534.     color: var(--text);
  4535.   }
  4536.  
  4537.   .bundlPopInfo > li::before {
  4538.     color: var(--accent) !important;
  4539.   }
  4540.  
  4541.   #bundlePop::after,
  4542.   #premiumPop::after {
  4543.     content: "";
  4544.     position: absolute;
  4545.     top: 0;
  4546.     bottom: 0;
  4547.     left: 0;
  4548.     right: 0;
  4549.     border-radius: 4px;
  4550.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  4551.         100%,
  4552.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  4553.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  4554.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  4555.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  4556.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  4557.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  4558.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  4559.  
  4560.     background-repeat: no-repeat;
  4561.     background-size: 20px 20px;
  4562.     pointer-events: none;
  4563.     z-index: 123;
  4564.   }
  4565.  
  4566.   .bundlPopNam {
  4567.     color: var(--text);
  4568.   }
  4569.  
  4570.   .updDisN {
  4571.     margin-right: 10px;
  4572.   }
  4573.  
  4574.   .bundlPopInfo {
  4575.     color: var(--text);
  4576.   }
  4577.  
  4578.   .bundlCreatorText,
  4579.   .battlepassCreatorText {
  4580.     color: var(--text);
  4581.   }
  4582.  
  4583.   div[style="color: rgb(255, 255, 255); font-size: 20px; position: relative; margin-bottom: 15px;"] {
  4584.     color: var(--text) !important;
  4585.   }
  4586.  
  4587.   .clientExitPop {
  4588.     background: var(--background);
  4589.     border: 1px solid var(--border);
  4590.     border-radius: 4px;
  4591.     text-align: center;
  4592.     color: var(--text);
  4593.   }
  4594.  
  4595.   #confirmBtn {
  4596.     color: var(--health) !important;
  4597.     background: var(--background) !important;
  4598.     transition: background-color 0.5s ease;
  4599.     border: 1px solid var(--health) !important;
  4600.     box-shadow: none !important;
  4601.     border-radius: 4px !important;
  4602.     text-transform: uppercase !important;
  4603.   }
  4604.  
  4605.   #declineBtn {
  4606.     background-color: var(--background);
  4607.     transition: background-color 0.5s ease;
  4608.     margin-left: 4px;
  4609.     border: 1px solid #ff7f7f;
  4610.     color: #ff7f7f;
  4611.   }
  4612.  
  4613.   #declineBtn:hover {
  4614.     color: rgba(24, 24, 24) !important;
  4615.     background: #ff7f7f !important;
  4616.   }
  4617.  
  4618.   #confirmBtn:hover {
  4619.     color: rgba(24, 24, 24) !important;
  4620.     background: var(--health) !important;
  4621.   }
  4622.  
  4623.   .clientExitPop::after {
  4624.     content: "";
  4625.     position: absolute;
  4626.     top: 0;
  4627.     bottom: 0;
  4628.     left: 0;
  4629.     right: 0;
  4630.     border-radius: 4px;
  4631.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  4632.         100%,
  4633.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  4634.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  4635.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  4636.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  4637.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  4638.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  4639.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  4640.  
  4641.     background-repeat: no-repeat;
  4642.     background-size: 20px 20px;
  4643.     pointer-events: none;
  4644.     z-index: 123;
  4645.   }
  4646.  
  4647.   #itemInfoBtn {
  4648.     color: var(--text);
  4649.     background-color: var(--background);
  4650.     transition: background-color 0.3s ease;
  4651.   }
  4652.  
  4653.   div span[style="color:#7d7d7d;"] {
  4654.     color: var(--health) !important;
  4655.   }
  4656.  
  4657.   div [style="color:#cfcfcf"] {
  4658.     color: var(--health) !important;
  4659.   }
  4660.  
  4661.   .settLabel.greyShad {
  4662.     color: var(--health) !important;
  4663.   }
  4664.  
  4665.   .settLabel.blackShad {
  4666.     color: var(--health) !important;
  4667.   }
  4668.  
  4669.   .custLabel.blackShad {
  4670.     color: var(--health) !important;
  4671.   }
  4672.  
  4673.   #interactMsg {
  4674.     background: var(--background);
  4675.     border: unset;
  4676.     color: var(--text);
  4677.   }
  4678.  
  4679.   span [style*="color:#FBC02D;"] {
  4680.     color: var(--health) !important;
  4681.   }
  4682.  
  4683.   #interactMsg::after {
  4684.     content: "";
  4685.     position: absolute;
  4686.     top: 0;
  4687.     bottom: 0;
  4688.     left: 0;
  4689.     right: 0;
  4690.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  4691.         100%,
  4692.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  4693.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  4694.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  4695.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  4696.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  4697.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  4698.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  4699.  
  4700.     background-repeat: no-repeat;
  4701.     background-size: 20px 20px;
  4702.     pointer-events: none;
  4703.     z-index: 123;
  4704.   }
  4705.  
  4706.   div
  4707.     [style="overflow-y: hidden; width: 877px; height: calc(100% - 300px);"]::after {
  4708.     content: "";
  4709.     position: absolute;
  4710.     top: 0;
  4711.     bottom: 0;
  4712.     left: 0;
  4713.     right: 0;
  4714.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  4715.         100%,
  4716.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  4717.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  4718.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  4719.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  4720.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  4721.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  4722.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  4723.  
  4724.     background-repeat: no-repeat;
  4725.     background-size: 20px 20px;
  4726.     pointer-events: none;
  4727.     z-index: 123;
  4728.   }
  4729.  
  4730.   div [style="overflow-y: auto;"]::after {
  4731.     content: "";
  4732.     position: absolute;
  4733.     top: 0;
  4734.     bottom: 0;
  4735.     left: 0;
  4736.     right: 0;
  4737.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  4738.         100%,
  4739.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  4740.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  4741.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  4742.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  4743.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  4744.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  4745.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  4746.  
  4747.     background-repeat: no-repeat;
  4748.     background-size: 20px 20px;
  4749.     pointer-events: none;
  4750.     z-index: 123;
  4751.   }
  4752.  
  4753.   div [style="overflow-y: auto; width: 877px;"]::after {
  4754.     content: "";
  4755.     position: absolute;
  4756.     top: 0;
  4757.     bottom: 0;
  4758.     left: 0;
  4759.     right: 0;
  4760.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  4761.         100%,
  4762.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  4763.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  4764.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  4765.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  4766.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  4767.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  4768.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  4769.  
  4770.     background-repeat: no-repeat;
  4771.     background-size: 20px 20px;
  4772.     pointer-events: none;
  4773.     z-index: 123;
  4774.   }
  4775.  
  4776.   div [style="overflow-y: auto; width: 900px;"]::after {
  4777.     content: "";
  4778.     position: absolute;
  4779.     top: 0;
  4780.     bottom: 0;
  4781.     left: 0;
  4782.     right: 0;
  4783.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  4784.         100%,
  4785.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  4786.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  4787.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  4788.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  4789.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  4790.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  4791.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  4792.  
  4793.     background-repeat: no-repeat;
  4794.     background-size: 20px 20px;
  4795.     pointer-events: none;
  4796.     z-index: 123;
  4797.   }
  4798.  
  4799.   .vouchPop {
  4800.     background: rgba(35, 35, 35);
  4801.     border-radius: 4px;
  4802.     border: 1px solid var(--border);
  4803.   }
  4804.  
  4805.   #vouchRes {
  4806.     color: var(--text) !important;
  4807.   }
  4808.  
  4809.   .vouchPop::after {
  4810.     content: "";
  4811.     position: absolute;
  4812.     top: 0;
  4813.     bottom: 0;
  4814.     left: 0;
  4815.     right: 0;
  4816.     border-radius: 4px;
  4817.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  4818.         100%,
  4819.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  4820.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  4821.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  4822.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  4823.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  4824.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  4825.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  4826.  
  4827.     background-repeat: no-repeat;
  4828.     background-size: 20px 20px;
  4829.     pointer-events: none;
  4830.     z-index: 123;
  4831.   }
  4832.  
  4833.   .redVouchBtn {
  4834.     color: var(--health);
  4835.     border: 1px solid var(--health);
  4836.     background-color: var(--background);
  4837.     transition: background-color 0.3s ease;
  4838.   }
  4839.  
  4840.   input#settSearch {
  4841.     width: 100% !important;
  4842.   }
  4843.  
  4844.   .smlInput {
  4845.     background-color: var(--background);
  4846.     border: 1px solid var(--border);
  4847.     color: var(--text);
  4848.   }
  4849.  
  4850.   input[type="text"],
  4851.   input[type="search"],
  4852.   input[type="url"],
  4853.   input[type="password"],
  4854.   input[type="email"] {
  4855.     background-color: var(--background) !important;
  4856.     border: 1px solid var(--border) !important;
  4857.     color: var(--text) !important;
  4858.   }
  4859.  
  4860.   input[type="text"]::placeholder,
  4861.   input[type="search"]::placeholder,
  4862.   input[type="url"]::placeholder,
  4863.   input[type="password"]::placeholder,
  4864.   input[type="email"]::placeholder {
  4865.     color: rgba(111, 111, 111) !important;
  4866.   }
  4867.  
  4868.   input[type="text"]:focus::placeholder,
  4869.   input[type="search"]:focus::placeholder,
  4870.   input[type="url"]:focus::placeholder,
  4871.   input[type="password"]:focus::placeholder,
  4872.   input[type="email"]:focus::placeholder {
  4873.     color: transparent !important;
  4874.   }
  4875.  
  4876.   .redVouchBtn:hover {
  4877.     color: rgba(24, 24, 24) !important;
  4878.     background: var(--health) !important;
  4879.   }
  4880.  
  4881.   div [style="color:#292929"] {
  4882.     color: var(--text) !important;
  4883.   }
  4884.  
  4885.   .crftItmJnk {
  4886.     color: var(--health) !important;
  4887.   }
  4888.  
  4889.   div
  4890.     [style="color:rgba(255,255,255,0.7);margin-top:-5px;font-size:19px;text-align:center;margin-bottom:5px;"] {
  4891.     color: var(--text) !important;
  4892.   }
  4893.  
  4894.   .itemCnt[data-badge]:after {
  4895.     background-color: rgb(255 255 255 / 0%);
  4896.     font-size: 15px;
  4897.     color: var(--text) !important;
  4898.   }
  4899.  
  4900.   .challHeadrI {
  4901.     border-left: 5px solid var(--health);
  4902.   }
  4903.  
  4904.   span [style="color:rgba(255,255,255,0.5)"] {
  4905.     color: var(--health) !important;
  4906.   }
  4907.  
  4908.   #menuWindow.dark {
  4909.     background-color: var(--background);
  4910.   }
  4911.  
  4912.   #itemSearchH {
  4913.     background-color: var(--background);
  4914.   }
  4915.  
  4916.   #itemSearch {
  4917.     height: 50px;
  4918.     width: calc(115% - 75px - 64px);
  4919.     background-color: var(--background);
  4920.   }
  4921.  
  4922.   .itemSea {
  4923.     display: none;
  4924.   }
  4925.  
  4926.   .itemOwn {
  4927.     color: transparent !important;
  4928.   }
  4929.  
  4930.   .winSelH {
  4931.     padding-top: 10px;
  4932.     padding-bottom: 0px;
  4933.     width: calc(120% - 75px - 64px);
  4934.     background-color: var(--background);
  4935.     border: 1px solid var(--border);
  4936.   }
  4937.  
  4938.   div.skinCard[class="skinCard"][style="color:#292929;border:5px solid#292929"] {
  4939.     color: var(--text) !important;
  4940.   }
  4941.  
  4942.   .streakCard {
  4943.     border: none !important;
  4944.   }
  4945.  
  4946.   .selctInfoBtn {
  4947.     top: 150px;
  4948.     color: rgb(24, 24, 24) !important;
  4949.     border-radius: unset;
  4950.     background-color: var(--health);
  4951.     right: 10px;
  4952.     bottom: 10px;
  4953.     top: unset;
  4954.     width: 14px;
  4955.     height: 20px;
  4956.     font-weight: bolder;
  4957.     font-size: initial;
  4958.     border-radius: 100%;
  4959.     display: flex;
  4960.     text-align: center;
  4961.     align-items: center;
  4962.     justify-content: center;
  4963.     opacity: 0.5;
  4964.     transition: 0.05s all !important;
  4965.   }
  4966.  
  4967.   .selctInfoBtn:hover {
  4968.     opacity: 1;
  4969.     background-color: var(--health);
  4970.   }
  4971.  
  4972.   .lockedCard {
  4973.     width: 53%;
  4974.   }
  4975.  
  4976.   img [style*="height:40px;"] {
  4977.     right: 100px;
  4978.   }
  4979.  
  4980.   .itemViewCnt {
  4981.     color: var(--text) !important;
  4982.   }
  4983.  
  4984.   span [style="color: #3318188f;"] {
  4985.     color: var(--health) !important;
  4986.   }
  4987.  
  4988.   span[style*="color:#ffffff8f;"] {
  4989.     color: var(--text) !important;
  4990.   }
  4991.  
  4992.   #itemViewPop {
  4993.     backdrop-filter: blur(20px);
  4994.     border: unset !important;
  4995.   }
  4996.  
  4997.   .selctFavBtn:after {
  4998.     display: none !important;
  4999.   }
  5000.  
  5001.   #spinKR {
  5002.     background: linear-gradient(
  5003.       90deg,
  5004.       var(--background),
  5005.       var(--background-end)
  5006.     ) !important;
  5007.     border-left: 5px solid var(--health);
  5008.     color: var(--text);
  5009.     border-radius: unset !important;
  5010.   }
  5011.  
  5012.   #spinHeader {
  5013.     color: var(--text);
  5014.   }
  5015.  
  5016.   #spinCost {
  5017.     color: var(--text);
  5018.   }
  5019.  
  5020.   .spinPrevIcon {
  5021.     background-color: var(--background);
  5022.     border-width: 1px;
  5023.   }
  5024.  
  5025.   .spinSprayDiv {
  5026.     background-color: var(--background) !important;
  5027.     border-width: 1px;
  5028.   }
  5029.  
  5030.   span[style="color:#fff;line-height:85px;margin-left:6px"] {
  5031.     color: var(--text) !important;
  5032.   }
  5033.  
  5034.   span[style="color:rgba(255,255,255,0.5);float:right"] {
  5035.     color: var(--text) !important;
  5036.   }
  5037.  
  5038.   div[style="margin-top:5px;color:#fff"] {
  5039.     color: var(--text) !important;
  5040.   }
  5041.  
  5042.   div#spinKR > span[style="color:rgba(255,255,255,0.6)"] {
  5043.     color: var(--text) !important;
  5044.   }
  5045.  
  5046.   div [style="font-size:50px;color:#fff"] {
  5047.     color: var(--text) !important;
  5048.   }
  5049.  
  5050.   .spinHistoryHeader {
  5051.     color: var(--text) !important;
  5052.     border-bottom: 2px solid #989898;
  5053.   }
  5054.  
  5055.   #spinHistoryPop {
  5056.     background-color: var(--background);
  5057.     border: 1px solid var(--border);
  5058.   }
  5059.  
  5060.   .popHeader {
  5061.     position: unset !important;
  5062.     border-bottom: 1px solid var(--health);
  5063.   }
  5064.  
  5065.   #spinHistoryPop::after {
  5066.     content: "";
  5067.     position: absolute;
  5068.     top: 0;
  5069.     bottom: 0;
  5070.     left: 0;
  5071.     right: 0;
  5072.     border-radius: 4px;
  5073.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  5074.         100%,
  5075.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  5076.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  5077.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  5078.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  5079.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  5080.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  5081.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  5082.  
  5083.     background-repeat: no-repeat;
  5084.     background-size: 20px 20px;
  5085.     pointer-events: none;
  5086.     z-index: 123;
  5087.   }
  5088.  
  5089.   .spinHistoryStatsPop {
  5090.     background-color: #1c1c1c;
  5091.   }
  5092.  
  5093.   .spinHistoryStatsPop::after {
  5094.     content: "";
  5095.     position: absolute;
  5096.     top: 0;
  5097.     bottom: 0;
  5098.     left: 0;
  5099.     right: 0;
  5100.     border-radius: 4px;
  5101.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  5102.         100%,
  5103.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  5104.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  5105.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  5106.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  5107.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  5108.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  5109.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  5110.  
  5111.     background-repeat: no-repeat;
  5112.     background-size: 20px 20px;
  5113.     pointer-events: none;
  5114.     z-index: 123;
  5115.   }
  5116.  
  5117.   .spinHistoryStats {
  5118.     color: var(--health) !important;
  5119.     background: var(--background) !important;
  5120.     transition: background-color 0.3s ease;
  5121.     border: 1px solid var(--health) !important;
  5122.     box-shadow: none !important;
  5123.     border-radius: 4px !important;
  5124.   }
  5125.  
  5126.   .spinHistoryClear {
  5127.     color: var(--health) !important;
  5128.     background: var(--background) !important;
  5129.     transition: background-color 0.3s ease;
  5130.     border: 1px solid var(--health) !important;
  5131.     box-shadow: none !important;
  5132.     border-radius: 4px !important;
  5133.   }
  5134.  
  5135.   .spinHistoryClear:hover {
  5136.     transform: none !important;
  5137.     color: rgba(24, 24, 24) !important;
  5138.     background: var(--health) !important;
  5139.   }
  5140.  
  5141.   .spinHistoryStats:hover {
  5142.     transform: none !important;
  5143.     color: rgba(24, 24, 24) !important;
  5144.     background: var(--health) !important;
  5145.   }
  5146.  
  5147.   .noBtnCard {
  5148.     background-color: var(--background);
  5149.     border-color: transparent !important;
  5150.   }
  5151.  
  5152.   .material-icons.custBackAr {
  5153.     display: none !important;
  5154.   }
  5155.  
  5156.   .custBack {
  5157.     background-color: var(--background) !important;
  5158.     border: 1px solid var(--border) !important;
  5159.   }
  5160.  
  5161.   div [style="overflow-y: hidden; width: 877px; height: calc(100% - 300px);"] {
  5162.     max-height: calc(80% - 150px) !important;
  5163.     display: flex !important;
  5164.     flex-direction: column !important;
  5165.     align-items: center !important;
  5166.     justify-content: center !important;
  5167.   }
  5168.  
  5169.   .pListName {
  5170.     padding-top: 20px;
  5171.   }
  5172.  
  5173.   .tReady {
  5174.     color: var(--health);
  5175.   }
  5176.  
  5177.   #tradeList0 {
  5178.     height: 159px !important;
  5179.   }
  5180.  
  5181.   #tradeList1 {
  5182.     height: 159px !important;
  5183.   }
  5184.  
  5185.   a[target="_blank"] {
  5186.     line-height: 1.8;
  5187.   }
  5188.  
  5189.   .folPfp {
  5190.     border-radius: 4px;
  5191.     border: 3px solid var(--border);
  5192.     background: linear-gradient(rgb(22, 22, 22), rgba(22, 22, 22, 0.69));
  5193.   }
  5194.  
  5195.   #trustPrgHD {
  5196.     background-color: #7fff9f !important;
  5197.   }
  5198.  
  5199.   .secImg {
  5200.     image-rendering: unset !important;
  5201.   }
  5202.  
  5203.   #trustProgHD {
  5204.     color: #000;
  5205.     font-weight: 700;
  5206.     font-size: 15px;
  5207.   }
  5208.  
  5209.   .killStreakItemInner {
  5210.     background-color: transparent !important;
  5211.   }
  5212.  
  5213.   #krTagHolder {
  5214.     margin-right: 1040px !important;
  5215.     margin-bottom: 30px !important;
  5216.   }
  5217.  
  5218.   .endTablePfp {
  5219.     padding: 5px;
  5220.     border-radius: 4px;
  5221.     border: 3px solid var(--border);
  5222.     background: linear-gradient(rgb(22, 22, 22), rgba(22, 22, 22, 0.69));
  5223.   }
  5224.  
  5225.   .endChalCard::after {
  5226.     content: "";
  5227.     position: absolute;
  5228.     top: 0;
  5229.     bottom: 0;
  5230.     left: 0;
  5231.     right: 0;
  5232.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  5233.         100%,
  5234.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  5235.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  5236.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  5237.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  5238.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  5239.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  5240.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  5241.  
  5242.     background-repeat: no-repeat;
  5243.     background-size: 20px 20px;
  5244.     pointer-events: none;
  5245.     z-index: 123;
  5246.   }
  5247.  
  5248.   img.custIcon[style*="filter:drop-shadow"] {
  5249.     filter: none !important;
  5250.   }
  5251.  
  5252.   .polConfPop {
  5253.     background-color: var(--background);
  5254.     border-radius: 0px;
  5255.     border: none;
  5256.   }
  5257.  
  5258.   #confirmBtn {
  5259.     height: 23px !important;
  5260.   }
  5261.  
  5262.   .polConfPop::after {
  5263.     content: "";
  5264.     position: absolute;
  5265.     top: 0;
  5266.     bottom: 0;
  5267.     left: 0;
  5268.     right: 0;
  5269.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  5270.         100%,
  5271.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  5272.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  5273.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  5274.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  5275.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  5276.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  5277.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  5278.  
  5279.     background-repeat: no-repeat;
  5280.     background-size: 20px 20px;
  5281.     pointer-events: none;
  5282.     z-index: 123;
  5283.   }
  5284.  
  5285.   #specControlHolder {
  5286.     position: fixed;
  5287.     left: 20px;
  5288.     padding: 20px;
  5289.     background: linear-gradient(90deg, var(--background), var(--background-end));
  5290.     border-left: 5px solid var(--ammo);
  5291.     border-radius: unset;
  5292.   }
  5293.  
  5294.   #specStats {
  5295.     background: linear-gradient(90deg, var(--background), var(--background-end));
  5296.     border-left: 5px solid var(--ammo);
  5297.     border-radius: unset;
  5298.     top: 20px;
  5299.     left: 20px;
  5300.   }
  5301.  
  5302.   #specNames {
  5303.     background: linear-gradient(90deg, var(--background), var(--background-end));
  5304.     color: var(--text);
  5305.     border-left: 5px solid var(--ammo);
  5306.     border-radius: unset;
  5307.     margin-top: -318px;
  5308.     padding-top: 10px;
  5309.   }
  5310.  
  5311.   #specStatsInner {
  5312.     background-color: transparent;
  5313.   }
  5314.  
  5315.   #spectHPB {
  5316.     background-color: var(--background);
  5317.   }
  5318.  
  5319.   #specGameInfo {
  5320.   }
  5321.  
  5322.   #specTimer {
  5323.     background-color: var(--background);
  5324.   }
  5325.  
  5326.   #spectHPV {
  5327.     font-weight: bold;
  5328.   }
  5329.  
  5330.   #specTimer {
  5331.     background-color: transparent;
  5332.     font-weight: bold;
  5333.   }
  5334.  
  5335.   #specTimer::before {
  5336.     content: "";
  5337.     position: absolute;
  5338.     top: -15px;
  5339.     height: 100px;
  5340.     z-index: -1;
  5341.     width: 500px;
  5342.     transform: translateX(-44%);
  5343.     border-top: 5px solid var(--health);
  5344.     background-color: var(--background);
  5345.     -webkit-mask-image: linear-gradient(
  5346.       90deg,
  5347.       var(--background-end) 0%,
  5348.       var(--background) 50%,
  5349.       var(--background) 50%,
  5350.       var(--background-end) 100%
  5351.     );
  5352.   }
  5353.  
  5354.   #spectateHUD {
  5355.     top: 25px;
  5356.   }
  5357.  
  5358.   #uiBase.onSpect #topRight {
  5359.     display: none !important;
  5360.   }
  5361.  
  5362.   #uiBase.onSpect #topLeftHolder {
  5363.     display: none;
  5364.   }
  5365.  
  5366.   .carousel {
  5367.     display: none;
  5368.   }
  5369.  
  5370.   .serverHeader {
  5371.     width: unset;
  5372.     display: flex;
  5373.     margin-right: -20px;
  5374.     margin-left: -20px;
  5375.     background-color: var(--background-0-opacity);
  5376.   }
  5377.  
  5378.   #selectorContainer {
  5379.     border: 1px solid var(--border);
  5380.     padding: 14px;
  5381.     width: calc(100% + 9px);
  5382.     display: flex;
  5383.     gap: 14px;
  5384.     background-color: rgb(28, 28, 28);
  5385.   }
  5386.  
  5387.   .selectedItem::before {
  5388.     content: "";
  5389.     position: absolute;
  5390.     left: -1px;
  5391.     right: 0px;
  5392.     bottom: 0px;
  5393.     top: 0px;
  5394.     border-radius: 4px;
  5395.     z-index: 123;
  5396.     -webkit-mask-image: linear-gradient(0deg, black, transparent);
  5397.     background-color: var(--border);
  5398.   }
  5399.  
  5400.   .selectedItem::after {
  5401.     content: "";
  5402.     position: absolute;
  5403.     left: -1px;
  5404.     right: 0px;
  5405.     bottom: 0px;
  5406.     top: 0px;
  5407.     border-radius: 4px;
  5408.     z-index: 123;
  5409.     border: 1px solid var(--border) !important;
  5410.   }
  5411.  
  5412.   .selectedItem {
  5413.     border: 1px solid var(--border) !important;
  5414.   }
  5415.  
  5416.   .selectorItem {
  5417.     background-color: transparent;
  5418.     border: 1px solid transparent !important;
  5419.   }
  5420.  
  5421.   .selectorItem:hover {
  5422.     background-color: var(--background);
  5423.     border-radius: 4px;
  5424.     border: 1px solid var(--border) !important;
  5425.   }
  5426.  
  5427.   .clsXPBarV {
  5428.     text-align: right;
  5429.     color: var(--health) !important;
  5430.     padding-right: 10px;
  5431.     /*! font-weight: bold !important; */
  5432.     /*! position: absolute; */
  5433.     /*! left: 88px; */
  5434.     right: 0px;
  5435.     letter-spacing: 0.5px;
  5436.   }
  5437.  
  5438.   .classHP {
  5439.     display: none;
  5440.   }
  5441.  
  5442.   .classWeap {
  5443.     top: 30px;
  5444.   }
  5445.  
  5446.   .custContainer {
  5447.     border: 1px solid var(--border) !important;
  5448.   }
  5449.  
  5450.   #itemSearchH {
  5451.     display: flex;
  5452.     background-color: transparent;
  5453.   }
  5454.  
  5455.   #itemSearch {
  5456.     background-color: var(--background);
  5457.     border: 1px solid var(--border);
  5458.   }
  5459.  
  5460.   .skinCard {
  5461.     border-left: unset !important;
  5462.     border-top: unset !important;
  5463.     border-right: unset !important;
  5464.     border-radius: 4px;
  5465.     width: calc(25% - 22px);
  5466.     /*! border: 1px solid rgba(255, 255, 255, .1) !important; */
  5467.     margin: unset;
  5468.     background-color: var(--background);
  5469.     padding-top: 10px;
  5470.     font-size: 17px;
  5471.   }
  5472.  
  5473.   .skinCard:before {
  5474.     content: "";
  5475.     position: absolute;
  5476.     left: 0;
  5477.     right: 0;
  5478.     top: 0;
  5479.     bottom: 0;
  5480.     border: 1px solid var(--border);
  5481.     border-radius: 4px;
  5482.   }
  5483.  
  5484.   .skinCard:hover {
  5485.     background-color: var(--background);
  5486.     border-radius: 4px;
  5487.   }
  5488.  
  5489.   .subPassChg:hover {
  5490.     margin-right: 10px;
  5491.   }
  5492.  
  5493.   .loadoutBtn,
  5494.   .hostPresetBtn,
  5495.   .hostToggle {
  5496.     background-color: var(--health);
  5497.     color: rgba(24, 24, 24) !important;
  5498.     font-weight: 1000;
  5499.     margin-top: 0px;
  5500.   }
  5501.  
  5502.   .hostToggle:hover {
  5503.     background-color: var(--health);
  5504.   }
  5505.  
  5506.   #loadoutSelect,
  5507.   #loadoutName,
  5508.   select {
  5509.     background-color: var(--background) !important;
  5510.     color: var(--accent);
  5511.     border: 1px solid var(--border) !important;
  5512.   }
  5513.  
  5514.   .quickJoin,
  5515.   #hostMenuBtn,
  5516.   #serverSearch {
  5517.     border: 1px solid var(--border) !important;
  5518.     background-color: var(--background) !important;
  5519.   }
  5520.  
  5521.   #hideFull[style*="display:inline-block;"] {
  5522.     display: flex !important;
  5523.     align-items: center;
  5524.     justify-content: center;
  5525.   }
  5526.  
  5527.   .skinList {
  5528.     display: flex;
  5529.     /*! flex-direction: column; */
  5530.     gap: 10px;
  5531.     flex-wrap: wrap;
  5532.     justify-content: space-between;
  5533.   }
  5534.  
  5535.   #skinList {
  5536.     width: 100%;
  5537.     margin-top: 15px;
  5538.     margin-bottom: -4px;
  5539.     display: flex;
  5540.     align-items: center;
  5541.     justify-content: center;
  5542.     flex-wrap: wrap;
  5543.     align-content: baseline;
  5544.     flex-wrap: wrap;
  5545.     gap: 16px;
  5546.   }
  5547.  
  5548.   .classCard {
  5549.     width: calc(50% - 10px);
  5550.     margin: unset;
  5551.     padding: unset;
  5552.   }
  5553.  
  5554.   .classImgH {
  5555.     border-radius: 5px;
  5556.     border: 1px solid var(--border) !important;
  5557.     padding: 10px;
  5558.     position: absolute;
  5559.     top: 5px;
  5560.     bottom: 15px;
  5561.     left: 5px;
  5562.     overflow: hidden;
  5563.     height: unset;
  5564.     width: 50px;
  5565.     display: flex;
  5566.   }
  5567.  
  5568.   .classXPBar {
  5569.     height: 10px;
  5570.     border-top: 1px solid var(--border) !important;
  5571.   }
  5572.  
  5573.   .clsXPBarC {
  5574.     height: 3px;
  5575.   }
  5576.  
  5577.   .clsXPBarV {
  5578.     position: absolute;
  5579.     top: -25px;
  5580.   }
  5581.  
  5582.   .className {
  5583.     font-weight: 600;
  5584.     color: var(--health) !important;
  5585.   }
  5586.  
  5587.   .classLvl {
  5588.     font-size: 19px;
  5589.     color: var(--text) !important;
  5590.     font-weight: 1000;
  5591.     text-transform: uppercase;
  5592.     top: 5px;
  5593.   }
  5594.  
  5595.   .selectorLabel {
  5596.     display: none;
  5597.   }
  5598.  
  5599.   #customizeContainer > div[style="margin-top: 10px;"] {
  5600.     display: flex;
  5601.     /*! flex-direction: column; */
  5602.     justify-content: space-between;
  5603.     gap: 10px;
  5604.     flex-wrap: wrap;
  5605.   }
  5606.  
  5607.   #customizeContainer > div[style="margin-top: 10px;"] .custContainer {
  5608.     width: calc(50% - 18px) !important;
  5609.     left: unset;
  5610.     background-color: var(--background);
  5611.     border-radius: 4px;
  5612.     border: 1px solid var(--border) !important;
  5613.   }
  5614.  
  5615.   div.custContainer[onclick="showWindow(45)"] {
  5616.     display: none;
  5617.   }
  5618.  
  5619.   div#menuWindow.stickyHeader.dark[style="overflow-y: hidden;width: 877px;height: calc(100% - 300px);"] {
  5620.     display: flex !important;
  5621.     flex-direction: column !important;
  5622.     align-items: center !important;
  5623.     justify-content: center !important;
  5624.   }
  5625.  
  5626.   #spinHistoryBtn {
  5627.     color: var(--health) !important;
  5628.     border: 1px solid var(--health) !important;
  5629.     background: var(--background) !important;
  5630.     transition: background-color 0.3s ease;
  5631.     box-shadow: none !important;
  5632.     border-radius: 4px !important;
  5633.     padding-top: 13px !important;
  5634.     margin-left: -24px;
  5635.     text-transform: uppercase !important;
  5636.   }
  5637.  
  5638.   #spinHistoryBtn:hover {
  5639.     border: 1px solid var(--health) !important;
  5640.     transform: none !important;
  5641.     color: rgba(24, 24, 24) !important;
  5642.     background: var(--health) !important;
  5643.   }
  5644.  
  5645.   .winBackH {
  5646.     display: flex;
  5647.   }
  5648.  
  5649.   #popupBack {
  5650.     backdrop-filter: blur(7px);
  5651.   }
  5652.  
  5653.   .loadingPop {
  5654.     background-color: var(--background);
  5655.     border: 1px solid var(--border);
  5656.     color: var(--text);
  5657.   }
  5658.  
  5659.   .itemViewCnt {
  5660.     background-color: var(--background);
  5661.     border-radius: 4px;
  5662.     border: 1px solid var(--border);
  5663.   }
  5664.  
  5665.   #itemInfoBtn {
  5666.     color: var(--health) !important;
  5667.     background: var(--background) !important;
  5668.     border: 1px solid var(--health) !important;
  5669.     box-shadow: none !important;
  5670.     border-radius: 4px !important;
  5671.     text-transform: uppercase !important;
  5672.   }
  5673.  
  5674.   #itemInfoBtn:hover {
  5675.     color: rgba(24, 24, 24) !important;
  5676.     background: var(--health) !important;
  5677.   }
  5678.  
  5679.   .joinBtn {
  5680.     color: var(--health) !important;
  5681.     background: var(--background) !important;
  5682.     border: 1px solid var(--health) !important;
  5683.     border-radius: 4px !important;
  5684.     transition: background-color 0.3s ease;
  5685.   }
  5686.  
  5687.   .joinBtn:hover {
  5688.     color: rgba(24, 24, 24) !important;
  5689.     background: var(--health) !important;
  5690.   }
  5691.  
  5692.   #itemViewPop {
  5693.     backdrop-filter: blur(20px);
  5694.     background-color: var(--background) !important;
  5695.     border: 1px solid var(--border) !important;
  5696.   }
  5697.  
  5698.   #twoFAPop {
  5699.     backdrop-filter: blur(7px);
  5700.     border: 1px solid var(--border);
  5701.   }
  5702.  
  5703.   div[style="font-size:20px;color:rgba(255,255,255,0.5)"] {
  5704.     color: var(--text) !important;
  5705.   }
  5706.  
  5707.   #twoFAWindow {
  5708.     background-color: var(--background);
  5709.     border: 1px solid var(--border) !important;
  5710.   }
  5711.  
  5712.   #twoFAbtn {
  5713.     background-color: var(--background);
  5714.     transition: background-color 0.3s ease;
  5715.     color: var(--health);
  5716.     border: 1px solid var(--health);
  5717.   }
  5718.  
  5719.   #twoFAbtn:hover {
  5720.     background-color: var(--health);
  5721.     color: rgba(24, 24, 24);
  5722.   }
  5723.  
  5724.   .twoFAHeader {
  5725.     color: var(--text);
  5726.     border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  5727.   }
  5728.  
  5729.   #twoFAmsg {
  5730.     color: var(--text);
  5731.   }
  5732.  
  5733.   .twoFAIn {
  5734.     border: 1px solid var(--border) !important;
  5735.   }
  5736.  
  5737.   .importPop {
  5738.     top: 50%;
  5739.     background-color: var(--background);
  5740.     backdrop-filter: blur(7px);
  5741.     border: 1px solid var(--border);
  5742.   }
  5743.  
  5744.   div[style="color:rgba(255,255,255,0.7);font-size:19px;text-align:center;margin-bottom:15px;"] {
  5745.     color: var(--text) !important;
  5746.   }
  5747.  
  5748.   .mapFndB {
  5749.     background-color: var(--background) !important;
  5750.     transition: background-color 0.3s ease;
  5751.     border: 1px solid var(--health) !important;
  5752.     color: var(--health) !important;
  5753.   }
  5754.  
  5755.   .mapFndB:hover {
  5756.     background-color: var(--health) !important;
  5757.     color: rgba(24, 24, 24) !important;
  5758.     opacity: unset !important;
  5759.   }
  5760.  
  5761.   #importTxt {
  5762.     resize: none;
  5763.     background-color: var(--background);
  5764.     border: 1px solid var(--border);
  5765.     color: var(--text);
  5766.   }
  5767.  
  5768.   .itemViewName {
  5769.     font-weight: bold;
  5770.     background: linear-gradient(
  5771.       90deg,
  5772.       var(--background),
  5773.       var(--background-end)
  5774.     ) !important;
  5775.     color: var(--text) !important;
  5776.     border-radius: unset !important;
  5777.     border-left: 5px solid var(--ammo) !important;
  5778.   }
  5779.  
  5780.   div#menuWindow.dark[style="overflow-y: hidden; width: 1146px;"] {
  5781.     border: 1px solid var(--border) !important;
  5782.   }
  5783.  
  5784.   .pfpPop {
  5785.     top: 50%;
  5786.     background-color: var(--background);
  5787.     border-radius: 4px;
  5788.     border: 1px solid var(--border) !important;
  5789.   }
  5790.  
  5791.   .pfpPop::after {
  5792.     content: "";
  5793.     position: absolute;
  5794.     top: 0;
  5795.     bottom: 0;
  5796.     left: 0;
  5797.     right: 0;
  5798.     border-radius: 4px;
  5799.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  5800.         100%,
  5801.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  5802.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  5803.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  5804.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  5805.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  5806.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  5807.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  5808.  
  5809.     background-repeat: no-repeat;
  5810.     background-size: 20px 20px;
  5811.     pointer-events: none;
  5812.     z-index: 123;
  5813.   }
  5814.  
  5815.   input#pfpBtn {
  5816.     background: var(--background);
  5817.     border: 1px solid var(--border) !important;
  5818.     color: var(--text);
  5819.     border-radius: 2px;
  5820.   }
  5821.  
  5822.   .pubHed {
  5823.     color: var(--text) !important;
  5824.   }
  5825.  
  5826.   #pfpName {
  5827.     color: var(--text) !important;
  5828.   }
  5829.  
  5830.   #pfpUpResp {
  5831.     color: var(--text) !important;
  5832.   }
  5833.  
  5834.   #pubPfp {
  5835.     background-color: var(--background);
  5836.     transition: background-color 0.3s ease;
  5837.     border: 1px solid var(--health);
  5838.     color: var(--health);
  5839.   }
  5840.  
  5841.   #pubPfp:hover {
  5842.     background-color: var(--health);
  5843.     color: rgba(24, 24, 24);
  5844.   }
  5845.  
  5846.   #purchaseBack {
  5847.     backdrop-filter: blur(7px);
  5848.   }
  5849.  
  5850.   #purchaseSelector {
  5851.     background-color: var(--background);
  5852.     border: 1px solid var(--border) !important;
  5853.     border-radius: 4px;
  5854.     top: 37%;
  5855.   }
  5856.  
  5857.   #purchaseSelector::after {
  5858.     content: "";
  5859.     position: absolute;
  5860.     top: 0;
  5861.     bottom: 0;
  5862.     left: 0;
  5863.     right: 0;
  5864.     border-radius: 4px;
  5865.     background: linear-gradient(to right, var(--accent) 3px, transparent 4px) 0
  5866.         100%,
  5867.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 100%,
  5868.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 0 100%,
  5869.       linear-gradient(to top, var(--accent) 3px, transparent 4px) 100% 100%,
  5870.       linear-gradient(to right, var(--accent) 3px, transparent 4px) 0 0,
  5871.       linear-gradient(to left, var(--accent) 3px, transparent 4px) 100% 0,
  5872.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 0 0,
  5873.       linear-gradient(to bottom, var(--accent) 3px, transparent 4px) 100% 0;
  5874.  
  5875.     background-repeat: no-repeat;
  5876.     background-size: 20px 20px;
  5877.     pointer-events: none;
  5878.     z-index: 123;
  5879.   }
  5880.  
  5881.   div[style="margin-bottom:10px;text-align:center;color:#fff"] {
  5882.     color: var(--text) !important;
  5883.   }
  5884.  
  5885.   div[style="color:rgba(255,255,255,.4);font-size:20px;margin-bottom:10px;text-align:center"] {
  5886.     color: var(--text) !important;
  5887.   }
  5888.  
  5889.   .tSubHolder {
  5890.     position: relative;
  5891.   }
  5892.  
  5893.   #tDecName {
  5894.     color: #ff7f7f !important;
  5895.     transition: color 0.3s ease;
  5896.   }
  5897.  
  5898.   #tSubName {
  5899.     color: var(--health) !important;
  5900.     transition: color 0.3s ease;
  5901.   }
  5902.  
  5903.   .tDecCheck {
  5904.     background-color: var(--background) !important;
  5905.     border: 1px solid #ff7f7f !important;
  5906.     transition: background-color 0.3s ease;
  5907.   }
  5908.  
  5909.   .tSubHolder:hover #tDecName {
  5910.     color: rgba(24, 24, 24) !important;
  5911.   }
  5912.  
  5913.   .tSubHolder:hover #tSubName {
  5914.     color: rgba(24, 24, 24) !important;
  5915.   }
  5916.  
  5917.   .tSubHolder:hover .tDecCheck {
  5918.     background-color: #ff7f7f !important;
  5919.   }
  5920.  
  5921.   .responsePop {
  5922.     background-color: var(--background);
  5923.     border: 1px solid var(--border) !important;
  5924.   }
  5925.  
  5926.   .tSearch,
  5927.   #tradeChatInputarch {
  5928.     background-color: var(--background);
  5929.     border: 1px solid var(--border);
  5930.     color: var(--text);
  5931.   }
  5932.  
  5933.   .tSearch::placeholder,
  5934.   #tradeChatInput::placeholder {
  5935.     color: var(--text);
  5936.     font-size: small;
  5937.     font-weight: 300;
  5938.   }
  5939.  
  5940.   .tSearch:focus::placeholder,
  5941.   #tradeChatInput:focus::placeholder {
  5942.     color: transparent !important;
  5943.   }
  5944.  
  5945.   .tItemHolder {
  5946.     border-width: 1px !important;
  5947.   }
  5948.  
  5949.   div[style="color:rgba(255,255,255,0.5);font-size:18px;margin-top:5px;margin-bottom:5px;"] {
  5950.     color: var(--text) !important;
  5951.   }
  5952.  
  5953.   div.creatorCodeBtn {
  5954.     background-color: var(--background) !important;
  5955.     transition: background-color 0.3s ease;
  5956.     border: 1px solid var(--health) !important;
  5957.     color: var(--health) !important;
  5958.   }
  5959.  
  5960.   div.creatorCodeBtn:hover {
  5961.     background-color: var(--health) !important;
  5962.     color: rgba(24, 24, 24) !important;
  5963.   }
  5964.  
  5965.   span[style="float:right;margin-right:10px;color:rgba(255,255,255,0.5)"] {
  5966.     width: 100px;
  5967.     margin-right: unset !important;
  5968.     color: var(--text) !important;
  5969.   }
  5970.  
  5971.   span[style="float:right;margin-right:10px;color:rgba(255,255,255,0.5)"] > b {
  5972.     color: var(--health) !important;
  5973.   }
  5974.  
  5975.   .setBodH > div[style="color:rgba(255,255,255,0.4);margin-top:0px"] {
  5976.     color: var(--text) !important;
  5977.   }
  5978.  
  5979.   div > a[href="mailto:[email protected]?subject=Krunker Support"] + b {
  5980.     color: var(--health) !important;
  5981.   }
  5982.  
  5983.   .setBodH > div[style="color:rgba(255,255,255,0.4);margin-top:10px"] {
  5984.     color: var(--text) !important;
  5985.   }
  5986.  
  5987.   div > a[href="mailto:[email protected]?subject=Krunker Payment"] + b {
  5988.     color: var(--health) !important;
  5989.   }
  5990.  
  5991.   div.setBodH[style="padding-top:15px"] {
  5992.     color: var(--text) !important;
  5993.   }
  5994.  
  5995.   div.setBodH[style="padding-top:15px"] b {
  5996.     color: var(--text) !important;
  5997.   }
  5998.  
  5999.   .setBodH > div[style="color:rgba(255,255,255,0.4);margin-top:0px"] > b {
  6000.     color: var(--health) !important;
  6001.   }
  6002.  
  6003.   .setBodH a {
  6004.     color: var(--health) !important;
  6005.   }
  6006.  
  6007.   .settName a {
  6008.     color: var(--health) !important;
  6009.   }
  6010.   .settName > span.floatR {
  6011.     color: var(--health) !important;
  6012.   }
  6013.  
  6014.   .settName > div[style="float:right;color:rgba(255,255,255,0.5)"] {
  6015.     color: var(--health) !important;
  6016.   }
  6017.  
  6018.   .itemOwn[style="z-index: 3;position: relative;"] {
  6019.     position: unset !important;
  6020.   }
  6021.  
  6022.   div[style="float:right;color:rgba(255,255,255,0.5)"] > span {
  6023.     color: var(--text) !important;
  6024.   }
  6025.  
  6026.   .setBodH[style="padding-top:10px;padding-bottom:10px;margin-bottom:25px;color:rgba(255,255,255,0.5);"] {
  6027.     color: var(--text) !important;
  6028.   }
  6029.  
  6030.   .setBodH[style="padding-top:10px;padding-bottom:10px;margin-bottom:25px;color:rgba(255,255,255,0.5);"]
  6031.     > span {
  6032.     color: var(--health) !important;
  6033.   }
  6034.  
  6035.   div.setHed[style="margin-top:10px;"] > span {
  6036.     color: var(--text) !important;
  6037.   }
  6038.  
  6039.   div[style="color:rgba(255,255,255,0.5);margin-bottom:10px"] {
  6040.     color: var(--text) !important;
  6041.     margin-bottom: 0px !important;
  6042.   }
  6043.  
  6044.   .setBodH > span[style="color:#fff"] {
  6045.     color: var(--text) !important;
  6046.   }
  6047.  
  6048.   #premTime {
  6049.     color: var(--health) !important;
  6050.   }
  6051.  
  6052.   .abTestsPop {
  6053.     background-color: var(--background);
  6054.     border: 1px solid var(--border) !important;
  6055.   }
  6056.  
  6057.   #storeList {
  6058.     display: flex;
  6059.     justify-content: space-between;
  6060.   }
  6061.  
  6062.   .lockedSkin {
  6063.     width: 53%;
  6064.   }
  6065.  
  6066.   #nukeCounter {
  6067.     display: none;
  6068.     position: fixed;
  6069.     bottom: 31px !important;
  6070.     top: unset;
  6071.     height: 28px !important;
  6072.     left: 46% !important;
  6073.     transform: translateX(-50%);
  6074.     color: var(--text);
  6075.     text-align: center;
  6076.     border: 1px solid var(--border);
  6077.     background-color: var(--background);
  6078.   }
  6079.  
  6080.   #teamScores[style*="block;"] {
  6081.     position: fixed;
  6082.     left: 50%;
  6083.     transform: translateX(-50%);
  6084.     bottom: 20px;
  6085.     display: flex !important;
  6086.     justify-content: space-between;
  6087.     flex-direction: row;
  6088.     align-items: center;
  6089.     width: auto;
  6090.     padding: unset;
  6091.     height: 40px;
  6092.     border-radius: 5px;
  6093.     padding: 2px;
  6094.     background-color: transparent;
  6095.   }
  6096.  
  6097.   #uiBase.onCompMenu.onGame #gameMessage {
  6098.     margin-top: unset;
  6099.     display: none !important;
  6100.   }
  6101.  
  6102.   #tScoreF2,
  6103.   #tScoreF1 {
  6104.     display: none;
  6105.   }
  6106.  
  6107.   .tScoreM {
  6108.     display: none;
  6109.   }
  6110.  
  6111.   #uiBase.onCompMenu.onGame #teamScores {
  6112.     width: 200px;
  6113.     height: 30px;
  6114.     border: unset;
  6115.     top: 75px;
  6116.     background-color: transparent;
  6117.     border: unset;
  6118.     padding: unset;
  6119.   }
  6120.  
  6121.   #uiBase.onCompMenu.onGame #teamScores::before {
  6122.     content: "";
  6123.     position: absolute;
  6124.     z-index: -1;
  6125.     top: 0;
  6126.     right: 0;
  6127.     bottom: 0;
  6128.     left: 0;
  6129.     background-color: var(--background);
  6130.     border: 2px solid var(--border);
  6131.     border-radius: 5px;
  6132.     transform: perspective(100px) rotateX(-25deg);
  6133.   }
  6134.  
  6135.   #uiBase.onCompMenu.onGame .tScoreC.you {
  6136.     background-color: rgb(86 153 235);
  6137.   }
  6138.  
  6139.   #uiBase.onCompMenu.onGame .tScoreC {
  6140.     display: inline-block !important;
  6141.     position: absolute;
  6142.     border-radius: 50%;
  6143.     bottom: 50%;
  6144.     height: 10px;
  6145.     width: 10px;
  6146.     transform: translateY(50%);
  6147.   }
  6148.  
  6149.   #uiBase.onCompMenu.onGame #tScoreC1 {
  6150.     left: calc(50% - 15px);
  6151.   }
  6152.  
  6153.   #uiBase.onCompMenu.onGame #tScoreC2 {
  6154.     left: calc(50% + 5px);
  6155.   }
  6156.  
  6157.   #uiBase.onCompMenu.onGame .tScoreT {
  6158.     color: white;
  6159.     margin: unset;
  6160.     bottom: unset;
  6161.     background-color: transparent;
  6162.     border: unset;
  6163.   }
  6164.  
  6165.   .tScoreT {
  6166.     color: white;
  6167.     bottom: 50%;
  6168.     margin: 10px;
  6169.     padding: 10px;
  6170.     padding-left: 20px;
  6171.     padding-right: 20px;
  6172.     border-radius: 5px;
  6173.     text-align: center;
  6174.     transform: translateY(50%);
  6175.     overflow: hidden;
  6176.     border: 2px solid var(--border);
  6177.   }
  6178.  
  6179.   #tScoreV1 {
  6180.     background-color: rgb(86 153 235 / 0.4);
  6181.   }
  6182.  
  6183.   #tScoreV2 {
  6184.     background-color: rgb(235 86 86 / 0.4);
  6185.   }
  6186.  
  6187.   .tScoreC {
  6188.     display: none;
  6189.   }
  6190.  
  6191.   #friendList
  6192.     > div
  6193.     > div[style="margin-bottom:10px;text-align:left;padding-bottom:10px;border-bottom:3px solid #ffffff33;padding-top:10px;"]
  6194.     div[style="float:right;"] {
  6195.     height: 85px;
  6196.     display: flex;
  6197.     align-items: center;
  6198.   }
  6199.  
  6200.   #friendList
  6201.     > div
  6202.     > div[style="margin-bottom:10px;text-align:left;padding-bottom:10px;border-bottom:3px solid #ffffff33;padding-top:10px;"]
  6203.     div[style="float:right;"]
  6204.     * {
  6205.     width: 144px;
  6206.     margin: unset;
  6207.   }
  6208.  
  6209.   #friendList
  6210.     > div
  6211.     > div[style="margin-bottom:10px;text-align:left;padding-bottom:10px;border-bottom:3px solid #ffffff33;padding-top:10px;"]
  6212.     div[style="float:right;"]
  6213.     > div.buttonG {
  6214.     font-weight: bold;
  6215.     border: 1px solid var(--accent) !important;
  6216.     transition: all 0.3s ease;
  6217.   }
  6218.  
  6219.   #friendList
  6220.     > div
  6221.     > div[style="margin-bottom:10px;text-align:left;padding-bottom:10px;border-bottom:3px solid #ffffff33;padding-top:10px;"]
  6222.     div[style="float:right;"]
  6223.     > div.buttonG:hover {
  6224.     background-color: var(--accent) !important;
  6225.     font-weight: bold;
  6226.     transform: unset !important;
  6227.     color: rgba(24, 24, 24) !important;
  6228.   }
Tags: Krunker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement