body {
background: var(--main-bg);
    color: #ccc;
    text-align: center;
    line-height: 1.4;
    margin: 0;
     font-family: 'Inter';
    font-size: 13px;
    overflow-y: scroll;
}
.gora-panel {
    background-attachment: scroll;
    background-image: linear-gradient(to bottom, rgb(12 12 12 / 90%), rgb(12 12 12)), url(https://w0.peakpx.com/wallpaper/565/111/HD-wallpaper-counter-strike-counter-strike-global-offensive.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 200px;
    display: block;
    position: relative;
}
.gora-panel1 {
    width: 95%;
    margin: auto auto;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dol-panel {
    height: 60px;
    background: transparent;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}

span.avatar-nick-dropdown-paneluzytkownika:hover {
   color: var(--blue);
    transition: 0.2s;
}

span.login {
    padding: 13px 10px;
    margin-right: 20px;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    font-size: 15px;
    background: none;
    box-shadow: none;
    text-shadow: none;
	cursor: pointer;
}
span.login a {
	color:#fff;
}
span.login a:visited { 
	color:#fff;
}

span.login a:hover, span.login a:active {
   color: var(--blue);
    transition: 0.2s.
}

a.register12 {
    box-shadow: none;
    display: inline-block;
    padding: 13px 15px;
    font-size: 14px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    text-transform: none;
    width: auto;
      background: var(--third-bg);
}

a.register12 a {
	color:#fff;
}
	a.register12 a:visited {
		color:#fff;
}
	
* {
  box-sizing: border-box;
}



.login-container1 {
  position: relative;
}


element.style {
}
.open1 {
    @include animation(slide 1s): ;
    display: block;
}

.login-form1::after {
    content: "";
    content: '';
    position: absolute;
    width: 94%;
    height: 4px;
    bottom: 0px;
      background: #264059;
    border-bottom-left-radius: 62px;
    border-bottom-right-radius: 40px;
    margin: auto;
    left: 3%;
    right: 3%;
}

.login-form1 {
    display: none;
    position: absolute;
    padding: 20px;
    margin-top: 10px;
    background: var(--second-bg);
    border-radius: 4px;
    box-shadow: 0px 0px 10px #000;
    z-index: 99999999999999;
    color: #fff;
    border-bottom: #000;
}
@include keyframes(slide) {
  0% {
    opacity: 0;
    @include transform(translateY(20px));
  }
  100% {
    opacity: 1;
    @include transform(translateY(0));
  }
}

.open1 {
  @include animation(slide 1s);
  display: block;
}	
input.textbox {
    border: 1px solid transparent;
    padding: 10px;
    background: var(--third-bg);
    outline: 0;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    box-sizing: content-box;
    height: 25px;
    line-height: 25px;
    color: #fff;
    margin: 10px 0px;
    border-radius: 6px;
}

a.lost_password {
    color: #ffffff;
    font-size: 14px;
    float: right;
    width: 100%;
    text-align: left;
    margin: 10px 0px;
}
input.button {
    box-shadow: none;
    display: inline-block;
    padding: 11px 20px;
    font-size: 14px;
    border-radius: 6px;
    text-align: center;
    color: #ccc;
    text-transform: none;
    width: auto;
    background: var(--third-bg);
    margin: 10px 0px;
}

.panel-uzytkownika-zal {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 17px;
    background: rgb(31 31 31 / 50%);
    padding-left: 10px;
    padding-right: 10px;
}
span.ikonki-panel-uzytkownika-zal {
    padding: 15px 10px;position:relative;
}
span.ikonki-panel-uzytkownika-zal::before {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    height: 10px;
    width: 1px;
    background: #888;
}

span.avatar-nick-dropdown-paneluzytkownika {
    padding: 11px 0px;
    position: relative;
    font-weight: 400px;
    font-size: 15px;cursor:pointer;
}
img.enmenu-img {
    height: 35px;
    width: 35px;
    border-radius: 333px;
    margin: -12px 4px;
    position: relative;
    margin-left: 15px;
    border: none;
    border: 2px solid #54caf11f;
}
img.enmenu-img:before {position:absolute; content:''; background:url(../../../images/red/avatardomyslny.png);left:0;top:0;width:24px;height:24px;border-radius:333px;z-index:-1;border:none;}


.login-container2{
  position: relative;
}


element.style {
}
.open2 {
    @include animation(slide 1s): ;
    display: block;
}
.login-form2 {
    display: none;
    position: absolute;
    padding: 20px;
    margin-top: 10px;
    background: var(--second-bg);
    border-radius: 4px;
    box-shadow: 0px 0px 10px var(--second-bg);
    z-index: 55;
    color: #fff;
    border-bottom: #000;
}
.login-form2::after {
    content: "";
    content: '';
    position: absolute;
    width: 94%;
    height: 4px;
    bottom: 0px;
    background: var(--blue);
    border-bottom-left-radius: 62px;
    border-bottom-right-radius: 40px;
    margin: auto;
    left: 3%;
    right: 3%;
	z-index: 9999999999999;
}

.login-form2 {
    display: none;
    position: absolute;
    padding: 20px;
    margin-top: 10px;
    background: var(--second-bg);
    border-radius: 4px;
    box-shadow: 0px 0px 10px var(--second-bg);
    z-index: 55;
    color: #fff;
    border-bottom: #000;
	right: 0;
    width: 211px;font-weight:200;
}
@include keyframes(slide) {
  0% {
    opacity: 0;
    @include transform(translateY(20px));
  }
  100% {
    opacity: 1;
    @include transform(translateY(0));
  }
}

.open2 {
  @include animation(slide 1s);
  display: block;
}	

a.x {
    padding: 10px;
    display: block;
    text-align: center;
}
.przywitanie-kayka {
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: bold;
}

.dol-panel1 {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;margin:auto;
	height:60px;
}
#search input {
    margin: 0px 0;
}
input.textbox.wyszukiwarka_top {
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    background: var(--third-bg);
    border: none;
    border-radius: 30px;
    margin: 10px 0px;
    display: inline-block;
    padding-right: 25px;
    height: 20px;
    line-height: 20px;
}
#search {
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    vertical-align: middle;
    margin: 0px 0px;
    display: inline-block;
    position: relative;
}
.menu-elementarne {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: flex-start;
}
a.menu-element {
    padding: 20.3px 10px;
    color: #ccc;
    font-weight: 400;
    border-radius: 10px;
}
a.menu-element:hover {
    color: #fff;
    background: var(--third-bg-hover);
    transition: 0.2s;
}
a.link-ds:hover {
    color: var(--blue);
    transition: 0.2s;
}
button.cSearchSubmit {
    padding: 0;
    margin: 7px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 4px;
    box-shadow: none;
}

