:root {
  --primary: #e21f26 !important;
  --content: #fff !important;
  --content-sec: #707070 !important;
  --blue: rgb(0, 140, 255) !important;
  --good: #15c65c !important;
  --warning: #edab01 !important;
  --bad: red !important;
  --default: #999999 !important;
  --bg1: #2e2e39 !important;
  --bg2: #202028 !important;
  --bg3: #101014 !important;
}

#footer a {
  color: white;
  transition: all 200ms ease-in-out;
}

#footer a:hover {
  color: var(--primary);
}

.flash-message {
  font-family: 'Inter', sans-serif !important;
}

.inter,
.inter p {
  font-family: 'Inter', sans-serif !important;
}


.content.inter p {
  font-family: 'Inter', sans-serif !important;
}

.oswald {
  font-family: 'Oswald' !important;
}

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

.gray {
  color: var(--bg1) !important;
}

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

.sideBackground {
  background: #101014;
  border: 2px solid #121216;
}

::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.form-check .impresszum {
  font-size: 14px;
  color: var(--content-sec) !important;
}

.form-check .impresszum a {
  color: var(--primary) !important;
}

.text-gray {
  color: var(--content-sec) !important;
}

@media (max-width:990px) {
  #layout-content {
    margin-top: 55px;
  }

  .sliderVideo .titleTexted {
    padding: 0 15px !important;
  }
}

.pixelImage {
  position: absolute;
  background: url(../images/gradient.png) 0 0 repeat-x;
  bottom: 0px;
  z-index: 1;
  height: 27%;
  width: 100%;
}

.sliderImage {
  width: 100%;
  height: 600px;
}

.sliderImage img {
  width: 100%;
  height: 100%;
}

.sliderVideo video {
  object-fit: cover;
}

.sliderVideo .titleTexted {
  position: absolute;
  height: 100%;
  width: 100%;
  padding-left: 10%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  z-index: 5;
}

.gradient {
  background: rgb(16,16,20);
  background: linear-gradient(0deg, rgba(16,16,20,1) 0%, rgba(16,16,20,0) 100%);
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  bottom: 0;
}

.header-mobil {
  height: 57px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  align-content: center;
  background: #0c0c0c;
  z-index: 11;
}

.offcanvas {
  background: #101014;
}

.offcanvas-start,
.offcanvas-end {
  width: 300px;
  border-right: 0;
}

@media (max-width:990px) {
  .offcanvas-start,
  .offcanvas-end {
    width: 80% !important;
  }
}

h1 {
  font-weight: 600;
  color: white;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media (max-width: 990px) {
  .header-pc {
    display: none !important;
  }
}

a {
  text-decoration: none;
  outline: none;
}

.mr-5 {
  margin-right: 20px !important;
}

.ml-5 {
  margin-left: 20px !important;
}

@media (min-width: 768px) {
  .fadeScroll {
    transition: all 100ms ease-in-out;
    opacity: 1;
  }
 }

@media (max-width: 767px) {
  .fadeScroll {
    opacity: 1 !important;
  }
 }

.ranklist {
  padding: 15px;
  border-radius: 15px;
  background: #2e2e39;
  transition: all 200ms ease-in-out;
  font-size: 14px;
}

.ranklist table .prof {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.ranklist table .name {
  padding-left: 10px;
}

.ranklist table .pos {
  width: 3%;
}

.ranklist table .name span {
  color: var(--primary);
  font-weight: 300;
  font-size: 13px;
}

.ranklist table .gold {
  color: gold;
}

.ranklist table .silver {
  color: silver;
}

.ranklist table .bronze {
  color: #b08d57;
}

.ranklist table .prof img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.ranklist table {
  color: white;
  width: 100%;
}

.ranklist table tr {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  margin-bottom: 15px;
  display: inline-table;
  width: 100%;
}

.ranklist table tr .score {
  text-align: right;
}

.sticky {
  overflow-x: hidden;
}

.left_profil .prof {
  display: flex;
  border-radius: 50%;
  transition: all 200ms ease-in-out;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.left_profil:hover {
  transition: all 200ms ease-in-out;
}

.left_profil:hover {
  filter: drop-shadow(2px 4px 6px black);
}

.left_profil .prof img {
  object-fit: cover;
  transition: all 200ms ease-in-out;
}

.left_profil .info span {
  font-weight: 100;
  color: white;
}

.left_profil .info i {
  color: white;
}

.left_profil .info h4 {
  font-weight: bold;
}

#games .game {
  height: 250px;
  width: 100%;
  overflow: hidden;
}

#games .game img {
  height: 100%;
  width: 100%;
  transition: all 200ms ease-in-out;
}

#games .game:hover img {
  transform: scale(1.05);
  filter: brightness(1.3);
}

.gold {
  color: gold;
}

.silver {
  color: silver;
}

.bronze {
  color: #b08d57;
}

#tournament img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#tournament .nav::-webkit-scrollbar,
#shop .nav::-webkit-scrollbar {
  height: 2px;
  transition: all 200ms ease-in-out;
  background-color: #101016;
}

#tournament .nav::-webkit-scrollbar-thumb,
#shop .nav::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

#tournament .nav::-webkit-scrollbar-track,
#shop .nav::-webkit-scrollbar-track {
  background-color: var(--bg1);
}


@media (max-width:990px) {
  #tournament .main {
    height: 220px !important;
  }

  #hir .main {
    height: 220px !important;
  }
  
}

#tournament .main {
  width: 100%;
  height: 500px;
}

#tournament .panel {
  border-radius: 15px;
  background: #2e2e39;
  padding: 15px;
  text-align: center;
  color: white;
  margin: 10px;
}

#tournament .panel.win {
  background: var(--primary) !important;
}

.information {
  position: absolute;
  right: 0;
  top: 8px;
  width: max-content;
}

.information i {
  font-size: 18px;
  filter: ;
}

