/*!
 * 
 *   simple-keyboard v3.8.88
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px rgba(0,0,0,.3);box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:rgba(5,25,70,.53);color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:rgba(0,0,0,.03);cursor:pointer}li.hg-candidate-box-list-item:active{background:rgba(0,0,0,.1)}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}
input {
  width: 100%;
  height: 8vh;
  padding: 1vh;
  font-size: 6vh;
  box-sizing: border-box;
}

.simple-keyboard {
  max-width: 1000px;
}

.simple-keyboard.enter-keyboard {
  position: absolute;
  min-width: 30% !important;
  bottom: 20%;
  left: 35%;
  padding: 20px;
  z-index: 999;
  color: var(--background);
}

.simple-keyboard.enter-keyboard  .hg-button {
align-items: center;
color: var(--button-color);
border: 3px solid var(--button-border-color);
outline: solid 1px var(--button-outline-color);
padding: 0.25em 1em;
border-radius: 15px;
height: 48px;
font-size: 2.8vh;
justify-content: center;
text-align: center;
text-decoration: none;
align-items: center;
box-sizing: border-box;
cursor: pointer;
display: inline-flex;
width: 100%;
}

.simple-keyboard.pin-keyboard {
  width: 30% !important;
}

@media screen and (max-width: 500px) {
  .simple-keyboard.pin-keyboard {
    width: 90% !important;
  }
}

.simple-keyboard.hidden {
  visibility: hidden;
}

.simple-keyboard.hg-theme-default.myTheme {
  border: 5px solid var(--keyboard-border);
  border-radius: 10px;
  margin: 1vh;
  width: 99vw;
}

.simple-keyboard.hg-layout-default .hg-button.hg-special {
  background: var(--keyboard-border);
  color: var(--keyboard-invert-color);
}

.simple-keyboard.hg-layout-default .hg-button.hg-highlight {
  box-shadow: 0px 0px 40px 5px rgba(26, 110, 157, 0.1);
  z-index: 1;
}

.hg-theme-default .hg-button {
 height: 5vh; 
}
@font-face {
    font-family: 'roundkey_boldbold';
    src: url(../e277f68cba48b03cb006.woff2) format('woff2'),
      url(../22793877166122d11a07.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'roundkeybold_oblique';
    src: url(../7cb3c07822f80d756b98.woff2) format('woff2'),
      url(../aa824bde8b7fa6056967.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'roundkeyextra_light';
    src: url(../0def4de9aaee3f9168c8.woff2) format('woff2'),
      url(../d675ba06dd74a8bdce01.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'roundkeyextra_light_oblique';
    src: url(../1ae94d10650dd0d86c4d.woff2) format('woff2'),
      url(../7f3bc0f3934b2dafd5fe.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'roundkeylight';
    src: url(../45f4475fa4086846c6d0.woff2) format('woff2'),
      url(../f545a78abe75654f44cc.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'roundkeylight_oblique';
    src: url(../65904678648ebd025187.woff2) format('woff2'),
      url(../e779a6dbb27587b7d4ca.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'roundkeymedium';
    src: url(../addde2866376fe0409d6.woff2) format('woff2'),
      url(../1be5164f2cff5a289bef.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'roundkeymedium_oblique';
    src: url(../e22475098ba4ad100d82.woff2) format('woff2'),
      url(../35e4bf9c0a39fc6efbd4.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'roundkeyitalic';
    src: url(../00c01b33c369fb308ea2.woff2) format('woff2'),
      url(../734c8dc2029cb19a9662.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'roundkeyregular';
    src: url(../b54f18b1b7b6be8b5c84.woff2) format('woff2'),
      url(../21980761aa30c16829de.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'roundkeythin';
    src: url(../de268f42190477b1ba1d.woff2) format('woff2'),
      url(../90f4f8cbdabe8b14e809.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'roundkeythin_oblique';
    src: url(../f929e08f5451aa8e22d4.woff2) format('woff2'),
      url(../239810ce27649083d73f.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 1rem;
  color: rgb(33, 37, 41)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.2;
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

body {
  margin: 0;
  color: var(--color);
}

*,
::after,
::before {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/*
.task-img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100%);
  height: calc(100%);
  z-index: 2;
}
*/

.answer-button {
  /*position: absolute;*/
  z-index: 5;
}

#task_background {
  color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  flex-direction: column;
  min-height: 90vh;
}

.information {
  /*position: absolute;*/
  padding-top: 3vh;
  padding-bottom: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  height: 100%;
  min-height: 29vh;
  top: 0;
  left: 0;
  text-align: center;
}

