
html {
    font-size: 12px;
}

.wtyczka-style *{
    font-family: 'Arial';
    font-size:0.9rem;
    color:#000000;
    line-height:normal;
}
@media only screen and (min-width: 768px){
    .wtyczka-style *{
        font-size:1.4rem;
    }
}
.wtyczka-style h1{
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}
.wtyczka-style h2{
    margin-top: 0.83em !important;
    margin-bottom: 0.83em !important;
}
#wtyczka-floater{
    background-color:#ffffff;
    color:#000000;
    bottom:2rem;left:2rem;    border-radius:0rem;
    position:fixed;
    width:5rem;
    height:5rem;
    z-index: 1000;
    border-radius: 10px;
}
#wtyczka-floater button{
    all:unset;
    cursor:pointer;
    width:100%;
    height:100%;
    text-align: center;
}
.wtyczka-container{
    background-color:#ffffff;
    color:#000000;
    border-radius:0rem;
    position:fixed;
    width:90%;
    bottom:2rem;
    left:5%;
    height:fit-content;
    padding:1rem;
    z-index: 1000;
}
@media only screen and (min-width: 600px) {
    .wtyczka-container{
        width:35rem;
        bottom:auto;
        bottom:2rem;left:2rem;        left:auto;
    }
}
.wtyczka-naglowek{
    font-size:1.5rem;
    font-weight: bold;
    margin-bottom:1rem;
}
@media only screen and (min-width: 600px){
    .wtyczka-naglowek{
        font-size:2rem;
    }
}
.wtyczka-przycisk{
    padding:0.5rem;
    border: 0.2rem solid;
    font-weight: bold;
    cursor:pointer;
}
#wtyczka-akceptuj-wszystkie,#wtyczka-akceptuj-potrzebne{
    color:#ffffff;
    background-color:#000000;
    border-color:#000000;
    border-radius:0rem;
    width:100%;
}
#wtyczka-akceptuj-wszystkie-ustawienia,#wtyczka-akceptuj-potrzebne-ustawienia{
    color:#000000;
    background-color:#ffffff;
    border-color:#000000;
    border-radius:0rem;
    width:100%;
    flex-basis: 45%;
}
#wtyczka-ustawienia{
    color:#000000;
    background-color:#ffffff;
    border-color:#000000;
    border-radius:0rem;
    width:100%;
    margin-top:0.75rem;
}
#wtyczka-custom{
    color:#ffffff;
    background-color:#000000;
    border-color:#000000;
    border-radius:0rem;
    width:100%;
    flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
    #wtyczka-custom,#wtyczka-akceptuj-wszystkie-ustawienia,#wtyczka-akceptuj-potrzebne-ustawienia{
        flex-basis: auto;
    }
}
.wtyczka-przyciski{
    display:flex;
    justify-content: space-between;
    margin-top:2rem;
    align-items:center;
    white-space: nowrap;
    gap:1rem;
}
.wtyczka-ustawienia-tlo{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.wtyczka-ustawienia-container{
    z-index: 1000;
    background-color:#ffffff;
    color:#000000;
    border-radius:0rem;
    position:fixed;
    width:90%;
    height:70%;
    font-size:1rem;
    #wtyczka-akceptuj-wszystkie, #wtyczka-akceptuj-potrzebne, #wtyczka-custom{
        width:100%;
    }
    .wtyczka-przyciski{
        gap:0.5rem;
        flex-wrap:wrap;
    }
    .wtyczka-naglowek{
        font-size:2.5rem;
    }
}
@media only screen and (min-width: 1208px) {
    .wtyczka-ustawienia-container{
        width:90rem;
        .wtyczka-naglowek{
            font-size:3.5rem;
        }
        .wtyczka-przyciski{
            gap:1rem;
            flex-wrap:nowrap;
        }
    }
}
@media only screen and (min-height: 1208px) {
    .wtyczka-ustawienia-container{
        height: 60%;
    }
}
.wtyczka-ustawienia-scroll{
    overflow-y: scroll;
    height:70%;
    position:relative;
    z-index: -1;
    padding-left:1rem;
    padding-right:1rem;
    padding-bottom: 2rem;
}
@media only screen and (min-height: 600px) {
    .wtyczka-ustawienia-scroll{
        height:75%;
    }
}
.wtyczka-ustawienia-top{
    border-radius:0rem; 
    background-color:#ffffff;
    box-shadow: -0.5rem 2rem 0.7rem -1rem #ffffff;
    height:10%;
    z-index: 5;
    padding-left:1rem;
    padding-right:1rem;
    display:flex;
    align-items: center;
}
.wtyczka-ustawienia-przyciski{
    border-radius:0 0 0rem 0rem; 
    background-color:#ffffff;
    box-shadow: -0.3rem -2rem 0.7rem -0.7rem #ffffff;
    height:17%;
    z-index: 5;
    padding-left:1rem;
    padding-right:1rem;
    .wtyczka-przyciski{
        margin:0;
    }
}
@media only screen and (min-width: 768px) {
    .wtyczka-ustawienia-przyciski{
        height:10%;
    }
}
.wtyczka-stop-scroll{
    height: 100%;
    overflow: hidden;
}
.wtyczka-zamknij{
    all:unset;
    cursor:pointer;
    position:absolute;
    top:0.75rem;
    right:1rem;
}
.wtyczka-opcja{
    display:flex;
    justify-content:right;
    align-items:center;
    gap:0.1rem;
}
@media only screen and (min-width: 600px){
    .wtyczka-opcja{
        gap:5rem;
    }
}
.wtyczka-opcja .switch{
    flex-shrink:0;
}
.wtyczka-opcja .wtyczka-pokaz-opis{
    all:unset;
    cursor:pointer;
    text-align: center;
    flex-shrink:0;
}
.wtyczka-opcja-nazwa{
    font-size:1rem;
    font-weight: bold;
    padding-top:1rem;
    padding-bottom:1rem;
    margin-right:auto;

}
@media only screen and (min-width: 768px){
    .wtyczka-opcja-nazwa{
        font-size:1.5rem;
    }
}
.wtyczka-opis-pokazany{
    margin-top:1rem;
    margin-bottom:1rem;
    transition:0.5s;
}
.wtyczka-opis-ukryty{
    margin-top:0rem;
    margin-bottom:0rem;
    height:0;
    overflow: hidden;
    transition:0.5s;
}
.wtyczka-text-lg{
    font-size:1.5rem;
    padding-top:1rem;
    padding-bottom:1rem;
}
.wtyczka-text-lgb{
    font-size:1.5rem;
    font-weight: bold;
    padding-bottom:1rem;
}
.wtyczka-text-xl{
    font-size:2rem;
    padding-top:1rem;
    padding-bottom:1rem;
}
.wtyczka-text{
    margin-bottom:1rem;

}
.wtyczka-marg-top{
    margin-top:3rem;
}
.wtyczka-marg-bot{
    margin-bottom:3rem;
}
.wtyczka-polityka-link{
    all:unset;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}
