.people-dashboard {
    max-width: 922px;
    width: 100%;
    margin: auto;
    text-align: center;
    /* margin-top: calc(40vh - 534px/2); */
    margin-top: 20px;
}

div.people-dashboard-heading {
    display: block;
    height: 36px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 24px;
    /*color: #252835;*/
    color: white;
    margin-bottom: 54px;
}

div.people-dashboard-stats-wrapper {
    width: 100%;
    border-radius: 8px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.9;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    height: 114px;
    margin-bottom: 6px;
}

div.people-dashboard-stats-wrapper-label {
    display: inline-block;
    background: #006699;
    border: 1px solid #006699;
    box-sizing: border-box;
    height: 100%;
    max-width: 295px;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    text-align: left;
}

p.people-dashboard-stats-seokeprofil {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 32px;
    margin-left: 50px;
}

p.people-dashboard-stats-seokeprofil-name {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 19px;
    margin-left: 50px;
}

div.people-dashboard-stats-wrapper-numbers {
    display: inline-block;
    width: calc(100% - 300px);
    max-width: 620px;
    border: none;
}

div.people-dashboard-stats-wrapper-numbers > div {
    text-align: right;
}

.sokeprofil-stats-label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 12px;
}

.sokeprofil-stats-number {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 31px;
}

.nye-treff {
    display: inline-block;
    color: #9B9B9B;
    width: 32%;
    padding-right: 60px;
}

.nye-matches {
    display: inline-block;
    color: #41C058;
    width: 32%;
    padding-right: 60px;
}

.i-prosess {
    display: inline-block;
    color: #4378E1;
    width: 32%;
    padding-right: 60px;
}

.people-dashboard-new-profile-button {
    margin-top: 50px;
    width: 142px;
}

.page-home .main {
    background-image: url(../images/BildeShortlist.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: calc(100vh - 70px);
}

.page-home #headerFilters, .page-home .left-pane.filters {
    display: none;
}