body {
    padding: 0;
	margin: 0;
	background: url('../img/n7.webp') top center no-repeat, #000;
	cursor: url("../img/myszka.webp"), auto !important;
}

.snowflake {
  position: fixed;
  top: -10px;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  opacity: 0.8;
  animation: fall 5s linear infinite;
}

@keyframes fall {
  to {
    transform: translateY(100vh);
    opacity: 0;
  }
}

html {
    scroll-behavior: smooth;
}

.table_strglowna
{
    margin: 0 auto;
    width: calc(100%);
	margin-top: 23px;
}

.topgora {
    margin-top: -80px;
}

.WszystkoMaSwojCzasIprzychodziKresNaKres
{
	width: 50%;
}

.reklamalista
{
    position: absolute;
	display: flex;
	padding-top: 1px;
	left: 50%;
	transform: translate(-50%, 0);
}

.reklamalista2
{
	padding-top: 11px;
}

.oddzielenielista
{
	display: block;
	line-height: 47px !important;
    background-image: url("/img/ydz.webp");
    height:48px;
    text-align: left;
	color: #f0cf84;
}
.odpychamy
{
    padding-top: 30px;
}

.mobilnylista
{
    max-width: 100%;
}

.mobilnanaprawa
{
  height: 1510px;
  overflow: auto;
}

.nowystyltekst
{
    font-size: 15px;
	padding-left: 23px;
}

.lista {
    list-style: none;
	padding-top: 6px;
	padding-left: 35px;
}
.lista:last-child {
    border: none;
}

.reklamaserwerowbanner {
	padding-top: 50px;
}

.nieskonczonylista {
    background: url('../img/dol.webp') center bottom repeat-x,
	url('../img/gora.webp') center top repeat-x,
	url('../img/lewaa.webp') left repeat-y,
    url('../img/lewaa.webp') right repeat-y;
	background-color: #1c0908;
	width: calc(100%);
	max-width: 969px;
	height: auto;
    position: relative;
	top: -80px;
}

.nieskonczonylista::before {
    content: '';
    background: url(../img/zjebanezycie2.webp) right top no-repeat,
    url(../img/zjebanezycie1.webp) left top no-repeat;
    width: calc(100% + 110px);
    min-height: 394px;
    left: -52px;
	top: -38px;
    position: absolute;
	pointer-events: none;
}

.nieskonczonylista::after {
    content: '';
    background: url(../img/jebacfalszywych2.webp) right bottom no-repeat,
    url(../img/jebacfalszywych1.webp) left bottom no-repeat;
    width: calc(100% + 134px);
    min-height: 994px;
    left: -68px;
    bottom: 0px;
    position: absolute;
	pointer-events: none;
}

@-webkit-keyframes swinging{
	0%{-webkit-transform: rotate(10deg);}
	50%{-webkit-transform: rotate(-5deg)}
	100%{-webkit-transform: rotate(10deg);}
}

@keyframes swinging{
	0%{transform: rotate(10deg);}
	50%{transform: rotate(-5deg)}
	100%{transform: rotate(10deg);}
}

.swingimage{
	position: relative;
	margin-top: 60px;
	left: 7px;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: swinging 3.5s ease-in-out forwards infinite;
	animation: swinging 3.5s ease-in-out forwards infinite;
}

