.vote__footer {
    position: fixed;
    bottom: 0;
    height: 90px;
    width: 100%;
    background-color: var(--default-button-bg-color);
    border: solid 1px var(--default-button-bg-color);
    font-size: 34px;
    color: var(--default-button-text-color);
}

.vr-resize-vote {
    overflow-x: auto;
}

.vr-counter {
    position: fixed;
    bottom: 125px;
    right: 25px;
    height: 75px;
    background-color: transparent;
    font-size: 34px;
    color: #707070;
}

.vr-counter-without-img {
    position: fixed;
}

.vr-counter__icon {
    color: var(--default-button-bg-color);
}

.vr-counter__border {
    background-color: #F3F3F3;
    border-radius: 10px;
}

.vr-counter-voter__text {
    font-size: 16px;
}

.vr-progress-bar__right {
    background-color: #26E316 !important;
}

.vr-progress-bar {
    width: 10%;
    height: 100%;
    min-height: 60px;
    background-color: #1c378b;
    border-radius: 10px;
    position: absolute;
    top: 0;
}

.vote-room_pc {
    background: #F3F3F3;
    min-height: 60px;
    border-radius: 10px;
    color: #707070;
    font-size: 29px;
    letter-spacing: 0;
    line-height: 41px;
}

.vr_qr-code__text {
    text-align: right;
    font-size: 26px;
    line-height: 26px;
}

.vr_qr-code__inner {
    width: 160px;
}

.vr_no-qr-code {
    bottom: 25px !important;
}

.vr__error {
    height: 400px;
    font-size: 40px;
    font-style: italic;
    font-weight: 500;
}

.vr__footer_space {
    height: 100px;
}
/* <editor-fold desc="TABLET-POLL-START"> */
.vote-room {
    font-family: 'Roboto', 'Montserrat', 'Open Sans', 'Arial', sans-serif;
}

.vote-room__question {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 41px;
    color: #000000;
    opacity: 1;
    font-weight: 500;
}

.vrq-start-vote__button {
    font-size: 28px;
    background: var(--default-button-bg-color);
    border-color: var(--default-button-bg-color);
    border-radius: 10px;
    opacity: 1;
    color: var(--default-button-text-color);
}

.vr-restart-vote__button {
    font-size: 28px;
    background: var(--default-button-bg-color);
    border-color: var(--default-button-bg-color);
    border-radius: 10px;
    opacity: 1;
    color: var(--default-button-text-color);
    width: 40%;
    text-align: left;
}

.vr-in-progress-vote__button {
    font-size: 28px;
    background: var(--default-button-bg-color);
    border-color: var(--default-button-bg-color);
    border-radius: 10px;
    opacity: 1;
    color: var(--default-button-text-color);
    width: 40%;
    text-align: left;
}

.vr-in-progress-vote__button:has(.fa-stopwatch) {
    font-size: 20px;
}

.vr-stop-vote__button,
.vr-close-vote__button {
    font-size: 28px;
    background: var(--danger-button-bg-color);
    border-color: var(--danger-button-bg-color);
    border-radius: 10px;
    opacity: 1;
    color: var(--danger-button-text-color);
    width: 40%;
    text-align: left;
}

.vr-stop-vote__button:hover {
    opacity: .6;
}

.vrq-start-vote__button:disabled {
    opacity: .6;
}

.vr-answer_background {
    background: #CCDDEE;
    border-radius: 10px;
    opacity: 1;
    min-height: 60px;
}

.vr-answer_background-right {
    background: #26E31646 !important;
}

.tablet-poll-answer-progress-holder {
    background: #CCDDEE;
    border-radius: 10px;
    opacity: 1;
    min-height: 80px;
}

.vote-room-poll-answer {
    min-height:60px;
    color: #909090;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    overflow: hidden;
}

.vote-room-poll-answer-number {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: #707070;
    opacity: 1;
}

.button_icon {
    font-size: 1em;
}

.vr-right-answer {
    color: #0A756E;
}

.vr-poll-answer-right-text {
    color: black;
}

.vr-poll-percentage-icon,
.vr-poll-count-icon {
    position: absolute;
    top:15px;
    right:25px;
    color: var(--default-button-bg-color);
}

#poll-img-container {
    max-width: calc(100% - 1.5rem);
    min-height: 220px;
    max-height: 50%;
}

#imagePollModal .modal-dialog.modal-dialog-centered {
    max-width: 70%;
}

.live-poll-image {
    width: auto;
    max-width: calc(100%);
    height: auto;
    max-height: 100%;
}

.poll-timer-unit {
    font-size: 16px;
}

.poll-qr-code-with-image {
    margin-top: 15px;
}

.live-poll-img-qr-code {
    max-width: 320px;
}

.live-poll-img-qr-code-reduced {
    width: 80%;
    max-width: 250px;
    max-height: 250px;
}

.reduced-vr-counter-voter-text {
    font-size: 14px;
}

.reduced-vr-counter-icon,
.poll-voter-timer:not(.poll-voter-timer-big-size),
.vr-counter-reduced,
.vr-counter-voter-reduced {
    font-size: 100%;
}

.vr-counter-logged .fa-check {
    color: var(--default-button-bg-color);
}

.vr-counter-with-img {
    position: sticky;
    height: auto;
    width: min-content;
}

.vr-counter-with-img .vr-counter__border {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.poll-voter__icon {
    color: var(--default-button-bg-color);
}

.poll-resize-image-container {
    max-height: calc(100vh - 300px);
}

@media (max-height: 820px) {
    #poll-img-container {
        min-height: auto;
    }

    .vr_qr-code__inner:has(.live-poll-img-qr-code-reduced) {
        position: sticky;
    }

    .live-poll-img-qr-code-reduced {
        max-width: 150px;
        max-height: 150px;
    }

    .live-poll-img-qr-code-reduced.big-reduced-poll-content {
        max-width: 123px;
        max-height: 123px;
    }

    .reduced-vr-counter-icon,
    .poll-voter-timer:not(.poll-voter-timer-big-size),
    .vr-counter-reduced,
    .vr-counter-voter-reduced,
    .poll-voter-icon-reduced {
        font-size: 25px !important;
    }

    .vr_qr-code__text {
        font-size: 20px !important;
    }
}

/* </editor-fold desc="TABLET-POLL-START"> */

