/** Fix for Quick Reply Releaded extension */
.darkmode .qr_fixed_form {
	position: sticky;
}

.darkmode html, .darkmode body {
    color: var(--font);
    background-color: #353c44;
}

body.darkmode {
    color: var(--font);
    background-color: #353c44;
}

html.darkmode {
      background-color: #353c44;
}


.darkmode body {
  --txt-shad: #353535 2px 0px 0px,  #353535 1.76145px 0.958851px 0px,  #353535 1.1246px 1.68294px 0px,  #353535 0.141474px 1.99499px 0px,  #353535 -0.9342294px 1.91859px 0px,  #353535 -1.60229px 1.19694px 0px,  #353535 -1.97998px 0.31224px 0px,  #353535 -1.34291px -0.701566px 0px,  #353535 -1.30729px -1.5136px 0px,  #353535 -0.421592px -1.899506px 0px,  #353535 0.647324px -1.93545px 0px,  #353535 1.42034px -1.31108px 0px,  #353535 1.92034px -0.558831px 0px;
  --b: #6d97c9;
  --a: #c99f6d;
  --w: #2a2a2a;
  --g: #343434;
  --g1: #414141;
  --c: #6d839a;
  --font: #b8b9b9;
}


.darkmode .belkaDol {
  background: #212121;
}

.darkmode .forkaGlowna::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #56637b;
    top: 0px;
    left: 0px;
    opacity: 0.6;
}

.darkmode .naglowek5 {
    filter: brightness(0.75);
}

.darkmode .naglowek1 {
    border: 15px solid rgb(52 52 52 / 40%);
}

.darkmode a.button1, .darkmode input.button1, .darkmode input.button3, .darkmode a.button2, .darkmode input.button2 {
    background: #6d97c9b0 !important;
}


.darkmode .logowanie input.button2 {
    background: transparent !important;
}

.darkmode .hoverek {
    background: rgb(38 38 38 / 50%);
}