@import "fonts/TTNormsPro.css";
@keyframes fadeInAnimation {
    0% {
      opacity: 0;
      bottom: 70px;
    }
    100% {
      opacity: 1;
      bottom: 0;
    }
  }
  
  @keyframes fadeOutAnimation {
    0% {
      opacity: 1;
      bottom: 0;
    }
    100% {
      opacity: 0;
      bottom: 70px;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scrollbar-color: var(--dark-theme) var(--second-theme);
    scrollbar-width: thin; 
}
:root {
    --white: rgba(255, 255, 255, .96);
    --main-color: #ce203d; /* 26c461 */
    --second-color: #2866cc; /* 2866cc */
    --main-theme: #0a0a0a; /* 0e1520 */
    --second-theme: #0a0a0a; /* 0d131e */
    --dark-theme: #0c0c0c; /* 0c111a */
    --opac-color: rgba(0,0,0,.1);
}
.playerbox {
    /* Другие стили playerbox */
    animation-duration: 0.3s;
    animation-fill-mode: both;
  }
  
  .fadeIn {
    animation-name: fadeInAnimation;
  }
  
  .fadeOut {
    animation-name: fadeOutAnimation;
  }
head{
    display: none;
}
script {
    display: none;
}
html {
    overflow-x: hidden;
    box-sizing: border-box;
}
body{
    /* background: linear-gradient(30deg, rgba(10,10,10,1) 0%, rgb(18, 18, 18) 50%); */
    /* background: linear-gradient(30deg, #0d1014 0%, #10141d 50%); */
    /* background: linear-gradient(310deg, #000000 0%, #11131a 0%); */
    background: linear-gradient(360deg, rgba(14,14,14,1) 0%, rgb(16, 16, 16) 100%);
    font-family: TTNormsPro;
    /* background-color: #11131a; */
    /* background-color: var(--main-theme); */
    min-height: 1200px;
    overflow: overlay;
    margin: 0 auto;
    padding: 0;
}
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: var(--second-theme);
  }
   
  ::-webkit-scrollbar-thumb {
    /* background: rgba(255, 255, 255, .1);  */
    background: var(--dark-theme);
    border-radius: 5px;
  }
  

  ::-webkit-scrollbar-thumb:hover {
    /* background: var(--main-color);  */
    background: #000000;
  }
