#page-wrapper {
/*    position: relative;*/
}
.live-vote {
    margin-top: 15px;
}
    .live-vote .question {
        margin-bottom: 25px;
    }
.live-vote .choice {
    margin: 10px;
}
    .live-vote .choice img{
        margin-left: 25px;
        width: 180px;
        height: 180px;
        border-radius: 10px;
    }

#vote-btn{
    min-width: 170px;
    height: 42px;
    box-shadow: none;
}

.live-vote .checked-icon {
    width: 100%;
}
    .live-vote .checked-icon .mdi {
        font-size: 65px;
    }
input[type="radio"] {
    width: 18px;
}
input[type="checkbox"] {
    width: 18px;
    height: 18px;
}
.welcome-name {
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-card {
    background: white; 
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
.button-vote {
/*    position: absolute;*/
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    left: 0;
}
.poll-complete {
    width: 176px;
}
#back-poll-list {
    background: var(--primary);
    color: white;
    border-radius: 8px;
    padding: 10px 15px;
    height: 42px;
    width: 250px;
}
.welcom-name .text-primary {
    color: var(--primary) !important;
}