.text-title{
    font-size:30px;
    font-weight:700;
}

.panel{
    border-radius:15px;
}

.panel-header{
    padding-top:20px;
    padding-bottom:20px;
    padding-left:30px;
    padding-right:30px;
}

.panel-footer{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom:30px;
    padding-top:20px; 
    background-color:#fff;
    border-top:0px solid #fff; 
}

.panel-front-cbt{
    box-shadow: -1px 4px 12px 3px #00000047;
}

.padding-side-60{
    padding-left:40px;
    padding-right:40px;
}

.padding-side-15{
    padding-left:15px;
    padding-right:15px;
}

.padding-top-60{
    padding-top:60px;
    padding-bottom:60px;
}

.panel-title{
    font-size:25px;
    font-weight:700;
    line-height: 1;
}

.panel-description{
    font-size:16px;
    font-weight:400;
    line-height: 2;
}

.text-panel-body{
    font-size:16px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    min-width:50px;
    color: #b5b5b5;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
}

.form-control{
    border-radius:0px;
    height:40px;
    font-size:16px;
    border: 0px solid #ccc;
    border-bottom:2px solid #eee;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);

}

.form-control:focus{
    border-radius:0px;
    border: 0px solid #ccc;
    border-bottom:2px solid #2196f3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);

}

.control-label{
    font-size:14px;
    font-weight:600;
}

label{
    margin-bottom:0px; 
}

.form-control[readonly]{
    background-color:#fff; 
}

.form-group{
    margin-bottom:10px;
}

.color-blue{
    background-color:#007aff;
    color:#fff;
}

.color-blue-tua{
    background-color:#2268a0;
    color:#fff;
}

.color-orange{
    background-color:#FFC107;
    color:#fff;
}

.color-green{
    background-color:#4caf50;
    color:#fff;
}

.color-white{
    background-color:#fff;
    color:black;
}

.color-red{
    background-color:#f43636;
    color:#fff;
}

.background-atas{
    width:100%;
    height:200px;
    background-color:#2268a0;
}

.font-white{
    color:#fff; 
}

.btn{
    font-weight:600;
}

.kotak-waktu{
    border-radius:20px;
    border:2px solid #f43636;
    font-size: 17px;
    font-weight: 600;
    display:inline-block; 
    padding-top:5px;
    padding-bottom:5px;
    padding-left:15px;
    padding-right:15px;
}

.kotak-bank-soal{
    border-radius:20px;
    border:2px solid #007aff;
    font-size: 14px;
    font-weight: 600;
    display:inline-block; 
    padding-top:8px;
    padding-bottom:8px;
    padding-left:15px;
    padding-right:15px;
    cursor: pointer;
}

.kotak-soal{
    border:3px solid #eee;
    padding:20px; 
}

.btn-circle{
    border-radius:20px;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:20px;
    padding-right:20px;
}

.kotak-nomor-soal{
    display:block; 
}

.kotak-nomor-soal-nomor-kecil{
    font-size:18px;
    font-weight: 700;
    padding:5px;
    padding-left:7px;
    padding-right:7px;
    display:inline-block; 
}

.kotak-nomor-soal-deskripsi-kecil{
    font-size:18px;
    font-weight: 700;
    padding:5px;
    display:inline-block; 
}

.logo-ujian{
    width:360px;
}

.kotak-identitas{
    display:block;
    padding-top:20px;
    padding-right:20px;
}

.kotak-identitas-icon{
    float:right;
    display:inline-block;
    width:65px;
    height:65px;
    font-size:50px;
    text-align:center; 
    background-color:#eee; 
    color:#2268a0;
    border-radius:10px;
}

.kotak-identitas-diri{
    float:left; 
    text-align: right;
    display:inline-block;
    height:80px;
    color:#eee; 
    font-size:16px;
    font-weight: 700;
    padding-right:10px;
}

.kotak-pilihan-soal{
    display:inline-block;
    border-radius:5px;
    border:3px solid #eee; 
    width:50px;
    height:50px;
    margin:5px;
    cursor: pointer;
}