.h1, .h2, .h2, .h3, .h4, .h6, h1, h2, h2, h3, h4, h6, p {
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}
header {
    position: fixed;
    width: 100%;
    height: 80px;
    background: var(--second-theme);
    padding: 0 300px;
    z-index: 10500;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .2));
    /* transition: left,right,padding .2s ease-in-out; */
    /* border-bottom: 2px solid var(--main-color);  */
}
.logo {
    font-size: 30px;
    font-weight: 600;
    color: var(--white);
}
.logo a {
    color: var(--white);
    text-decoration: none;
}
.logo a:hover {
    color: var(--main-color);
    transition: all .2s ease-in-out;
}
nav ul {
    padding-top: 17px;
    opacity: 0.99;
}
nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-theme);
    height: 50px;
    transition: background-color .1s ease-in;
    border: 2px solid #0a0a0a; /* 0a0f17 */
    border-radius: 5px;
}
/* nav ul li:nth-child(2),
nav ul li:nth-child(4),
nav ul li:nth-child(6) {
    background-color: var(--second-theme);
} */
nav ul li:last-child {
    border-radius: 0 0 5px 5px;
}
nav ul li:hover {
    background-color: var(--second-theme);
}
nav ul li a:hover {
    font-size: 17px !important;
}
nav ul li a {
    display: block;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    padding: 10px 15px;
    transition: .2s;
    margin: 0 5px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
nav ul li a img {
    height: 44px;
    width: auto;
}
nav ul li a img#banned {
    height: 32px;
    width: auto;
}
nav ul li a:hover {
    color: var(--main-color);
    transition: all .2 ease-in-out;
    /* filter: invert(50%) sepia(92%) saturate(416%) hue-rotate(90deg) brightness(105%) contrast(82%); */
}
.socials {
    display: flex;
    align-items: center;
} 
.youtube,
.twitch,
.broker,
.vk {
    color: var(--white);
    opacity: 0.3;
    margin: 0 10px;
    padding-top: 2px;
    font-size: 30px;
    transition: all .2s ease-in-out;

}
.twitch {
    font-size: 22px !important;
    padding-top: 6px;
}
.youtube {
    padding-top: 4px;
}
.vk img {
    height: 21px;
}
.broker {
    font-size: 22px !important;
    padding-top: 2px;
}
.youtube:hover,
.twitch:hover,
.broker:hover,
.vk:hover {
    transition: all .2s ease-in;
    transform: scale(1.1);
    opacity: 1;
}
footer {
    width: 100%;
    height: 65px;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    top: 0;
    left: 0;
}
.banner {
    height: 50px;
    width: 200px;
    right: 290px;
    /* border: 1px solid var(--white); */
    color: var(--white);
    border-radius: 5px;
    position: absolute;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.banner i {
    margin-left: 6px;
}
.banner:hover {
    transform: scale(1.05);
    color: var(--main-color);
    transition: all .2s ease-in-out;
}
.banner:hover text {
    transform: scale(1.05);
}
.hide {
    opacity: 0;
}
.sitepage,
.sitepage_ban,
.sitepage_twoontwo,
.sitepage_fiveonfive,
.sitepage_regist,
.sitepage_notexist {
    max-width: 68%;
    margin: 0 auto;
    width: auto;
    height: 100%;
    justify-content: center;
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    min-height: 1080px;
    padding-top: 95px;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0 1px 6px 0 rgba(0 0 0 .3);
    padding-bottom: 30px;
    background: linear-gradient(360deg, transparent 0%, rgba(0, 0, 10, 0.1) 60%);
    /* background: linear-gradient(180deg, rgba(12, 14, 19, .3) 40%, rgba(0,0,0,.3) 100%); */
}
.sitepage_notexist {
    position: relative;
    padding-top: unset;
    top: 80px;
    align-content: center;
    flex-direction: column;
    justify-content: flex-start;
}
.sitepage_notexist span{
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
}
.sitepage_notexist span:nth-child(1){
    color: var(--main-color);
    font-size: 32px;
    font-weight: 600;
    position: relative;
}
.sitepage_notexist span:nth-child(2){
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.sitepage_notexist .info-text {
    position: relative;
    flex-direction: column;
    padding-top: 80px;
    display: flex;
    width: 100%;
}
.category-boxes {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    padding-top: 40px;
}
.category-box {
    width: 300px;
    height: 150px;
    border-radius: 5px;
    margin: 9px;
    transition: all .2s ease-in-out;
    background: linear-gradient(150deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0, 0, 0, 0.35) 100%);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    text-decoration: none !important;
}
.category-box img {
    width: 50px;
    height: auto;
    padding-top: 30px;
    transition: all .2s ease-in-out;
    filter: invert(17%) sepia(54%) saturate(4570%) hue-rotate(337deg) brightness(102%) contrast(93%);
}
.category-box i {
    width: 50px;
    height: auto;
    padding-top: 30px;
    transition: all .2s ease-in-out;
    filter: invert(17%) sepia(54%) saturate(4570%) hue-rotate(337deg) brightness(102%) contrast(93%);
    font-size: 42px;
    color: var(--main-color);
}
.category-box span {
    padding-bottom: 30px;
    font-weight: 600 !important; 
    transition: all .2s ease-in-out;
}
/* .category-box:hover span {
    color: var(--main-color);
} */
.category-box:hover {
    transform: scale(1.05) !important;
}
.category-box:hover img,
.category-box:hover i {
    transform: scale(1.15) !important;
    /* filter: none; */
}
.describe {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
    text-align: center;
    padding: 30px 0 5px 0;
    text-transform: uppercase;
}
.playerbox{
    position: relative;
    width: 300px;
    height: 150px;
    margin: 8px;
    /* margin: 15px 8px 15px 8px; */
    border-radius: 10px;
    background: linear-gradient(150deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0, 0, 0, 0.35) 100%);
    /* background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%); */
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
    transform: scale(1);
    transition: all .2s ease-in-out;
    overflow: hidden;
}
.sitepage_ban .playerbox{
    width: 100px;
    /* margin: 14px 7px 0 7px; */
    transform: scale(0.95) !important;
    margin: 14px 7px 0 7px;
    filter: grayscale(1);
}
.sitepage_ban .playerbox:hover{
    transform: scale(1) !important;
}
.sitepage_ban .playerbox img{
    opacity: .15;
}
.sitepage_twoontwo .playerbox,
.sitepage_fiveonfive .playerbox {
    width: 400px;
    height: 170px;
}
.sitepage_fiveonfive .playerbox {
    width: 1100px;
}
.sitepage_twoontwo img:nth-child(1) {
    margin-right: -60px;
    transition: all .2s ease-in-out;
}
.sitepage_twoontwo .playerbox:hover img:nth-child(1) {
    margin-right: 50px;
    transition: all .2s ease-in-out;
}
.sitepage_fiveonfive .p1nick,
.sitepage_fiveonfive .p2nick,
.sitepage_fiveonfive .p3nick,
.sitepage_fiveonfive .p4nick,
.sitepage_fiveonfive .p5nick {
    margin-right: unset;
    margin-left: unset;
    text-align: center;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sitepage_twoontwo .teamlogo,
.sitepage_fiveonfive .teamlogo {
    position: absolute;
    z-index: -1;
    opacity: .03;
    /* transform: scale(1.5); */
}
.sitepage_twoontwo .dropdown-content,
.sitepage_fiveonfive .dropdown-content {
    width: 100%;
    bottom: 45px;
}
.sitepage_twoontwo .bio,
.sitepage_fiveonfive .bio {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 10px;
    width: 100%;
    bottom: 70px;
    top: unset;
    opacity: 1;
    transition: all .2s ease-in-out;
    margin: unset;
    overflow: unset;
}
.sitepage_fiveonfive .bio {
    margin: 0 auto;
    width: 1000px;
}
.sitepage_twoontwo .playerbox:hover .bio {
    background: linear-gradient(360deg, var(--dark-theme) 0%, rgba(0,0,0,0) 100%);
}

.sitepage_fiveonfive .playerbox .bio {
    background: linear-gradient(360deg, var(--dark-theme) 0%, rgba(0,0,0,0) 100%);
}

.sitepage_twoontwo .playerbox:hover .p1nick,
.sitepage_twoontwo .playerbox:hover .p2nick,
.sitepage_fiveonfive .playerbox:hover .p1nick,
.sitepage_fiveonfive .playerbox:hover .p2nick,
.sitepage_fiveonfive .playerbox:hover .p3nick,
.sitepage_fiveonfive .playerbox:hover .p4nick,
.sitepage_fiveonfive .playerbox:hover .p5nick{
    transition: all .4s ease-in-out;
    transform:translateY(0px);
    opacity: 1;
}
.sitepage_twoontwo .playerbox:hover .p1nick {
    margin-right: 70px;
}
.sitepage_twoontwo .playerbox:hover .p2nick {
    margin-left: 70px;
}
/* .sitepage_twoontwo .playerbox:hover .nickname {
    transform:translateY(-22px);
} */
.sitepage_twoontwo .playerbox .nickname,
.sitepage_fiveonfive .playerbox .nickname {
    transform:translateY(-22px);
    /* transition: transform .2s ease-in-out !important; */
}
.sitepage_twoontwo .playerbox .nickname.show,
.sitepage_fiveonfive .playerbox .nickname.show {
    transform: translateY(-40px);
    color: var(--main-color);
}
.sitepage_fiveonfive .playerbox:hover .bio .avg {
    transform: translateY(100px) !important; 
}
.sitepage_fiveonfive .playerbox:hover .nickname {
    transform: translateY(100px) !important; 
}
.sitepage_fiveonfive .playerbox .nickname.show {
    color: var(--main-color);
}
.sitepage_twoontwo .nicknames {
    position: absolute;
    width: 180px;
    height: 170px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
    bottom: 30px;
}
.sitepage_fiveonfive .nicknames {
    position: absolute;
    width: 100%;
    height: 40px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    overflow: hidden;
    z-index: 10000;
    bottom: 30px;
    opacity: 1;
    color: white;
    justify-content: space-around;
    filter: drop-shadow(2px 2px 1.5px black);
}
.p1nick,
.p2nick,
.p3nick,
.p4nick,
.p5nick {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    z-index: -1;
    opacity: 0;
}
.sitepage_fiveonfive .p1nick,
.sitepage_fiveonfive .p2nick,
.sitepage_fiveonfive .p3nick,
.sitepage_fiveonfive .p4nick,
.sitepage_fiveonfive .p5nick {
    opacity: 1;
    transform:translateY(100px);
    opacity: 0;
    transition: all .3s !important;
}
.sitepage_fiveonfive .p1nick {
    transition-delay: .2s !important;
}
.sitepage_fiveonfive .p2nick {
    transition-delay: .1s !important;
}
.sitepage_fiveonfive .p3nick {
    transition-delay: 0s !important;
}
.sitepage_fiveonfive .p4nick {
    transition-delay: .1s !important;
}
.sitepage_fiveonfive .p5nick {
    transition-delay: .2s !important;
}
.sitepage_fiveonfive .playerbox .playerphoto img:hover {
    filter: drop-shadow(0px 3px 5px var(--dark-theme));
    transition: all .2s;
}
.p1nick {
    margin-right: 200px;
    text-align: left;
}
.p2nick {
    margin-left: 200px;
    text-align: right;
}
.sitepage_twoontwo .playerbox:hover .bio,
.sitepage_fiveonfive .playerbox:hover .bio {
    opacity: 1;
    transition: all .2s ease-in-out;
}
/* .sitepage_twoontwo .bio .nickname {
    font-size: 20px;
} */
.sitepage_twoontwo .teamlogo img {
    margin-right: 0 !important;
    margin-bottom: 30px;
}
.search-placer {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-top: 14px;
}
.search-placer input {
    border-radius: 5px;
    height: 40px;
    width: 150px;
    /* width: 87%; */
    background-color: var(--dark-theme);
    border: 2px solid var(--second-theme);
    text-align: center;
    font-family: TTNormsPro;
    font-weight: 500;
    font-size: 14px;
    color: var(--white);
}
.search-placer input:focus {
    outline: 3px solid transparent;
}
.search-placer input:focus::placeholder {
    color: transparent;
}
.search-placer .filter,
header .filter {
    border-radius: 5px;
    height: 40px;
    width: 40px;
    overflow: hidden;
}
header .filter {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20%;
    top: unset;
    z-index: 100000;
    border-radius: 5px 0 0 5px;
    filter: grayscale(1);
}
header .filter.hide {
    opacity: 1 !important;
}
header .filter:hover {
    filter: grayscale(0);
    transition: all .2s ease-in-out;
}
header .filter .bg {
    background-color: rgba(0, 0, 0, .1) !important;
    border: none !important;
    border-radius: 0 !important;
}
.search-placer button,
header .filter button {
    border-radius: 5px;
    height: 40px;
    width: 40px;
    border: none;
    text-align: center;
    font-family: TTNormsPro;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    color: var(--white);
    transition: all .2s ease-in-out;
    position: absolute;
    z-index: 10;
}
.search-placer .bg,
header .filter .bg {
    border-radius: 5px;
    height: 40px;
    width: 40px;
    background-color: var(--dark-theme);
    border: 2px solid var(--second-theme);
}
.search-placer i#icon,
header .filter i#icon {
    height: 40px;
    width: 40px;
    font-size: 18px;
    /* color: var(--white); */
    transition: all .2s ease-in-out;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition: all .2s ease-in-out; */
    transform: scale(1);
    bottom: 0;
}
header .filter i.off {
    display: none !important;
}
header .filter button.ascending i#icon {
    transform: scale(1, -1);
    transition: all .2s ease-in-out;
}
header .filter button.descending i#icon {
    transform: scale(1);
    transition: all .2s ease-in-out;
}
.search-placer .filter button.descending i#icon {
    transition: all .2s ease-in-out;
    transform: scale(1);
}
.search-placer .filter button i#icon {
    transition: all .2s ease-in-out;
    transform: scale(1, -1);
}
button#hideNicknameButton i {
    transform: scale(0.9) !important;
    color: var(--white)
}
button#disableReasonButton i {
    transform: scale(1) !important;
    color: var(--white)
}
.search-placer .filter:hover button {
    transition: all .2s ease-in-out;
    transform: scale(1.15);
}
.search-placer button.active i {
    transition: all .2s ease-in-out;
    color: var(--main-color) !important;
}
/* .search-placer .filter button i#icon {
    transition: all .2s ease-in-out;
    transform: scale(1)
} */
.search-placer button.hide,
.sitepage .filter button.hide {
    display: none;
}
/* .sitepage .filter button.off {
    display: none;
} */
.sitepage_ban .bio {
    width: 100%;
    padding: 0;
    height: 100%;
    /* top: 5%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: unset;
}
.sitepage .playerbox:hover {
    transform: translateY(0) scale(1) !important;
    width: 316px;
    height: 160px;

    margin: 0;
    transition: all .2s ease-in-out;
}
/* .sitepage .playerbox:hover .playerphoto img {
} */
.sitepage_twoontwo .playerbox:hover {
    transform: translateY(0) scale(1) !important;
    width: 416px;
    height: 180px;
    margin: 0;
    transition: all .2s ease-in-out;
}
.sitepage_fiveonfive .playerbox:hover {
    transform: translateY(0) scale(1) !important;
    height: 185px;
    transition: all .2s ease-in-out;
}
.sitepage .playerbox:hover .dropdown-content {
    bottom: 55px;
}
.sitepage_twoontwo .playerbox:hover .dropdown-content {
    bottom: 35px;
}
.sitepage_fiveonfive .playerbox:hover .bio {
    bottom: 55px;
}
.playerbox:hover .playerphoto {
    margin-left: unset;
    width: 100%;
    transition: all .2s ease-in-out;
}
.sitepage_fiveonfive .playerbox:hover {
    transform: translateY(0) scale(1) !important;
    transition: all .2s ease-in-out;
}
.playerbox:hover img {
    transform-origin: top left;
}
.playerbox .playerphoto {
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
}

.playerbox .playerphoto a {
    height: 200px !important;
    width: 300px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.active {
    color: var(--main-color);
    /* filter: invert(50%) sepia(92%) saturate(416%) hue-rotate(90deg) brightness(105%) contrast(82%); */
}
.active img {
    filter: invert(17%) sepia(54%) saturate(4570%) hue-rotate(337deg) brightness(102%) contrast(93%);
}

.current-category {
    cursor: pointer;
}
.current-category:hover .menu-selector {
    height: 170px;
}

.current-category img {
    transition: transform 0.2s ease-in-out;
}
.current-category img:hover {
    transform: scale(1.15);
}

.testerlink {
    display: none;
}
.menu-selector {
    height: 0;
    position: absolute;
    overflow: hidden;
    transition: height 0.27s ease-in;
    left: 50%;
    transform: translateX(-50%);
    width: 68%;
}

.menu-selector.expanded {
    height: 265px;
}

.playerbox .playerphoto img {
    position: relative;
    width: 200px;
    height: auto;
    image-rendering: auto;
    top: 5px;
    /* -webkit-mask-image: -webkit-gradient(linear, left 80%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0))) */
}
.bio {
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    overflow: hidden;
}
.playerbox:hover .bio .nickname {
    color: var(--main-color); 
    opacity: 1;
    transition: all .2s ease-in-out;
}
.sitepage_fiveonfive .playerbox:hover .bio .nickname {
    color: var(--main-color); 
    opacity: 0;
    transition: all .2s ease-in-out;
}
.sitepage_twoontwo .playerbox:hover .bio .nickname {
    color: var(--white); 
    transition: all .2s ease-in-out;
    transform: translateY(20px);
}
.sitepage_twoontwo .playerbox:hover .bio .avg {
    color: var(--white); 
    transition: all .2s ease-in-out;
    transform: translateY(100px) !important;
}
.sitepage_ban .playerbox:hover .bio .nickname {
    color: var(--white); 
}
.bio .nickname,
.bio .elo {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    opacity: 1;
    transition: all .2s ease-in-out;
    filter: drop-shadow(3px 3px 1.5px black);
}
.sitepage .bio .nickname.active {
    color: var(--main-color);
}
.sitepage_twoontwo .bio .elo {
    display: none;
}
.bio .elo {
    font-size: 16px;
    opacity: 0;
    transform: translateX(100px);
}
.sitepage_fiveonfive .bio .elo {
    opacity: 1;
}
.bio .avg {
    z-index: 100;
    color: var(--white);
    font-weight: 600;
    z-index: 10000;
    transform:translateY(100px);
    transition: transform .2s ease-in-out;
    filter: drop-shadow(3px 3px 1.5px black);
}
.p1nick,
.p2nick,
.p3nick,
.p4nick,
.p5nick {
    color: var(--main-color);
    transform: .2s ease-in-out;
    filter: drop-shadow(3px 3px 1.5px rgba(0, 0, 0, 0.35));
    transition: .2s ease-in-out;
    opacity: 1;

}
 .bio .avg.show {
    transform:translateY(0px) !important;
} 
.sitepage_twoontwo .bio .elo,
.sitepage_fiveonfive .bio .elo {
    display: block;
    width: 80px;
    transition: all .2s ease-in-out;
    transform: translateX(0px);
}
.playerbox:hover .bio .elo {
    transition: all .2s ease-in-out;
    opacity: 1;
    transform: translateX(0px);
}
.bio .elo.show {
    transition: all .2s ease-in-out;
    opacity: 1;
    transform: translateX(0px);
}
.sitepage_ban .bio .nickname,
.sitepage_ban .bio .id,
.sitepage_ban .bio .reason {
    color: var(--white);
    filter: drop-shadow(1px 1px 1.5px black);
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    opacity: 1;
    transition: all .2s ease-in-out;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sitepage_twoontwo .dropdown {
    top: -60px !important;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 10000;
    top: 0;
  }
  .dropdown-content {
    height: 0;
    width: 100%;
    /* top: -20px; */
    bottom: 63px;
    overflow: hidden;
    position: absolute;
    /* background-color: rgba(12, 14, 19, .8); */
    z-index: 100;
    background: linear-gradient(360deg, var(--dark-theme) 0%, rgba(0,0,0,0) 100%);
    opacity: 0;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
   .playerbox:hover .dropdown-content {
    opacity: 1;
    transition: all .2s ease-in-out;
  } 
  .playerbox.show .dropdown-content {
    transition: all .2s ease-in-out;
    /* height: 100px; */
    height: 50px;
  }
  .sitepage_twoontwo .dropdown-content {
    background: none;
  }

.playerbox:hover .newalert {
    background: var(--main-color);
}

  .newalert {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 30px;
    background: var(--dark-theme);
    transition: background .2s ease-in-out;
    border-radius: 0 0 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: white;
  }
  .dropdown-content a {
    color: var(--white);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: auto;
    transition: all .1s ease-in-out;
    padding: 10px;
  }

  .dropdown-content a:hover {
    opacity: 0.7;
  }

  .dropdown-content a.lvl1::before,
  .dropdown-content a.lvl2::before,
  .dropdown-content a.lvl3::before,
  .dropdown-content a.lvl4::before,
  .dropdown-content a.lvl5::before,
  .dropdown-content a.lvl6::before,
  .dropdown-content a.lvl7::before,
  .dropdown-content a.lvl8::before,
  .dropdown-content a.lvl9::before,
  .dropdown-content a.lvl10::before {
    content: '';
    display: inline-block;
    background-size: cover;
    height: 22px;
    width: 22px;
}
header .filter.faceit::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-size: 40%;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    transition: all .2s ease-in-out;
    z-index: 100;
}
header .filter.faceit.hide::before {
    background-position: 50px center;
    z-index: -1;
    transition: all .2s ease-in-out;
}
  /* Faceit Icons Start */

/* .positive::before {
    background-image: url(/img/icons/positive.png);
} */
.lvl1::before {
    background-image: url(/img/icons/faceit/1.svg);
}
.lvl2::before {
    background-image: url(/img/icons/faceit/2.svg);
}
.lvl3::before {
    background-image: url(/img/icons/faceit/3.svg);
}
.lvl4::before {
    background-image: url(/img/icons/faceit/4.svg);
}
.lvl5::before {
    background-image: url(/img/icons/faceit/5.svg);
}
.lvl6::before {
    background-image: url(/img/icons/faceit/6.svg);
}
.lvl7::before {
    background-image: url(/img/icons/faceit/7.svg);
}
.lvl8::before {
    background-image: url(/img/icons/faceit/8.svg);
}
.lvl9::before {
    background-image: url(/img/icons/faceit/9.svg);
}
.lvl10::before {
    background-image: url(/img/icons/faceit/10.svg);
}
.faceit::before {
    background-image: url(/img/icons/faceit/faceit.png);
}
@media screen and (max-width: 1250px) {
    header {
        padding: 0 50px;
        justify-content: center;
    }
    .sitepage,
    .sitepage_ban,
    .sitepage_regist {
        max-width: 100% !important;
    }
    .menu-selector {
        width: 95%;
    }
    header .filter {
        z-index: 100000 !important;
    }
    .playerbox {
        transform: scale(0.95);
    }
    .sitepage_ban .playerbox {
        transform: scale(0.95);
    }
}
@media screen and (max-width: 1920px) {
    header .filter {
     position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 266px;
    top: 130px;
    border-radius: 5px 0 0 5px;
    filter: grayscale(1);
    }
}
@media screen and (max-width: 1900px) {
    header .filter {
        z-index: 100000;
        left: 30px;
        top: unset;
    }
}
@media screen and (max-width: 1860px) {
    .sitepage,
    .sitepage_ban,
    .sitepage_twoontwo,
    .sitepage_regist {
        max-width: 80%;
    }
}
@media screen and (max-width: 1580px) {
    .sitepage,
    .sitepage_ban {
        max-width: 90%;
    }
    header {
        padding: 0 200px;
    }
}
@media screen and (max-width: 1405px) {
    .sitepage,
    .sitepage_ban,
    .sitepage_twoontwo {
        max-width: 95%;
    }
    .banner {
        display: none;
    }
}
@media screen and (max-width: 1331px) {
    .sitepage,
    .sitepage_ban {
        max-width: 100%;
    }
}
@media screen and (max-width: 450px) {
    header {
        padding: 0 0 !important;
    }
     nav ul li a {
        font-size: 14px !important;
    } 
}
@media screen and (max-width: 400px) {
    header {
        padding: 0 0px !important;
    }
    /* .dropdown-content {
        width: 350px !important;
    } */
}
/* @media screen and (max-width: 600px) {
    .youtube {
        display: none;
    }
} */
@media screen and (max-width: 565px) {
    nav ul li a {
        font-size: 14px;
    }
}
@media screen and (max-width: 525px) {
    nav ul li a {
        padding: 10px 5px;
    }
    header .filter {
        left: 100px;
    }
    form {
        width: 100% !important;
        padding: 30px 10px 30px 10px !important;
    }
}
@media screen and (max-width: 930px) {
    header {
        padding: 0 40px;
    }
    .banner {
        display: flex;
        left: 50px;
        right: unset;
        position: relative;
    }
    nav ul {
        padding-left: unset;
    }
}
@media screen and (max-width: 1085px) {
    .logo {
        display: none;
    }
}
@media screen and (max-width: 810px) {
    .banner {
        display: none;
    }
}

/* Faceit Icons Ends */

/* .subt {
    color: var(--second-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
} */
/* .playerbox .nickname,
.playerbox .playingfor,
.playerbox {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
} */
.sitepage_regist {
    background: linear-gradient(360deg, transparent 0%, rgba(0,0,0,.1) 30%);
}
form {
    /* background: var(--main-theme); */
    padding: 30px 60px 30px 60px;
    width: 600px;
    color: var(--white);
    font-family: TTNormsPro;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 5px;
    /* filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .2)); */
}
.formelem {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .2));
}
.formelem_player {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .2));
}
.formelem_player input {
    width: 32.7%;
}
form div.radio {
    display: flex;
    justify-content: center;
    align-items: center;
}
form div.radio label {
    margin-left: -15px;
    display: flex;
    font-size: 10px;
    cursor: pointer;
}
.formelem span,
.formelem_player span {
    margin-bottom: 10px;
    margin-left: 2px;
}
.formelem span#attention {
    font-weight: 500;
    font-size: 10px;
}
.formelem_player .inputs {
    display: flex;
    justify-content: space-between;
}
.sitepage_regist form input {
    /* border: 1px solid rgb(25, 28, 38); */
    /* border: 1px solid var(--second-theme); */
    border: 1px solid rgb(20, 23, 32);
    background-color: var(--main-theme);
    line-height: 2;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    transition: border .2s ease-in-out;
}
.error {
    /* color: #d20000 !important; */
    border: 1px solid rgb(92 19 19) !important;
    background-color: rgb(25, 16, 16) !important;
  }
