.life-text-1 {
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    color: #8f9db9;
}

.life_gift {
    padding: 0 8px 0 12px;
}

.life-text-right {
    float: right;
}

ul.life-text-line{
    padding: 12px 0 20px 0;
}

ul.life-text-line li{
    width: 19%;
    height: 5px;
    border-radius: 2.5px;
    background-color: #f1f4f8;
    display: block;
    float: left;
    margin-right: 3.5px;
}

ul.life-text-line .active{
    background-color: #2ed573;
}

ul.life-text-line li:last-child {
    margin-right: 0;
}

.life-text-progress {
    display: inline-block;
    font-weight: 500;
    border-radius: 10px;
    border: solid 1px #ccd6e5;
    padding: 2px 6px 2px 9px;
    line-height: normal;
    margin-left: 12px;
}
.life-target {
    margin-top: 28px;
}
.life-target-title {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #212c67;
    margin-bottom: 18px;
}
.life-target-title img {
    margin: -3px 10px 0 0;
}
.life-target-ego {
    font-family: Roboto;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #212c67;
    padding: 4px 12px 3px;
    border-radius: 13.5px;
    border: solid 1px #ff9a52;
    float: right;
    margin-top: -1px;
}
.life-target-ego2 {
    border: solid 1px #4b59ce;
}
.life-target-ego3 {
    border: solid 1px #b92ed5;
}
.life-target-text1 {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #8f9db9;
    margin-bottom: 11px;
}

.life-target-time {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.45px;
    color: #8f9db9;
    margin: 37px 0;
    text-transform: uppercase;
    display: inline-block;
}
.btn-life {
    float: right;
    margin-top: 25px;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.45px;
    text-align: right;
    color: #4b59ce;
    border-radius: 4px;
    border: solid 1px #4b59ce;
    padding: 11px 17px;
    text-transform: uppercase;
}
.btn-life:hover, .btn-life:focus, .btn-life:active {
    background: none;
    color: #4b59ce;
    opacity: 0.7;
}
.life-target-line {
    margin: 0 -28px;
    height: 1px;
    background: #f1f4f8;
}
.life-target-text {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.47;
    letter-spacing: -0.36px;
    color: #8f9db9;
}
.life-target-title2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: -0.35px;
    color: #212c68;
    margin-bottom: 14px;
}

.daily-no-tasks-text {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.47;
    color: #8f9db9;
}

.daily-no-tasks-title {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #8f9db9;
}

.daily-no-tasks-img {
    float: left;
    margin-top: 5px;
}

.daily-no-tasks-block {
    float: left;
    margin-left: 20px;
}

.daily-tasks-block-calendar {
    color: #8f9db9;
}

.no-more-tasks-block {

}

.no-more-tasks-block__body {
    padding: 40px;
}

.no-more-tasks-block__image {
    text-align: center;
    margin-bottom: 20px;
}

.no-more-tasks-block__title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #252838;
    margin-bottom: 10px;
}

.no-more-tasks-block__description {
    font-size: 15px;
    line-height: 1.47;
    text-align: center;
    color: #8f9db9;
}

.no-more-tasks-block__action {
    margin-top: 30px;
    text-align: center;
}

.no-more-tasks-block__button {
    letter-spacing: 1.25px;
}