.information .info-data {
  display: none;
  transition: all 500ms ease-in-out;
  background: var(--bg2);
  width: max-content;
  border: 1px solid var(--bg2);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.information .info-data .mini {
  font-size: 14px;
}

.information:hover .info-data {
  display: block;
}

#tournament .panel.win .data p {
  font-size: 16px;
  font-weight: normal;
}

#tournament .date p {
  margin: 0;
}

#tournament .title {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}

#tournament .data {
  font-size: 14px;
  font-weight: 100;
  margin: 0;
}

.mytourlist {
  border-radius: 15px;
  transition: all 200ms ease-in-out;
  font-size: 14px;
}

.mytourlist .prof {
  border-radius: 15px;
  width: 120px;
}

.mytourlist .prof img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.mytourlist .tournament {
  background: transparent !important;
}

.mytourlist .tournament:hover {
  transform: translateY(0) translateX(10px);
}

#pills-tab .active {
  background-color: var(--bg2) !important;
}

#pills-tab .active.btn-prim:after, 
#pills-tab .active.btn-prim:before {
  background-color: var(--primary); 
}

.btn-prim {
  background: transparent;
  transition: all 200ms ease-in-out;
  color: white;
  outline: none;
  position: relative;
  border: 1px solid var(--primary);
  -webkit-clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));
  clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));
}

.btn-prim.icon-white:hover i {
  color: #fff !important;
}

.btn-prim.icon-white i {
  transition: all 200ms ease-in-out;
}

.btn-prim:before {
  top: 0;
  right: -13px;
}

.btn-prim:after {
  bottom: 0;
  left: -13px;
}

.btn-prim:after, .btn-prim:before {
  content: "";
  position: absolute;
  background-color: var(--primary); 
  width: 60px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-prim.active {
  background: #e21f2527;
}

.btn-prim:not(.off):hover {
  background: var(--primary);
  box-shadow: 0 0 0 red;
  color: #fff !important;
}

.border-0.btn-prim:after, 
.border-0.btn-prim::before {
  background-color: transparent;
}

.off:hover {
  background: #101016 !important;
}

a.btn-prim {
  text-decoration: none;
  outline: none;
  color: white;
  margin: 0;
  align-items: center;
}

.menuTitle {
  margin-left: 10px;
  color: #ffffff38;
  border-top: 1px solid #ffffff38;
  padding-top: 20px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  overflow: auto;
}

.filter .games {
  overflow: hidden;
}

.filter .games img {
  width: 80px;
  height: 80px;
  position: relative;
  object-fit: cover;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));
  clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));
  filter: opacity(.8);
}

.filter .games:not(.school) .btn-prim:not(.active) {
  border: 0;
}

.filter .days {
  color: white;
  display: flex;
  align-items: center;
}

.filter .days .active {
  color: var(--primary);
}

.filter .days a {
  margin: 0px 10px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  color: var(--content-sec);
}

.filter .days a:hover {
  color: var(--primary);
}

.coins {
  border-radius: 15px;
  background: #2e2e39;
  transition: all 200ms ease-in-out;
  margin: 5px;
  padding: 20px;
}

.coins i.fa-gem {
  font-size: 50px;
  color: white;
  color: white;
  text-shadow: 0 0 10px var(--primary);
}

.coins .info .coin {
  font-size: 32px;
  color: white;
}

.coins .info i {
  font-size: 26px;
  color: white;
}

.coins .info .price {
  font-size: 16px;
  color: white;
  color: var(--content-sec);
}

.panelBg {
  border-radius: 15px;
  background: #2e2e39;
  transition: all 200ms ease-in-out;
}

.panelBg img {
  object-fit: cover;
  border-radius: 15px;
}

#shop .panelBg {
  display: grid;
  justify-items: stretch;
  align-items: center;
  justify-content: center;
  align-content: space-between;
}

#shop .panelBg img {
  object-fit: cover;
  border-radius: 15px;
}

.panelBg .tournamentsList {
  height: 100px;
}

.tournamentsList {
  transition: all 200ms ease-in-out;
  border: 1px solid transparent !important;
}

.tournamentsList:hover {
  border: 1px solid var(--primary) !important;
  background-color: transparent !important;
}

.tournamentsList::before,
.tournamentsList::after {
  opacity: 0 !important;
  transition: all 200ms ease-in-out;
}

.tournamentsList:hover::before,
.tournamentsList:hover::after {
  opacity: 1 !important;
}

.tournamentsList.team img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;

}

#tournaments,
#tournament {
  min-height: 100vh;
}

.tournament {
  background: #121216;
  transition: all 200ms ease-in-out;
}

.tournament .first img {
  height: 100%;
  object-fit: cover;
}

.tournament .first .des {
  height: 100px !important;
}

.tournament .first span {
  margin-right: 35px;
  color: var(--content-sec);
}

.tournament:hover .btn-prim:not(.deactive) {
  background: var(--bg2);
}

.tournament img {
  width: 100%;
  height: 150px;
  margin: 0;
  object-fit: cover;
}

.tournament.game img {
  border-radius: 15px;
  height: auto;
}

.deactive {
  filter: opacity(0.5) grayscale(1);
}

.tournament .info {
  padding: 15px;
  display: grid;
  text-align: left;
  height: 100%;
}

.tournament .info .title {
  height: 55px;
  color: var(--content);
}

.tournament .info .description {
  height: 20px;
  color: var(--content-sec);
}

.tournament .info .date {
  font-size: 15px;
  color: var(--content-sec);
}

#game .image img {
  height: 400px;
}

#game .image img {
  width: 100%;
  height: 500px;
  border-radius: 15px;
  object-fit: cover;
}

.richeditior {
  line-height: 1.6;
  color: var(--content-sec);
}

#shop .category .btn-default {
  max-width: 100%;
  width: 200px;
  margin: 0px 5px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

#shop .category .btn-default i {
  margin-right: 10px;
}

