<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04.10.2022 11:31
    Author     : Katya Lapko
*/

body {
    font-family: 'Poppins';
    color: #000000;
    font-weight: 600;
}


.headerMenu {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
}
.navbar-light .navbar-toggler{
    border-color: rgb(0 0 0 / 0%);
}

.navbar-toggler-icon{
    background-image: url(/img/wso/Menu.svg);
}
.navbar, .navbarNav {
    width: 100%;
}
.nav-item {
    padding: 15px;
}
.popupLogo {
    background-image: url("/img/wso/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 127px;
}
a,
a:hover{
    color:inherit;
}

.thx  {
    padding:32px 10px;
    border-bottom: 1px solid #E8E8E8;
}
.logo{
    padding-top: 18px;
}
.links a:first-child{
    margin-right: 16px;
}
.links{
    display: flex;
}

.headerLinks div{
    margin:0 25px;
}
.rotate-arrow {
    transform: rotate(180deg);
}
.title{
    color: #211863;
    font-size: 24px;
    line-height: 34px;
    margin: 32px 0 20px 0;
}
.all-results {
    overflow-y: hidden;
    scrollbar-width: none;  
    -ms-overflow-style: none;
}
.all-results::-webkit-scrollbar {
    display: none;
}

.wynik{
    border-radius: 24px;
    padding:16px 16px 16px 21px;
    min-width: 250px;
    max-width: 293px;
    margin-right: 15px;
    margin-bottom: 20px;
    height: fit-content;
}
.wynik-archiwum {
    background: #FFFFFF;
    box-shadow: 0px 0px 47px #DADADA;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    height: auto;
    line-height: 36px;
}
.archiwum-arrow {
    position: absolute;
    right: 15px;
    bottom: 30px;
}
.wynik_active{
    color: #FFFFFF;
}
.wynik_active:nth-child(odd){
    background: #040404;
}
.wynik_active:nth-child(odd):not(:first-child) .progress{

    background: #4D555A;
}
.wynik_active:nth-child(odd):not(:first-child) .progress .progress-bar{
    background: #7B5AFF;
    color: #040404;
}
.wynik_active:nth-child(odd):not(:first-child) .progress:first-child .progress-bar{
    background: #FF16FC;
    color: #040404;
}


.wynik_active:first-child{
    background: #3821E7;
}

.wynik_active:nth-child(even){
    background: #211863;
}

.data{
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 6px;
}

.glosy{
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
}
.wynik-data{
    margin-bottom: 20px;
}

.question{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 26px;
}
.progress{
    background: #3821A4;
}

.progress-bar {
    text-align: right;
    padding-right: 5px;
    color: #3821E7;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
}
.progress .progress-bar{
    background: #CCEE2B;
    border-radius: 30px;
    position: relative;
}
.progress-bar-small-score {
    position: absolute;
    top:2px;
    right: 5px;
    color: #ffffff;
    font-size: 17px;
}
.progress:nth-child(even) .progress-bar-small-score {
    color: #C4C4C4;
}
.tak::after{
    content: aria-valuenow;
    font-size: 17px;
    line-height: 30px;
    position: absolute;
    color: #3821E7;
}
.progress_yes {
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    position: absolute;
    left: 10px;
    z-index: 5
}
.progress_no::after{
    content: "NIE";
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    position: absolute;
    left: 10px;
}
.progress:first-child .progress-bar{
    background: #FECC2E;
    border-radius: 30px;
}

.progress{
    justify-content: flex-end;
    height: 30px;
    border-radius: 30px;
    margin-bottom: 9px;
    position: relative;

}
.standard .progress{
    justify-content: flex-start;
    padding-left: 60px;
}
.standard .progress-bar{
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
}
.wynik_noactive{
    background: #ECF2FF;
}
.wynik_noactive .progress .progress-bar{
    background: #FFFFFF;
}

.wynik_noactive .progress:first-child .progress-bar{
    background: #C4C4C4;
}



.wynik_noactive .progress_no::after,
.wynik_noactive .progress_yes {
    color: #FFF;
}


.show-archive{
    background: #FFFFFF;
    box-shadow: 0px 0px 47px #DADADA;
    border-radius: 24px;
    width: 296px;
    height: 372px;
    font-size: 32px;
    line-height: 36px;
    color: #000000;
    padding: 35px 16px;
    display: flex;
    cursor: pointer;

}

.glosy span{
    font-size: 13px;
}
.arrow{
    width: 38px;
    height: 38px;
    background: #F7F7F7;
    border-radius: 5px;
    cursor: pointer;
}
.wynik_noactive .show-more-results{
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-decoration: underline;
    color: #3821A4;
    border: 1px solid #3821A4;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
}
.wynik_active .show-more-results{
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-decoration: underline;
    color: #FFFFFF;
    background: linear-gradient(180deg, #3821A4 0%, rgba(56, 33, 164, 0) 100%);
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 1200px){
    .container {
        max-width: 1300px;
    }
}

@media (max-width:768px){
    .links{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .links a:first-child{
        margin-right: 0;
        margin-bottom: 16px;
    }
    .thx  {
        padding:20px 10px;
    }
}


.wyborcza {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}

@media (max-width:768px){
    .wyborcza {
        font-size: 24px;
    }
}

.wyborcza-blue {
    color: #2E3192;
}

.wyborcza-blue-underline {
    color: #2E3192;
    text-decoration: underline;
}

.wyborcza-red {
    color: #DE0909;
}

.wyborcza2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #636A6E;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
    padding-bottom: 15px;
}


@media (max-width:768px){
    .wyborcza {
        font-size: 18px;
        line-height: 24px;
    }
    .wyborcza2 {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (min-width:769px){
    .banner-margin {
        margin-left: 15px;
    }
}

@media (max-width:768px){
    .banner-margin {
        margin-bottom: 10px;
    }
}
.iphone-banner {
    text-align: center;
}
.iphone-text {
    width: 100%; 
    text-align: left;
}
@media (min-width:769px){
    .iphone-banner {
        display: flex;;
    }
    .iphone-img {
        width: 80%;
    }
/*    .iphone-text {
        text-align: right;
    }*/
}

.ap-buttons-row {
    display: flex;
}
.ap-button {
    padding: 10px 28px;
    border-radius: 25px;
    cursor: pointer;
}
.ap-b-tak {
    background-color: #008d00;    
    color: #fff;
}
.ap-b-nie {
    background-color: #fe0101;
    margin-left: 10px;
    color: #fff;
}
.ap-b-nie-wiem {
    background-color: #ddddd2;
    margin-left: 10px;
    color: #000;
}


.akButton {
    width: 252px;
    min-height: 20px;
    font-size: 20px;
    color: #37465d;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #e6e6e6;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: 0.6s;
    line-height: 1;
    height: 50px;
    margin-top: 16px;
    margin-left: 10px;
    border: 1px solid #108487;
}

.akButton:after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 5%;
    height: 100%;
    background: #108487;
    display: block;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    z-index: -1;
    transition: 0.6s;
}

.akButton:hover {
    color: #fff;
    background-color: #04bec1;
}

.akBold {
    color: #5E79A5;
    font-weight: bold;
}</pre></body></html>