﻿
    .registerForm {
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        margin-top: 64px;
        border-radius: 3px;
        box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
    }
.registerForm.closeAccount {
    flex-direction: column;
}
.closeFormWrap {
    max-width: 350px;
    margin: 0 auto;
}
    .closePremable p {
        line-height: 120%;
        font-size: 1.15rem;
        text-align: left !important;
    }
.closePremable h2 {
    font-size: 1.25rem;
    margin-bottom: 5px;
    text-align: left !important;
}
    .closePremable h2 + p {
        margin-top: 0;
    }
.closePremable {
    margin-bottom: 32px;
}

.errWrapper {
    max-width: 800px;
    margin: 0 auto;
}
.registerForm h1 {
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    margin-right: 0 !important;
    padding: 0 !important;
}
.registerForm > div:first-child {
    flex: 1;
    background: #dc0d8a;
    display: flex;
    align-items: center;
    border-radius: 3px;
    padding: 32px;
    position: relative;
}
    p.closeForgot {
        font-size: 1rem;
        line-height: 120%;
        margin: 0;
        margin-top: -3px;
        background: #f8f8f8;
        border-radius: 3px;
        padding: 8px;
        border: 1px solid #efefef;
    }
    p.closeForgot strong {
        display: block;
    }
.registerForm > div:first-child img {
    position: absolute;
    left: -156px;
    bottom: -22px;
}
    .registerForm > div:first-child p {
        color: #fff;
        font-weight: 500;
        font-size: 1.15rem;
    }
.registerForm.registration > div:first-child p {
    padding-left: 48px;
}
.registerForm > div:last-child {
    flex: 0;
    max-width: 400px;
    min-width: 370px;
    padding: 32px;
}
.registerForm.closeAccount > div:last-child {
    max-width: 650px;
    margin: 0 auto;
}
.registerForm label.fieldLabel {
    font-weight: 500;
    font-size: 1.15rem;
}
.chkWrap {
    text-align: left;
}
.alreadyAccount {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 64px;
}
.alreadyAccount h3, .registerForm h3 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    font-size: 1.15rem;
}
.registerForm h3 {
    font-size: 1rem;
}
.alreadyAccount a {
    display: inline;
}
.alreadyAccount p {
    font-size: 1rem;
    line-height: 140%;
}
.errWrapper .notification {
    margin-bottom: -54px;
    margin-top: 64px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 1.15rem;
}
.registerForm.login .chkWrapToggle {
    text-align: right;
    align-items: center;
}



@media screen and (max-width:1159px) {
    .registerForm {
        position: relative;
        left: 70px;
    }
    .errWrapper {
        position: relative;
        left: 70px;
    }
    .registerForm.closeAccount {
        left: 0;
    }
}

@media screen and (max-width:1000px) {
    .registerForm {
        left: 0;
        flex-direction: column;
        max-width: 500px;
    }
    .registerForm.closeAccount {
        max-width: 90%;
    }
    .errWrapper {
        left: 0;
        max-width: 500px;
    }
    .registerForm > div:first-child {
        position: static;
    }
    .registerForm > div:last-child {
        text-align: center;
        margin: 0 auto;
    }
    .registerForm > div:last-child h3,
    .registerForm label.fieldLabel {
        text-align: left !important;
    }
    .registerForm label.fieldLabel {
        width: 100%;
        display: block;
    }
    .alreadyAccount {
        max-width: 500px;
    }
    .registerForm > div:first-child img {
        display: none;
    }
    .registerForm > div:first-child p {
        padding-left: 0;
        text-align: center;
        margin-bottom: 0;
    }
}

@media screen and (max-width:430px) {
    .registerForm, .alreadyAccount, .errWrapper {
        margin-right: 16px;
        margin-left: 16px;
    }
    .registerForm > div:last-child {
        max-width: 100%;
        min-width: 0;
    }
 }

    .extraInformationWrap {
        margin-top: 32px;
    }

    .extraInformationWrap h3 {
        margin: 0;
    }
    .extraInformationWrap p {
        line-height: 120%;
    }
    .formFieldDescription {
        background: #f8f8f8;
        border: 1px solid #efefef;
        border-top: 0;
        line-height: 100%;
        padding: 8px 0 5px 5px;
        display: flex;
        align-items: center;
    }
    .formFieldDescription img {

        opacity: 0.5;
        margin-right: 8px;
    }
    .registerForm select {
        max-width: 100%;
    }

.formFieldDescription.verified {
    background: #7df972;
    color: #377931;
    border: 0;
    font-weight: 500;
}

