

/* Links */
.survey-widget-nr a {
    font-size: 16px;
    color: white;
    float: left;
    padding: 12px 19px;
    text-decoration: none;
    /* transition: background-color .3s; */
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /* background-color: #2c2a2ac2; */
    border-radius: 50%;

    margin: 8px;

    transform: translate(-1px, 0);
    /* box-shadow: 0 1px rgb(0 0 0 / 22%), 2px 2px 1px rgb(0 0 0 / 20%) */
    border: 1px solid black;
    background-color: transparent;
    color: black;
}

.survey-widget-nr .l-scroll,
.survey-widget-nr .r-scroll {
    margin-top: 18px;
    padding: 10px 20px; 
    font-size: large;
    color: black;
    width: 30px;
    padding: 7px 10px 10px;
    display: none;
}

@media only screen and (min-width: 576px){
    .survey-widget-nr .l-scroll,
    .survey-widget-nr .r-scroll {
        display: flex;
    }
}

/* Style the active/curent link */
.survey-widget-nr a.active {
    background-color: green;
    color: white;
    border-color: green;
}

.survey-widget-nr a.inactive {
    background-color: #4a474770;
    color: white;
}

.survey-widget-nr a.live:after {
    font-size: 12px;
    content: "LIVE";
    padding: 0 1px 0px 2px;
    width: 30PX;
    background-color: #ff1d1d;
    border-bottom: 3px solid #1ada1a;
    border-left: 3px solid #277427;
    /* BACKGROUND-POSITION: BOTTOM; */
    position: absolute;
    top: 10;
    TOP: 0;
    right: 0;
    height: 20px;
    margin-top: -16px;
    margin-right: -13px;
    color: white;
}

/* Add a grey background color on mouse-over */
.survey-widget-nr a:hover:not(.active) {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.survey-widget-nr a:not(.inactive):active { /*:not(.active)*/
    transform: translate(0, 1px);
    box-shadow: 0 1px rgb(0 0 0 / 22%), 0px 0px 5px rgb(0 0 0 / 20%);
}















.survey-filters .custom-button {
    height: 100%;
    width: 100%;
    border-radius: 0 0 25px 0;
}


.survey-detail-sport {
    background: #EA2700;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    padding: 17px 0px;
    right: 100%;

    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

@media only screen and (max-width: 576px) {
    .survey-detail-sport {
        writing-mode: horizontal-tb;
        bottom: 100%;
        right: unset;
        transform: unset;

        padding: 0px 17px;
    }
}

.survey-detail-nr {
    background: #EA2700;
    text-transform: uppercase;
    color: white;
    cursor: initial;
    padding: 4px 24px;
    margin-bottom: 28px;
}

.survey-detail-nr:hover {
    color: white;
}

.survey-detail-progress {
    opacity: 1;
    height: 100%;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 1px rgb(0 0 0 / 22%), 0 1px 5px rgb(0 0 0 / 20%);
}


.survey_detail {
    width: 100%;
    padding: 10px 7px;
    color: #373737;
    margin-bottom: 28px;
}

.survey_detail i:not(.bi) {
    width: 27px;
    padding: 5px;
    background-color: #5d835d;
    border-radius: 5px;

    margin-right: 10px;

    color: white;
    font-size: 18px;
}

.survey_detail i::before {
    text-align: center;
}

.survey-vote-status-container {
    padding: 2px;
    background-color: #277427;
    border-radius: 8px;

    text-transform: uppercase;
    color: white;
    text-align: center;
}

.survey-vote-status {
    max-width: 195px;
    padding: 10px;
    border-radius: 8px;
    border: 3px solid white;
}

.vote-open {
    background-image: linear-gradient(45deg, #277427, #5dc18a);
}

.vote-closed {
    background-image: linear-gradient(45deg, #4f0808, #ff1e1e);
}

.vote-suspended {
    background-image: linear-gradient(45deg, #525252, #e9e2e2);
}

/* .c_progress-bar {
    max-width: 180px;
    height: 20px;
    font-size: larger;
    border-radius: 7px;
}


.points-weel {
    width: 195px;
    height: 100px;
    margin: auto;
}

.points-weel .image {
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/speedometer.png');
    background-size: cover;

    position: relative;
}

.points-weel .image .p-arrow {
    position: absolute;
}

#PWID_35_ {
    transform-origin: center 92%;
    -webkit-transform-origin: center 92%;;
} */