.swingimageshift{
	position: relative;
	left: 50px;
	margin-top: 30px;
	-webkit-transform-origin: 35% 0;
	transform-origin: 35% 0;
	-webkit-animation: swinging 3.5s ease-in-out forwards infinite;
	animation: swinging 3.5s ease-in-out forwards infinite;
}
@-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.shake:hover,
.shake:focus {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
.shake {
	display:inline-block
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
#main-bg, #fullhd-bg {

    background: url("../assets/img/logout-bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.rowlista {
  display: flex;
  align-items: center;
  justify-content: center;
}

.half-black {
  background-color: rgba(0, 0, 0, 0.6);
}

/*NAVBAR*/

.navbar {
    min-height: 75px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
	z-index: 1000;
}

.nav-link a {

    background-color: transaprent;
    border: 2px solid yellow;

}

.kolor {
    color: red;
	font-size: 14px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

    color: #fff;

}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {

    color: #fff;

}

.navbar-light .navbar-nav .nav-link {

    color: #fff;

}

.border-bottom {

    border-bottom: 1px solid rgba(255, 0, 0, 0.25) !important;

}

.btn-register {
    background-color: #3f1201;
}

.btn-register:hover {

    color: #fff !important;
}

/*INDEX.HTML*/

.header {
    min-height: 280px;
}

.main-logo {
    margin-top: 0px;
	padding-right: 0px;
}

.ads-content {

    min-height: 446px;
    transform: translateY(-180px);
}

.listafajny {

    min-height: 446px;
    transform: translateY(-180px);
}

.tX-180 {

    transform: translateY(-160px);

}

.filter {

    font-size: 0.875rem;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.custom-control-input:checked ~ .custom-control-label::before {


    background-color: #d10000;
    border-color: #d10000;

}

th .th-content {
    padding-top: 3px;
}

.rating-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.rating-item {
    display: flex;
    align-items: center;
    margin: 0 5px;
}

.rating-item i {
    margin-right: 5px;
    color: white;
    transition: color 0.3s ease;
}

.rating-item i:hover {
    color: yellow;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    display: none;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.5s ease-in;
    display: block;
}

.button {
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(to right, #272727, #1a1a1a);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.button:hover {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        background: linear-gradient(to right, #1a1a1a, #272727);
        transform: scale(1);
    }
    50% {
        background: linear-gradient(to right, #272727, #1a1a1a);
        transform: scale(1.05);
    }
    100% {
        background: linear-gradient(to right, #1a1a1a, #272727);
        transform: scale(1);
    }
}

.heading-basic {

    min-height: 65px;
    color: #fff;
    display: flex;
    align-items: center;
}

.heading-basic h6 {

    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    margin-left: 5px;
}

.line {

    width: 4px;
    height: 20px;
    background-color: #d10000;
    margin-top: -6px;
}

.ads-banner {

    min-height: 85px;
    margin-bottom: 25px;

}

.promo-server {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.btn-ads {

    width: 264px !important;
    text-transform: uppercase;
    height: 64px;
    background-image: url(../assets/img/btn-big.jpg);
}

.panel-main-xl {

    background-image: url(../img/main-xl.webp);
    min-height: 65px !important;
    background-color: rgba(11, 11, 11, 0.7);
}

.search-server {

    margin-top: 25px;

}

.form-metin {
    min-height: 35px !important;
}

.table-panel {
    min-height: 65px;
    background-image: url("/img/ydz.webp");
    height:48px;
	color: #f0cf84;
}


.table {
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
	
}

.kolorkomentarzy {
    color: blue;
}
.on-status, .off-status {

    font-weight: 600;

}

.on-status {

    color: #8dc63f;

}

.off-status {

    color: #e61616
}

.dadada {

    color: #fff
}

.table-tr-bg {
    min-height: 65px;
}

.table thead th {

    border-bottom: 1px solid rgba(82, 82, 82, 0.17);
}

.table td {

    padding: 1rem;

}

.table .row {

    display: flex;
    align-items: center;
    justify-content: center;

}

.test {
	height: 20px;
}

.table tr {

    transition: all .2s cubic-bezier(0.68, -0.55, 0.265, 1.55);

}

.table tr:hover {

    box-shadow: inset 0 -3px 0 0 rgba(82, 82, 82, 0.17);

}

.table td a {

    color: #fff;

}

.table th {

    vertical-align: top !important;
}

.table-ranking span {
    position: relative;
    display: block;
    transform: translateY(-48.0px);
	font-size: 15px;
	top: 13px;
	color: #f0cf84;
}

.noweikony {
    padding-top: 20px;
}

.first-server {

    transition: all .2s cubic-bezier(0.68, -0.55, 0.265, 1.55);

}

.table td, .table th {
	vertical-align: middle;
    border-top: 1px solid rgba(82, 82, 82, 0.17);
    font-weight: 500;
    vertical-align: middle;
    padding: .60rem;
    min-height: 65px;
}

.table i {

    color: #fff;
    cursor: pointer;
}

.table i:hover {

    color: #ffb400;

}

/*SLICK*/
.slider-website {
    width: 100%;
    height: 299px;
    overflow: hidden;
}

.slide-box {
    margin: 0 auto;
    margin-right: 10px;
    height: 299px !important;
    background-position: center;
    background-repeat: no-repeat;
}

.server-name {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #f0cf84;
    margin-top: 10px;
}

.server-info {
    width: 274px;
    height: 299px;
    background-image: url("/img/odp.webp");
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #f0cf84;
}

.server-info h6 {
    color: #ff2323 !important;
    font-size: 0.75rem;
    margin-bottom: -2px;
    padding-top: 5px;
}

.btn-ads2 {    width: 179px;    height: 57px;    color: #f0cf84;    border: 0px;    margin-top: -14px;    background-image: url("/img/wybor2.webp");	background-color: transparent !important;}
.btn-hard {

    background-color: #521c00;
    color: #f0cf84 !important;
    font-weight: 600;
    font-size: 0.75rem;
    border-radius: 6px;
    border: 0px;
    margin-top: 10px;

}

.btn-hard2 {
	font-size: 11px;
    color: #f0cf84 !important;
}

/*LOGOUT.HTML*/

.panel-login {

    min-height: 250px;
    background-color: #000;
    border: 1px solid rgba(82, 82, 82, 0.17);
}

.logo-service {

    min-height: 200px;
    text-align: center;

}

.logo-service img {

    margin: 0 auto;
    transform: translateY(75px);
}

.panel-basic {

    padding: 10px;

}

.panel-basic a {

    font-size: 0.875rem;
    color: #d10000;
    text-decoration: none;
}

.input-settings, .form-metin:focus, .form-metin:hover, .form-metin,
.form-control:focus, .form-control:hover, .form-control {

    border: 1px solid #6c1414;
    min-height: 45px;
    padding-left: 15px;
    background-color: transparent;
    border-radius: 0px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #d10000;
}

.form-control::placeholder {

    font-size: 0.75rem;

}

.panel-basic label {

    color: #fff;
    font-size: 0.75rem;
}

.panel-main-xl, .panel-main {

    min-height: 50px;
    color: #fff;
    background-image: url(../img/panel-bg-opacity.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.panel-main-xl::before {

    min-height: 65px !important;

}

a, a:hover {
    color: inherit;
	cursor: url("../img/myszka2.webp"), auto !important;
}

.panel-main-xl::before, .panel-main::before {

    content: '';
    min-height: 50px;
    width: 100%;
    display: block;
    position: absolute;
    background: rgb(107, 8, 8);
    background: -moz-linear-gradient(0deg, rgba(107, 8, 8, 0.6418942577030813) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(107, 8, 8, 0.6418942577030813) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(107, 8, 8, 0.6418942577030813) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b0808", endColorstr="#000000", GradientType=1);

}

.panel-main-xl h4, .panel-main h4 {

    font-size: 0.875rem;
    z-index: 1;
    padding: 5px 0px 0px 15px;
    font-weight: 600;
    color: #9c9292 !important;
}

.create-account {
    display: flex;
    align-content: center;
    justify-content: center;
	margin-top: -10px;
}

.btn-ads, .btn-metin {

    min-height: 37px;
    font-weight: 700;
    width: 125px;
    color: #fff;
    border: 0px;
    font-size: 0.75rem;
    position: relative;
    background-image: url(../assets/img/btn-red.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #640202;
}

.accept-terms {

    font-size: 0.75rem;
    color: #fff;
    font-weight: 500;

}

.accept-terms p {

    display: inline;

}

/*SERVER-OPEN.HTML*/

.server-rating {

    min-height: 100px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.server-rating img {

    margin-right: 6px;

}

.server-rating span {

    color: #818181;
    font-weight: 600;
    font-size: 0.875rem;
}

.rating-color {

    color: #ffd200 !important;

}

.server-rating h1 {

    color: #fff;
    font-weight: 700;
}

.server-content-info {

    min-height: 250px;
}

.server-item {

    min-height: 60px;
    border-bottom: 1px solid rgba(82, 82, 82, 0.17);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ededed;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 15px;
    text-align: left;
}

.server-item h6 {

    font-size: 0.875rem;

}

.server-item a {

    text-decoration: none;
    color: #fff !important;

}

/*PROFILE.HTML*/

.panel-settings {

    min-height: 300px;

}

.add-server {

    display: flex;
    justify-content: flex-end;
    min-height: 50px;
}

.server-title h6 {

    font-size: 0.875rem;

}

.server-add {

    min-height: 250px;

}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1c0908; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #331614; 
}

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

.input-box {

    min-height: 65px;
    border-bottom: 1px solid rgba(82, 82, 82, 0.17);
    color: #fff;
}

.server-title, .input-server {

    display: flex;
    align-items: center;
    min-height: 65px;

}

.input-settings {

    width: 45%;

}

.text-server textarea {

    width: 100%;
    min-height: 250px;
    margin-top: 10px;
    color: #fff;
    font-size: 0.875rem;
}

.text-server textarea::placeholder {

    padding: 15px;

}

/*FOOTER-STYLE*/

.footer {

    min-height: 310px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.metin2 {
    font-size: 1px;
    color: #1c0908;
}

.footer-media {

    display: flex;
    align-content: center;
    justify-content: center;
}

.fb {

    margin-right: 15px;

}

.footer-media a {

    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
}

.footer-media a:hover {

    color: #d10000 !important;

}

.footer-media img {

    margin-right: 5px;

}

.footer-author-template, .footer-copy {

    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;

}

.footer-author-template a {

    color: #ffb400;

}

.invalid-feedback {
    display: block;
}

.alert {
    font-size: 13px !important;
}

.pagination
{
    justify-content: center;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #060606;
    border-color: #151211;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2f0203;
    border-color: #151211;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ddd5d5;
    background-color: #060606;
    border: 1px solid #151211;
}

.page-link:hover {
    color: #ddd5d5;
    background-color: #060606;
    border: 1px solid #151211;
}

.list-footer {
    display: flex;
    width: 100%;
    color: #fff;
    padding-bottom: 20px;
}

.list-footer .date {
    margin-left: auto;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 1px;
    right: 190px;
    font-size: 80px;
	color: red;
}

#bg-animation {
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    overflow: hidden;
    padding-left: 0px;
    background: transparent;
}

#czcionkayoutube {
 	font-color: fff !important;
	color: white !important;
}

.lista {
 	width: 100%;
	padding-right: 46px;
	padding-left: 45px;
	margin-right: auto;
	margin-left: auto;
}

.fixad {
 	width: 100%;
	padding-right: 46px;
	padding-left: 45px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 160px;
}

.wtf {
 	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
}

.lista2 {
   	width: 100%;
	padding-right: 46px;
	padding-top: 220px;
	padding-left: 45px;
	margin-right: auto;
	margin-left: auto;
}

.lista55 {
   	width: 100%;
	padding-right: 46px;
	padding-top: 20px;
	padding-left: 45px;
	margin-right: auto;
	margin-left: auto;
}

.lista3 {
 	width: 100%;
	padding-right: 46px;
	padding-top: 220px;
	padding-left: 45px;
	margin-right: auto;
	margin-left: auto;
}

.Jadada {
 	width: 100%;
	padding-right: 35px;
	padding-top: 40px;
	padding-left: 35px;
	margin-right: auto;
	margin-left: auto;
}

.youtubeNaprawaPrzegladarka {
	width: 100%;
	height: 500px;
}

@media screen and (max-width: 970px) {
  body {
	background: url('../img/n7.webp') top center no-repeat, #1c0908;
  }
  .lista {
   	width: 100%;
  }
  .navbar {
   	position: fixed;
  }
  .lista2 {
   	width: 100%;
	padding-right: 0px;
	padding-top: 50px;
	padding-left: 0px;
  }
.lista55 {
   	width: 100%;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
  .fixad {
   	width: 100%;
	padding-right: 0px;
	padding-top: 130px;
	padding-left: 0px;
  }
  .lista3 {
   	width: 100%;
  }
.reklamaserwerowbanner {
	padding-top: 0px;
}
.main-logo {
    margin-top: -5px;
	padding-right: 0px;
}
.closebtn {
    position: absolute;
    margin-top: -50px;
    right: 1px;
    font-size: 80px;
	color: red;
}
.mobilnanaprawadwa {
    margin-top: 120px;
}
	.WszystkoMaSwojCzasIprzychodziKresNaKres {
		width: 90%;
	}

	.nieskonczonylista {
		background: none;
	}

	.nieskonczonylista::before {
		display: none;
	}

	.nieskonczonylista::after {
		display: none;
	}

  #bg-animation {
   	display: none;
  }
  .youtubeNaprawaPrzegladarka {
	width: 100%;
	height: 100%;
  }
  .Jadada {
 	width: 100%;
  }
	.table-ranking span {
		position: relative;
		display: block;
		transform: translateY(-48.0px);
		font-size: 15px;
		top: 14px;
		color: #f0cf84;
	}
}
