html,
body {
  height: 100%;
}

@font-face{
    font-family: 'Baloo 2';
    src: url("./../font/Baloo2-Medium.woff2") format('woff2'),
        url("./../font/Baloo2-Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {    
    height:100%;
    font-family:'Baloo 2';
    
    background-color: white;
    padding:0;
}
.nav-custom{
    position:absolute; 
    top:0px; 
    right:0px; 
    left:0px; 
    background-color: rgba(0, 0, 0, 0.7);
}
.dropdown-menu{
    left:unset;
    right:10px;
}

.judul_page{
    position: absolute;
    top: 19%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    text-shadow:5px 5px 10px black;
}

.layar-background{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
}
.layar-background .foto-background{    
    width: 100%;
    min-width: 450px;
    object-fit:contain;
}

.container_list{
    position:absolute;

    top:30%; 
    left:0px;
    width:100%;
    bottom:0px; 
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}
.container_list .card-header{
    width: 90%;
    background-color: white;
    border-bottom: unset;
}
.container_list .card{
    float:left;
    width:30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    border: 3px solid #1f7885;
    border-radius : 30px;
}
.container_list .card .foto-list{
    height: 80px;
    width: 80px;
    object-fit:cover;
    overflow:hidden;
    margin: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius : 25px;
}
.container_list .card .text_field {    
    margin-right: 15px;
    padding-top:10px;
    padding-bottom: 10px;
    align-items: start;
    justify-content: center;
}
.container_list .card .text_field .kecil{
    font-size: 12px;
}
.container_list .card-value{
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.container_item{
    display: block;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
}


span.bold{
    font-weight: bold;
}








/* unvisited link */
a:link {
    text-decoration:none;
    color: #1f7885;
}
/* visited link */
a:visited {
    text-decoration:none;
    color: #1f7885;
}
/* mouse over link */
a:hover {
    text-decoration:none;
    color: #0a2f35;
}
/* selected link */
a:active {
    text-decoration:none;
}







@media screen and (max-width: 1200px) {
    .container_list .card{
        width:48%;
    }
}
@media screen and (max-width: 800px) {
    .container_list .card{
        width:90%;
    }
}