.fb-ad {
  border-radius: 0;
  background: #0d6efd;
  padding: 15px;
  transition: all 500ms ease-in-out;
  margin: 5px;
}

.fb-ad:hover {
  box-shadow: inset 0 0 29px #ffffffa1;
  transform: rotate(
    3deg
  );
}

.fb-ad i {
  font-size: 60px;
  color: white; 
}

.simple-ad {
  border-radius: 0;
  background: #2e2e39;
  transition: all 200ms ease-in-out;
  margin: 5px;
}

.simple-ad img {
  border-radius: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post {
  transition: all 200ms ease-in-out;
}

.post:hover {
  background-color: #101016 !important;
}

.post .mainImg {
  width: 100%;
  height: 240px;
  border-radius: 0;
  margin: 0;
  object-fit: cover;
}

.post .avatar {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

#posts .post .post_banner {
  height: 500px !important;
}

.post.d-flex {
  height: 150px;
}

.post.d-flex img {
  width: 100%;
  height: 100%;
  border-radius: 15px 0 0 15px;
  object-fit: cover;
}

.post .info {
  min-height: 110px;
}

.post .info .title {
  height: 55px;
}

.post .info .description {
  height: 45px;
  color: #fff;
}

.post .info .date {
  font-size: 15px;
    color: var(--content-sec);
}

.post .info .tags {
  font-size: 15px;
  color: var(--primary);
}

.content .main-text {
  font-size: 18px;
}

.blog-header {
  width: 100%;
  border-radius: 15px;
  height: 500px;
}

.blog-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.main_title {
  text-align: left;
  border-left: 2px solid var(--primary);
  padding-left: 15px;
  display: flex;
  align-items: center;
}

#footer {
  background: var(--bg3);
  padding: 30px 0px;
  color: white;
  transition: all 200ms ease-in-out;
}

#footer .barion {
  width: 250px !important;
  height: auto;
}

#footer .barion {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#footer i {
  color: white;
  font-size: 40px;
  padding: 15px;
  transition: all 200ms ease-in-out;
}

#footer i:hover {
  color: var(--good);
}

#footer a {
  text-decoration: none;
  outline: none;
}

h2 {
  font-size: 26px;
  font-weight: bold;
  color: var(--content);
  margin: 0;
  line-height: 2;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--content);
  margin: 0;
}

h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--content);
  margin: 0;
}

.profil i {
  color: white;
  font-size: 25px;
}

@keyframes zoom {
	0% {
		transform: scale(1);
    opacity: 0;
	}	
  5% {
    opacity: 0;
	}
  20% {
    opacity: 1;
	}
  80% {
    opacity: 1;
	}
  95% {
    opacity: 0;
	}
	100% {
		transform: scale(1.05);
    opacity: 0;
	}
}

.zoom_animation {
  animation: zoom 5s ease-in-out infinite !important;
}

.btn {
  border-radius: 0 !important;
}

.btn-more {
  border: none;
  padding: 6px 11px;
  height: auto;
  border-radius: 0;
  text-align: center;
  color: white !important;
  margin: 6px 10px;
  transition: all 200ms ease-in-out;
  background-color: #212127;
  font-size: 12px;
  transition: all 200ms ease-in-out;
}

.btn-good,
.btn-red,
.btn-warning,
.btn-default,
.btn-blue {
  border: none;
  padding: 7px 15px;
  height: auto;
  text-decoration: none;
  outline: none;
  text-align: center;
  color: white !important;
  transition: all 200ms ease-in-out;
}

.btn-bold {
  font-weight: bold;
}

.btn-good {
  background-color: var(--good);
} .btn-good:hover {
  background-color: #0e9143;
}

.btn-default {
  background-color: #120e3510;
  border: 1px solid #2e2e39;
}

.btn-default.btn-prim:after, .btn-default.btn-prim::before {
  background-color: #2e2e39 !important;
}

.btn-default:hover {
  background-color: #ff000011;
}

.btn-red {
  background-color: #ff000010;
  border: 1px solid var(--primary);
}
.btn-red:hover {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}

.btn-warning {
  background-color: #eeff0010;
  border: 1px solid yellow;
}

.btn-warning.btn-prim:after, .btn-warning.btn-prim::before {
  background-color: yellow !important;
}

.btn-warning:hover {
  background-color: #ff000011;
}

.btn-blue {
  background-color: var(--primary);
}
.btn-blue:hover {
  background-color: rgb(0, 106, 192);
}

@media (max-width:990px) {
  .btn-respo {
    width: 100%;
  }
}

@media (min-width:990px) {
  .d-md-contents {
    display: contents !important;
  }
}

@media (max-width: 765px) {
  .mobil-none {
    display: none !important;
  }
}

@media (min-width: 766px) and (max-width: 990px) {
  .tablet-none {
    display: none !important;
  }
}

@media (min-width: 991px) and (max-width: 1300px) {
  .desktop-none {
    display: none !important;
  }
}

@media (min-width: 1301px) {
  .desktop-xl-none {
    display: none !important;
  }
}

.navbar-nav {
  align-items: center;
}

.navbar {
  padding: 0 !important;
}

@media (max-width: 992px) {
  .navbar-brand {
    padding: 0 !important;
    margin-right: 30px;
    height: 100%;
    width: 50px;
  }
  
  .navbar-brand img {
    width: 100%;
  }
}

@media (min-width: 993px) {
  .navbar-brand {
    padding: 0 !important;
    margin-right: 30px;
    height: 100%;
    width: 140px;
    display: flex;
  }
  
  .navbar-brand img {
    width: 100%;
  }
}

 .nav-item {
  margin-right: 20px;
  padding-left: 0 !important;
}

 .nav-cart i {
  font-size: 30px;
  margin-top: 9px;
  transition: all 500ms ease-in-out;
}  .nav-cart i:hover {
  color: var(--good) !important;
  transform: translatey(-10px);
}