.sitepage_regist input:focus {
    outline: 3px solid transparent;
}
.sitepage_regist input:focus::placeholder {
    color: transparent;
}
.sitepage_regist form h2 {
    margin-bottom: 25px !important;
    color: var(--main-color);
    text-align: center;
}
.sitepage_regist #rules {
    margin-top: 30px;
    font-weight: 400;
    width: 80%;
    color: var(--white);
}
.sitepage_regist #rules li {
    padding: 6px;
}
.sitepage_regist #rules span {
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--main-color);
}
.sitepage_regist #rules li::marker {
    color: var(--main-color);
    font-weight: 600;
}
.sitepage_regist #rules a {
    text-decoration: none;
    font-weight: 500;
    color: var(--white);
    transition: color .2s ease-in-out;
}
.sitepage_regist #rules a:hover {
    text-decoration: underline;
    color: var(--main-color);
}
.sitepage_regist #rules button {
    width: 315px;
    height: 40px;
    font-family: TTNormsPro;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    background-color: rgb(25, 132, 65);
    transition: background-color,transform .2s ease-in-out;
    border: 2px solid var(--second-theme);
    border-radius: 5px;
    cursor: pointer;
}
.sitepage_regist #rules .centralizebutton {
    margin-top: 40px;
}
.centralizebutton {
    width: 100%;
    display: flex;
    justify-content: center;
}
form button {
    width: 50%;
    height: 40px;
    font-family: TTNormsPro;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    background-color: rgb(25, 132, 65);
    transition: all .2s ease-in-out;
    border: 2px solid var(--second-theme);
    border-radius: 5px;
    cursor: pointer;
}
form button:hover,
.sitepage_regist #rules button:hover {
    background-color: var(--main-color);
    transform: scale(1.05);
}
form button:disabled:hover  {
    background-color: rgb(25, 132, 65);
    transform: scale(1);
}
input[type=radio]{
  visibility: hidden;
  position: absolute;
}
input[type=radio] + label:before {
  height:12px;
  width:12px;
  margin-right: 10px;
  content: " ";
  display:inline-block;
  vertical-align: baseline;
  border:1px solid rgb(25, 28, 38);
}
input[type=radio]:checked + label:before{
  background: var(--main-color);
  transition: background .1s ease-in;
}

