body {
    width: 100%;
    max-width: 1350px;
    background: #111;
}

#main, #body {
    width: 100%;
}

.topbarContainer {
    width: 100%;
    max-width: 1350px;
}

.profile-main-body {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.p--avatar-container {
    width: 100%;
    display: flex;
    flex-flow: column;
}
.user-logged-in-icon {
    font-size: 1rem;
    text-shadow: none;
}


.p--blur-material {
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.p--avatar {
    width: 150px;
    height: 150px;
    margin: 35px auto 0 auto;
    box-shadow: 0 0 5px 1px rgba(0,0,0, 0.65);
}

.p--rank-container {
    width: 150px;
    height: 10px;
    margin: 0 auto 15px;
    background: #333;
    box-shadow: 0 0 5px 1px rgba(0,0,0, 0.65);
}

.p--rank-value {
    height: 100%;
    background: linear-gradient(#c00, #500);
}

.p--member-username {
    margin: 10px auto;
}

.collapsible-panel__visible {
    display: block;
}

.p--rig-core-components {
    background: none;
    width: calc(100% - 0px);
    padding: 0;
    margin: 0;

    font-family: "Montserrat", Arial, sans-serif;

    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 70% 30%;
}

.pr--core-component {
    --default-background: #222;
    transition: background-color 500ms;
    grid-column: 1/1;
    display: grid;
    grid-template-columns: auto 100px;
    grid-template-rows: 32px auto;
    width: calc(100% - 0px);
    position: relative;
    z-index: 1;
    min-height: 95px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.65);
    background: linear-gradient(
            to left,
        var(--default-background),
        var(--default-background) 65%,
        var(--brand-colour, #222) 170%
    );
}

.pr--core-component:before {
    background: linear-gradient(
            to left,
            var(--default-background),
            var(--default-background) 55%,
            var(--brand-colour, #222) 115%
    );
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: opacity 350ms;
}

.pr--core-component:hover:before {
    opacity: 1;
}

.pr--core-component h1 {
    width: calc(100% - 10px);
    padding: 5px;
    grid-row: 1/1;
    grid-column: 1/1;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.pr--edit-component {
    position: absolute;
    padding: 5px;
    z-index: 2;
    right: 0;
    top: 0;
    font-size: 12px;
    cursor: pointer;
    transition: transform 200ms;
}

.pr--edit-component:hover {
    transform: scale(1.15);
}

.pr--edit-component span {
    font-family: Montserrat, sans-serif;
}

.pr--edit-component:before {
    margin-right: 5px;
}

.pr--core-component p {
    padding: 13px 8px;
    font-size: 16px;
    color: #fff;
    margin: 0 0 0 15px;

    grid-row: 2/2;
    grid-column: 1/1;
}

.pr--core-component a p {
    color: #fff;
}

.pr--component {
    grid-column: 1/1;
}

#pr-cpu-link, #pr-gfx-link {
    position: relative;
}

.pr--hardware-scores {
    width: calc(100% - 10px);
    height: calc(100% - 15px);
    background: #222;
    display: grid;
    grid-template-columns: auto 75px;
    grid-template-rows: 100%;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.65);
    position: relative;
    grid-column: 3 / 3;
}

.pr--hardware-scores .pr--hardware-score-container {
    grid-column: 1/1 !important;
    position: relative;
    margin: 0;
}

.pr--compare-rating-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
}

.pr--compare-difference-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.pr--brand {
    position: absolute;
    color: #fff;
    font-size: 10px;
    bottom: 5px;
    left: 5px;
}

.pr--core-cpu {
    margin: 10px 0 5px 10px;
    grid-row: 1/1;
    grid-column: 1/1;
}

.pr--core-gpu {
    margin: 5px 0 5px 10px;
    grid-row: 2/2;
    grid-column: 1/1;
}

.pr--core-ram {
    margin: 5px 0 10px 10px;
    width: calc(100% - 10px);
    grid-row: 3/3;
    grid-column: 1/1;
    position: relative;
}

button.pr--check-game-btn {
    height: 25px;
    bottom: 0;
    left: calc((100% - 200px) / 2);
    border: 0;
    background: #2980b9;
    color: #fff;
    cursor: pointer;
}

.p--rig-core-components .pr--your-cpu-score {
    margin: 10px 5px 5px 5px;
}
.p--rig-core-components .pr--your-gpu-score {
    margin: 5px 5px 5px 5px;
    height: calc(100% - 10px);
}
.p--rig-core-components .pr--your-ram-score {
    margin: 5px 5px 10px 5px;
}

.p--account-btn-container a {
    margin: auto;
}
.p--login-text {color: #258cd1;font-size: 12px;text-align: center;}
.p--login-text:hover {color:#4aa3df;}

.link-blue {color: #258cd1 !important;}
.link-blue:hover {color:#4aa3df !important;}

.pr--no-rig {
    grid-column: 1 / span 2;
    width: calc(100% - 10px);
}

.pr--no-rig-public {
    grid-column: 1 / 1;
    width: calc(100% - 10px);
}

.pr--hardware-score-container {
    display: table;
    height: 100%;
    margin: 0 auto;
    grid-column: 2/2;
    grid-row: 1 / span 2;
}

.pr--hardware-difference-container {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pr--hardware-difference-container span {
    font-size: 14px !important;
    text-align: center;
}

.pr--rig-image {
    transition: background 250ms;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    min-height: 300px;
    margin: 10px 10px 5px 5px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.65);
    background-image: url("/images/rig-placeholder.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pr--hardware-score {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    text-align: center;
    grid-column: 2 / 2;
    grid-row: 1 / span 2;
}

.pr--hardware-difference {
    display: table;
    text-align: center;
    height: 100%;
}

.pr--hardware-difference div {
    display: table-cell;
    vertical-align: middle;
}

.pr--rig-info {
    grid-column: 1 /span 2;
    grid-row: 4 / 4;
    position: relative;
}

.pr--rig-name {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(33,33,33, 0.65);
    padding: 5px 10px;
}

.pr--rig-cost {
    position: absolute;
    bottom: 10px;
    left: 5px;
    background: rgba(33,33,33, 0.65);
    padding: 5px 10px;
}

.pr--image-buttons {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 85px;
}

button#upload-rig-image-modal {
    width: 100%;
    padding: 5px 10px;
    border: 0;
    background: #27ae60;
    cursor: pointer;
}

.pr--rig-score {
    width: 60px;
    height: 55px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding-top: 5px;
    background: rgba(33,33,33,0.65);
}

button#upload-rig-image-modal:hover {
    background-color: #2ecc71;
}

.pr--modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(33,33,33, 0.65);
    z-index: 999;
}

.pr--modal {
    position: relative;
    top: 20%;
    width: calc(100% - 40px);
    max-width: 600px;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    margin: auto;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.65);
}

.pr--modal-square {
    position: relative;
    top: 20%;
    width: 320px;
    height: 320px;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    margin: auto;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.65);
}

.pr--modal-body-square {
    height: 281px;
    width: calc(100% - 20px);
    padding: 10px;
    color: #000;
}

.pr--modal-title {
    height: 35px;

    background: #aaa;
    position: relative;
}

.pr--modal-title h1 {
    font-size: 16px;
    margin: 0;
    padding: 10px;
}

.pr--modal-title div {
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    width: 35px;
    background: #ff2727;
    display: table;
    cursor: pointer;
}

.pr--modal-body {
    height: 150px;
    width: calc(100% - 20px);
    padding: 10px;
    color: #000;
}

.pr--modal-body form {
    width: 100%;
    height: 100px;
    position: relative;
}

.pr--modal-body form button, .pr--modal-body form input, .pr--modal-body form input label {
    display:block;
    margin: 10px 0;
}

.pr--modal-body form button {
    padding: 5px 25px;
    border: 0;
    background: #27ae60;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.pr--edit-rig {
    transition: 350ms;
    cursor: pointer;
    color: #fff;
}

.pr--edit-rig a {
    color: #fff;
}

.pr--edit-rig:hover {
    background: rgba(55,55,55,0.65);
}

.pr--modal-body form button:hover {
    background: #2ecc71;
}

.pr--modal-title div:hover {
    background: #d80000;
}

.pr--modal-title div span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.pr--modal-title div span i {
    margin: 0;
    padding: 0;
}

.c100 {
    float: none !important;
    margin: 0 auto !important;
}

.pr--elite {
    color: #d4af37;
}

.pr__grid-span-2-col { grid-column: 1 / 1 }

.badge-rack {
    background: none;
    border: 0;
}

.p--member-status {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 35px;
    grid-template-columns: 50px auto;
    background: rgba(33,33,33,0.65);
    color: #fff;
}

.pr__rig-upgrade-panel {
    grid-column: 2/2;
    padding: 10px 5px 5px 0;
    position: relative;
}

.p--rig-core-components .pr__rig-upgrade-panel ~ .pr__rig-upgrade-panel {
    padding: 5px 5px 5px 0;
}

.p--rig-core-components .pr__rig-upgrade-panel ~ .pr__rig-upgrade-panel ~ .pr__rig-upgrade-panel {
    padding: 5px 5px 10px 0;
}

.pr--hardware-scores .pr__rig-upgrade-panel {
    padding: 0;
}

.pr__rig-upgrade-panel-inner {
    display: grid;
    height: 100%;
    grid-template-rows: 30% 40% 30%;
    font-size: 12px;
    background: #333;
    position: relative;
    z-index: 2;
}

.p--rig-core-components .pr__rig-upgrade-panel::before {
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 15px);
    content: "";
    top: 10px;
    left: 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.65);
    z-index: 0;
}

