
.sport-banner-img {
    width: 100%;
    max-height: 147px;
    /* background-position: center; */
    background-size: contain;
    filter: drop-shadow(0px 3px 3px gray);
}

.poll {
    background-color: #ffffff;
    /* border: 0px solid darkgray; */
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.9) 0px 0px 0px 1px;
}

/* .poll-body {} */


/* .poll-nr {
    background-color: green;
    border-radius: 50%;
    padding: 5px 15px;
    color: white;
    font-size: 28px;
    font-weight: 700;
    box-shadow: 12px -5px 0px #c18a5c;
} */

/* .poll-buttons {} */

.poll-buttons > * {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin: 0px 20px 12px 0px;
    /* margin: 0px 20px 12px 12px; */
}

.poll-letter {
    color: #000000;
    background-color: #d3d3d3;
    border-color: lightgray;
    border-radius: 0;
    box-shadow: 0px 1px 2px;

    transition: all .0s linear;
}

.poll-letter:hover {
    background-color: #B2D3C2;
    color: black;
    border-color: #000000;
}

.poll-letter:active {
    background-color: #000000;
    color: gray;
    border-color: lightgray;
    box-shadow: 0px 0px 2px;

    transform: translate(0, 1px);
}


.poll-sumary > * {
    display: flex;
    justify-content: left;
    align-items: center;

    padding: 7px 0;
    padding-left: 15px;
    /* border: 1px solid lightgray; */
    border-bottom: 0;
}

.poll-title, .poll-query {
    position: relative;
    margin:0;
    color: #141977;
    font-family: 'Arial Regular';
    font-size: 16px;
    /* #054a83; */
    font-weight: 700;
    letter-spacing: 1px;

    transition: all 0.3s linear;
    cursor: pointer;
}



.poll-title:hover {
    /* opacity: 0.5; */
    color: #000000;
}

.poll-date, .poll-vote-status {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
}


.poll-query-container {
    /* position: relative; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0px solid grey;
    /* background-color: #F9FAFC; */
    margin-left: 0px;
}

/* @media only screen and (min-width: 576px) {
    .poll-query-container {
            /* margin-left: 57px;
    }
} */
@media only screen and (min-width: 768px) {
    .poll-query-container {
            margin-left: 0px;
    }
}
/* @media only screen and (min-width: 992px) {
    .poll-query-container {
            /* margin-left: 57px; 
    }
} */


.poll-query-container > * {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 55px;
    padding-left: 15px;
    padding-right: 15px;
    /* border: 1px solid lightgray; */
    border-bottom: 0;
}



.poll-query {
    /* border-bottom: 1px solid purple; */
    min-height: 45px;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;

    font-family: 'Arial Regular';
    font-weight: 500;
    font-size: 18px;
    justify-content: center;
}

.poll-query > div { /**/
    min-width: 100%;
    min-height: 100%;
    color: #000000;
    font-family: 'Arial Regular';
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
 
    background-color: #F6F6F6;
    border-radius: 5px;
    text-align: left;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .poll-query {
        padding-left: 10px;
        padding-right: 10px;
    }    
}

/* .poll-votes { // TO DELETE
    margin-bottom: 20px;
    text-align: center;
} */

.poll-thanks-container, .poll-nothanks-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;

    display: none;
    z-index: 2;
}

.poll-thanks, .poll-nothanks {
    width: 100%;
    height: 100%;
    padding: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2f8b58!important;
    color: white;

    z-index: 10;
}
.poll-nothanks { 
    background-color: #f35554!important; 
    z-index: 1;
}





.mini-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    
}

.vote-stats-container {
    box-sizing: content-box;
    text-align: center;
    width: 100px;
}







/* .poll-info-accordion > .accordion-item {} */

.poll-info-accordion > .accordion-item > .accordion-header > .accordion-button {
    background-color: #00985f;
    box-shadow: none;
    border-color: transparent;
    color: white;
}


.poll-info-accordion > .accordion-item > .accordion-header > .accordion-button:after {
    filter: brightness(25.5);
}


.poll-info-accordion .accordion-body ul li {
    list-style: none;
    padding: 15px 25px;
    line-height: 2;
}

.poll-info-accordion .accordion-body ul li:nth-child(even) {background-color: #f2f2f2;}

.view_stats_table .poll-date {
    word-break: break-word;
}





/* .poll-table-container { // TO DELETE
    display: flex;
    justify-content: center;

    margin: 50px auto 25px;
}

.poll-table {
    width: 95%;
}

.poll-table, .poll-table tr, .poll-table td {
    border: 1px solid gray;
    border-collapse: collapse;
}

.poll-table th, .poll-table td {
    padding: 8px 11px;
    word-break: break-all;
}

.poll-table th {
    color: #737373;
    width: 30%;
}

.poll-table td {
    font-size: 15px;
    font-weight: 500;
} */

.novote {
    color: red;
}