body{

    min-height:100vh;

}

.card{

    border-radius:12px;

}

.table{

    background:#fff;

}

.navbar-brand{

    font-weight:bold;

}

h1,h2,h3{

    font-weight:600;

}

.page-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.card{
    border:0;
    border-radius:12px;
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
}

.table td{
    vertical-align:middle;
}

.search-box{
    max-width:350px;
}

.btn-action{
    width:34px;
}

.page-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:25px;

}

.page-header h2{

    margin:0;

}

.table-actions{

    white-space:nowrap;

}

.table-actions .btn{

    margin-right:3px;

}