
.QuizBox {
    /* border: 1px solid #bfbfbf; */
    width: 90%;
    margin: 0px auto;
    max-width: 1000px;
    padding: 90px 5% 50px;
    background: #eaeaea;
}

    .QuizBox .defaultBox {
        height: 350px;
        width: 100%;
        background-color: #bfbfbf;
    }

    .QuizBox .QuestionBox {
        max-width: 1100px;
        background: #eaeaea;
    }

        .QuizBox .QuestionBox .Question {
            width: 100%;
            padding: 20px;
            color: #000;
            font-weight: 400;
        }

            .QuizBox .QuestionBox .Question h3 {
                font-size: 22px;
                color: #535353;
            }

            .QuizBox .QuestionBox .Question questionNo {
            }

            .QuizBox .QuestionBox .Question questionTitle {
            }

        .QuizBox .QuestionBox .OptionBox {
            /* width: 100%; */
            /* padding: 20px; */
            /* height: 350px; */
            /* margin-bottom: 0px; */
            margin: 0px 35px;
        }

            .QuizBox .QuestionBox .OptionBox .Options {
                min-height: 100px;
                cursor: pointer;
                position: relative;
                box-shadow: 0 0 20px rgba(0,0,0,0.1);
                border-radius: 10px;
                margin-bottom: 30px;
                background-color: #fff;
            }

                .QuizBox .QuestionBox .OptionBox .Options p {
                    line-height: normal;
                    font-size: 22px;
                    margin: 0;
                    text-transform: inherit;
                    color: #768093;
                    letter-spacing: 0;
                    font-weight: 400 !important;
                    text-align: left;
                    padding: 40px 30px;
                    overflow: hidden;
                }

.AnswerIcon {
    position: absolute;
    top: -3px;
}

    .AnswerIcon.leftIcon {
        z-index: 99;
        margin-left: -26px;
    }

    .AnswerIcon.RightIcon {
        right: 0;
        margin-right: -30px;
    }

    .AnswerIcon .rightAns {
        height: 30px;
    }

    .AnswerIcon .wrongAns {
        height: 30px;
        background: red;
        border-radius: 50%;
    }

.overlay_Option {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    background: gray;
    opacity: 0.5;
    z-index: 9;
    border-radius: 10px;
}

.popup-Board h3 {
    text-align: center;
    font-size: 17px;
    font-weight: 300;
}

.popup-Board.rightPopup {
    transform: translate(100%, -50%) rotateY(160deg);
    right: 0;
    left: auto;
}

    .popup-Board.rightPopup.popup-animation {
        transform: translate(-37%, -50%) rotateY(160deg);
    }

    .popup-Board.rightPopup h3 {
        transform: rotateY(180deg);
    }

.QuizImage {
    text-align: center;
    line-height: 350px;
}

    .QuizImage img {
        max-height: 348px;
    }

.QuizVideo {
    text-align: center;
    max-width: 881px;
}

.QuizAudio {
    text-align: center;
    /* margin: 140px auto; */
}

    .QuizAudio img {
        height: 70px;
        margin-top: 140px;
        cursor: pointer;
    }

.imgPlay {
    margin-right: 50px;
}

.imgPause {
}

.Timer {
    display: block;
    /* float: right; */
    min-width: 150px;
    max-width: 200px;
    text-align: center;
    /* margin-top: 10px; */
    border: 2px solid #f19b38;
    margin-right: 5px;
    border-radius: 6px;
    height: 30px;
    line-height: 27px;
    font-size: 11px;
    font-weight: 500;
    margin: 0px auto 10px;
}

.TimeQuiz {
}
.QuizBox .QuestionBox .OptionBox.quest {
    margin: 0px 0px;
}
    .QuizBox .QuestionBox .OptionBox.quest .Options {
        cursor: inherit;
        margin-bottom:0;
    }
@media (max-width: 767px) {
    .QuizBox .QuestionBox .OptionBox .Options {
        /* width: 80%; */
    }

    .QuizBox {
         width: 95%; 
        /* margin: 90px auto 50px; */
        padding: 90px 2.5% 50px;
    }
}

.loginpage {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0px !important;
}
/*
.logo {
    float: left;
}

.logo a img {
    width: 70px;
}*/
header .top_header_nav {
    background: #2c333a;
    /*padding: 10px 0px;*/
}

    header .top_header_nav .top_header .left_nav {
        float: left;
        margin-left: 50px;
        min-height: 38px;
    }
header .main_header .header .logo a.classLogo {
    width: 150px;
    display: block;
    height: 75px;
    margin-top: -37px;
    float: left;
    position: relative;
}

header .main_header .header .logo a.hub_logo.classLogo img {
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    bottom: 0;
    max-height: 100%;
    right: 0;
    display: block;
    transform: translate(-50%, -50%);
}

header .main_header .header .logo a img {
    /*width: auto;*/
    object-fit: contain;
    margin-right: 20px;
    /* min-height: 18px; */
    max-height: 28px;
}
header .join-session .btn {
    padding: 14px 35px;
    margin: 10px 0px;
}
/*header .header .logo a img {*/
    /* width: auto; */
    /*object-fit: contain;
    margin-right: 20px;*/
    /* min-height: 18px; */
    /*max-height: 28px;
}*/

header .main_header .header .logo a span {
    display: inline-flex;
    padding-left: 30px;
    color: #fff;
    font-size: 23px;
    vertical-align: top;
    position: relative;
    margin-left: 20px;
}

    header .main_header .header .logo a span:before {
        position: absolute;
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        left: 0px;
        font-size: 28px;
        top: 5px;
    }

header .top_header_nav .top_header .right_nav > ul > li > a > svg.acteeLogoHeader {
    width: 60px;
    margin-top: 4px;
    cursor: default;
}
.desktop-score {
    display: block;
    margin-right: 263px;
    margin-bottom: -30px;
}


.progress-bar-outer {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    position:relative;
}

.progress-bar-inner {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, red, yellow, green);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: all 1s linear;
    font-weight: bold;
}

.progressInnerLabel {
    position: absolute;
    text-align: center;
    width: 100%;
    color: rgb(118, 128, 147);
    font-size: 10px;
    z-index: 2;
}

.progress-bar-overlay {
    position: absolute;
    width: 0%;
    background-color: white;
    z-index: 1;
    height: 20px;
    right: 0;
    top: 0;
    transition: all 1s linear;
}
@media(max-width:767px) {
    header .main_header .header .logo a.classLogo {
        width: 90px;
        display: block;
        height: 45px;
        margin-top: -16px;
        float: none;
        position: absolute;
        margin-left: -15px;
    }

    header .top_header_nav .top_header .left_nav {
        float: none;
        margin-left: 0px;
        padding-bottom: 15px;
    }

        header .top_header_nav .top_header .left_nav ol {
            padding-left: 0px !important;
        }

    header .main_header .header .logo {
        float: left;
        margin-top: -20px;
        display: block;
    }
}

.notification_bell_background {
    background: #F24040;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    min-width: 36px;
    min-height: 28px;
    padding-top: 4px;
}

