.navbar .navbar-nav li.nav-item:first-child {
    border-left-style: solid;
}
.navbar .navbar-nav li.nav-item {
    border-width: thin;
    border-right-style: solid;
}
.display-5 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}
textarea.autogrow {
    resize: none;
    overflow: hidden;
    min-height: 50px;
    max-height: 100px;
}

.peserta-card .btn-del-penguji,
.peserta-card .btn-reset-pass-penguji {
    opacity: 0;
    transition: opacity .3s ease-out;
}
.peserta-card .card-subtitle:hover .btn-del-penguji,
.peserta-card .card-subtitle:hover .btn-reset-pass-penguji {
    opacity: 1;
}
