 
.ujian_container{ 
    background-color: #fff;
    min-height: 100vh;
} 
.ujian_container .ujian_loader{ 
    margin: 30px auto;
} 
.ujian_content{
    display: flex;
    margin: auto;
    max-width: 1200px;
    min-height: 100vh;
    flex-direction: row-reverse;
}
.soal_koran{
    display: flex;
    justify-content: center;
    align-items: center; 
    min-height: 200px;
}
.keyboard{
    display: flex;
    justify-content: center;
    align-items: center;
}
.keyboard_koran{ 
    display: flex;
    gap: 10px;
    margin: auto;
    flex-wrap: wrap;
    max-width: 268px;
    justify-content: center;
    align-items: center;
}
.keyboard_koran > div{
    padding: 3px 15px;
    font-size: 22px;
    font-weight: bold;
    width: 75px;
    text-align: center;
}
.keyboard_koran > .num{
    cursor: pointer;
    background: #ffeddf;
    border-radius: 15px;
    box-shadow: 0px 2px 3px #a81f1f;
}
.keyboard_koran > .num:hover{ 
    background: #e89758; 
    color: #f3ccff; 
}
.keyboard_koran > .num:active{ 
    background: #f3c6a2;
    color: #674372;  
}
.timer_start{
    font-size: 60px;
    font-weight: 600;
    color: red;
}
.operasi{
    font-weight: 600;
    color: #2d4c3b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.operasi span{ 
    font-size: 30px;
    color: #96a33c;
}
.operasi .op{
    display: flex;
    flex-direction: column;
    font-size: 46px;
    line-height: normal;
    justify-content: center;
    align-items: center;
}
.operasi .op hr{
    margin: 0px !important;     
    width: 100%;
    border-color: transparent;
}
.operasi .qr{
    font-weight: bold; 
    border: 2px solid #1b6a0a;
    color: transparent;
    line-height: 30px;
    width: 30px;
}
.ujian_content .bg_main,
.ujian_content .bg_main .theme_default,
.ujian_content .bg_main .theme_koran{
    display: flex;
    width: 100%;
    padding: 15px;
    flex-direction: column;
}
.ujian_content .bg_left{
    display: flex;
    position: inherit;
    min-width: 300px;
    max-width: 300px;
    border-left: 1px solid #f7eee8;
    background: #fff; 
}
.ujian_content .bg_arrow{
    display: none; 
}
.ujian_content .bg_left > div{ 
    position: relative;
    padding: 15px;
    width: 100%;  
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.bg_pager .title{
    display: block;
    padding: 3px 10px;
    background-color: aliceblue;
    color: #7f7f7f;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: normal;
}
.bg_pager .list_no{
    display: flex;
    flex-direction: row;
    gap: 3px;
    flex-wrap: wrap;
}
.bg_pager .list_no a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    border-radius: 3px;
    text-decoration: none;
    background-color: rgb(242 242 242);
    border: 2px solid transparent;
    font-size: 11px;
    padding: 2px 5px;
    font-weight: bold;
    color: #676464;
}
.bg_pager .list_no a span{
    display: inline-flex;
    border-radius: 50%;
    padding: 0px 3px;
    background-color: #ffffff;
    color: #0f7d35;
    align-items: center;
    line-height: 13px;
    margin-left: 3px;
    text-transform: capitalize;
    font-weight: bold;
}
.bg_pager .list_no a.jawab,
.bg_pager .list_no a.jawab:hover{ 
    background: #47ae06;
    color: #ffffff;
}
.bg_pager .list_no a.ragu,
.bg_pager .list_no a.ragu:hover{  
    background: #e70a0a;
    color: #f5f2e3;
}
.bg_pager .list_no a.active, 
.bg_pager .list_no a:hover{   
    box-shadow: 0px 0px 5px 3px #91928b inset;
    border-color: #2075ae;
}
.bg_main .header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    gap: 20px;
}
.bg_main .header .right{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
}
.bg_main .paginasi{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.soal .fimgcovered{
    position: relative;
}
.soal .fimgcovered .flybg{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 
.ujian_name{
    font-weight: bold;
    font-size: 20px;
}
.opsi ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.opsi ul.pisah{ 
    flex-direction: column;
}
.opsi li{
    display: flex;
    cursor: pointer;
    padding: 3px;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    gap: 10px;
}
.opsi li:hover{
    background: #f5f5f5;
    border-color: #ecb568;
}
.opsi li.active{
    background: #d4fbe1;
    border: 1px solid #9ecd78;
}
.opsi li[data-o="ragu"].active{
    background: #f6e380;
    border: 1px solid #ccb707;
}
.opsi li .oops{
    width: 23px;
    min-width: 23px;
    height: 23px;
    font-weight: bold;
    color: #a59e9e;
    text-transform: capitalize;
    border-radius: 50%;
    border: 1px solid #ddd;
    text-align: center;
}
.opsi li:hover .oops{
    color: #bec020;
} 
.opsi li.active .oops{  
    background: #ee9112;
    color: #fff;
}
.opsi .ops4 li .oops,
.opsi .ops4 li:hover .oops,
.opsi .ops4 li.active .oops{
    background: unset !important;
    border: unset !important;
    color: #5d5d5d;
}
.opsi ul:not(.pisah) li[data-o="ragu"] .oops{ 
    display: none;
}
.opsi li p:last-child{
    margin-bottom: 0;
}
.ujian_timer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 16px;
} 
.bo_opsmaj{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: #fff;
    position: relative;
}
.bo_opsmaj:before{ 
    content: "";
    background: #fff;
    padding: 5px;
    position: absolute;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}
.bo_opsmaj.active{ 
    border: 2px solid #157dad; 
}
.bo_opsmaj.active:before{ 
    background: #157dad;
}
.bullet_opsi2{
    cursor: pointer;
}
.table td p{
    margin: 0;
}
.alert_connection{
    position: fixed;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
}
.alert_connection > div.ping{
    display: inline-block; 
    padding: 3px 10px;
    font-size: 10px; 
    border-radius: 15px; 
}
.ping.a{ 
    background: #55a00bde; 
    color: #2e3e01;
}
.ping.b{ 
    background: #bdab168f; 
    color: #8e4f4f;
}
.ping.c{ 
    background: #f7555ade; 
    color: #7c0b00;
}
.ping.off{ 
    background: #f0696dde; 
    color: #7c0b00;
}
.ujian_start{  
    margin: auto;
    max-width: 500px;
    padding: 30px 15px;
}
.us_judul{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
} 
.us_listujian{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ul_items{ 
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 5px 10px;
    border: 1px solid #dccccc;
    border-radius: 10px;
    background: #f0f0f0;
    font-weight: bold;
}
.ul_items .name{  
    display: flex;
    align-items: center;
    gap: 5px;
}
.ul_items .icon{ 
    font-size: 8px;
    color: #418396;
}
.us_startall{
    padding-top: 20px;
    text-align: center;
}
.us_startall .btn{
    min-width: 200px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .ujian_content{
        width: 100%;  
    }
    .ujian_container .ujian_loader{
        margin: 20px auto;
    }
    .ujian_content .bg_left{ 
        min-width: calc(100vw - 25px);
        max-width: calc(100vw - 25px); 
        transition: all 1s;
    }
    .ujian_content .bg_arrow{
        position: absolute;
        display: inline-block;
        background: #f08f55;
        color: #fff;
        padding: 20px 5px;
        cursor: pointer;
        top: 83px;
        left: 0;
        margin-left: -24px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        opacity: 0.4;
    }
    .ujian_content .bg_arrow:hover{ 
        background: #f2a679; 
    }
    .ujian_content .bg_left{
        position: fixed;
        right: calc(-100vw + 25px);
        top: 0px; 
        z-index: 9999;
        height: 100%;
    }
    .ujian_content .bg_left.open{
        right: 0px;
    }
    .paginasi .btn-round{
        padding-right: 10px;
        padding-left: 10px;
    }
    .ujian_action .btn-round{
        padding-right: 10px;
        padding-left: 10px;
        font-size: 12px;
    }
    .bg_main .header .right{ 
        flex-direction: column;
        justify-content: center; 
        gap: 3px;
    }
}
.td_soal_teks {
    font-size: 40px;
    font-weight: bold;
    padding: 0 15px;
    text-align: center;
}
.td_opsi_teks{
    font-weight: bold;
    font-size: 20px;
    color: #52682f;
    text-align: center;
}
.ran_soal_cermat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 26px;
    border: 1px solid #000;
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.ran_soal_cermat.red { 
    border: 2px solid red; 
}
.starttime{
    display: flex;
    align-items: center;
    justify-content: center; 
    font-size: 60px; 
    padding: 30px 15px; 
    font-weight: 600;
} 
.btn_cermat{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.btn_cermat > div{
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 15px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    background: #fff8ee;
    color: #52682f;
    cursor: pointer;
} 
.btn_cermat > div:hover{ 
    background: #e89758; 
    color: #f3ccff; 
}
.btn_cermat > div:active{ 
    background: #f3c6a2;
    color: #674372;  
}
.tr_hover{
    cursor: pointer;
}
.trptn_studi.selected{
    background: #a7e8a7;
}
.trptn_studi.selected .nama{
    font-weight: 600;
}
.overflow_select{
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
.opsiptn{
    margin-bottom: 20px;
}
.item_ptn_select{
    padding: 15px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
@media(max-width: 768px){ 
    .opsiptn{
        text-align: center;
    }
}