.p--rig-core-components .pr__rig-upgrade-panel ~ .pr__rig-upgrade-panel::before {
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 10px);
    content: "";
    top: 5px;
    left: 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.65);
    z-index: 0;
}

.p--rig-core-components .pr__rig-upgrade-panel ~ .pr__rig-upgrade-panel ~ .pr__rig-upgrade-panel::before {
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 15px);
    content: "";
    top: 5px;
    left: 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.65);
    z-index: 0;
}

.pr__rig-upgrade-panel-inner div {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.pr__rig-upgrade-panel-inner div span {
    display: table-cell;
    vertical-align: middle;
}

.pr--hardware-scores .pr__rig-upgrade-panel::before {
    box-shadow: none;
}

.pr__rig-check-prices-button {
    cursor: pointer;
}

.pr__rig-upgrade-panel a:hover div {
    background-color: #444;
}

.pr__rig-upgrade-panel a div {
    color: #258cd1 !important;
}

.pr__rig-upgrade-panel a:hover div {
    color: #4aa3df !important;
}

.p--member-status img {
    margin: auto 0;
}

.p--member-status div {
    margin: auto 10px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Open Sans", arial, sans-serif;
}

.thumb-container {
    background: rgba(33,33,33,0.65);
}

.thumbs-info {
    display: grid;
    grid-template-columns: 40% 15% 30% 15%;
    justify-content: center;
}

.thumbs-total {
    background: none;
    display: flex;
    text-align: left;
    width: 100%;
}

.thumb-controls {
    display: flex;
    width: 100%;
    background: none;
}

.thumb-controls .thumb-btn {
    height: 30px;
    margin: 8px auto;
    background: #222 !important;
}

.profile-buddy-actions {
    width: 100%;
    background: rgba(33,33,33,0.65);
    display: grid;
    grid-template-columns: 40% 15% 30% 15%;
}
.pba--title {
    padding: 0 10px;
    line-height: 56px;
}
.pba--buddy-count {
    margin: 8px 7px;
}
.pba--count-panel {
    background: #444;
    padding: 6px;
    text-align: center;
}
.pba--buddy-indicator {
    font-size: 10px;
    text-align: center;
    color: #00AC05;
    padding: 7px 0;
}

.pr__rig-upgrade-button {
    border-top: none;
}

.pr__rig-upgrade-panel-inner div {
    border-top: 1px solid #000;
}
.thumbs-value.total-rep {
    margin: auto;
}

.lifetime-rep-container, .buddies-count-container {
    background: linear-gradient(#444, #333);
    border: 1px solid #333 !important;
    margin: 10px 5px;
    text-align: center;
    border-radius: 2.5px;
    height: 25px;
    grid-column: 3/3;
}
.lifetime-rep, .buddies-count {
    margin: auto;
    cursor:help;
    font-size:1.25rem;
    color:#00ffff !important;
    line-height: 30px;
}

.p--member-btn-row {
    margin: 0;
    /*background: #333;*/
    /*box-shadow: 0 0 10px 0 rgba(0,0,0,0.65);*/
    display: flex;
}
.p--member-btn-row button {
    border: 0;
    padding: 5px 12px;
    margin: 0 10px 10px;
    cursor: pointer;
    width: 150px;
    height: 40px;
    font-size: 14px;
    font-family: Montserrat, arial, sans-serif;
    color: #fff;
    background-image: linear-gradient(#333, #222);
    border-radius: 3px;
}

.p--account-btn-container button:hover {
    background-image: linear-gradient(#444, #333);
}

@media (max-width: 768px) {
    .lifetime-rep-container, .buddies-count-container{
        margin: 14px 5px;
        height: 48px;
    }
    .lifetime-rep, .buddies-count {
        line-height: 48px;
    }
    .thumbs-headers-js{
        line-height: 64.5px;
    }
    .pba--title{
        line-height: 47px;
    }
}

/*.buddies-count-container{*/
/*    background: linear-gradient(#444, #333);*/
/*    border: 1px solid #333 !important;*/
/*    margin: 10px 5px;*/
/*    text-align: center;*/
/*    border-radius: 2.5px;*/
/*}*/

/*.buddies-count {*/
/*    margin: auto;*/
/*    cursor:help;*/
/*    font-size:1.25rem;*/
/*    color:#00ffff !important;*/
/*}*/

.become-premium-container {
    height: 35px;
    background: #17191C;
    text-align: center;
}

.become-premium-container a, a.p--member-status div{
    line-height: 35px;
    color: #1480cd;
}

.become-premium-container a:hover, a.p--member-status div:hover{
    color: #66CCFF;
}

.feed-tab:hover:not(.active) {
    background-image: linear-gradient(#444, #333);
}

@media (min-width: 768px) {
    .profile-main-body {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 50%);
    }

    .profile-top {
        display: grid;
        grid-template-columns: 250px calc(100% - 250px);
    }

    .profile-top {
        grid-column: 1 / span 2;
    }

    .p--avatar-container, .p--member-status, .p--member-badge-rack, .p--member-rep {
        grid-column: 1/1;
    }

    .p--rig-core-components {
        display:grid;
        grid-template-columns: calc(60% - 100px) 100px 40%;
    }

    .p--rig-core-components__public {
        grid-template-columns: calc(55% - 75px) 75px 190px calc(45% - 190px);
    }

    .pr--rig-info {
        grid-column: 3/3;
        grid-row: 1 / span 3;
    }

    .pr--rig-info__public {
        grid-column: 4/4;
    }

    .pr--rig-image {
        height: calc(100% - 20px);
        margin: 10px 10px 10px 5px;
    }

    .pr--rig-name {
        left: 5px;
    }

    .reply-count-style {
        width: 90px;
        text-align: center;
    }
}

@media (min-width: 980px) {

}

@media (min-width: 1350px) {

}

@supports not (backdrop-filter: blur()) {
    .profile-user-panel {
        background: none !important;
    }
}
