.vote-user {
    border: 2px solid;
    padding: 7px 7px;
    margin: 8px 8px;
    font-weight: bold;
    font-size: 18px;
    color: white;
    background-color: #3c4858;
}

.vote-1 {
    border-color: green;
    color: white;
    background-color: green;
}

.vote-2 {
    border-color: red;
    color: white;
    background-color: red;
}

.vote-3 {
    /*border-color: #008dd4;*/
    border-color: #ffb212;
    color: white;
    /*background-color: #008dd4;*/
    background-color: #ffb212;
}

.niejawne .vote-1,.niejawne .vote-2,.niejawne .vote-3{
    border-color: #170ee0 !important;
    color: white;
    background-color: #170ee0 !important;
}

.vote-null {
    border-color: #3c4858;
    color: white;
}

legend {
    max-width: max-content;
    margin-left: 20px;
    font-weight: 700;
}

fieldset {
    border-radius: 0;
    border: 2px solid #dee2e6 !important
}

.list-group-item :first-child {
    /*margin-right: 0.5rem;*/
}

.modal-max {
    max-width: 90% !important;
}

.legenda {
    font-size: 20px;
    font-weight: bold;
}

.bg-1 {
    background-color: #008000;
}

.bg-2 {
    background-color: #ff0000;
}

.bg-3 {
    /*background-color: #008dd4;*/
    background-color: #ffb212;
}

.progress {
    height: 20px;
    /* border-radius: 0; */
    background: #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    padding: 0;
}

.progress-bar {
    transition: width 3s ease;
}

#vote-result-chart {
    transition: all 2s ease !important;
}

#vote-decription p {
    font-size: 20px;
    font-weight: bold;
}

#discuss-decription p {
    font-size: 20px;
    font-weight: bold;
}

.modal-dialog {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.discuss-user {
    cursor: pointer;
}


.list-group-item :first-child {
    /*margin-right: 0.5rem;*/
}

.modal-max {
    max-width: 90% !important;
}

.legenda {
    font-size: 20px;
    font-weight: bold;
}


body {
    padding: 2em;
    padding-top: 10px !important;
}

.btn-font-lg {
    font-size: 22px;
}

.font-lg {
    font-size: 32px;
}

.fixed-bottom {
    display: none;
}

body {
    padding-top: 20px;
}

.card-header {
    display: none;
}

#discuss_data {
    max-height: 500px;
    overflow-y: auto;
}

.vote-result {
    font-size: 20px;
    font-weight: bold;
}

.vote-result-1 {
    color: #008000;
}

.vote-result-2 {
    color: #ff0000;
}

.vote-result-3 {
    /*color: #008dd4;*/
    color: #ffb212;
}

.vote-result-null {
    color: #3c4858;;
}

.mw-400 {
    max-width: 400px;
}

.btn-home {
    background-color: #555;
    padding: 10px 10px;
}