/* OGÓLNE */

body {
    background-color: #000;
    color: #fff;
    font-family: monospace;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
}

.misc-centertext {
    text-align: center;
    width: fit-content;
    margin: auto;
}

.misc-title {
    text-shadow: #00a2e8 0.1em 0.1em 0px;
    font-size: 18px;
    text-align: center;
    padding-top: 32px;
}

.misc-subtitle {
    text-shadow: #00a2e8 0.1em 0.1em 0px;
}

.misc-space64 {
    margin-top: 64px;
}

.misc-space32 {
    margin-top: 32px;
}

.misc-width80 {
    max-width: 80%;
}

.misc-width60 {
    max-width: 60%;
}

.misc-width60min {
    min-width: 60%;
}

.misc-widthfit {
    width: fit-content;
}

.misc-goback {
    position: absolute;
    top: 8px;
    left: 8px;
    text-decoration: none;
}

.misc-goback a {
    text-decoration: none;
}

.misc-scrollable-y {
    height: 210px;
    width: 100%;
    overflow-y: scroll;
    padding: 5px;
}

.nice-scroll::-webkit-scrollbar,
.misc-scrollable-y::-webkit-scrollbar {
    width: 16px;
}

.nice-scroll::-webkit-scrollbar-track,
.misc-scrollable-y::-webkit-scrollbar-track {
    background: #101010;
}

.nice-scroll::-webkit-scrollbar-thumb,
.misc-scrollable-y::-webkit-scrollbar-thumb {
    background: #202020;
}

/* INPUTY */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
    background-color: transparent;
    border: 2px solid #00a2e888;
    appearance: none;
    outline: none;
    margin: 4px 0;
    color: unset;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #222;
    color: #00a2e8;
    border: 2px solid #00a2e888;
    padding: 2px 16px;
    cursor: pointer;
    appearance: none;
    outline: none;
    margin: 4px 0;
}

textarea {
    background-color: transparent;
    border: 2px solid #00a2e888;
    color: unset;
    width: 100%;
    resize: none;
}

/* HOLMPEJDZ */

#home-outercont {
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

.home-innercont {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
}

.home-foot {
    width: 100vw;
    bottom: 0px;
    left: 0px;
    position: fixed;
    padding-bottom: 32px;
    background-color: black;
}

.home-footplace {
    height: 130px;
}

.home-blockedlink {
    text-decoration: line-through;
}

.home-comment {
    color: #888;
}

.home-vertlist {
    text-align: center;
}

.home-vertlist > * {
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    width: 256px;
    height: 96px;
    text-align: initial;
    margin-top: 8px;
}

.home-vertlist-bordered > * {
    border: 1px solid white;
    width: initial;
    height: initial;
}

.home-disclaimer {
    position: fixed;
    top: 8px;
    right: 8px;
    color: #888
}

#home-showtrzentrz-active,
#home-showtrzentrz {
    text-decoration: none;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
}

#home-showtrzentrz-active::before,
#home-showtrzentrz-active::after,
#home-showtrzentrz::before,
#home-showtrzentrz::after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin: 0 8px;
    width: 160px;
    max-width: calc(50vw - 128px);
    height: 1px;
    background-color: #888;
}

#home-showtrzentrz-active {
    text-shadow: #00a2e8 1px 1px 0;
}

#home-showtrzentrz-active::before,
#home-showtrzentrz-active::after {
    box-shadow: #00a2e8 1px 1px 0;
}

.home-trzentrz i {
    color: gray;
}

/* COUNTERQI */

.counterqi_external
{
  font-size: 32px;
  margin-left: 25%;
  margin-top: 10%;
  margin-bottom: 10%;
  padding: 20px;
  width: 50%;
  border: 2px solid #fff;
}

/* INTERACTIVE */

.interactive-odznaki {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 16px 0;
    text-decoration: none;
}

#guestlist-msg {
    width: 100%;
}

/* TXT'KOVE SZALEŃSTWO */

.winlinks {
    position: absolute;
    top: 48px;
    left: 16px;
    width: 100px;
    margin: 4px;
}

.winlinks > div {
    display: inline-block;
    width: 79px;
    height: 58px;
    cursor: pointer;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 4px;
}

#wl-txtmdnss
{
  background-image: url('/txt/winlinks/txtmdnss.png');
  
}

#wl-txtmdnss.wl-selected
{
  background-image: url('/txt/winlinks/txtmdnss_p.png');
}

#wl-albgames
{
  background-image: url('/txt/winlinks/alb.png');
}

#wl-albgames.wl-selected
{
    background-image: url('/txt/winlinks/alb_p.png');
}


@media screen and (max-width: 1000px) {
    .winlinks {
        width: fit-content;
        position: unset;
    }
}

.txtlist i {
    color: gray;
}

.txtlist a {
    text-decoration: none;
}

.txtlist a:hover {
    text-decoration: underline;
}

.txtlist u {
    color: white;
    text-decoration: none;
}

.txtlist ul {
    padding-inline-start: 20px;
}

.golden {
    color: gold;
}

/* TSSI - PIŁECZKA */


@keyframes pileczka-anim
{
	0% {margin-left: -1px; margin-top: 20.5px}
	25% {margin-top: 51px;}
	50% {margin-left: 51px;}
	75% {margin-top: -1px;}
	100% {margin-left: -1px; margin-top: 20.5px}
}

.pileczka
{
	animation-duration: 2s;
	animation-name: pileczka-anim;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	width: 10px;
	height: 10px;
	background-color: white;
	border-radius: 5px;
}

.pileczkaframe
{
	border: white 1px solid;
	width: 60px;
	height: 60px;
	margin-left: 50px;
}