.kotak-pilihan-soal-jawaban{
    border-radius:5px;
    border:3px solid #eee; 
    padding-top:3px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:5px;
    width:25px;
    height:25px;
    text-align:center;
    border-radius:20px;
    display:inline-block; 
    position: relative;
    margin-top:-10px;
    margin-left:30px;
    background-color: #fff;
    font-weight:700;
}

.kotak-pilihan-soal-nomor{
    border-radius:5px;
    text-align: center;
    font-size:21px;
    font-weight:700;
    position: relative;
    margin-top:-5px;
}

.border-blue{
    border-color: #2268a0;
}

.border-orange{
    border-color: #FFC107;
}

.modal-body{
    padding:10px;
}

@media (min-width: 576px) {
    .btn-nav-soal-pref::after{
        content: "SOAL SEBELUMNYA";   
    }

    .btn-nav-soal-next::before{
        content: "SOAL SELANJUTNYA";   
    }

    
}

@media (max-width: 425px) {
    .btn-nav-soal-pref::after{
        content: "";   
    }

    .btn-nav-soal-next::before{
        content: "";   
    }

    .padding-side-60{
        padding-left:30px;
        padding-right:30px;
    }

    .panel-title{
        font-size:22px;
        font-weight:700;
        line-height: 1;
    }

    .panel-description{
        font-size:14px;
        font-weight:400;
        line-height: 1.6;
    }

    .kotak-identitas-icon{
        float:right;
        display:inline-block;
        width:55px;
        height:55px;
        font-size:40px;
        text-align:center; 
        background-color:#eee; 
        color:#2268a0;
        border-radius:10px;
    }

    .kotak-waktu{
        border-radius:20px;
        border:2px solid #f43636;
        font-size: 14px;
        font-weight: 600;
        display:inline-block; 
        padding-top:5px;
        padding-bottom:5px;
        padding-left:15px;
        padding-right:15px;
    }
    
    .kotak-bank-soal{
        border-radius:20px;
        border:2px solid #007aff;
        font-size: 14px;
        font-weight: 600;
        display:inline-block; 
        padding-top:5px;
        padding-bottom:5px;
        padding-left:15px;
        padding-right:15px;
        cursor: pointer;
    }

    .btn-circle{
        border-radius:20px;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:20px;
        padding-right:20px;
    }

    .kotak-pilihan-soal{
        display:inline-block;
        border-radius:5px;
        border:3px solid #eee; 
        width:45px;
        height:45px;
        margin:6px;
        cursor: pointer;
    }
    
    .kotak-pilihan-soal-jawaban{
        border-radius:5px;
        border:3px solid #eee; 
        padding-top:3px;
        padding-bottom:10px;
        padding-left:5px;
        padding-right:5px;
        width:25px;
        height:25px;
        text-align:center;
        border-radius:20px;
        display:inline-block; 
        position: relative;
        margin-top:-10px;
        margin-left:30px;
        background-color: #fff;
        font-weight:700;
    }
    
    .kotak-pilihan-soal-nomor{
        border-radius:5px;
        text-align: center;
        font-size:21px;
        font-weight:700;
        position: relative;
        margin-top:-15px;
    }

    .kotak-identitas{
        display:block;
        padding-top:20px;
        padding-right:20px;
    }
    
    .kotak-identitas-icon{
        float:right;
        display:inline-block;
        width:45px;
        height:45px;
        font-size:30px;
        text-align:center; 
        background-color:#eee; 
        color:#2268a0;
        border-radius:10px;
    }
    
    .kotak-identitas-diri{
        float:left; 
        text-align: right;
        display:inline-block;
        height:80px;
        color:#eee; 
        font-size:12px;
        font-weight: 700;
        padding-right:10px;
        max-width: 100px;
    }

    .logo-ujian{
        width:200px;
    }

    .btn-kotak-identitas{
        border-radius:10px;
        padding-top:0px;
        padding-bottom:0px;
        padding-left:10px;
        padding-right:10px;
        font-size:10px;
    }
    
}
