@font-face {
    font-family: 'Marlboro Regular';
    src: url('../fonts/Marlboro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Lato Regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body{
    background-color: black;
    padding-bottom:40px;
}


header {
    margin-top:0!important;
}

header > h1{
    background-color: #e90a14!important;
    font-family: 'Marlboro Regular', serif;
    font-weight: 400!important;
    margin-bottom: 0px;
    margin-top:20px;
}

#survey{
    background-image: unset;
    background-color: #242424;;
}

.text-description{
    background-color: #f7f3ed;
    width: 100%;
    margin: 0;
    padding: 40px 30px;
    color:black;
    text-align: justify;
    font-family: 'Lato Regular';
}

.question-box{
    background-color: #ebdfdf;
    color: black;
}

.question-text{
    font-family: 'Lato Regular';
}

.label-text{
    color: black;
    font-weight: 400;
}



[type="radio"]:not(:checked)+span:before { 
    border: 2px solid black;
}


[type="radio"].with-gap:checked+span:before {
    border: 2px solid #1b9e16;
}
[type="radio"].with-gap:checked+span:after{
        border: 2px solid #1b9e16;
        background-color: #1b9e16;
}

mark{
    text-shadow: unset;
    font-family: 'Marlboro Regular', serif;
    font-weight: 400;
    font-size: 3rem;
    color: black;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{
    border-color: black;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after{
    border-color: black;
}

[type="checkbox"].filled-in:checked+span:not(.lever):before {
    border-right: 3px solid black;
    border-bottom: 3px solid black;
}

input[type=text]:not(.browser-default){
    border-bottom: 1px solid black;
}

input::placeholder {
    color: #999;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input[type=text]:not(.browser-default):focus:not([readonly]){
    border-bottom: 1px solid black;
    box-shadow: none;
}

.btn-outline {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding: 20px 40px;
    text-align: center;
    border: 3px solid transparent;
    border-radius: 10px;
    position: relative;
    background-color: #bf464d;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    transition: 0.3s;
    cursor: pointer;
}

.btn-outline:hover{
    background-color: #f5535d;
}

input:-internal-autofill-selected{
    background-color: unset!important;
}

.inputmy{
    caret-color: black;
    color: black;
}


.question-box {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.question-box.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}


.container-info {
  /* display: none; */
  position: fixed;
  top: 50px;
  right: 20px;
  background-color: white;
  color: black;
  padding: 10px 20px 5px 20px; /* Dodatkowe miejsce na pasek */
  border: 2px solid black;
  border-radius: 4px;
  z-index: 9999;
  transition: opacity 0.3s ease;
  opacity: 0;
  font-weight: bold;
}

.container-info{
    display: none;
}

.container-info.show {
  display: block!important;
  opacity: 1;
}

.container-info .progress-bar {
  margin-top: 8px;
  height: 3px;
  width: 0%;
  background-color: rgba(255, 0, 0, 0.85); /* Kolor paska */
  transition: width 2s linear; /* 2s – tyle co animacja znikania */
  border-radius: 2px;
}

.navigateBtnZone{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.navigateBtnZoneFirst{
        display: flex;
    flex-direction: row;
    justify-content:flex-end;
    margin-top: 20px;
}

.back-btn{
    font-family: 'Lato Regular';
    background-color: unset;
    border: 2px solid #006496;
    border-radius: 4px;
    color:#006496;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    min-width: 100px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.next-btn{
    font-family: 'Lato Regular';
    background-color: #006496;
    border: 2px solid #006496;
    border-radius: 4px;
    color:white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    min-width: 100px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.back-btn:hover,.back-btn:focus{
    background-color: #006496;
    color:white;
}

.next-btn:hover,.next-btn:focus{
    background-color: #033752;
    border: 2px solid #033752;
}

.next-btn--send{
    background-color: #12673d;
    border: 2px solid #024624;
}

.next-btn--send:hover,.next-btn--send:focus{
    background-color: #019e50;
    border: 2px solid #12673d;
}


.sendBox{
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

.age-box{
    background-color: black;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-top: 70px;
    box-shadow: -1px 1px 77px 19px rgba(255,0,0,0.39);
-webkit-box-shadow: -1px 1px 77px 19px rgba(255,0,0,0.39);
-moz-box-shadow: -1px 1px 77px 19px rgba(255,0,0,0.39);
}


.yes-btn--send{
    font-family: 'Lato Regular';
    border-radius: 4px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    min-width: 100px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #12673d;
    border: 2px solid #12673d;
}

.yes-btn--send:hover,.yes-btn--send:focus{
    background-color: #019e50;
    border: 2px solid #019e50;
}

.no-btn--send{
    font-family: 'Lato Regular';
    border-radius: 4px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    min-width: 100px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #a70b0b;
    border: 2px solid #a70b0b;
}

.no-btn--send:hover,.no-btn--send:focus{
    background-color: #d40e0e;
    border: 2px solid #d40e0e;
}