.page-turner {
    margin-top: 12px;
}

.page-turner .page-turner__button {
    width: 150px;
}

.backlog--graphs {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.backlog--graphs--donut {
    position: relative;
    height: 150px;
    width: 150px;
    align-self: center;
}

.backlog--graphs--donut--label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%); /*  Donut chart is off centre so need to adjust label  */
}

.backlog--graphs--explanation {
    margin-top: 16px;
}

.backlog--graphs--explanation p {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
}

.backlog--graphs--days {
    margin-bottom: 40px;
}

p.backlog--graphs--days--title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 600;
}

.backlog--graphs--days--bar--background {
    position: relative;
    width: 100%;
    height: 45px;
    background-color: #F3F3F3;
}

.backlog--graphs--days--bar--foreground {
    position: absolute;
    top: 0;
    height: 45px;
    background-color: #386EB3;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-left: 12px;
    width: 0;
    white-space: nowrap;
    transition: width .5s ease-out;
}


.jobs-modal--address {
    margin-bottom: 1em;
}

.jobs-modal--stats {
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
    margin-bottom: 1em;
    margin-left: 1em;
}

.jobs-modal--details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 0.5em;
    margin-bottom: 1em;
}

.jobs-modal--item{
    margin-right: 2em;
}

.jobs-modal--item--heading {
    font-weight: 600;
}

.jobs-modal--item--value {

}
