body{
    background:#f5f6fa;
    font-family:Segoe UI,sans-serif;
    padding-bottom:90px;
}

.page-title{
    font-size:24px;
    font-weight:700;
    color:#0B6E4F;
}

.btn-uba{
    background:#0B6E4F;
    color:#fff;
    border:none;
    border-radius:30px;
    padding:10px 18px;
}

.btn-uba:hover{
    background:#09543c;
    color:#fff;
}

.input-group-text{
    background:#fff;
}

.santri-card{

    border:none;

    border-radius:18px;

    box-shadow:0 4px 12px rgba(0,0,0,.08);

    transition:.25s;

}

.santri-card:hover{

    transform:translateY(-2px);

    box-shadow:0 10px 25px rgba(0,0,0,.12);

}

.foto-santri{

    width:120px;

    height:120px;

    object-fit:cover;

    border-radius:50%;

    border:3px solid #e9ecef;

}

.nama-santri{

    font-size:17px;

    font-weight:700;

    color:#198754;

    margin:0;

}

.badge{

    margin-right:4px;

}

.fab{

    position:fixed;

    right:20px;

    bottom:20px;

    width:60px;

    height:60px;

    border-radius:50%;

    background:#0B6E4F;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    font-size:24px;

    box-shadow:0 8px 20px rgba(0,0,0,.25);

    z-index:999;

}

.fab:hover{

    color:#fff;

    background:#09543c;

}
.avatar{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #dee2e6;
    display:block;
    margin:auto;
}
.content{
    padding-bottom:90px;
}
.container{
    max-width:900px;
    padding-bottom:120px !important;
    
}