@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Employee form  */
body{
    background-color: #FFFFFF;
    /* font-family: Arial, sans-serif; */
    font-family: "Poppins", sans-serif !important;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.quizContainer{
    position: relative;
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}

.quizContainer:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}

.quizContainer.gradient-color-1:before{
        background: linear-gradient(90deg,rgba(90, 196, 194, 1) 0%, rgba(5, 128, 148, 1) 100%);
    }
.quizContainer.gradient-color-2:before{
        background: linear-gradient(90deg,rgba(249, 182, 44, 1) 0%, rgba(238, 120, 58, 1) 100%);
}
.quizContainer.gradient-color-3:before{
        background: linear-gradient(90deg,rgba(232, 103, 158, 1) 0%, rgba(196, 66, 128, 1) 100%);
}
.quizContainer.gradient-color-4:before{
        background: linear-gradient(90deg,rgba(100, 125, 190, 1) 0%, rgba(107, 96, 170, 1) 100%);
}
.quizContainer.gradient-color-5:before{
        background: linear-gradient(90deg,rgba(39, 163, 221, 1) 0%, rgba(21, 122, 190, 1) 100%);
}
.quizContainer.gradient-color-6:before{
        background: linear-gradient(90deg,rgba(140, 195, 66, 1) 0%, rgba(87, 173, 71, 1) 100%);
}
.quizContainer.gradient-color-7:before{
        background: linear-gradient(90deg,rgba(237, 91, 111, 1) 0%, rgba(213, 32, 43, 1) 100%);
}

.form-check-label{
    font-weight: unset;
}
.form-container {
    max-width: 600px;
    padding: 30px;
    margin: 0px auto 0px auto;
    /* border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}
.form-group {
    margin-bottom: 15px;
}
label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    min-height: 46px;
    background: transparent;
}
.form-control:focus {
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
}
.error {
    color: red;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.btn-primary {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
}
.btn-primary:hover {
    background-color: #0056B3;
}
.required{
    color: red;
}
.summary-msg {
    padding: 30px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #007BFF;
    border-radius: 8px;
    margin: 30px 15px 0px 15px;
    border: 1px solid #DCDCDC;
}
.summary-msg h3 {
    margin-bottom: 16px;
    color: #333;
}
.summary-msg ul {
    list-style: none;
    padding: 0;
}
.summary-msg li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #555;
}
.summary-msg i {
    margin-right: 8px;
    color: #007BFF;
}
.main-tool-form{
    max-width: 600px;
    /* margin: 0px auto; */
    padding: 20px 0;
    width: 100%;
}
.summary-msg h3{
    font-size: 25px;
    display: flex;
    font-weight: 600;
    align-items: center;
    gap: 10px;
}
.summary-msg p{
    font-size: 17px;
    margin: 11px 0px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
}
.summary-msg p strong{
    font-weight: 500;
}
.summary-msg .devider{
    display: block;
    width: 100%;
    height: 2px;
}
/* Video step */
.page-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    max-width: 1300px;
    margin: 0px auto;
    padding: 20px;
}
#videoSection {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    padding: 0px 20px 20px 20px;
    margin-bottom: 20px;
}
/* Quiz steps */
#stepVideo {
    max-width: 100%;
    border-radius: 8px;
    width: 100%;
}
#questionSection {
    max-width: 1000px;
    width: 100%;;
    border-radius: 8px;
    padding: 20px;
    background: transparent;
    /* box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #DCDCDC; */
}
#options {
    border-radius: 5px;
    overflow: hidden;
}
.list-group-item {
    font-size: 16px;
    color: rgb(51, 51, 51);
    text-align: left;
    display: flex;
    align-items: center;
    cursor: pointer !important;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 12px 15px;
    background: rgb(255, 255, 255);
    transition: background 0.2s ease-in-out;
    gap: 12px;
    margin: 10px 0px !important;
    border-radius: 10px !important;
}
#questionSection p {
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 40px;
}
#questionSection h5 {
    font-size: 27px;
    color: #ffffff;
}


#questionSection #options {
    max-width: 750px;
    margin: 0px auto;
}



