﻿.iteminfo {
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 10px;
    color: white;
    padding-left: 5%;
}

.timerdescrption {
    display: inline-block;
    margin: 20px 0px;
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
    padding: 3px 10px 3px 31px;
    position: relative;
}

    .timerdescrption img {
        width: 17px;
        position: absolute;
        left: 8px;
        top: 6px;
    }


    .timerdescrption label {
        color: white;
        margin-bottom: 0px;
    }

.sharesection {
    text-align: center;
}

p.sharesectionheader {
    text-align: center;
    font-size: 20px;
    margin: 15px 0px;
    color: #f05123;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.sharesection ul li {
    display: inline-block;
    padding: 10px 15px;
    margin: 0px;
    margin-left: -4px;
}

.lifacebook {
    background-color: #3b5998;
    color: white;
}

.litwitter {
    background-color: #00acee;
}

.liwhatsup {
    background-color: #128C7E;
}

.packagebuttons a {
    margin-bottom: 0px !important;
    width: 100% !important;
    display: inline-block !important;
    border: none !important;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: var(--fontregular) !important;
    letter-spacing: 1px;
    font-size: var(--fontsize13) !important;
}

    .packagebuttons a:first-child {
        border-bottom-left-radius: 15px !important;
    }

    .packagebuttons a:last-child {
        border-bottom-right-radius: 15px !important;
    }

.page_listing_section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.quizanswer {
    padding: 0px;
    width: 100%;
    margin: 20px 0px;
}

    .quizanswer li {
        position: relative;
        border-radius: 5px;
        display: block;
        background: white;
        margin: 5px 0px;
        padding: 10px 10px 10px 45px;
        cursor: pointer;
    }

.quizanswer li:hover {
    background: #1b2a46;
    color: white;
}

.quizanswer li.nohover:hover {
    background: white;
    color: initial;
}

        .quizanswer li label {
            padding: 3px 0px 0px !important;
            font-family: var(--fontbold);
        }

        .radiocontainer {
            position: absolute;
            top: 14px;
            left: 14px;
        }

@media only screen and (max-width: 767px) {

    .iteminfo {
        position: absolute;
        bottom: 0px;
        background: rgba(0,0,0,0.5);
        width: 100%;
        padding: 10px;
        color: white;
        padding: 15px;
    }
}

.baquizlisting .quiz_list_img {
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.p_quizdescription {
    font-size: var(--h5size);
}