html, body {
    margin: 0;
    width: 100%;
}

.top {
    display: flex;
    color: #035073;
    padding-left: 10px;
    width: 100%;
}

.pfg {
    font-size: 28px;
    padding-left: 15px;
    padding-top: 15px;
    font-weight: bold;
}



.navbar {
    background-color: #172B36;
    color: white;
}

.cluster {
    text-align: right;
    left: auto;
}

.userPart {
    display: flex;
}

.photo {
    max-width: 90px;
    padding-right: 10px;
}

.user {
    padding-right: 10px;
}

.bottom {
    display: flex;
    /* height: auto; */
}

.collapseKandidat {
    padding-left: 15px;
    padding-top: 35px;   
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #064663;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidebar a {
    text-decoration: none;
    color: black;
    display: block;
    transition: 0.3s;
    z-index: 998;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    text-decoration: none;
}

#sidebarBtn {
    width: 220px;
}

.openbtn {
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 5px 10px;
    border: none;
    margin-top: 38px;
    position: fixed;
    z-index: 999;
}

.openbtn:hover {
    background-color: #444;
}


.btnDrop {
    background-color: #064663;
    border-color: white;
}

.card {
    background: #064663;
    color: white;
}

.konten {
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 40px;
    padding-bottom: 30px;
    width: 100%;
    background-color: white;
}

.namaK {
    font-weight: bold;
}

.dashContent {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.footer{
    width: 100%;
    height: 50px;
    padding-left: 10px;
    line-height: 50px;
    background: #333;
    color: #fff;
    position: absolute;
    bottom: -0px;
}

.btn-to-top {
    transition: 0.25s;
    display: inline;
    position: fixed;
    right: 15px;
    bottom: 15px;
}