.brs {
    text-indent: 0.5in;
    text-align: justify;
    font-size: 15pt;
}

.bord {
    border-left: 6px solid #0000ff;
    background-color: #98B7E9;
    border-radius: 0px 10px 0px 10px;
    width: 70%;
    color: #fff;
    padding: 5px;
}

.bordTujuan {
    border-left: 6px solid #0000ff;
    background-color: #98B7E9;
    border-radius: 0px 10px 0px 10px;
    width: 30%;
    color: #fff;
    padding: 5px;
    padding-left: 15px;
    font-size: 17px;
}

.bordJudul {
    background-color: #98B7E9;
    border-radius: 0px 10px 0px 10px;
    width: 100%;
    color: #fff;
    padding: 5px;
    padding-left: 15px;
    font-size: 17px;
}

.bordU {
    border: 2px solid #0000ff;
    padding: 10px;
    border-radius: 10px 0px 10px 0px;
    margin-left: 5px;
}

.bordU2 {
    border: 2px dashed #0000ff;
    padding: 10px;
    border-radius: 10px 0px 10px 0px;
    margin-left: 5px;
}

.simbol>ul>li {
    list-style: circle;
    color: black;
    margin-left: 40px;
    font-size: 15pt;
}

.simbol2>ul>li {
    list-style: circle;
    color: black;
    margin-left: 40px;
    /* font-size: 15pt; */
}

.angka>ol>li {
    list-style: decimal;
    color: black;
    margin-left: 40px;
    font-size: 15pt;
}

.abjad>ol>li {
    list-style: lower-alpha;
    color: black;
    margin-left: 40px;
    font-size: 15pt;
}

.figure-caption {
    color: black;
}

.content {
    color: black;
}

.isicontent {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    /* font-family: candara; */
    font-size: 17px;
    line-height: 1.5;
    text-align: justify;
    float: left;
    color: black;
}

.btnkuis {
    width: 45px;
    height: 45px;
    padding: 0px;
}

.boxcb {
    width: 30px;
    height: 30px;
}

.drag1 {
    margin: 5px;
    padding: 3px;
    width: 100px;
    border: none;
    /* border: 1px solid green;
    background-color: green; */
    color: white;
}

.div1 {
    min-width: 100px;
    min-height: 40px;
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
}

.kotakDrag {
    min-width: 150px;
    min-height: 50px;
    padding: 2px;
    margin-top: 5px;
    border: 1px solid #000;
}

.pembahasan {
    border: 2px dotted #0B4619;
}

.warna-danger {
    border-color: red;
    background-color: red;
    color: white;
}

.warna-success {
    border-color: green;
    background-color: green;
    color: white;
}

.zoomgambar {
    display: inline-block;
    transition: .5s;
    cursor: pointer;
}

.zoomgambar:hover {
    transform: scale(1.3);
    margin-bottom: 50px;
}

.gradasi {
    font-family: arial black;
    font-size: 50px;
    -webkit-text-stroke: 3px grey;
    background: -webkit-gradient(linear, left top, left bottom, from(#98B7E9), to(#fff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-radius {
    border-radius: 40px;
}

.bg-utama {
    background-image: url('../images/bg-utama.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg-utama2 {
    background-color: #40513B;
}

.bgw-utama {
    background-color: #98B7E9;
    /* padding: 10px; */
}

.bgw-utama2 {
    background-color: #fff;
    /* padding: 10px; */
}

.bgw-utama3 {
    background-color: #1E4901;
}

.menu {
    width: 80%;
    height: 100%;
}