/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

:root {
    --radius: 0.2rem;
    --shadow-color: rgba(0, 0, 0, 0.10);
    --transition-time: 1s;
    --main-color: #294353;
    --main-box-shadow: #00000040;
    --main-hov: #48728c;
    --main-foc: #6e8ea6;
    --main-des: #395c72;
    --bs-info: #392d52;
}

.progress-bar {
    background-color: var(--main-color);
}

.ls-label-question a {
    color: #d7deff;
    text-decoration: underline;
    font-size: inherit;
}

.ls-label-question a:visited {
    color: #3B4680;
}

.ls-label-question a:hover {
    color: #A9B0D5;
    font-weight: 600;
}

.ls-label-question li {
    margin-top: 0.5rem;
}

.row {
    margin-left: 0;
    margin-right: 0;
}


.answers-list.yesno-button.btn-group label.ls-button-label {
    margin: 0 !important;
	flex-grow: 0.4;
}

.ls-answers.answers-list.yesno-button.btn-group {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
	max-width: 442px;
    margin-left: auto;
    margin-right: auto;
}

.group-container.space-col {
    margin-top: 0;
}

.privacy.row {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.question-text  {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
}

div.back-theme {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--main-color);
    mix-blend-mode: hue;
    z-index: -10;
}

.ls-answers {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.div-asterisk {
    position: relative;
    top: -1.1rem;
    height: 0;
}

.question-container .ls-label-question {
    font-size: large;
    font-weight: inherit;
    line-height: 1.5rem;
}

.question-container .asterisk {
    color: #ff3636;
    font-size: small;
}

.ls-privacy-block {
    padding: 1rem;
    color: #ffffff;
    background-color: var(--main-color);
    line-height: 0.8rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ls-privacy-head.text-uppercase {
    margin-bottom: 0.3rem;
}

.ls-privacy-body {
    font-size: smaller;
}

.question-container {
    border-radius: var(--radius);
/*    border: 1px solid var(--main-color);*/
    background-color: #ffffff00;
    box-shadow: 4px 4px 4px 0px #00000040;
    transition-duration: var(--transition-time);
    margin-bottom: 2em;
    overflow: hidden;
}

.question-help-container {
    background: white;
    border-bottom-right-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
    margin-bottom: 0!important;
    background: #345768;
    color: #f1f6f8;
    padding-bottom: 2px;
    font-size: smaller;
    font-style: italic;
    margin-top: calc(var(--radius)* -1);
    z-index: -1;
    transition-duration: var(--transition-time);
}

.question-help-container .ls-questionhelp {
    margin-top: var(--radius);
    transition-duration: var(--transition-time);
}
.question-title-container {
    background-color: #fafafa;
    color: white;
    background: var(--main-color);
    transition-duration: var(--transition-time);
}

.question-container .question-title-container {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.answer-container {
    border-bottom-right-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
    -webkit-box-shadow: inset 2px 2px 6px 0px var(--shadow-color);
    -moz-box-shadow: inset 2px 2px 6px 0px var(--shadow-color);
    box-shadow: inset 2px 2px 6px 0px var(--shadow-color);
    background-color: white;
    transition-duration: var(--transition-time);
}

.question-valid-container {
    background-color: #e9f3f9;
    font-size: small;
}

.ls-question-message {
    font-size: small!important;
}

.radio-item {
    margin-bottom: 0.7rem;
    max-width: max-content;
}

.question-valid-container.text-info {
    margin-bottom: 0;
    margin-top: 0;
}

.survey-name, .survey-description, .survey-welcome {
    margin-bottom: 25px;
}

#welcome-container {
    max-width: 975px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.middle-container, .modal-content {
    box-shadow: 4px 4px 4px 0px var(--main-box-shadow);
    line-height: 2rem;
    margin-left: auto;
    margin-right: auto;
    background: white;
    border-radius: var(--radius);
    padding-bottom: 5px;
    border: 1px solid var(--main-color);
    overflow: hidden;
    max-width: 975px;
}

.survey-name {
    color: white;
    font-size: x-large;
    background: var(--main-color);
    padding: 15px;
    text-align: justify;
    position: absolute;
    font-weight: 700;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.survey-welcome, .survey-description {
    border-radius: var(--radius);
    padding: 20px;
    font-size: large;
    margin-left: 20px;
    margin-right: 20px;
}

.btn-primary {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
    font-size: medium;
}

.btn-primary:hover {
    background-color: var(--main-hov);
    border-color: var(--main-hov);
    box-shadow: 0px 0px 0px 3px var(--main-box-shadow);
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.dropdown-toggle.show, .btn-primary.dropdown-toggle.show:focus {
    background-color: var(--main-foc);
    border-color: var(--main-foc);
    box-shadow: 4px 4px 0px var(--main-box-shadow);
}

.name-small {
    top: 105px; 
    font-size: medium; 
    padding: 5px;
}

#navigator-container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem!important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    justify-content: center;
    border-bottom: 1px solid var(--main-color);
    background-color: #ffffffa6;
    backdrop-filter: blur(5px);
    z-index: 99999;
    border-top: 1px solid #0000001c;
    box-shadow: 0px 0px 8px #00000038;
}


#navigator-container .col-6 {
    max-width: 550px;
}

.fixed-div {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    
}

.completed-wrapper {
    background: var(--main-color);
    color: white;
    padding: 20px;
    margin-top: 10vh;
    position: absolute;
    left: 0;
    right: 0;
    min-height: 30vh;
    align-content: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.completed-wrapper .completed-heading {
    color: white;
}

.completed-wrapper .completed-Content {
    color: white;
}

.completed-text {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

#main-row {
    max-width: 928px;
    margin-left: auto;
    margin-right: auto;
}

#surveyListFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff45;
}

#survey-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffffb5 !important;
    backdrop-filter: blur(5px);
    z-index: 99999;
    position: fixed;
    border-bottom: 1px solid #0000001c;
    box-shadow: 0px 0px 8px #00000038!important;
}

.form-control {
    border: 0;
    border-bottom: 1px solid var(--main-foc);
    border-radius: 0;
}

.col-auto {
    flex-grow: 1;
}

.answer-item .form-control:placeholder-shown {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><svg fill="%239194a7" width="32" height="24" viewBox="0 0 327.68 245.76" id="Flat" version="1.1" sodipodi:docname="yaya.svg" inkscape:dataloss="true" inkscape:export-filename="yaya.svg" inkscape:export-xdpi="96" inkscape:export-ydpi="96" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><defs id="defs7" /><sodipodi:namedview id="namedview5" pagecolor="%23ffffff" bordercolor="%23000000" borderopacity="0.25" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="%23d1d1d1" showgrid="false" inkscape:zoom="9.44" inkscape:cx="8.5275424" inkscape:cy="12.5" inkscape:window-width="1920" inkscape:window-height="1129" inkscape:window-x="1912" inkscape:window-y="-8" inkscape:window-maximized="1" inkscape:current-layer="Flat" /><path d="m 204.82767,156.39296 c -24.94707,0 -37.43609,30.15988 -19.79798,47.79798 8.0079,8.0079 20.05061,10.40406 30.51328,6.07045 10.46268,-4.33362 17.2847,-14.5435 17.2847,-25.86843 -0.0173,-15.45679 -12.54321,-27.98266 -28,-28 z m 0,48 c -17.81934,0 -26.74006,-21.54277 -14.14142,-34.14142 12.59865,-12.59864 34.14142,-3.67792 34.14142,14.14142 -0.0123,11.0406 -8.9594,19.98772 -20,20 z" style="image-rendering:auto" id="path272" /><path d="m 299.68,156.39296 c -24.94707,0 -37.43609,30.15987 -19.79798,47.79798 8.0079,8.0079 20.05061,10.40405 30.51328,6.07044 10.46268,-4.33361 17.2847,-14.54349 17.2847,-25.86842 -0.0173,-15.4568 -12.54321,-27.98266 -28,-28 z m 0,48 c -17.81934,0 -26.74006,-21.54277 -14.14142,-34.14143 12.59865,-12.59863 34.14142,-3.67791 34.14142,14.14143 -0.0123,11.0406 -8.9594,19.98772 -20,20 z" style="image-rendering:auto" id="path272-4" /><path d="m 109.97534,156.39296 c -24.947073,0 -37.436092,30.15988 -19.797982,47.79798 8.007899,8.0079 20.050612,10.40406 30.513282,6.07045 10.46268,-4.33362 17.2847,-14.5435 17.2847,-25.86843 -0.0173,-15.45679 -12.54321,-27.98266 -28,-28 z m 0,48 c -17.819343,0 -26.740063,-21.54277 -14.141423,-34.14142 12.598653,-12.59864 34.141423,-3.67792 34.141423,14.14142 -0.0123,11.0406 -8.9594,19.98772 -20,20 z" style="image-rendering:auto" id="path272-7" /></svg>');
    background-repeat: no-repeat;
    background-position-x: 5px;
}

.answer-item.checkbox-item.mb-1 {
    margin-bottom: 0!important;
    width: 100%;
}

.control-label {
    font-size: medium!important;
    margin: 0;
}

.checkbox-list .list-unstyled {
    margin-bottom: 0;        
    display: flex;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

li.radio-item:last-of-type {
    margin-bottom: 0;
}


#ls-toggle-token-show {
    background-color: var(--main-hov);
    border-color: var(--main-color);
}

.extended-container {
    width: 500%;
    margin-left: -200%;
}

.group-title.extended-container {
    background: white;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
    box-shadow: 0px 5px 4px #00000040;
    font-size: larger;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 1rem;
}

.group-description.extended-container {
    background: var(--main-desc);
    color: #ffffff;
    box-shadow: 0px 5px 4px #00000040;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 1rem;
}

.extended-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 928px;
    padding-bottom: 0.9rem;
    padding-top: 0.9rem;
    width: 89vw;
}

.group-title .extended-content {
    font-weight: 700;
}

#outerframeContainer {
    overflow: hidden;
}

