@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=PT+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap");
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body h1 {
  font-size: 65px;
  text-align: center;
  margin-top: 45px;
  font-weight: 450;
  font-family: "Rubik Mono One", monospace;
  margin-bottom: 0px;
}
body .obdlznik {
  width: 850px;
  height: 13px;
  background-color: rgb(171, 175, 251);
  border-radius: 3px;
  display: flex;
  align-self: center;
  margin-top: 7px;
}
body .r1 {
  margin-top: 90px;
  font-family: "PT Sans", sans-serif;
  text-align: center;
  font-size: 20px;
}
body .r2 {
  margin-top: 11px;
  font-family: "PT Sans", sans-serif;
  text-align: center;
  font-size: 20px;
}
body .content-wrapper {
  margin-top: 120px;
  display: flex;
  justify-content: center;
}
body .content-wrapper .container {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
}
body .content-wrapper .container h3 {
  font-family: "PT Sans", sans-serif;
}
body .content-wrapper .container .hesla_ob {
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 15px;
  padding-right: 10px;
  height: 20px;
  width: 500px;
  border-bottom: 2px solid rgb(83, 88, 192);
  border-top: 2px solid rgb(226, 222, 222);
  border-right: 2px solid rgb(226, 222, 222);
  border-radius: 3px;
  box-shadow: -3px 3px 10px rgb(183, 182, 182);
}
body .content-wrapper .container .hesla_ob .buttons {
  text-align: right;
  align-items: center;
  display: flex;
}
body .content-wrapper .container .hesla_ob .buttons #generateButton.spinning {
  animation: spin 0.5s linear forwards;
  transform-origin: center;
}
body .content-wrapper .container .hesla_ob .buttons #generateButton {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 10px;
  color: rgb(83, 83, 83);
}
body .content-wrapper .container .hesla_ob .buttons .tooltip {
  position: relative;
  display: inline-block;
}
body .content-wrapper .container .hesla_ob .buttons .tooltip .tooltiptext {
  visibility: hidden;
  width: 95px;
  background-color: rgb(45, 45, 45);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
body .content-wrapper .container .hesla_ob .buttons .tooltip:hover .tooltiptext {
  visibility: visible;
}
body .content-wrapper .container .hesla_ob .buttons #copyButton {
  margin-top: 0px;
  border-color: none;
  border: none;
  color: white;
  background-color: rgb(83, 88, 192);
  border-radius: 0.25rem;
  font-size: 0.8rem;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0, 2rem;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
}
body .content-wrapper .container .hesla_ob .buttons #copyButton:hover {
  background-color: rgb(128, 132, 253);
}
body .content-wrapper .container .dl_hesla {
  font-size: 17px;
  margin-top: 25px;
  margin-bottom: 2px;
  align-items: center;
  display: flex;
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
}
body .content-wrapper .container .dl_hesla #passwordLengthInput {
  margin-left: 10px;
  font-size: 15px;
}
body .content-wrapper .container .dl_hesla #passwordLengthSlider {
  margin-left: 20px;
}
body .content-wrapper .container #checkboxes {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
}
body .content-wrapper .container #checkboxes #Vp {
  height: 15px;
  width: 15px;
}
body .content-wrapper .container #checkboxes #Mp {
  height: 15px;
  width: 15px;
}
body .content-wrapper .container #checkboxes #Ci {
  height: 15px;
  width: 15px;
}
body .content-wrapper .container #checkboxes #Sy {
  height: 15px;
  width: 15px;
}
body .content-wrapper .container .checkbox-container {
  display: flex;
  align-items: center;
}
body .content-wrapper .container .checkbox-container input {
  margin-right: 7px; /* medzi boxom a leabelom */
}
body .content-wrapper .container #checkboxes .checkbox-container {
  margin-right: 20px;
}
body .container2 img {
  width: 260px;
  height: 260px;
  padding-left: 50px;
  padding-top: 10px;
}

input[type=range] {
  width: 330px;
}

.footer {
  background-color: rgb(171, 175, 251);
  margin-top: auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "PT Sans", sans-serif;
  font-size: 19px;
}/*# sourceMappingURL=style.css.map */