.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #F8F9FA;
    background-color: #0073E6;
    color: black;
}
.list-group-item-action:hover .option_albt{
    border-color: #FFFFFF;
}
.list-group-item.active{
    /* background-color: #0073E6; */
    color: white;
}
.option-btn:hover,
.option-btn.active {
    /* background: #0073E6 !important; */
    color: #fff;
}
.list-group-item span.option_albt {
    display: flex;
    width: 30px;
    height: 30px;
    border: 1px solid #000000;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.btn-outline-primary {
    color: #000000;
    border: none;
}
#submitAnswer {
    display: block;
    width: 150px;
    margin-top: 15px;
}
.quiz-header {
    width: -webkit-fill-available;
    margin-bottom: 10px;
    max-width: 1000px;
    padding: 20px 20px 0 20px;
    width: 100%;
}
.steps-heading {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: #000000;
}
.value-name {
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0;
    color: #000000;
}
#timer {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    color: #000;
    width: 80px;
    text-align: right;
}
.other_details{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-body-form {
    background-repeat: no-repeat;
    background-position: left top -80px;
    background-size: contain;
    background-color: #F5F6FF;
    padding: 30px 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcompage-main{
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    max-width: 1120px;
    margin: 0 auto;
    border: 1px solid #DCDCDC;
    width: 100%;
}
.welcompage-main .top-logo{
    width: 100%;
    max-width: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}
.top-logo .login-form-title{
    margin: 30px 0 0 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
}
.top-logo .login-form-title strong{
    font-weight: 700;
    line-height: 35px;
}
.main-tool-form .form-container h2{
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 25px;
}
.form-container .summary-msg .remember-text{
    margin: 25px 0 10px 0;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}
.quiz-rules-main{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.quiz-rules-main .quiz-rules{
    max-width: 750px;
    width: 100%;
    text-align: center;
}
.quiz-rules-main .quiz-top-text{
    text-align: center;
}
.quiz-rules-main .quiz-top-text p{
    font-size: 17px;
}
.quiz-rules-main .quiz-top-text h2{
    font-size: 28px;
    line-height: normal;
    margin: 0px;
    padding: 0;
    font-weight: 700;
}
.summary-msg .summary-top-text{
    margin-bottom: 25px;
}
.summary-msg .summary-top-text h3{
    margin: 0px;
}
.summary-msg .summary-top-text p{
    margin-top: 7px;
}
.summary-msg .summary-bottom-text{
    margin-top: 30px;
}
.summary-msg .summary-bottom-text h3{
    margin: 0px;
}
.summary-msg .summary-bottom-text ul{
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.summary-msg .summary-bottom-text ul li{
    font-size: 17px;
    margin: 7px 0px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal;
}
.quiz-rules-main .quiz-rules a{
    max-width: 150px;
    margin: 0 auto;
    color: #fff;
    background-color: #007BFF;
    border-color: #007BFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-block;
    width: 100%;
    min-height: 45px;
    line-height: 45px;
    text-decoration: none;
}
.quiz-rules-main .quiz-rules a:hover{
    background-color: rgb(0, 86, 179);
}
.timer_data img {
    max-width: 60px;
}
/* 15 Apr */
.option-btn.correct {
    background-color: #4CAF50;
}
.option-btn.wrong {
    background-color: #F44336;
}
.timer_data{
    display: flex;
    align-items: center;
    gap: 0px;
}
.question_steps_lines{
    max-width: 960px;
    margin: 0px auto 0 auto;
    padding: 0px 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}
.question_steps_lines .step_line{
    height: 10px;
    width: 188px;
    background-color: #cdcdcd7d;
    display: inline-block;
}
.quizScreen .quiz-header {
    position: absolute;
    top: 50px;
}
.quizScreen #questionSection {
    margin-top: 100px;
}




@media only screen and (max-width:1440px){
    .videoScreen #videoSection {
        max-width: 750px;
    }
    .videoScreen .quiz-header {
        max-width: 750px;
    }
}


@media only screen and (max-width:1024px){
    .welcompage-main .top-logo {
        max-width: 370px; padding: 20px;
    }
}
@media only screen and (max-width:768px){
    .main-body-form{
        height: auto;
    }
    .welcompage-main .top-logo{
        padding: 30px 0 0 0;
    }
    .main-body-form .welcompage-main{
        flex-direction: column;
    }
}
/* Certificate */