* {

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    text-rendering: optimizeLegibility;
}

::selection {
    background: #920e02;
    color: #fff;
}


.color2 {
    background: #920e02 !important;
}

.color2-border {
    border-color: #920e02;
}

.color2-text {
    color: #920e02;
}

.color {
    background: #dfe9ef !important;
}

.color-border {
    border-color: #dfe9ef;
}

.color-text {
    color: #dfe9ef;
}

html {
    background-color: #f9f9f9;
    background-color: #fff;
}
body{
    overflow-x: hidden;
}



.poll {
    padding: 24px;
    background-color: #fafafa;

    border-radius: 6px;
}

.poll-title {
    opacity: .5;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.poll-question {
    font-size: 1.3rem;

    font-weight: 700;

    margin-bottom: 24px;
}

.poll .radio-label {
    width: 100%;
    display: inline-block;

    padding: 12px;
    margin-bottom: 6px;

    background-color: #00000005;
    border-radius: 6px;
    color: #000;

    cursor: pointer;
}

.poll-foot {

}

.poll-form {

}


.poll-show {
}

.poll-show__path {
    padding: 10px 0;

    display: flex;

    flex-direction: row;
}

.poll-show__vote-name {
    font-weight: normal;
    width: 200px;
    display: inline-block;
    line-height: 30px;
}

.poll-show__vote {
    width: 100%;
    border: 1px solid #ddd;
    height: 32px;
    position: relative;

    border-radius: 20px;
    overflow: hidden;
}

.poll-show__vote-selected {
    background-color: #00003e;
    left: -1px;
    top: -1px;
    bottom: 0;
    position: absolute;
    text-align: center;
    color: #fff;

    line-height: 30px;
}

.poll-vote-multimedia {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;

}

.poll-vote-multimedia-image {
    width: 100%;
    height: 0;

    height: 67%;

    border: 1px solid #ddd;
    border-radius: 6px;

    background-color: white;

    display: flex;
    align-items: center;
    justify-content: center;
}

.poll-vote-multimedia-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.poll-vote-multimedia-description {

}

.poll-vote-multimedia-description-in {

}

.poll-vote-multimedia-button {
text-align: center;
}

.poll-vote-multimedia-button .poll-vote-button {


    background-color: #00003e;
    color: #fff;
    border-radius: 18px;

    border: none;

    padding: 9px 18px;

    margin: 0 auto;

    cursor: pointer;
}


@media screen and ( max-width: 1024px ) {

    .poll-show__path {

        flex-direction: column;
    }

    .poll-show__vote-name {
        width: 100%;

    }

    .poll-show__vote {
        width: 100%;
    }


}
