.g-recaptcha {
    width: 304px;
    margin: 0 auto;
}

.app-user-profile-picture {
    width: 120px;
    height: auto;
}

.pagination li.page-item .page-link {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: solid 1px #ddd;
    text-decoration: none;
    color: currentcolor;
    background: #eee;
}

.pagination li.page-item.active .page-link {
    color: #fff;
    background: #2A3B8F;
    cursor: default;
    pointer-events: none;
}

.pagination li.page-item.disabled .page-link {
    color: #888;
    background: #fafafa;
    border: 1px solid #eee;
}

.notification-project-tag {
    font-size: 70%;
    padding: 2px;
    background-color: #2bd0d8;
    color: #000;
}
