/**
 * @Project NUKEVIET 4.x
 * @Author BCB SOLUTIONS <bachdinhcao@gmail.com>
 * @Copyright (C) 2024 BCB SOLUTIONS. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Tue, 15 Oct 2024 06:05:08 GMT
 */

.w300{
    width: 300px;
}

.onlinetest-box-cat{
	position: relative;
    margin-bottom: 20px;
}

.onlinetest-box-cat h2.heading{
	position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
/*    padding-left: 45px;   CĂN KHOẢNG CÁCH TRÁI CỦA CHUYÊN ĐỀ CHÍNH  */
    padding-left: 10px;
    margin-bottom: 10px;
	height: 46px;
    line-height: 46px;
    border-radius: 8px;
/*    background-color: #0068b4; MÀU NỀN CHUYÊN ĐỀ CHÍNH CỦA MODULE   */
    background-color: #003399;    
}

.onlinetest-box-cat h2.heading:before {
    position: absolute;
/*    content: "\f260";     BIỂU TƯỢNG NGAY TRƯỚC CHUYÊN ĐỀ CHÍNH */
    font: normal normal normal 20px / 1 FontAwesome;
    top: 12px;
    left: 10px;
}

.onlinetest-box-cat h2.heading a{
	color: #fff;
}

.onlinetest-viewlist h2,
.onlinetest-box-cat h3{
	font-size: 16px;
    margin-bottom: 5px;
}

.onlinetest-viewlist img{
	height: 100px;
    width: 160px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 8px;
}

.onlinetest-box-cat .panel-body{
    display: flex;
    align-items: center;
}

.onlinetest-box-cat h3{
    margin-bottom: 0;
}

.onlinetest-box-cat img{
    height: 35px;
    margin-right: 16px;
}

.onlinetest-detail h1{
	text-transform: uppercase;
    font-size: 22px;
    color: #0068b4;
}

.onlinetest-detail-exam-info p{
	margin-bottom: 5px;
}

.onlinetest-detail-btn{
	margin-top: 20px;
}

.onlinetest-detail-btn .btn{
	margin: 0 5px;
    text-transform: uppercase;
    padding: 12px 40px;
}

.onlinetest-detail-code .text-red{
	color: #ff0000;
    font-style: italic;
}

.onlinetest-detail-code #code{
	max-width: 200px;
	margin: 0 auto;
}

.onlinetest-detail #timer-box{
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #0068b4;
}

.onlinetest-detail #countdown{
    display: flex;
    color: #ff0000;
    margin-left: 8px;
    letter-spacing: 2px;
    font-size: 26px;
}

.onlinetest-detail #drive{
    position: relative;
}

.onlinetest-detail #drive:before{
    position: absolute;
    content: '';
    
}

.answer{
    display: flex;
    align-items: left;
    justify-content: space-between;
}

.answer-item{
    display: flex;
    margin-right: 12px;
}

.answer-item label{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 0;
    margin-right: 2px;
}

.answer-item input{
    margin-top: 0;
    margin-right: 2px;
    font-weight: 400;
}

.answer-item .form-control{
    min-width: 100px;
    height: 28px;;
}

.slides-vertical-pagination {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.slides-vertical-pagination li {
    float: left;
    padding: 5px 4px;
    margin-bottom: 8px;
    cursor: pointer;
}

.slides-vertical-pagination li .pagination-item-name {
    border: 1px solid #eaeaea;
    padding: 6px 8px;
    border-radius: 5px;
}

.pagination-active .pagination-item-name {
    background-color: #0068b4 !important;
    border-color: #0068b4 !important;
    color: #fff;
}

.item-answed .pagination-item-name {
    color: #ff0;
    background-color: #0068b4;
    border-color: #0068b4 !important
}

.onlinetest-testing{
    position: relative;
}

.onlinetest-testing .btn-save{
    position: absolute;
    top: 22px;
    right: 30px;
}

.history-detail .slides-vertical-pagination li.false .pagination-item-name{
    border-color: #ff0b0b;
    background-color: #ff0b0b;
    color: #fff;
}

.history-detail .slides-vertical-pagination li.true .pagination-item-name{
    border-color: #009807;
    background-color: #009807;
    color: #fff;
}

@media (max-width: 991.98px) {
    .onlinetest-detail-btn .btn{
        padding: 8px 16px;
    }
}

@media (max-width: 767.98px){
    .onlinetest-detail #timer-box{
        font-size: 16px;
    }

    .onlinetest-testing .btn-save{
        position: initial;
        width: 100%;
        margin-bottom: 20px;
    }

    .onlinetest-detail-btn .btn {
        padding: 8px 10px;
    }

    .onlinetest-viewlist img{
        width: 110px;
        height: 90px;
    }

    .onlinetest-viewlist .help-block{
        display: none;
    }

    .exam-info{
        margin-bottom: 0;
    }
}