.main-nav {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

 .nav-translate a {
  font-size: 16px !important;
  font-weight: bold;
  outline: none;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

 .nav-translate a:hover {
  color: var(--primary) !important;
}

 .nav-link {
  padding: 0 !important;
}

#navbar_main_pc {
  background: #0c0c0c;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  transition: all 0ms;
  height: 55px;
}

#navbar_main {
  background: #2e2e39;
}

.nav-item.active {
  background: #202028;
  transition: color 200ms ease-in-out;
}

.nav-item {
  position: relative;
  border-radius: 10px 10px 0 0;
  transition: color 200ms ease-in-out;
}

 .nav-link i:hover {
  color: var(--primary);
}

 .active i {
  color: var(--primary);
}

 .main-nav a {
  margin: 0px 55px;
}

 .main-nav .nav-item {
  margin-right: 0 !important;
}

 .bg-white {
  background: #fff !important;
}

div.owl-nav {
  display: inline-block;
  font-size: 35px;
  transition: 0.3s;
  background: none !important;
  outline: none !important;
}
.item img {
  height: 100%;
  object-fit: cover;
}

.owl-carousel.offNav .owl-prev, .owl-carousel.offNav .owl-next {
  display: none !important;
}

.item:hover .owl-prev,
.item:hover .owl-next {
  display: block !important;
}

.slider {
  height: 400px;
}

.owl-dots {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: -20px;
  z-index: 1000;
}

.item.partner {
  height: 100px;
}

.item.partner img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  filter: opacity(0.5);
  transition: all 300ms ease-in-out;
}

.item.partner img:hover {
  filter: opacity(1);
}

.owl-dot.active span {
  background-color: var(--primary) !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px !important;
  height: 3px !important;
}

@media (min-width: 1138px) {
  .owl-carousel.topNav .owl-nav button {
    position: relative;
    top: -40px;
  }

  .owl-theme .owl-nav {
    margin: 0 !important;
    height: 25px;
    text-align: end !important;
    top: 0;
    position: absolute;
    right: 0;
    top: -20px;
  }

  .owl-theme .owl-nav button {
    background-color: var(--bg2) !important;
    width: 60px;
    height: 100%;
    display: flex;
    font: initial !important;
    border-radius: 0 !important;
  }

  .owl-theme .owl-nav button i {
    font-size: 14px;
    color: white;
  }

  .owl-dots {
    margin-top: 10px;
  }
}

@media (max-width: 1137px) {
    .owl-prev, .owl-next {
      display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

hr {
  background-color: var(--content-sec);
}

input.custom {
  background: none !important;
  border-top: 0;
  border-right: 0;
  padding: 15px 0 5px 0 !important;
  border-left: 0;
  color: #fff !important;
  border-bottom: 1px solid #383838;
  border-radius: 0;
}

input.custom:disabled {
  opacity: .5;
}

select.custom {
  background: none !important;
  border-top: 0;
  border-right: 0;
  padding: 15px 0 5px 0 !important;
  border-left: 0;
  color: #fff !important;
  border-bottom: 1px solid #383838;
  border-radius: 0;
}

select > option {
  background: #121216 !important;
  border: 0 !important;
}

input.custom:focus {
  outline: none;
  box-shadow: 0 0 0 0 transparent !important;
}

label.custom {
  font-size: 14px;
  color: #666;
}

::placeholder {
  color: rgba(255, 255, 255, 0.411);
  font-size: 14px;
}

/* end my */

* {
  font-family: 'Oswald'; 
}

body {
  background-color: #101014 ;
}

.mhv-100 {
  min-height: 100vh !important;
}

body.offcanvas-active{
	overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
	height: 100%; width:0%;
	z-index: 30;
	position: fixed; top: 0; right: 0; 
	opacity:0; visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
	opacity:1;
	width:100%;
	visibility:visible;
}

body.offcanvas-active{
	overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
	height: 100%;
	width:0%;
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	opacity:0;
	visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

/* ============ mobile view ============ */
@media all and (max-width: 991px) {
	
	.offcanvas-header{ display:block; }

	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
	    border-radius:0; 
		display:block;
	    position: fixed;
	    top: 0; left:0;
	    height: 100%;
	    z-index: 1200;
	    width:80%;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}

	.mobile-offcanvas.show{
		visibility: visible;
    	transform: translateX(0);
	}
	.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
		display: block;
	}

}	
/* ============ mobile view .end// ============ */

.mycoin {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.mycoin:hover i {
  color: var(--primary) !important;
  border-bottom: none !important;
}

.mycoin i {
  font-size: 16px;
  border: none !important;
}

.mycoin a {
  color: white !important;
}

.mycoin:hover a{
  color: var(--primary) !important;
}

@media (min-width: 1200px) {
  .rightSideOpen {
    display: none;
  }

  .leftSideOpen {
    overflow-y: hidden;
    height: 90vh;
    position: sticky;
    top: 80px;
  }  
  .leftSideOpen .szures {
    display: none !important;
  }
  .scroll {
    overflow-y: hidden;
    overflow-x: hidden;
    height: 90vh;
  }

  .rightSideOpen {
    overflow-y: hidden;
    height: 90vh;
    position: sticky;
    top: 100px;
  }  
  .rightSideOpen .szures {
    display: none !important;
  }
  .scroll {
    overflow-y: hidden;
    height: 90vh;
  }
}

@media (max-width: 1199px) {
  .leftSideOpen,
  .rightSideOpen {
    position: absolute;
  }

  .rightSideOpen .szures {
    right: 0;
  }

  .leftSideOpen .szures {
    left: 0;
  }

  .leftSideOpen .szures,
  .rightSideOpen .szures {
    height: 40px;
    background: #202028;
    width: 50%;
    top:57px;
    position: fixed;
    z-index: 5;
    border-bottom: 2px solid #2e2e39;
  }

  .leftSideOpen .szures i,
  .rightSideOpen .szures i {
    font-size: 22px;
    color: #fff;
  }

  .leftSideOpen .szures a {
    text-decoration: none;
    outline: none;
    color: var(--content);
    font-weight: 500;
  }

  .leftSideOpen .mobilLeft {
    transform: translateX(-100%);
    top: 0;
    left: 0;
    transition: all 200ms ease-in-out;
    position: fixed;
    z-index: 12;
    background: #202028;
    width: 80%;
    height: 100%;
    overflow: auto;
  }

  .leftSideOpen .mobilLeft form {
    display: none;
    position: absolute;
  }

  .leftSideOpen.active .mobilLeft form {
    display: block !important;
  }

  .leftSideOpen.active .mobilLeft {
    position: fixed;
    z-index: 12;
    top: 0px;
    height: 100%;
    width: 80%;
    transform: translateX(0%);
    overflow: auto;
  }

  .leftSideOpen.active .mobilLeft .scrolling {
    overflow: auto;
    height: 100vh;
  }
  .leftSideOpen.active .dark-bg {
    background: #00000075;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
  }

  .rightSideOpen .szures a {
    text-decoration: none;
    outline: none;
    color: var(--content);
    font-weight: 500;
  }

  .rightSideOpen .mobilRight {
    transition: all 200ms ease-in-out;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    background: #202028;
    width: 80%;
    height: 100%;
    transform: translateX(100%);
    overflow: auto;
  }

  .rightSideOpen .mobilRight form {
    display: none;
    position: relative;
  }

  .rightSideOpen .mobilRight form.noabsult {
    display: none;
    position: relative;
  }

  .rightSideOpen.active .mobilRight form {
    display: block !important;
  }

  .rightSideOpen.active .mobilRight {
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    width: 80%;
    transform: translateX(0%);
    overflow: auto;
  }

  .rightSideOpen.active .mobilRight .scrolling {
    overflow: auto;
    height: 100vh;
  }
  
  .rightSideOpen.active .dark-bg {
    background: #00000075;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    position: fixed;
    z-index: 11;
  }
  .rightSideOpen.active .list img {
    max-height: 130px !important;
  }
}

#kapcsolat .member a {
  color: #ccc !important;
  transition: all 200ms ease-in-out;
  text-decoration: none;
  outline: none;
  font-size: 14px;
}

#kapcsolat a:hover {
  color: var(--primary) !important;
}

