html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

#top-header{
    background-image:url('https://bebandem.karangasemkab.go.id/Vieuw/Asset/gambar/desain_header_svg_modern.svg'); 
    background-repeat:no-repeat; 
    min-width: 100%;
    background-size:cover;
    background-position: center;
    border:1pt red;
    height: 100%;
    width: 100%; 
    top: -2;
    bottom: 0;
}

/* header */
.navbar, .navbar-expand-lg, .navbar-light, .bg-title{
    background-color: #000066;
    opacity: 0.8;
    /*background-color: white;*/
}

a.nav-link:hover{
    color: white;
    transition: transform .2s;
    transform: scale(1.05);
    background-color:  #126981f5;
    border-radius: 5px;
}

.navbar a{
    color: white;
}

.card-header{
    background-color: #474E93;
}

.card-title{
    color: white;
}

a.dropdown-item:hover{
    background-color: #126981f5;
    color: white;
    padding-left:5px;
}

#title, #subtitle {
    font-family: 'Montserrat';font-size: 1.3vw;
    min-width: 1080px;
}

@media screen and (width>=720px){
    #title, #subtitle {
        font-family: 'Montserrat';font-size: 1.2em;
    }
    
}

@media screen and (width<=720px){
    #title, #subtitle {
        font-family: 'Montserrat';font-size: 1.1em;
    }

    .web-kcmt{
        padding-top:2%;
    }
    
}


@media screen and (width<=403px){
    #title, #subtitle {
        font-family: 'Montserrat';font-size: 0.9em;
    }

    .web-kcmt{
        padding-top:2%;
    }
    
}


/*end header */



/* footer halaman */
.footer-halaman{
    background-color: rgb(18 63 129);
}

.list-group-item.borderless a{
    text-decoration: none;
}

.footer-item a, .footer-item p, .footer-item i{
    color: white;
}

a.borderless{
    border-top: 0;
    border-bottom: 0;
    text-decoration: none;
    color: white;
}

/* footer card */

.card-footer{ background-color: #155E95; }
.card-footer a{ color: white;}



/*profil camat*/

.profil-camat{
    justify-content: center;
}

/*end profil*/



/*list sekolah*/

.l-skl{
   /* color: rgb(18 63 129);*/
    background-color: white;
    opacity: 0.8;
    border: 0.1pt;
    border-style: solid;
    box-sizing: border-box;

}


#smp{ border-left: none; border-right: none; }
#sma{ border-right: none; }
#sd{ border-left: none; }

#tsma{ border: 0.1pt  rgb(18 63 129); }
#tsmp{ border: 0.1pt rgb(18, 129, 46); }
#tsd{ border: 0.1pt rgb(129, 18, 44);}

#tsma.table-striped > tbody > tr:nth-child(odd) > td, #tsma.table-striped > tbody > tr:nth-child(odd) > th { background-color: rgb(207, 244, 252); }
#tsmp.table-striped > tbody > tr:nth-child(odd) > td, #tsmp.table-striped > tbody > tr:nth-child(odd) > th { background-color: rgb(209, 231, 221); }
#tsd.table-striped > tbody > tr:nth-child(odd) > td, #tsd.table-striped > tbody > tr:nth-child(odd) > th { background-color: rgb(248, 215, 218) }


.l-aktif{
    border-bottom: solid 4px;
}

/* end sekolah */


/* pertanyaan survey */

div.kuiz{
    background-color: rgb(207, 244, 252);
    border-color: rgb(158, 234, 249);
    color: rgb(5, 81, 96);
    border:0.5px;
}

@media screen and (width<1200px){
    div.col .list-group.mt-3{
        display: block;
    }
}

@media screen and (width<=770px){
    div.d-flex.pb-2.w-100{
        flex-wrap: wrap;
    }


}


@media screen and ( width < 768px){
 .h-img-logo{
    width:60px;
    height:60px;
 }
}

@media screen and (width >= 768px){
 .h-img-logo{
    width:100px;
    height:100px;
 }
}




/* end pertanyaan survey */