@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    height: 100%;
    -webkit-appearance: none;
}

body {
    min-width: 600px;
    font-size: 14px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
    font-weight: 400;
    line-height: 1.4em;
    background-color: #F6F6F6;
    min-height: 100%;
    color:#0E2A47;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

img, svg {
    vertical-align: middle;
}

#wrapper {
    background-color: #F6F6F6;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-bottom:100px;
    max-width: 1140px;
    padding: 0px 80px;
    margin: 0px auto 10px auto;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    color: #0E2A47;
    font-weight: 600;
}

h1{
    font-size: 40px;
}

h2{
    font-size: 32px;
}

h3{
    font-size: 28px;
}

h4{
    font-size: 24px;
    color:rgb(14,194,255);
}

h5{
    font-size: 20px;
}

h6{
    font-size: 16px;
}


@media only screen and (max-width: 481px) {
    h1{
        font-size: 26px;
    }

    h2{
        font-size: 20px;
    }

    h3{
        font-size: 18px;
    }

    h4{
        font-size: 16px;
    }

    h5{
        font-size: 14px;
    }

    h6{
        font-size: 12px;
    }
    
    
}

@media only screen and (max-width: 330px) {
    .sort {
        max-width:300px;
    }
        .sort table {
        max-width: 270px !important; 
        margin: 0px auto
    }
}

.header {
    background-color: #F6F6F6;
}

.header-logo {
    width:100%;
    background: #004C88;
}

.main-logo{
    height: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 4px 60px;
}

.main-logo img {
    height: 80px;
    image-rendering: -webkit-optimize-contrast;
}