.information h1 {
  font-size: 5vh;
}

.information div {
  font-size: 3vh;
  line-height: 1.2;
}

.spin-subtitle small {
  font-size: 0.9em;
}

.spin-details small {
  font-size: 0.8em;
}

.spin-actions {
  margin-top: 1rem;
}

.spin-restart-button {
  font-weight: 500;
  color: var(--button-color);
  border: 3px solid var(--button-border-color);
  background: var(--button-background);
  outline: solid 1px var(--button-outline-color);
  padding: 0.25em 1em;
  border-radius: 15px;
  font-size: 4vh;
  text-align: center;
  text-decoration: none;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}

.spin-restart-button:hover,
.spin-restart-button:active {
  border-color: var(--color);
  color: var(--background);
  fill: var(--color);
}

@media screen and (max-width: 980px) {
  body.fullscreen-mode #task_background {
    min-height: 90vh;
  } 

  #task_background {
    min-height: 80vh;
  }

  .information {
    min-height: 24vh;
  }

  .information h1 {
    font-size: 3.3vh;
  }

  .information div {
    font-size: 2.2vh;
    line-height: 1.1;
  }
}


.hidden {
  display: none;
}

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

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

.survey {
  display: flex;
  flex-direction: column;
  padding: 3vh 1vw;
  font-size: 2.2vh;
  line-height: 1.3;
  color: var(--info-color);
  text-align: center;
}

.survey .survey-supervisors {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}

.survey .announcements {
  padding-bottom: 2rem;
}

.survey .survey-supervisors .supervisors {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.supervisor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vh;
}

.survey .photo {
  max-width: 80%;
  height: auto;
  max-height: 26vh;
}

.survey .who {
  margin: 0;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.survey .role {
  font-size: 1.8vh;
  font-weight: 300;
  margin-bottom: 0;
  padding-top: 0.8vh;
}

.survey .name {
  font-size: 2.6vh;
  font-weight: 500;
  margin-bottom: 0.2rem;
}


.survey .center.button {
  padding: 2vh 2vw;
}

.survey button {
  font-weight: 500;
  color: var(--button-color);
  border: 3px solid var(--button-border-color);
  background: var(--button-background);
  outline: solid 1px var(--button-outline-color);
  padding: 0.25em 1em;
  border-radius: 15px;
}

.survey button {
  font-size: 4vh;
  text-align: center;
  text-decoration: none;
  align-items: center;
  box-sizing: border-box;
}

.survey button:hover {
  border-color: var(--color);
  color: var(--background);
  fill: var(--color);
}

.survey button:active {
  border-color: var(--color);
  color: var(--background);
  fill: var(--color);
}

.center-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.login-panel input,
.center-panel input {
  font-weight: 500;
  color: var(--button-color);
  border: 3px solid var(--button-border-color);
  background: var(--button-background-input);
  outline: solid 1px var(--button-outline-color);
  /*padding: 0.25em 1em;*/
  border-radius: 15px;
}

.center-panel input {
  font-size: 6vh;
  max-width: 40vw;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .survey {
    padding: 5vh 5vw;
  }

  .center-panel input {
    max-width: 90%;
  }
}

.center-panel label {
  padding-top: 2rem;
  font-size: 8vh;
  color: var(--label-color);
}

.center-panel .simple-keyboard {
  color: var(--keyboard-color);
}

.label-description {
  text-align: center;
  font-size: 2vh;
  font-weight: 100;
  padding-top: 1vh;
  padding-bottom: 2vh;
}

.flags {
  margin-left: -0.2rem;
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  row-gap: 2vh;
  color: var(--title-color);
}

div.flag {
  flex-basis: 16%;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.4vh;
}

div.flag div {
  min-height: 3vh;
  font-size: 0.8rem;
}

.flag video {
  max-width: calc(0.06 * 100vw);
  height: auto;
  filter: contrast(.8);
}

.flag p {
  display: flex;
  align-items: center;
  /* Wycentrowanie wertykalne */
  justify-content: center;
  /* Wycentrowanie horyzontalne */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  height: 2.2rem;
  color: var(--title-color);
}

.flag img {
  max-width: calc(0.5 * 100vw);
  height: auto;
  position: relative;
}

.cooperation {
  position: relative;        
  width: 100%;
  bottom: 0vh;
}


@media screen and (max-height: 1000px) {
.cooperation {
  position: relative;       
  width: 100%;
  bottom: 4vh;
}
}
.cooperation .desc,
.cooperation img {
  position: absolute;
}
.cooperation .desc {
  right: 9vw;
  width: 300px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--cooper-color);
  word-wrap: break-word;
}
.cooperation img {
  right: 11vw;
  padding-top: 4vh;
  min-height: 10vh;
}