#kapcsolat .member i {
  font-size: 20px;
  margin-top: 1px;
}

#kapcsolat .member {
  border-radius: 0 15px 15px 0;
  background: var(--bg1);
  border-left: 1px solid var(--primary);
}

#kapcsolat .member .titulus {
  color: var(--primary);
  font-size: 14px;
  margin-top: -10px;
}

.menu-item.active {
  background: var(--primary) !important;
}

.menu-item.active i {
  color: white !important;
}

.resztvevokBoxed {
  display: none;
}

.resztvevok .resztvevokBoxed {
  display: block !important;
}

.attekintesBoxed {
  display: none;
}

.attekintes .attekintesBoxed {
  display: block !important;
}

.agrajzBoxed {
  display: none;
}

.agrajz .agrajzBoxed {
  display: block !important;
}

.agrajz .ag100 {
  width: 100% !important;
}

.agrajz .right {
  display: none;
}

.custom-iframe body {
  background-color: #fff !important;
}

.mediaBoxed {
  display: none;
}

.media .mediaBoxed {
  display: block !important;
}

.btn-prim .fb-share-button {
  position: absolute;
  opacity: .001;
}

.action .btn-prim a {
  font-size: 14px;
}

.borito {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

@media (max-width:990px) {
  .borito {
    height: 200px !important;
  }
}

#profil .profilName {
  padding-left: 10%;
}

#profil .prof {
  position: relative;
  height: 0;
  bottom: 0;
}

#profil .editText {
  position: absolute;
  bottom: -100px;
  height: 80px;
  width: 100%;
  display: flex;
  color: white;
  overflow: hidden;
  background: #0000009e;
  align-items: center;
  justify-content: center;
  align-content: center;
  z-index: 2;
  opacity: 0;
}

#profil .prof:hover .editText {
  opacity: 1;
} 

#profil .editText:hover {
  background: #0000009e !important;
}

#profil .prof img {
  width: 200px;
  height: auto;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

@media (max-width:990px) {
  #profil .prof img {
    width: 130px !important;
    height: 130px !important;
  }
}

#profil .information {
  top: 15px;
  right: 15px;
  color: white;
  background: #e21f254d;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

#profil .information i {
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

#profil .information:hover i {
  transform: rotate(180deg) scale(1.05) translateY(1px);
  color: var(--primary);
}

.owneditem.cover img {
  object-fit: cover;
  width: 100%;
  height: 200px;
  border-radius: 15px;
  border: 1px solid transparent;
}

.owneditem img:hover {
  filter: brightness(1.5);
}

#coverImages img {
  object-fit: cover;
}

.modal-content {
  background-color: #101016 !important;
  border-radius: 0px !important;
}

.joinTour .avatar img {
  border-radius: 50% !important;
  width: 150px !important;
  height: 150px !important;
}

.joinTour span {
  color: var(--default) !important;
  font-weight: 200;
  margin-top: -5px !important;
}

.myform .joinTour .gameName {
  background: var(--bg2) !important;
}

.form-check-input {
  background-color: var(--bg2) !important;
}

.form-check-input:checked {
  background-color: var(--primary) !important;
}

#participantlist img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

#participantlist .realName {
  color: var(--content-sec);
}

#photos img {
  width: 100%;
  max-width: 100%;
  height: 200px;
  border-radius: 15px;
  object-fit: cover;
}

.mediaUpload i {
  font-size: 50px;
}

.mediaUpload {
  cursor: pointer;
}

.notLogin p {
  font-size: 14px;
  display: none;
}

.notLogin:hover p {
  display: block;
}