.group-container .group-description {
    background: var(--main-des);
    color: white;
    font-size: medium;
    line-height: normal;
    padding: 1rem;
}

p:last-of-type {
    margin-bottom: 0;
}

.error-item {
    background: #ffffffed;
    border-radius: var(--radius);
    padding: 2rem;
    border: 1px solid #0000000f;
    color: var(--main-color);
    box-shadow: 3px 3px 6px #00000040;
}

.error-items-cont {
    column-gap: 4rem;
    row-gap: 2rem;
    margin-top: 7vw;
}

.error-item .m-auto {
    overflow: hidden;
}

.error-items-cont * {
    margin: 0;
}

.error-content {
    padding: 1rem;
}


.radio-list .list-unstyled {
    margin-bottom: 0;
}


.ls-answers .ls-heading th, .ls-answers th {
    font-size: medium;
}

.ls-answers th {
    color: var(--main-color)
}

.tresc-uchwaly {
    background: whitesmoke;
    color: black;
    margin: 5px;
    margin-bottom: 1rem;
    padding: 15px;
    border: 1px solid;
    font-style: normal;
}

.tresc-uchwaly p {
    margin: 0;
    line-height: 1.1rem;
}

div:has(>div.tresc-uchwaly):before {
    content: "Treść Uchwały:";
    display: block;
    font-weight: 600;
    padding-top: 10px;
    margin: 6px;
    margin-top: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    margin-left: 6px;
    letter-spacing: 1px;
    border-bottom: 2px solid whitesmoke;
    line-height: 1.2rem;
}