/* View profile */
.viewProfileContent {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 100px;
    padding: 0 16px;
}
.viewProfileWrap {
    display: flex;
}
.viewProfileWrap h1 {
    font-size: 2rem;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 100%;
}
.viewProfileWrap h2 {
    font-size: 1.15rem;
    margin-bottom: 0;
    line-height: 100%;
}
.viewProfileWrap > div {
    flex: 1;
}
.viewProfileWrap > div:first-child {
    margin-right: 16px;
}
.viewProfileWrap > div:last-child {
    max-width: 312px;
}
    .viewProfileWrap .userWrap,
    .votingRecord,
    .followingContentWrap,
    .writeToBlogsWrap,
    .trophyWrap,
    .tutorialsContentWrap {
        border: 1px solid #efefef;
        border-radius: 3px;
        padding-bottom: 32px;
    }

.writeToBlogsWrap, .trophyWrap {
    margin-top: 32px;
}

    .votingRecord {
        margin-bottom: 32px;
    }
.viewProfileWrap .banner {
    height: 90px;
    background: #ff3dbf;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .viewProfileWrap .banner h2 {
        color: #fff;
        margin: 0;
        font-size: 1.6rem;
    }
.viewProfileWrap .userWrap .userAvatarWrapper {
    display: inline-flex;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    max-width: 128px;
    margin-top: -70px;
    border-width: 3px;
    margin-bottom: 18px;
}
.viewProfileWrap .userAvatarWrapper span.online {
    display: none;
}
.viewProfileWrap .userAvatarWrapper img.theAv {
    border-radius: 50%;
}
p.memberSince {
    margin: 0;
    padding: 0;
    font-size: 0.85rem;
    line-height: 140%;
}
.viewProfileWrap .followLinkWrap {
    margin-top: 24px;
    background: #dc0d8a !important;
}
span.followers {
    font-size: 0.85rem;
    display: block;
}
span.followers.has {
    display: inline-flex;
    align-items: center;
    line-height: 120%;
    margin-top: 16px;
}
span.followers.has > div:first-child {
    min-width: 38px;
    max-width: 38px;
}
span.followers.has > div:last-child {
    padding-left: 12px;
    text-align: left;
    font-weight: 500;
}
span.followers.has > div:last-child a {
    font-weight: normal;
}
.connectWrap {
    margin-top: 32px;
}
.connectWrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
}
.connectWrap ul li {
    padding: 0;
    margin: 0 3px;
}
div.userWebsite a {
    font-size: 1rem;
}
.onlineNow {
    font-size: 0.85rem;
    display: inline-block;
    background: #7df972;
    color: #377931;
    line-height: 100%;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 3px;
}
ul.voteRecordData {
    padding: 32px;
    padding-bottom: 0;
    margin: 0;
    list-style: none;
}
    ul.voteRecordData li {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    ul.voteRecordData li:last-child {
        margin-bottom: 0;
    }
    ul.voteRecordData li img {
        display: block;
    }
    ul.voteRecordData li > div:last-child {
        padding-left: 16px;
        line-height: 120%;
    }
    ul.voteRecordData li > div:last-child strong {
        display: block;
        font-size: 1rem;
        font-weight: 500;
    }
    ul.voteRecordData li > div:last-child span {
        display: block;
        font-size: 1.5rem;
    }
    ul.followerList {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
        ul.followerList li {
            margin: 0;
            padding: 16px;
            max-width: 33.3333%;
            min-width: 33.3333%;
        }
    ul.followerList .usernameLink {
        display: flex;
        flex-direction: column;
    }
    ul.followerList .usernameLink .avCol {
        margin-right: 0 !important;
        padding-bottom: 8px;
    }
    ul.followerList .usernameLink a {
        font-size: 1rem;
        font-weight: 500;
    }
    ul.followerList .usernameLink a span {
        margin-right: 0 !important;
    }
    .contentHead {
        padding-bottom: 16px;
    }
    .contentHead h2 {
        font-size: 2rem;
        margin-top: 0;
    }
    .contentHead a {
        font-weight: 500;
        font-size: 1.15rem;
    }
    .comments {
        padding: 12px 16px;
        padding-bottom: 0;
    }
.comments .comment {
    margin-right: 0 !important;
}
.forumPostList {
    margin: 16px 16px 0 16px !important;
}
.postContentWrap > div.column:first-child {
    display: none;
}

    ul.assetList {
        list-style: none;
        padding: 0;
        margin: 16px;
        margin-bottom: 0;
    }

.assetWrapper {
    background: #f8f8f8;
    border-radius: 3px;
    padding: 8px;
}
.gamesList {
    margin-top: 12px !important;
}
.noContent h2 {
    font-size: 2rem;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 32px;
    max-width: 500px;
}
.noContent p {
    max-width: 500px;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 32px;
}

    .writeToBlogsWrap ul {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-top: 16px;
    }
    .writeToBlogsWrap ul li {
        margin: 0;
        padding: 0 16px;
        margin-bottom: 16px;
        line-height: 120%;
    }
    .writeToBlogsWrap ul li:last-child {
        margin-bottom: 0;
    }
.writeToBlogsWrap .followWrapper {
    margin-top: -15px;
}
    .writeToBlogsWrap ul li a {
        font-weight: 500;
        position: relative;
        z-index: 2;
    }

    ul.profileMenu {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #efefef;
        margin-bottom: 32px;
    }

    ul.profileMenu li {
        margin: 0;
        padding: 0;
    }

        ul.profileMenu li a {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 100%;
            padding: 10px 15px;
            background: #efefef;
            font-size: 1rem;
            color: #dc0d8a;
        }
        ul.profileMenu li a:hover {
            text-decoration: none;
            background: #dc0d8a;
            color: #ffffff;
        }
        ul.profileMenu li a.profileSel {
            background: #dc0d8a;
            color: #ffffff;
            font-weight: 500;
        }
.paginationWrap {
    border-top: 0 !important;
}
.followingContentWrap.blogPosts {
    padding: 16px 16px 0 16px;
}
.paginationWrap { margin-top: 32px; }
p.blogDes {
    margin: 0;
    font-size: 1rem;
    line-height: 120%;
}

.statsWrap {
    display: flex;
    flex-wrap: wrap;
}


.statCounter {
    display: flex;
    border: 1px solid #efefef;
    border-radius: 3px;
    background: #fff;
    flex-direction: column;
    min-width: calc(50% - 16px);
    max-width: calc(50% - 16px);
    margin-bottom: 16px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
    .statsWrap .statCounter:nth-child(even) {
        margin-left: 8px;
    }
    .statsWrap .statCounter:nth-child(odd) {
        margin-right: 8px;
    }

.statCounter > div:first-child {
    background: #ff3dbf;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.15rem;
    padding: 16px;
}
    .statCounter > div:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
        padding:16px;
        text-align: center;
    }
    .statCounter > div:first-child > div {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
        span.count {
            display: block;
            font-size: 3rem;
            margin-top: 8px;
            margin-bottom: 5px;
            text-align: center;
        }

@media screen and (max-width:830px) {
    .viewProfileWrap {
        flex-direction: column;
    }
    .viewProfileWrap > div:first-child {
        order: 2;
        margin-right: 0;
    }
    .viewProfileWrap > div:last-child {
        order: 1;
        max-width: 100%;
        padding-bottom: 32px;
    }
    ul.profileMenu {
        flex-wrap: wrap;
    }
}
@media screen and (max-width:460px) {
    .statCounter {
        min-width: 100%;
        max-width: 100%;
    }
    .statsWrap .statCounter:nth-child(even) {
        margin-left: 0;
    }

    .statsWrap .statCounter:nth-child(odd) {
        margin-right: 0;
    }

}

    .trophyWrap .noTrophies {
        text-align: center;
        padding-top: 32px;
    }
    .trophyWrap .noTrophies p {
        font-size: 1rem;
        font-style: italic;
        margin: 0;
    }

.trophyContent {
    padding: 16px 16px 0 16px;
}
.trophyWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .trophyWrap ul li {
        margin: 0;
        padding: 0;
        display: flex;
    }

.trophyAward {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    background-image: linear-gradient(to right, #c6ffdd, #fbd786, #f7797d);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 12px;
    position: relative;
}
.trophyCount, .trophyHas {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 0.7rem;
    background: #ff3dbf;
    line-height: 100%;
    color: #ffffff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    right: -5px;
}
.trophyHas {
    background: #7df972;
    color: #377931;
}

    .trophyWrap ul li {
        margin-bottom: 8px;
    }
    .trophyWrap ul li:last-child {
        margin-bottom: 0;
    }
.trophyWrap ul li > div:last-child {
    align-items: center;
    display: flex;
    padding-left: 12px;
}
.trophyText strong {
    font-weight: 500;
    font-size: 1rem;
    display: block;
    line-height: 120%;
}
.trophyText span {
    font-size: 0.85rem;
    font-style: italic;
    display: block;
    line-height: 110%;
}
.trophyAward.grad1 {
    background-image: linear-gradient(to right, #c6ffdd, #fbd786, #f7797d);
}
.trophyAward.grad2 {
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}
    .trophyAward.grad3 {
        background: linear-gradient(to right, #fdc830, #f37335);
    }

.trophyPageWrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 64px;
}
.trophyPageWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}
    .trophyPageWrap ul li {
        margin: 0;
        padding: 0 16px;
        min-width: 33.33333%;
        max-width: 33.33333%;
        margin-bottom: 48px;
        text-align: center;
    }
        .trophyPageWrap ul li .trophyAward {
            margin: 0 auto;
            margin-bottom: 8px;
        }


    @media screen and (max-width:550px) {

        .trophyPageWrap ul li {
            min-width: 50%;
            max-width: 50%;
        }
    }

.trophyProgress, .unearnedTrophyProgress {
    display: block;
    border-radius: 3px;
    border: 1px solid #efefef;
    border-radius: 3px;
    background: #f8f8f8;
    padding: 3px;
    margin-top: 2px;
}
    .unearnedTrophyProgress {
        padding: 0;
        border: 0;
        max-width: 120px;
        margin: 0 auto;
    }
    .trophyProgress > div, .unearnedTrophyProgress > div {
        background: #c0c0c0;
        font-size: 0.75rem;
        font-weight: 500;
        text-align: right;
        position: relative;
        line-height: 24px;
        height: 24px;
        border-radius: 3px;
        padding-right: 2px;
        
    }
    .unearnedTrophyProgress > div {
        background: #7df972;
        color: #377931;
        height: 4px;
        font-size: 0.6rem;
        line-height: 0.85rem;
        padding-right: 2px;
        
    }
.unearnedTrophyProgress {
    margin-top: 5px;
}
.trophyProgress > div > div {
    display: block;
    border-radius: 3px;
    background: #7df972;
    color: #377931;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5px;
    position: absolute;
    top: 0;
    overflow: hidden;
    left: 0;
    min-width: 12px;
}
a.howEarn {
    font-size: 0.85rem;
    display: block;
    line-height: 100%;
    margin-top: 5px;
}
.trophyWrap .trophyProgress {
    margin: 0 -5px;
}

.oAuthWrap {
    display: flex;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
    .oAuthWrap > div {
        flex: 1;
        max-width: calc(50% - 2px);
        min-width: calc(50% - 2px);
    }
    .oAuthWrap > div:nth-child(odd) {
        margin-right: 2px;
    }
    .oAuthWrap > div:nth-child(even) {
        margin-left: 2px;
    }
    .oAuthWrap > div > * {
        width: 100%;
    }
    .oAuthWrap .g-signin2 > div {
        width: 100% !important;
        box-shadow: none !important;
        border: 0;
        border-radius: 3px;
        background: #dd4b39;
        color: #ffffff;
        position: relative;
    }

.oAuthLoginButton {
    background: #1877f2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 500;
    height: 36px;
    position: relative;
    padding-left: 12px;
    border-radius: 3px;
    height: 100%;
}
    .oAuthLoginButton.clever {
        background: #1464FF;
        margin-top: 4px;
        height: 40px;
        padding-left: 0;
    }
    .oAuthLoginButton img, .oAuthWrap .g-signin2 svg {
        filter: brightness(0) invert(1);
        position: absolute;
        left: 8px;
    }
    .oAuthLoginButton.clever img {
        position: static;
        left: 0;
    }
    .oAuthLoginButton:hover img, .oAuthWrap .g-signin2:hover svg {
        animation: heartBeat 1200ms infinite;
    }
    .oAuthLoginButton:hover.clever img {
        animation: none;
    }
    .oAuthLoginButton:hover {
        text-decoration: none;
    }
    
    .abcRioButtonContents > span:first-child {
        font-size: 0rem;
    }
.abcRioButtonContents > span:first-child::after {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    margin-left: -24px;
    content: 'Google';
}
    .oAuthSettingWrap {
        display: flex;
        align-items: center;
    }
    .oAuthSettingWrap > div {
        flex: 1;
        white-space: nowrap;
    }
.oAuthSettingWrap {
    margin-bottom: 16px;
}
.oAuthWrap.connectOAuth > div,
.oAuthWrap.connectOAuth > a {
    min-width: 100%;
    max-width: 100%;
}
    .oAuthWrap.connectOAuth {
        margin-bottom: 0;
        display: flex;
        justify-content: flex-end;
    }
#credential_picker_container {
    top: 80px !important;
}

.profileBadges {
    display: flex;
    justify-content: center;
    align-items: center;
}
.earlyAdopter {
    font-size: 0.85rem;
    display: inline-block;
    background: orange linear-gradient(rgb(255, 235, 0), #ff8c00);
    color: #fff;
    line-height: 100%;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 3px;
    margin-left: 4px;
}