input[type=radio] + label:before{
  border-radius: 50%;
}
.fade-in {
    animation: fade-in .4s ease-in-out;
  }
  @media(max-width: 992px) {
    .container { padding: 20px 100px; }
    #back-to-top-btn { font-size: 22px; width: 40px; height: 40px; bottom: 15px; right: 15px; }
  }
  @media(max-width:768px) {
    body { font-size: 16px; }
    .container { padding: 10px 50px; }
    h1 { font-size: 26px; }
    h2 { font-size: 22px; }
    hr { margin: 30px 0; }
    #back-to-top-btn { font-size: 18px; width: 32px; height: 32px; bottom: 6px; right: 6px; }
  }
  
  .btnEntrance {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: btnEntrance;
  }

  @keyframes btnEntrance {
    from {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
  .btnExit {
    animation-duration: 0.25s;
    animation-fill-mode: both;  
    animation-name: btnExit;
  }

  @keyframes btnExit {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
  }
  #back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
    width: 40px;
    height: 40px;
    background-color: var(--second-theme);
    color: rgba(255, 255, 255, .7);;
    cursor: pointer;
    outline: none;
    border: 2px solid rgba(0,0,0,.04);
    border-radius: 50%;
    z-index: 10000;
  }
  #back-to-top-btn:hover, #back-to-top-btn:focus {
    color: var(--white);
  }