.main-title{
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

.header-content{

}

.form-progress .card-progress{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: row;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    flex: 1 1 auto;
    padding: 25px 60px;
}

.label-progress{
    margin-right: 25px;
    padding-left: 20px;
}

.label-progress span{
    font-size: 24px;
    font-weight: normal;
    color: #0E2A47;
    display: inline-block;
    line-height: 2em;
}

.form-progress .progress{
    position: relative;
    overflow: visible;
    height: 6px;
    border-radius: 12px;
    width: 473px;
    margin-top: 20px;
    background-color: #8E8E8E;
    display: flex;
}

.form-progress .progress-button{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 36px;
    background-color: #014984;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.form-progress .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease;
}

.form-progress .progress-bar{
    background-color: #3495C5;
    border-radius: 12px;
}

.navigation {
    padding: 30px 60px 30px 60px;
}

.navigation .btn {
    padding: 0.5rem 1rem;
    color:#fff; text-transform:uppercase; 
    font-size:12px; 
    letter-spacing:1px; 
    border:0px; 
    font-weight: 600;
    width: 180px;
}
    
.navigation .prev {background: #8E1440; margin-right: 20px}
.navigation .prev:hover {background: #B81A52;}
.navigation .next {background: #1D3557;}
.navigation .next:hover {background: #3b6bb0;}

.testMode {
    color: #8E1440;
    padding: 8px 8px;
}

@media only screen and (max-width: 481px) {
    
    .main-logo {
        height: 80px;
    }
    
    .main-logo img {
        height: 50px;
    }
    
    .form-progress .card-progress{
        padding: 10px 60px;
    }

    .navigation .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}


.card{
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.05);
    border-radius: 3px;
}

.main-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pytanie-card{
    margin-bottom: 10px;
}

.pytanie-card .card-body:nth-child(odd){
    background-color: #fff;
}

.pytanie-card .card-body:nth-child(even){
    background-color: #eff0f0;
    border-top: 2px solid rgba(0,0,0,0.05);
    border-bottom: 2px solid rgba(0,0,0,0.05);
}

.pytanie-card .card-body:not(:first-child) .rating-title{
    margin-top: 0;
}

.pytanie-card:not(.pytanie-steps) .card-body:last-child{
    border-bottom: 0;
    padding-bottom: 40px;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 50px;
    color: #f7931e;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.pytanie-naglowek {
    text-align: center;
}

.rating-title {
    text-align: center;
    color: #899094;
    margin-top: 20px;
    margin-bottom: 40px;
}

.wizard-title{
    text-align: center;
    color: #899094;
}

.pytanie-rating2 .rating>label {
    color: #33B5E5;
}

.pytanie-naglowek,
.pytanie-naglowek{
    margin-top:30px;
    margin-bottom: 20px;
}

.rating-parent{
    margin-bottom: 40px;
}

textarea{
    resize: none;
}

.select2{
    width: 200px;
    max-width: 100%;
}

.select2 input{
    width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field{
    padding: 0;
}

.pytanie-single-checkbox-default .form-check,
.pytanie-single-radio-default .form-check{
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.form-check:not(.form-check-inline){
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px;
}

.pytanie-card.pytanie-single-checkbox-horizontal .form-check-parent,
.pytanie-card.pytanie-single-radio-horizontal .form-check-parent{
    text-align: center;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pytanie-card.pytanie-single-checkbox-horizontal .form-check-parent .form-check,
.pytanie-card.pytanie-single-radio-horizontal .form-check-parent .form-check{
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    margin-right: 0;
    text-align: left;
}

input:checked[type=radio]{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.5' fill='%230082d9'/%3e%3c/svg%3e")
}

input[type="radio"]:checked{
    background-color: #fff;
    border-color: #33B5E5;
}

.card-body {
    flex: 1 1 auto;
    padding: 2rem 60px;
}

.wizard-content .wizard>.steps>ul{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

input.form-control[type="text"]{
    width: 200px;
    max-width: 100%;
}

textarea.form-control{
    width: 300px;
    max-width: 100%;
}

.input-parent label{
    margin-bottom: 10px;
}

.input-parent {
    display: inline-block;
    text-align: left;
    margin-bottom: 40px;
    max-width: 100%;
}

.pytanie-fields .pytanie-tresc > .row > .col-12{
    text-align: center;
}

.pytanie-pills-horizontal .pytanie-tresc,
.pytanie-pills .pytanie-tresc{
    text-align: center;
}

.pytanie-pills-horizontal .pytanie-tresc .btn,
.pytanie-pills .pytanie-tresc .btn{
    text-align: left;
}

.pytanie-pills .btn-group-vertical{
    width: 500px;
    max-width: 100%;
}

.pytanie-pills-horizontal .btn-group label{
    margin-left: 15px;
    margin-right: 15px;
}

.pytanie-two-state-default{
    text-align: center;
}

.pytanie-subquestion .form-check-parent{
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pytanie-subquestion input[type=checkbox]{
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.pytanie-subquestion .form-check-label{
    padding-left: 0;
}

.pytanie-subquestion .form-check-inline{
    padding-left: 0;
}

.pytanie-subquestion input:not(:checked){
    background-color: #d7d9db;
    border-color: #d7d9db;
}

.pytanie-subquestion input:checked{
    background-color: #33B5E5;
    border-color: #33B5E5;
}

.pytanie-two-state-horizontal .btn-group{
    margin-bottom: 15px;
    width: 200px
}

.pytanie-two-state-default .pytanie-tresc{
    margin-bottom: 15px;
}

.pytanie-pills .btn-group-vertical label{
    margin-bottom: 15px;
}

.pytanie-pills-horizontal .btn-group>.btn-group:not(:last-child)>.btn,
.pytanie-pills-horizontal .btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.pytanie-pills .btn-group>.btn-group:not(:last-child)>.btn,
.pytanie-pills .btn-group>.btn:not(:last-child):not(.dropdown-toggle){
    border-radius: 8px;
}

.pytanie-pills-horizontal .btn-check +.btn-outline-primary,
.pytanie-pills-horizontal .btn-check +.btn-outline-primary,
.pytanie-pills-horizontal .btn-outline-primary,
.pytanie-pills-horizontal .btn-outline-primary{
    width: 200px;
    max-width: 100%;
}

.pytanie-pills-horizontal .btn-check +.btn-outline-primary,
.pytanie-pills-horizontal .btn-check +.btn-outline-primary,
.pytanie-pills-horizontal .btn-outline-primary,
.pytanie-pills-horizontal .btn-outline-primary,
.pytanie-pills .btn-check +.btn-outline-primary,
.pytanie-pills .btn-check +.btn-outline-primary,
.pytanie-pills .btn-outline-primary,
.pytanie-pills .btn-outline-primary{
    border-radius: 8px;
    background-color: #d7d9db;
    border-color: #d7d9db;
    color: #636c72;
}

.pytanie-pills-horizontal .btn-check:active+.btn-outline-primary,
.pytanie-pills-horizontal .btn-check:checked+.btn-outline-primary,
.pytanie-pills-horizontal .btn-outline-primary.active,
.pytanie-pills-horizontal .btn-outline-primary.dropdown-toggle.show,
.pytanie-pills-horizontal .btn-outline-primary:active,
.pytanie-pills .btn-check:active+.btn-outline-primary,
.pytanie-pills .btn-check:checked+.btn-outline-primary,
.pytanie-pills .btn-outline-primary.active,
.pytanie-pills .btn-outline-primary.dropdown-toggle.show,
.pytanie-pills .btn-outline-primary:active{
    background-color: #33B5E5;
    border-color: #33B5E5;
    color: #fff;
}

.pytanie-pills-horizontal .btn-check:active+.btn-outline-primary:after,
.pytanie-pills-horizontal .btn-check:checked+.btn-outline-primary:after,
.pytanie-pills-horizontal .btn-outline-primary.active:after,
.pytanie-pills-horizontal .btn-outline-primary.dropdown-toggle.show:after,
.pytanie-pills-horizontal .btn-outline-primary:active:after,
.pytanie-pills .btn-check:active+.btn-outline-primary:after,
.pytanie-pills .btn-check:checked+.btn-outline-primary:after,
.pytanie-pills .btn-outline-primary.active:after,
.pytanie-pills .btn-outline-primary.dropdown-toggle.show:after,
.pytanie-pills .btn-outline-primary:active:after{
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    display: block;
    line-height: 35px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){
    border-radius: 8px;
}

input:checked[type=checkbox]{
    font-family: "FontAwesome";
    background-image: none;
    text-align: center;
}

input[type="radio"]:checked, input[type="checkbox"]:checked {
    background-color: #3495C5;
    border-color: #3495C5;
}
/*
input:checked[type=checkbox]:before{
    content: "\f00c";
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}
*/
.pytanie-subquestion input:checked[type=checkbox]:before{
    line-height: 40px;
    font-size: 16px;
}

.btn-check:checked+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary{
    background-color: #33B5E5;
    border-color: #33B5E5;
    color: #fff;
}

.btn-check:not(:checked)+.btn-outline-primary,
.btn-check:not(:checked)+.btn-outline-primary{
    background-color: #d7d9db;
    border-color: #d7d9db;
    color: #899094;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child){
    margin-left: 0;
}

.pytanie-two-state-default .btn,
.pytanie-two-state-horizontal .btn{
    width: 100px;
}

.custom-control-plec{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* Customize the label (the container) */
.custom-container-radio {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 154px;
    height: 154px;
    margin-left: 60px;
    margin-right: 60px;
}

/* Hide the browser's default radio button */
.custom-container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.custom-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 154px;
    width: 154px;
    background-color: transparent;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-container-radio:hover input ~ .custom-checkmark:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #c0d9e5;
}

/* When the radio button is checked, add a blue background */
.custom-container-radio input:checked ~ .custom-checkmark:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #c0d9e5;
}

.custom-checkmark-male:after{
    display: block;
    content: '';
    background-image: url('images/icon-male.png');
    background-position: center;
    background-repeat: no-repeat;
}

.custom-checkmark-female:after{
    display: block;
    content: '';
    background-image: url('images/icon-female.png');
    background-position: center;
    background-repeat: no-repeat;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-checkmark:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: transparent;
}

/* Show the indicator (dot/circle) when checked */
.custom-container-radio input:checked ~ .custom-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.btn{
    border-radius: .3rem;
}

.form-control{
    border: 1px solid #c3c7ca;
    color: #3c474f;
    font-size: 14px;
}

.form-control:focus{
    box-shadow: none;
    border-color: #33B5E5;
}

.select2-search input[type="search"]{
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: .375rem .75rem;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered:after{
    font-family: "FontAwesome";
    content: "\f0d7";
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    display: block;
    line-height: 35px;
    font-size: 20px;
    color: #636c72;
}

.select2-container--open .select2-selection--multiple .select2-selection__rendered:after{
    font-family: "FontAwesome";
    content: "\f0d8";
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    display: block;
    line-height: 35px;
    font-size: 20px;
    color: #636c72;
}

.sortquestion-control{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.sortquestion-control .form-check{
    padding-left: 0;
    width: 750px;
    max-width: 100%;
}

.sortquestion-control input{
    visibility: hidden;
}

.sortquestion-control .form-check input{
    margin-left: 0;
}

.sortquestion-control-symbol-parent {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d7d9db;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.form-check.sortq-active .sortquestion-control-symbol{
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

.form-check.sortq-active .sortquestion-control-symbol-parent{
    background-color: #33B5E5;
    position: relative;
    text-align: center;
}

.form-check.sortq-active .sortquestion-control-symbol-parent.active{

}

.form-check.form-check-none.sortq-active .sortquestion-control-symbol-parent{
    background-color: #d7d9db;
}

.form-check.form-check-none.sortq-active .sortquestion-control-symbol-parent:after{
    font-family: "FontAwesome";
    content: "\f00d";
    font-size: 20px;
    color: #889093;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
    text-align: center;
}

.sortquestion-control .form-check-label{
    padding-left: 10px;
}

.btn-group, .btn-group-vertical{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pytanie-pills-horizontal .btn-group>.btn{
    margin-top: 15px;
}

.sortq-active .form-check-label{
    color: #33B5E5;
}

textarea.active,
input[type="text"].active{
    box-shadow: none;
    border-color: #33B5E5;
}
.single input[type="radio"], .multiple input[type="radio"] {

    margin-right: 10px;
    min-width: 20px;
    min-height: 20px;
}

label {
    display: inline-block;
    line-height: 2em;
}

input[type="text"], textarea
{
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.multiple input[type="checkbox"], .button input[type="checkbox"] {
    margin-right: 10px;
    min-width: 20px;
    min-height: 20px;
}

.single[interviewStyle="cawip"] input
{
    margin-right: 0px;
    margin-left: 4px;
}

.multiple[interviewStyle="cawip"] input
{
    margin-right: 0px;
    margin-left: 4px;
}

.single select {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    margin: 0px auto;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
    line-height: 1.5;
    padding: 4px;
}

.single select option {
    padding: 6px;
}

.multisub table td, .sub table td {
    min-height: 40px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

@media(min-width: 1200px){

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
    .wizard-content .wizard>.steps>ul{
        width: 1000px;
    }
}

@media (max-width: 1199.98px){
    .pytanie-card.pytanie-single-checkbox-horizontal .form-check-parent .form-check, .pytanie-card.pytanie-single-radio-horizontal .form-check-parent .form-check{
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
    }

    label.btn.btn-outline-primary{
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
    }

    .pytanie-card.pytanie-single-checkbox-horizontal .form-check-parent, .pytanie-card.pytanie-single-radio-horizontal .form-check-parent{
        -webkit-justify-content: center;
        justify-content: center;
    }

    .custom-container-radio{
        margin-left: 45px;
        margin-right: 45px;
    }

    .card-body{
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (max-width: 1199.98px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
    
    .main-logo {
        padding: 4px 45px;
        height: 90px;
    }
        
    .main-logo img {
        height: 60px;
    }
        
    .form-progress .card-progress {
        max-width: 720px;
        padding: 20px 45px;
    }
    
    .form-progress .progress {
        width: 480px;
    }

    .footer {
        max-width: 720px;
        padding: 0px 65px;
    }

    .navigation {
        padding: 25px 45px 25px 45px;
    }
}

@media (max-width: 991.98px){ 
    .pytanie-subquestion .form-check-inline{
        margin-left: 40px;
        margin-right: 40px;
    }

    .custom-container-radio{
        margin-left: 30px;
        margin-right: 30px;
    }

    .card-body{
        padding-left: 30px;
        padding-right: 30px;
    }

    .pytanie-fields .pytanie-tresc > .row > .col-12{
        text-align: left;
    }

    .pytanie-card.pytanie-single-checkbox-horizontal .form-check-parent .form-check, .pytanie-card.pytanie-single-radio-horizontal .form-check-parent .form-check{
        -webkit-flex-basis: 40%;
        flex-basis: 40%;
        margin-bottom: 30px;
    }

    label.btn.btn-outline-primary{
        -webkit-flex-basis: 40%;
        flex-basis: 40%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px){
    .pytanie-fields .pytanie-tresc > .row > .col-12{
        text-align: left;
    }

    .pytanie-card.pytanie-single-checkbox-horizontal .form-check-parent .form-check, .pytanie-card.pytanie-single-radio-horizontal .form-check-parent .form-check{
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    .wizard-content .wizard>.steps>ul>li {
        display: block;
        float: left;
        width: 25%;
    }

    .pytanie-subquestion .form-check-inline{
        margin-left: 30px;
        margin-right: 30px;
    }

    .custom-container-radio{
        margin-left: 45px;
        margin-right: 45px;
    }

    .custom-container-radio,
    .card-body{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767.98px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }   
    
    .main-logo {
        height: 80px;
        padding: 4px 15px;
    }
    
    .main-logo img {
        height: 50px;
    }
    
    .form-progress .card-progress {
        max-width: 720px;
        padding: 10px 15px;
    }
    
    .form-progress .progress {
        width: calc(100% - 200px);
    }

    .footer {
        max-width: 720px;
        padding: 0px 35px;
    }

    .navigation {
        padding: 20px 15px 15px 15px;
    }
}

@media (max-width: 575.98px){ 
    input[type="radio"], input[type="checkbox"] {
    margin-right: 10px;
    margin-left: 10px;
    }
   
    .footer .btn {
    padding: 0.5rem 2.5rem !important;
    }
    
    .pytanie-card.pytanie-single-checkbox-horizontal .form-check-parent .form-check, .pytanie-card.pytanie-single-radio-horizontal .form-check-parent .form-check{
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }

    .pytanie-subquestion .form-check-inline {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
    }

    .rating>label{
        margin-left: 5px;
        margin-right: 5px;
    }

    label.btn.btn-outline-primary{
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }

    .pytanie-two-state-horizontal label.btn.btn-outline-primary,
    .pytanie-two-state-default label.btn.btn-outline-primary{
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    .pytanie-card.pytanie-single-checkbox-horizontal .form-check-parent, .pytanie-card.pytanie-single-radio-horizontal .form-check-parent{
        max-width: 100%;
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn{
        border-radius: 8px;
    }

    .col-12 .input-parent{
        text-align: center;
    }

    .input-parent{
        width: 100%;
    }

    .select2,
    .input-parent .form-control{
        margin-left: auto;
        margin-right: auto;
    }

    .custom-container-radio{
        margin-left: 15px;
        margin-right: 15px;
    }

    .pytanie-pills-horizontal .btn-group label{
        margin-left: 0;
        margin-right: 0;
    }

    textarea.form-control,
    input.form-control[type="text"]{
        width: 100%;
    }
    .select2.select2-container{
        width: 100% !important;
        max-width: 100%;
    }

    .pytanie-pills-horizontal .btn-group label.btn.btn-outline-primary,
    .pytanie-pills .btn-group-vertical label.btn.btn-outline-primary{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    ol.MButton li {
        width:96%
    }
    .sort {
        width:500px;
    }
        .sort table {
        max-width:500px; 
        margin: 0px auto
    }
    .sukcesimg {
        width:250px !important;
    }
}

.noans {
    text-align: left;
    color: #BB2830;
    padding: 8px;
    font-weight: 600;
}

.alert {
    text-align: left;
    color: #BB2830;
    padding: 8px;
    font-weight: 600;
}

ol.SButton {
    display:block;
    margin:0px auto !important;
    text-align: center;
}
        
ol.SButton li {
    border: none;
    padding: 25px !important;
    border-radius:50%
}

.single td, .multiple td {
	align-items: center;
}
    
.single td.SP {
	display:table-cell;
	align-items: start;
}

.multiple[interviewStyle="cawip"] td {
	vertical-align: top;
}

ol.MButton li {
    border: 1px solid #c3c7ca !important;
    background-color: transparent !important;
    color: #0E2A47;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    border-radius: 4px;
}
    
ol.MButton li input[type="checkbox"]:checked ~ ol.MButton li {
    color: #fff !important;
    background-color: #F6F6F6 !important;
}   
    
ol.MButton li img  {
    right: 8px !important;
    top: 8px !important;
    left: auto !important;
    width: 21px;
}
    
ol.MButton li input[type="checkbox"]:checked~ol.MButton li{
    color:#fff !important
}

    
.sort table input[type="checkbox"] {
    opacity: 0;
    width: 0px;
}

.sort[interviewStyle="cawi"] table small {
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    /*display: block;*/
    text-align:center;
    background-color: #2496ff;
    float: none;
    margin: 5px 10px 5px 0px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

.sort[interviewStyle="cawihorizontal"] label
{

}

.sort[interviewStyle="cawihorizontal"] small {
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    display: block;
    position: static;
    text-align:center;
    background-color: #2496ff;
    float: none;
    margin: 5px auto;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

.sort .ddi, .sort .ddm {
    padding: 0 4px 2px 4px !important;
    border: 1px solid #c3c7ca !important;
    border-radius: 4px;
}

.sort .ddm DIV, .sort .ddi DIV {
    border: 1px solid #c3c7ca !important;
    background-color: transparent !important;
    color: #0E2A47;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    height:32px;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    border-radius: 4px;
}

.button div {
    display: block;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff !important;
    max-width: max-content;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: #3495C5 !important;
    border: 0px;
    padding: 0.5rem 4rem !important;
    border-radius: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.button div:hover {
    background-color: #56C5EE !important;
    }
.efekty {
    text-align:center; 
    margin-top:16px
    }
#koniecefe {font-size:48px; font-weight:200; color: #0099CC; padding:35px}  
    
.Rank li, .pAxis img {
    cursor: pointer;
}

.sukcesimg {
    width:400px;
}

.progress table td {
    font-size: 1rem !important;
}

.progress .pAxis {
    overflow: visible;
    border: none !important;
    background-color: #e9ecef;
    border-radius: 12px !important;
}

.progress .pBox {
    vertical-align: top;
}

#pCap5 {
    padding-top:16px;
    font-weight:600;
}

    
@-moz-document url-prefix() {
   input[type="radio"], input[type="checkbox"] {
     -webkit-appearance: none;
     -moz-appearance: none;
      appearance: none;
      width: 21px;
      height: 21px;
      border: 1px solid rgba(0,0,0,.5);
    }
   input[type="radio"] {
     border-radius: 50%;
    }
   input[type="checkbox"] {
     border-radius: 4px;
        }
   input[type="radio"]:checked {
     border: 4px solid white;
     box-shadow: 0px 1px 2px rgba(0,0,0,.4);
        }
    .sort input[type="radio"]:checked {
     border: 8px solid white;
        }
}
.slup {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.kolo {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.padding_top{
  padding-top: 30px;
}

input[type="radio"], input[type="checkbox"]{
    margin-top: -1px;
    vertical-align: middle;
}
small{
    vertical-align: middle;
}
.odp_koncowa{
    max-width: 100%;
}

.SP label{
    text-indent: 0;
}
.wariant{
    border-width: 0px !important;
    font-weight: bold;
}
.opis{
    font-size: 0.7em;
}

#flagi{
    width: 10rem;
    margin: 10px;
}

.logotypy{
    max-height: 100px;
    display: inline-block;
    width: 100%;
}