.notLogin:hover i {
  display: none;
}

.myform .light input {
  background: var(--bg2);
}

.big {
  font-size: 60px !important;
}

.medium {
  font-size: 50px !important;
}

.small {
  font-size: 40px !important;
}

.very-small {
  font-size: 30px !important;
}

.tourScroll {
  height: 300px;
  overflow: auto;
  overflow-x: hidden;
}

.panelBg .scrollIcon {
  position: absolute;
  bottom: -10px;
}

.tourScroll::-webkit-scrollbar {
  width: 3px;
  transition: all 200ms ease-in-out;
  background-color: #101016;
}

.tourScroll:hover::-webkit-scrollbar {
  width: 3px;
  opacity: 1 !important;
}

.tourScroll::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.tourScroll:hover::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

.tourScroll::-webkit-scrollbar-track {
  background: #6c757d; 
  background-color: transparent;
}

.nav-translate form select {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.nav-translate form select:focus,
.nav-translate form select:hover {
  color: #fff;
  background: var(--primary);
}

.nav-translate form select option {
  background: #fff;
  color: var(--bg2);
}

@media (min-width:990px) {
  @keyframes pop-spin {
    0% {
        width: 50px;
        height: 50px;
        opacity: 0.3;
        transform: translate(-50%, -50%);
    }
    25% {
        width: 100px;
        height: 100px;
        transform: translate(-50%, -50%);
        transform: translate(-50%, -50%) rotate(90deg);
    }
    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }
    75% {
        width: 150px;
        height: 150px;
        transform: translate(-50%, -50%) rotate(270deg);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  
  @keyframes zizz {
    0% {
      transform: translateY(-2.5px) translateX(2.5px);
    }
    25% {
      transform: translateY(2.5px) translateX(-2.5px);
    }
    50% {
        transform: translateY(-2.5px) translateX(2.5px);
    }
    75% {
      transform: translateY(2.5px) translateX(-2.5px);
    }
    100% {
      transform: translateY(-2.5px) translateX(2.5px);
    }
  }
  
  @keyframes zizzReverse {
    0% {
      transform: translateY(2.5px) translateX(-2.5px);
    }
    25% {
      transform: translateY(-2.5px) translateX(2.5px);
    }
    50% {
      transform: translateY(2.5px) translateX(-2.5px);
    }
    75% {
      transform: translateY(-2.5px) translateX(2.5px);
    }
    100% {
      transform: translateY(2.5px) translateX(-2.5px);
    }
  }
}

.btn-animated {
  position: relative;
}

.btn-animated:hover {
  border-color: var(--primary);
}

.btn-animated:hover.btn-prim:after,
.btn-animated:hover.btn-prim::before {
  background-color: var(--primary) !important;
}

.btn-animated:hover .text .animated {
  animation: zizz infinite ease-in 500ms;
  opacity: 1;
}

.btn-animated:hover .text .animatedReverse {
  animation: zizzReverse infinite ease-in 500ms;
  opacity: 1;
}

.btn-animated .text .main {
  z-index: 2;
  position: relative;
}

.btn-animated:hover .text .main {
  color: #fff;
}

.btn-animated .text .animated,
.btn-animated .text .animatedReverse {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  opacity: 0;
}

.btn-animated.start .text .animated,
.btn-animated.start .text .animatedReverse {
  left: auto !important;
  justify-content: start !important;
}

.btn-animated .text .animated {
  color: #FF0000;
}

.btn-animated .text .animatedReverse {
  color: #00FFFF;
}

.des {
  font-size: 14px !important;
}

#rubint .modal-content,
#sub .modal-content {
  background-color: transparent !important;
  border: 0 ;
}

#rubint .modal-footer .btn-default,
#rubint .modal-body .btn-default,
#sub .modal-body .btn-default  {
  background-color: #101016;
}

#category-tabContent img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

#canvas {
  width: 100%;
  height: 500px;
}


#avatar #canvas .tab-content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.face-default,
.hair-default,
.eye-default,
.eyebrow-default,
.nose-default,
.mouth-default {
  position: absolute;
}

.hair-default {
  width: 180px;
  z-index: 3;
}

.face-default {
  top: 120px;
  width: 200px;
  z-index: 1;
}

.eyebrow-default {
  top: 170px;
  z-index: 2;
  width: 125px;
}

.eye-default {
  top: 190px;
  z-index: 2;
  width: 130px;
}

.nose-default {
  top: 213px;
  z-index: 3;
  width: 25px;
}

.mouth-default {
  top: 260px;
  z-index: 3;
  width: 70px;
}

.viewImg {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.viewImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

#hir .main {
  height: 600px;
  width: 100%;
}

#hir img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ads {
  overflow-x: hidden;
}

#partners .icon img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}

.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
}

@keyframes notiBtn {
  0% {
    filter: drop-shadow(0px 0px 0px white);
  }
  50% {
    filter: drop-shadow(0px 0px 5px var(--primary));
  }
  100% {
    filter: drop-shadow(0px 0px 0px white);
  }
}

@keyframes notiIcon {
  0% {
    transform: scale(1) rotate(-10deg);
  }
  25% { 
    transform: scale(1.05) rotate(10deg);  
  }
  100% { 
    transform: scale(1) rotate(-10deg);  
  }
}

.notiIcon i {
  animation: notiBtn infinite ease-in 2s;
}

.noti {
  background-color: #101016;
  width: 300px;
  transition: all 200ms ease-in-out;
}

.noti:hover {
  background-color: #10101679 !important;
}

.dropdown-menu.left {
  left: 0 !important;
}

.dropdown-menu {
  position: absolute !important;
  right: 0;
}

.dropdown-menu {
  background-color: #101016 !important;
  max-height: 0px;
  display: block;
  opacity: 0;
  right: 0;
  overflow: hidden;
  transition: all 400ms ease-in-out;
} .dropdown-menu:hover {
  background-color: #101016 !important;
}