@media only screen and (max-width: 1200px) {
    body {
        --radius: 0.3rem;
    }
    
    .col-centered {
        max-width: 88%;
    }
    .fixed-div, .completed-text {
        width: 80%;
    }
    
    #navigator-container .col-6 {
        width: 40%;
    }

    .group-title .extended-content {
        max-width: 71vw;
        font-size: large;
    }
    

}

@media only screen and (max-width: 768px) {
    body {
        --radius: 0.3rem;
    }
    
    .radio-list .list-unstyled {
        margin-bottom: 1rem;
    }
    
    .col-centered {
        max-width: 100%;
    }
    .fixed-div, .completed-text {
        width: 100%;
    }
    
    #navigator-container .col-6 {
        width: 45%;
    }

    .survey-name {
        font-size: large;
        padding: 10px;
    }

    .survey-welcome, .survey-description {
        margin-left: 0;
        margin-right: 0;
        font-size: medium;
        line-height: 1.5rem;
    }
    #welcome-container {
        margin-top: 2rem;
    }
    
    .name-small {
        font-size: small; 
        padding: 2px;
    }  
    
    .group-title .extended-content {
        max-width: 91vw;
        font-size: large;
        padding-bottom: 0.6rem;
        padding-top: 0.6rem;
    }
    
    .group-container .group-description {
        padding: 0.6rem;
        font-size: small;
    }
}

@media only screen and (max-width: 425px) {
    .col-centered {
        max-width: 100%;
    }
    
    #navigator-container .col-6 {
        width: 50%;
    }
    
    .name-small {
        padding: 1px;
    }  
    
    .survey-name {
        padding: 5px;
    }
    
    #welcome-container {
        margin-top: 1rem;
    }
    
    .group-title .extended-content {
        max-width: 90vw;
        font-size: medium;
        padding-bottom: 0.4rem;
        padding-top: 0.4rem;
    }
    
    .group-container .group-description {
        font-size: small;
        padding: 0.4rem;
    }
}

@media only screen and (max-width: 760px) {

	.table {
		--bs-table-hover-color: #00000000;
		--bs-table-hover-bg: #00000000;
	}

	.ls-answers > tbody > tr.ls-even:hover {
		background-color: #00000000!important;
	}

	.table-hover > tbody > tr:hover > * {
		background-color: #00000000!important;
	}

	.ls-table-wrapper .answertext.control-label {
        background-color: var(--main-des) !important;
        color: white;
        border-radius: var(--radius);
        margin-bottom: 1rem;
    }

	.ls-table-wrapper .answer-item.radio-item:hover {
		background-color: #00000017!important;
	}

	table.ls-answers tr:hover {
		border: 2px solid var(--main-foc);
	}

	table.ls-answers tr {
		border-radius: var(--radius);
		padding: 2px;
		border: 2px solid #00000000;
		transition: 0.5s;
	}
	
	.ls-table-wrapper td.answer-item.radio-item {
		width: 100%;
        max-width: 100%;
        border-radius: 0.2rem;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
	}
	
	.ls-table-wrapper td.answer-item.radio-item .ls-label-xs-visibility {
		font-size: medium;
	}
	
	.ls-table-wrapper td.answer-item.radio-item:nth-child(even) {
		background-color: #00000008;
	}
	
}

 .completed-wrapper .quotamessage {
     color: white;
 }