.navigation {
    color: #fff;
    font-size: 13px;
    float: left;
    padding: 15px 10px;
    width: 100%;
    display: inline-block;
    margin: 6px 0px 25px;
    background: none;
    border-radius: 7px;
    box-sizing: border-box;
	font-weight:300;
}
.navigation .active {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
}
.navigation .active:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 6px;
    margin-right: 10px;
}
.navigation a:link {
    text-decoration: none;
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
}
.navigation a:visited {
    text-decoration: none;
    color: #fff;
}
.navigation a:hover {
    text-decoration: none;
    color: var(--blue);
    transition: 0.2s.
}
.right-ppp {
    font-weight: 300;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.link-ds {
    padding: 0px 5px;
}
.sidebox\#2 {
    background: #264059;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 20px;
}
.sidebox\#serwer {
    background: transparent;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 20px;
}
span.aktywni\#1 {
    display: block;
    padding: 15px 0px;
    font-size: 14px;
}
.legendagrup {
    display: block;
    padding: 15px 0px;
    border-top: 1px solid var(--third-bg);
}
.statsy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-statsy1, .box-statsy2, .box-statsy3, .box-statsy4 {
        width: calc(25% - 20px); 
}

    .box-statsy1 {
            margin-bottom: 10px;
    background: rgb(25 36 46 / 50%);
    padding: 10px 20px;
    border-radius: 7px;
    margin-bottom: 10px;
    border: 2px solid rgb(25 36 46 / 100%);
}
    .box-statsy2 {
    background: rgb(46 38 25 / 50%);
    padding: 10px 20px;
    border-radius: 7px;
    border: 2px solid rgb(46 38 25 / 100%);
}
    .box-statsy3 {
    background: rgb(46 25 25 / 50%);
    padding: 10px 20px;
    border-radius: 7px;
    margin-bottom: 10px;
    border: 2px solid rgb(46 25 25 / 100%);
}
    .box-statsy4 {
    background: rgb(25 46 38 / 50%);
    padding: 10px 20px;
    border-radius: 7px;
    margin-bottom: 10px;
    border: 2px solid rgb(25 46 38 / 100%);
}
span.tytul-statsy {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #ccc;
}
span.zawartosc-statsy {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #ccc;
    padding: 5px 0px;
}
#button12345 {
    display: inline-block;
    background-color: var(--third-bg);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 7px;
    margin: 30px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    transition: background-color .3s;
    z-index: 1000;
}
.stopka {
    background: rgb(21 21 21 / 30%);
    padding: 30px;
    border-top: 2px solid #17181db8;
    margin-top: 20px;
    color: #fff;
	border-radius:7px;
	    margin-bottom: 20px;
}
thumb {
    background-color: #1766b3;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb {
    background-color: #0e6dc9;
    border-radius: 4px;
}
		