.dropdown-menu.show {
  max-height: 1000px;
  opacity: 1;
} 

.cover .product {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

#forum .root-channel th {
  background-color: transparent;
  border-top: 0;
  color: #fff;
}

#forum .forum-table th,
#forum .forum-table td {
  border: 0 !important;
}

#forum .forum-channel {
  border-top: 1px solid #6c757d25!important;
}

#forum .panel .list-group-item {
  background-color: transparent;
}

#forum .avatar img {
  border-radius: 0 !important;
  margin: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

#forum .content blockquote {
  border: 1px solid #222;
  padding: 10px;
  font-style: italic;
  background: #131318;
}

#forum .hovered {
  transition: all 200ms ease-in-out;
}

#forum .hovered:hover {
  color: var(--primary) !important;
}

#forum #globalChat .forum-post {
  padding: 15px;
}

.left_side i {
 color: rgb(189, 189, 189);
}

.RecentPosts .forum-topic {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid;
}

.RecentPosts .forum-topic td {
  padding: 8px 0 !important ;
  margin: 0 !important ;
}

.RecentPosts .forum-topic td p {
  padding: 0 !important ;
  margin: 0 !important ;
}

.alert-success {
  background: var(--good);
}

.toast.fixed {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: var(--bg2) !important;
}

#kiemelt img.cover {
  height: 250px !important;
  object-fit: cover;
}

#offcanvasMenu .active {
  background: var(--primary);
}

#offcanvasMenu .active i {
  color: #fff !important;
}

.imgcontainer_multi .multimage {
  position: relative;
}

.imgcontainer_multi img {
  width: 100%;
  object-fit: contain;
  height: 250px;
  position: relative;
}

.multimage_closebtn {
  position: absolute;
  display: none;
  top: 0px;
  right: 0px;
  border: 0;
  background: var(--primary);
  color: white;
}

.btn-close {
  filter: invert(1);
}

#tournament .nav,
#shop .nav {
  overflow: auto;
  max-width: 100%;
  overflow-y: hidden;
  flex-wrap: nowrap;
}

#activity .nav {
  flex-wrap: wrap !important;
}

.joinLine {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #121216;
}

.arrow {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 0;
  box-shadow: 0 0 10px var(--primary);
  border-radius: 50%;
  margin: 0;
  background: var(--primary);
}

@media (max-width:1440px) {
  .left_side .btn-animated span span {
    font-size: 14px !important;
  }
  .left_side .btn-animated span i {
    margin-right: 1px !important;
  }
}

.left_side .btn-animated span span {
  font-size: 15px;
  font-weight: 300;
}

@media (min-width:1441px) {
  .left_side .btn-animated span i {
    margin-left: 10px !important;
  }
}

.left_side .btn-animated span i {
  margin-right: 4px;
}

@media (max-width:990px) {
  .bgDark {
    background-color: #0c0c0e !important;
  }
  
  .bgLight {
    background-color: #0c0c0ef7 !important;
  }

  #posts .post.btn-prim {
    clip-path: none !important;
    border: 0;
    background-color: #0c0c0e ;
  }

  #posts .post.btn-prim:hover {
    background-color: #0c0c0e !important;
  }

  #posts .post.btn-prim::before,
  #posts .post.btn-prim::after {
    display: none;
  }

  .post .info .title {
    height: auto;
}
}

.topProfile .prof {
  width: 35px;
  height: 35px;
}

@media (max-width:990px) {
  .mobilVersion.btn-prim {
    border: 0 !important;
    background-color: transparent !important;
  }
  
  .mobilVersion.btn-prim::before,
  .mobilVersion.btn-prim::after {
    display: none;
  }
}

.participation {
  transition: all 200ms ease-in-out;
}

.participation:hover {
  transform: scale(1.03);
}

.this i {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
}

@media (min-width:1441px) {
  .leftSideSize,
  .rightSideSize {
    width: 8% !important;
  }
  
  .mainSideSize {
    width: 84% !important;
  }
}

@media (min-width:1100px) and (max-width:1440px) {
  .leftSideSize,
  .rightSideSize {
    width: 10%;
  }
  
  .mainSideSize {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  .leftSideSize,
  .rightSideSize {
    display: none !important;
  }

  .mainSideSize {
    width: 100%;
  }
}

.lettering {
  letter-spacing: 5px
}

.logo {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 5;
  bottom: -25px;
  left: 10px;
  border-radius: 50%;
  background: #101014 !important;
  padding: 4px;
}

.logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.thisTourBox {
  position: absolute;
  top: 260px;
  left: 50px;
  z-index: 5;
}

.thisTourBox .btn {
  background-color: var(--bg3) !important;
  cursor: initial;
}

.players .avatar {
  width: 50px;
  height: 50px;
}

.players .avatar img {
  width: 100%;
  height: 100%;
}

.homeImg img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

.postArea {
  min-height: 100px !important;
  height: max-content !important;
}

.shoutbox-author-avatar {
  width: 45px !important;
  height: 45px !important;
  position: relative !important;
}

.shoutbox-author-avatar img{
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

a.shoutbox-action-like i {
  transition: all 200ms ease-in-out;
}

a.shoutbox-action-like:hover i {
  transform: scale(1.5);
  margin-right: 10px;
  color: var(--primary) !important;
}

#partnersBox {
  border-top: 1px solid var(--bg1);
  border-bottom: 1px solid var(--bg1);
  background: #101016;
}

#postImages .solo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#postImages .solo {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}

#postImages .duo .box,
#postImages .more .box {
  width: 100%;
  height: 250px !important;
  overflow: hidden;
  border: 3px solid var(--bg1);
}

#postImages .duo img,
#postImages .more img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: all 200ms ease-in-out;
}

#postImages a:hover img {
  transform: scale(1.05);
}

#postImages .imageNumber {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 5;
}

#postImages .last img {
  opacity: .4;
}

