.wrap-wrap {
    margin: 0px !important;
    width: 100%;
    height: 100vh;

    border-radius: 0px;
    overflow: hidden;

    position: relative;
}

.konten {
    margin: 10px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}

footer {
    display: flex !important;
    background-color: white;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: #d9d9d9;
}

.foot {
    display: flex;
    flex-direction: row;
    padding: 10px;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    font-weight: 500;
}

.foot.act {
    background-color: #b48761;
    color: whitesmoke;
}

/*  */

.header {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
}

.header button {
    background-color: #b48761;
    border: transparent;
    border-radius: 5px;
    padding: 10px;
    color: white;
    letter-spacing: 1px;
}

.header button label {
    color: white;
}

.list-kerja {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 200px2;
}

.list-kerja ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    background-color: white;
    border: #c9ac95 solid 2px;
    border-radius: 10px;
}

.list-kerja ul li {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.list-kerja ul li h2 {
    font-size: 20px;
    color: #b48761;
}

/* profil */

.wrap-profil {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 20px;
}

.wrap-profil h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.wrap-profil .img {
    width: 100px;
    height: 100px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;

    border-radius: 100px;
}

.wrap-profil .img img {
    width: auto;
    height: 100px;
    object-fit: cover;
    object-position: center center;
}

.wrap-profil ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;

    width: 100%;
}

.wrap-profil ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wrap-profil ul li h4 {
    color: #b48761;
    font-size: 20px;
}

.wrap-profil ul li button {
    background-color: #b48761;
    padding: 6px 40px;
    border-radius: 10px;
    border: transparent;
    color: white;
    letter-spacing: 1px;
    margin-top: 30px;
}