.wtyczka-polityka-prywatnosci{
    width:90%;
    height:70%;
    position:fixed;
    background-color:#ffffff;
    color:#000000;
    border-radius:0rem;
}
.wtyczka-ustawienia-zamknij{
    all:unset;
    cursor:pointer;
    text-align: center;
    margin-left:auto;
    margin-right:1rem;
}
.wtyczka-polityka-zamknij{
    all:unset;
    cursor:pointer;
    text-align: center;
    margin-right:auto;
    margin-left:1rem;
}
.wtyczka-polityka-scroll{
    overflow-y: scroll;
    height:85%;
    position:relative;
    z-index: -1;
    padding-left:1rem;
    padding-right:1rem;
}
.wtyczka-ul{
    list-style-type: circle;
    margin-left: 3rem;
    margin-bottom:1rem;
}

/* The switch - the box around the slider */
.switch{
    position: relative;
    display: inline-block;
    width: 3.5rem;
    height: 2rem;
    padding: 1rem;
    border: 0.15rem solid white;
    border-radius: 2rem;
    box-sizing:border-box;
  }
/* Hide default HTML checkbox */
.switch input{
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 2rem;
}
.slider:before{
    position: absolute;
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    left: 0.25rem;
    bottom: 0.25rem;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider{
    background-color: #2196F3;
}
input:focus + .slider{
    box-shadow: 0 0 0.1rem #2196F3;
}
input:checked + .slider:before{
    -webkit-transform: translateX(1.3rem);
    -ms-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}