@media screen and (max-width: 1400px) {
  .cooperation {
    position: fixed;                /* przyklejamy do viewport */
    bottom: calc(6vh + 1rem);       /* 6vh = wysokość Twojej stopki, +1rem odstępu */
    left: 50%;                      /* centrowanie poziome */
    transform: translateX(-50%);
    display: flex;                  /* kolumna z centrowaniem */
    flex-direction: column;
    align-items: center;
    z-index: 1000;                  /* nad innymi elementami */
    width: auto;                    /* dopasowanie do zawartości */
    background: transparent;        /* jeśli chcesz przezroczyste tło */
  }

  .cooperation .desc,
  .cooperation img {
    padding-top: 0;
    position: static;               /* wyłączamy absolute z desktopu */
    width: auto;                    /* nie narzucamy sztywnej szerokości */
    text-align: center;             /* wyśrodkowanie tekstu */
  }

  .cooperation .desc {
    font-size: 1.1rem;            
  }

  .cooperation img {
    max-width: 50vw;               
    height: 10vh;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 700px) {
  .cooperation img {
    max-width: 50vw;               
    height: 5vh;
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
}

div.spd-logo {
  text-align: left;
  padding-top: 3rem;
}

div.spd-logo img {
  height: 12vh;
}

.suspend {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.suspend p {
  padding: 2vh;
  font-weight: 500;
  font-size: 3vh;
}

.suspend img {
  max-width: 80vw;
}


.genders {
  padding-top: 10rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.gender {
  text-align: center;
}

.gender p {
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 4rem;
  position: relative;
  color: var(--info-color);
}

.gender img {
  height: 20rem;
  position: relative;
}

@media screen and ((max-height: 700px) or (max-width: 500px)) {
  .gender p {
    font-size: 2rem;
  }

  .gender img {
    height: 10rem;
    position: relative;
  }
}

section.bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
}

.footer {
  min-width: 60vw;
  min-height: 6vh;
  display: flex;
  flex: 1;
}

.footer-container {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.footer-center {
  position: absolute;
  width: 100%;
  left: 50vw;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer strong {
  color: var(--label-color);
}

div.powered {
  font-size: 4vh;
  font-family: 'roundkeythin';
  color: var(--title-color);
}

div.version {
  font-size: 1.5vh;
  color: var(--title-color);
}

.languages {
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  flex-direction: column !important;
  text-align: center;
  color: #eee;
  font-family: Helvetica, Arial, sans-serif;
}



.languages h1 {
  position: relative;
  color: #ffffff;
  font-size: 6rem;
  line-height: 0.9;
  text-align: center;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  padding-top: 2rem;
}

@media screen and (max-width: 980px) {
  section.bottom {
    background-color: rgba(0, 0, 0, 0.08);
  }

  .footer { 
    min-width: 80vw;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .spd-body h1 {
    font-size: 5vh !important;
  }

  .languages {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

body,
html {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

#main {
  flex: 1;
  height: calc(100% - 3rem);
  width: 100%;
  overflow-y: auto;
}

div.tools {
  display: flex;
  justify-content: flex-end;
  /* Wyrównanie do prawej */
  align-items: center;
  z-index: 999;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.spd-body h1 {
  position: relative;
  color: var(--color);
  font-size: 8vh;
  line-height: 0.9;
  text-align: center;
  margin-top: 0;
  margin-bottom: .5vh;
  font-weight: 500;
  padding-top: 5vh;
}

.spd-body {
  position: relative;
  /*height: 100vh;*/
  width: 100%;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  background-position: 50% 0;
  background-size: cover;
}


.body {
  /*  position: relative;
  height: 100vh;
  width: 100%;*/
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  background-position: 50% 0;
  background-size: cover;
}


div.spd-logo-dolmed {
  padding-top: 1rem;
  text-align: left;
}

img.logo-dolmed {
  height: 24vh;
  margin-bottom: -3rem;
}

h1 .spd-title-1 {
  text-align: left;
  font-weight: lighter;
  font-size: 5rem;
  color: var(--title-color);
}

h1 .spd-title-1 {
  text-align: left;
  font-family: 'roundkeythin';
  font-size: 7vh;
  color: var(--title-color);
}

h1 .spd-title-2 {
  text-align: left;
  font-family: 'roundkeyregular';
  font-size: 10vh;
  color: var(--title-color);
}

h1 .spd-title-3 {
  text-align: left;
  font-family: 'roundkeyregular';
  font-size: 11vh;
  color: var(--label-color)
}

@media screen and (max-width: 900px) {
  .spd-body h1 {
    font-size: 5vh !important;
  }

  .languages {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  h1 .spd-title-1 {
    font-size: 5vh;
  }

  h1 .spd-title-2 {
    font-size: 7vh;
  }

  h1 .spd-title-3 {
    font-size: 8vh;
  }
}


/*
div.tools {
  display: flex;
  flex-direction: column !important;
  position: absolute;
  bottom: 0rem;
  right: 1rem;
  z-index: 999;
}
*/

section.tools {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-height: 3rem;
}

section.tools div {
  position: relative;
  padding-left: 1rem;
}

section.tools select {
  position: relative;
  max-width: 50vw;
  font-size: 1.8rem;
}

section.tools svg {
  max-width: 2rem;
  height: auto;
  color: var(--label-color);
}

section.tools .help svg {
  max-width: 3rem;
  height: auto;
}

section.tools .logout svg {
  padding-top: 3px;
  max-width: 2.3rem;
  height: auto;
}

section.tools path {
  fill: var(--label-color);
}

.login-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99;
}


.login-panel input {
  height: 5vh;
  font-size: 3vh;
  max-width: 40rem;
  text-align: center;
}

.login-panel .keyboard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding-top: 5vh;
  width: 100%;
}

.login-panel .simple-keyboard {
  margin-top: 3vh;
  color: var(--label-color);
}

.login-panel label {
  padding-top: 3vh;
  padding-bottom: 1vh;
  font-size: 4vh;
  color: var(--label-color);
}

.login-panel .login-error {
  color: red;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 100;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*
body {
  background: var(--background);
}

#task_background {
  color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}

.information {
  padding-left: 6vw;
  padding-right: 6vw;
}
*/
.spinner {
  border: 6vh solid rgba(243, 243, 243, 0.4);
  border-top: 6vh solid rgba(52, 152, 219, 0.772);
  border-radius: 50%;
  width: 30vh;
  height: 30vh;
  margin: 5vh auto;
}

.step-1 {
  border-top-color: var(--button-background);
  animation: spin 1.5s linear infinite;
}

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

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


:root {
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Chrome */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.announcement-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.announcement-overlay {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.announcement-modal-content {
  position: relative;
  background-color: var(--background-color);
  margin: 15% auto;
  padding: 1rem;
  border: 2px solid var(--label-color);
  border-radius: 1rem;
  width: 40%;
  z-index: 1002;
}

.announcement-close {
  margin-top: -2rem;
  color: var(--color);
  float: right;
  font-size: 3rem;
  font-weight: bold;
  cursor: pointer;
}

.announcement-close:hover {
  color: var(--info-color);
}

.announcement-text {
  text-align: center;
  color: var(--color);
  font-size: 1.2rem;
  padding-top: 2rem;
  z-index: 1000;
}

.focus-message {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.focus-message-title {
  text-align: center;
}

.focus-message-body {
  text-align: left;
}

#announcementDot {
  display: none;
}

.announcement-loading-dots {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 100px;
}

.announcement-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--label-color);
  animation: announcement-dotAnimation 1.5s infinite;
  opacity: 0;
}

.announcement-dot:nth-child(1) {
  animation-delay: 0.2s;
}

.announcement-dot:nth-child(2) {
  animation-delay: 0.6s;
}

.announcement-dot:nth-child(3) {
  animation-delay: 1s;
}

@keyframes announcement-dotAnimation {

  0%,
  20%,
  80%,
  100% {
    opacity: 0;
    transform: scale(0.3);
  }

  50%,
  70% {
    opacity: 1;
    transform: scale(1);
  }
}

svg.password {
  height: 3vh;
  width: 3vh;
}

.password-container {
  position: relative; /* Ustawiamy kontekst pozycyjny */
}

.password-container .input {
  width: 100%; /* Pole hasła zajmuje całą szerokość kontenera */
  padding-right: 2.5rem; /* Dodajemy miejsce na ikonę */
  box-sizing: border-box; /* Uwzględniamy padding w szerokości */
}

.password-container .toggle-password {
  position: absolute; 
  right: 0.5rem; 
  top: 50%; 
  transform: translateY(-50%); 
  background: none; 
  border: none; 
  cursor: pointer; 
  color: var(--label-color);
}

/*# sourceMappingURL=spd.f4c8ee3c269c2574c9c7.css.map*/