#postImages .more img {
  width: 100%;
  height: 250px !important;
  object-fit: cover;
}

.custom-file #galeria {
  display: flex;
  flex-wrap: wrap;
}


.custom-file #galeria img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 2px solid var(--bg1);
}

.custom-file .custom-file-input {
  background: none;
  border: 0;
  color: #fff;
  border-radius: 0;
}

.custom-file-input::-webkit-file-upload-button {
  background-color: var(--bg1);
  color: white;
}

.custom-file-input:hover::-webkit-file-upload-button {
  background-color: var(--primary) !important;
  color: white !important;
}

.custom-file .postImagesLabel {
  border-radius: 0;
  border: 3px dotted var(--bg1);
  width: 150px;
  height: 150px;
  cursor: pointer;
}

#loading .modal-content {
  background-color: transparent !important;
}

#loading .modal-content img {
  animation: loading infinite ease-in-out 1s;
  width: 25%;
  height: 25%;
  object-fit: contain;
}

@keyframes loading {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.rating input[type="radio"]:not(:nth-of-type(0)) {
    /* hide visually */    
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.rating [type="radio"]:not(:nth-of-type(0)) + label {
    display: none;
}

label[for]:hover {
    cursor: pointer;
}

.rating .stars label:before {
    content: "★";
}

.stars label {
    color: var(--bg1);
    font-size: 35px;
}

.stars label:hover {
    text-shadow: 0 0 1px #000;
}

.rating [type="radio"]:nth-of-type(1):checked ~ .stars label:nth-of-type(-n+1),
.rating [type="radio"]:nth-of-type(2):checked ~ .stars label:nth-of-type(-n+2),
.rating [type="radio"]:nth-of-type(3):checked ~ .stars label:nth-of-type(-n+3),
.rating [type="radio"]:nth-of-type(4):checked ~ .stars label:nth-of-type(-n+4),
.rating [type="radio"]:nth-of-type(5):checked ~ .stars label:nth-of-type(-n+5) {
    color: var(--primary);
}

.rating [type="radio"]:nth-of-type(1):focus ~ .stars label:nth-of-type(1),
.rating [type="radio"]:nth-of-type(2):focus ~ .stars label:nth-of-type(2),
.rating [type="radio"]:nth-of-type(3):focus ~ .stars label:nth-of-type(3),
.rating [type="radio"]:nth-of-type(4):focus ~ .stars label:nth-of-type(4),
.rating [type="radio"]:nth-of-type(5):focus ~ .stars label:nth-of-type(5) {
    color: var(--primary);
}

.owl-teams input:checked + label {
    background: var(--bg2);
}

.teamDisabled {
  opacity: 0.2;
}

.teamDisabledText {
  display: none;
  background-color: var(--bg2);
  position: absolute;
  width: 100%;
  height: max-content;
  bottom: 16px;
  left: 0;
}

.owl-teams .item.team:hover .teamDisabledText {
  display: block;
}

img.subBorder {
  position: absolute;
  z-index: 0;
  width: 250px !important;
}

.thisAvatar {
  border: 4px solid var(--border-color);
}

.thisAvatar::after,
.thisAvatar::before {
  background: var(--border-color) !important;
  width: 52px !important;
  height: 4px !important;
}

.levelView {
  position: absolute;
  color: white;
  background: var(--bg3);
  padding: 5px;
  top: 80px;
}

@media (max-width:990px) {
  .levelView {
    top: 50px !important;
  }
}

.tourImg {
  height: 80px;
  width: 100%;
  object-fit: cover;
}

.progress-bar {
  background-color: var(--primary);
}

.progress {
  height: 0.3rem;
  background-color: var(--bg1);
  border-radius: 0;
}

.battlepass .btn-prim.level {
  width: 200px;
}

.battlepass .btn-prim.item {
  width: 200px;
  height: 300px;
  transition: all 200ms ease-in-out;
}

.battlepass .btn-prim.item-free {
  width: 200px;
  height: 250px;
  transition: all 200ms ease-in-out;
}

.battlepass .disabled {
  opacity: .1;
}

.battlepass .notHaveSub {
  opacity: .1;
}

.battlepass .element {
  filter: drop-shadow(0px 0px 5px black);
}

.lock {
  position: absolute;
  background: var(--bg3);
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.item-free:hover,
.item:hover {
  transform: scale(1.03);
}

.play .playLogo {
  position: absolute;
}

.play .playLogo .btn-prim {
  background: #260000;
}

.play .playLogo img {
  width: 30px;
  height: 30px;
  z-index: 5;
  object-fit: contain;
}

.play .playLogo {
  z-index: 2;
}

.play .playLogo .btn {
  padding: 4px 14px !important;
}

.play .playText {
  z-index: 1;
  margin-left: 30px;
  padding: 4px 39px 4px 50px;
}

.iconMenu .iconItem {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.iconMenu .iconItem.active {
  border-bottom: 2px solid var(--primary) !important;
  background: var(--primary);
  background: linear-gradient(356deg, var(--primary) -100%, rgba(255,0,0,0) 70%);
}

.iconMenu .iconItem.active i {
  font-weight: bold !important;
  color: var(--primary) !important;
}

.navbar-nav .btn.btn-prim {
  background: #101014;
}

.navbar-nav .btn.btn-prim:hover {
  background: var(--primary);
}

.navbar-nav .btn.btn-prim:hover i {
  color: white !important;
}

.navbar-nav .btn.btn-prim::before,
.navbar-nav .btn.btn-prim::after {
  display: none;
}

.badgeBorder {
  border-radius: 50%;
  border: 2px solid var(--primary);
  width: 100px;
  height: 100px;
  position: relative;
}

.badgeBorder i {
  z-index: 2;
}

.badgeBorder::after {
  content: "";
  position: absolute;
  width: 50px;
  z-index: 0;
  height: 100px;
  background: #101014;
  top: -2px;
}

