.BL-player-stats {
    position: relative;
}

.BL-player-stats .selector {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.BL-player-stats .stats-container {
    position: relative;
    border-top: 1px solid #8C867E;
    width: 100%;
    height: 500px;
    overflow: auto;
}

.BL-player-stats .select-container {
    position: relative;
    padding: .5em;
}

.BL-player-stats .loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    width: 10%;
    display: none;
}

.BL-player-stats.is-busy .stats-container {
    opacity: .5;
}

.BL-player-stats.is-busy .loading-icon {
    display: block;
}

.select-stats {
    cursor: pointer;
}



table.homePage td {
    border-bottom: 1px solid #8C867E;
    border-right: 1px solid #8C867E;
}

table.homePage tr.lastRow td {
    border-bottom-width: 0px;
}

.homePage td:first-child {
    width: 58%;
}



.items-section {
    position: relative;
    min-height: 10em;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.items-section .information {
    width: 17em;
    padding: .8em;
    flex-grow: 1;
    min-height: 8em;
}

.BL-player-items .options label {
    display: flex;
    align-items: center;
    font-size: .9em;
}

.BL-player-items .options {
    padding: 0 .5rem .5rem;
    flex-grow: 0;
}

.items-section .items-container {
    position: relative;
    background: #343434;
    padding: .5em;
    /* margin: .5em; */
    border: 1px solid #64605b;
    border-radius: .5em;
    max-height: 10em;
    overflow: auto;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .2);
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
}

.items-section .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.BL-player-items.multiple-selected .name,
.BL-player-items.multiple-selected .expires,
.BL-player-items.multiple-selected .use-item {
    display: none;
}

.BL-player-items.multiple-selected .desc {
    text-align: center;
    margin: 2em 0;
}


.BL-player-items .items-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    min-width: 23em;
    max-width: 32em;
    flex-grow: 1;
    position: relative;
    padding: .5em;
}

.BL-player-items .items-pull {
    background: #3e3e3e;
    max-width: 300px;
    margin: .5em auto;
    border-radius: .5em;
    width: 100%;
    padding: .5em;
    box-sizing: border-box;
    text-align: center;
}

.BL-player-items .items-pull .pull-desc {
    color: #c5c5c5;
    margin: .5em 0;
}

.items-section .carry-information {
    padding: 0 .5rem .5rem;
    position: relative;
    flex-grow: 0;
}

.items-section.is-over .carrying {
    color: #ff7f7f;
    font-weight: bold;
}

.items-section.is-over {
    background: #584a4a;
}

.items-section.is-over .items-container {
    background: #352b2b;
}

.items-section .item {
    display: inline-block;
    margin: .2em;
    position: relative;
}

.items-section .item.equipped .BL-item {
    opacity: .4;
    filter: grayscale(100%) brightness(150%);
}

.items-section .item.selected {
    outline: 2px solid #ead9a9;
}

.items-section .name {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: .4em;
}

.items-section .item .stack-count {
    position: absolute;
    bottom: -3px;
    right: -3px;
    z-index: 505;
    background: #8e0000;
    border-radius: 1rem;
    min-width: 1.7rem;
    min-height: 1.7rem;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,.6));
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .1rem .2rem .2rem;
}

.items-section .item .stack-count > div {
    position: relative;
    line-height: 1;
    color: #d0d0d0;
}

.BL-player-items.none-selected .information > * {
    visibility: hidden;
}

.BL-player-items.none-selected .information::before {
    content: 'Select an item';
    top: 38%;
    text-align: center;
    position: relative;
    display: block;
    opacity: .5;
}

.BL-player-items .drop-item {
    float: right;
}

/*.use-item {
    margin-top: .5em;
}

.use-item.not-usable {
    display: none;
}*/
/*
.player-effects.desktop {
    position: relative;
    margin: .5rem .5rem -1rem;
    text-align: right;
}*/

.characterImage {
    position: relative;
    overflow: hidden;
}
/*
.player-effects .BL-timer-display {
    font-size: 8px;
    opacity: .6;
}

.player-effects .effect-display {
    display: inline-block;
    text-align: center;
    width: 50px;
    margin: .6rem .3rem;
}

.player-effects .effect-display.no-time .BL-timer-display {
    visibility: hidden;
}

.player-effects .effect-display .BL-item {
    margin: 0 auto;
    width: 20px;
    position: relative;
}

.player-effects.mobile {
    position: relative;
    margin: .2rem;
    text-align: right;
}
*/







.achievementArrows {
    background-image: url(../../images/game/misc/arrows-sprite.png);
    width: 17px;
    height: 64px;
    cursor: pointer;
    opacity: 0.5;
}

.achievementStars {
    background-image: url(../../images/game/misc/star-sprite.png);
    margin-left: 4px;
    width: 35px;
    height: 11px;
}

#capsFrameIE {
    #overflow-x:hidden; white-space: nowrap;
    width: 545px;
    border: 0px solid red;
    position: relative;
    left: 0px;
}

#capsFrame {
    #overflow-x:hidden; white-space: nowrap;
    width: 765px;
    border: 0px solid red;
    position: relative;
    left: -110px;
}

.achievementCap {
    width: 105px;
    height: 93px;
    display: relative;
    margin-right: 5px;
}

.noHighlight {
    /* no highlighting */
    -webkit-user-select : none;
    /* Chrome/Safari */
    -moz-user-select : none;
    /* Firefox */
    -ms-user-select : none;
    /* IE10+ */
}

#frameContainer {
    display: relative;
    overflow-x: hidden;
    width: 545px;
    border: 0px solid orange;
    margin-top: 5px;
    margin-bottom: 5px;
}













.player-more {
    padding: 0 1px !important;
    box-sizing: border-box;
    width: 620px;
    position: relative;
}

.player-more .link {
    background: #4a4a4a;
    padding: .5em 1em;
    display: inline-block;
    border: 1px solid #8C867E;
    border-bottom: 0;
    margin-right: .5em;
}

.player-more .link.mana {
    color: #ff38a3;
    font-weight: bold;
}




.BL-wallet {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 600;
    align-items: center;
    justify-content: center;
    display: none;
}

.BL-wallet.open {
    display: flex;
}

.BL-wallet .menu {
    position: relative;
    width: 97%;
    max-width: 260px;
    max-height: 350px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #cecece;
    background: #29221c;
    border-color: #2f2a25;
}

.BL-wallet .cards {
    flex-grow: 1;
    background: #27221d;
    border-color: #463e34;
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.81);
}

.BL-wallet h1 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: .2em .5em 0;
    color: #bba085;
}

.BL-wallet .card {
    position: relative;
    width: 100%;
    filter: drop-shadow(2px 2px 3px black);
}

.BL-wallet .red-x-icon {
    background-image: url(../../images/game/misc/close.png);
    position: absolute;
    top: 8px;
    right: 1em;
    width: 13px;
}

.image-view {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-view .image {
    position: relative;
    filter: drop-shadow(2px 4px 6px black);
    opacity: 0;
    transform: scale(.7);
    transition: 500ms;
    width: 97%;
    max-width: 380px;
}

.image-view .image.show {
    opacity: 1;
    transform: scale(1);
}

.perks-info {
    color: #bababa;
    margin: .5rem;
    text-align: center;
}

/*.perks-container {
    position: relative;
    background: #383838;
    border-radius: .5rem;
    margin: 1rem;
    padding: 1rem;
}

.perks-container .BL-perk {
    display: inline-block;
    margin: .5rem;
}*/

.firepower-display {
    text-align: center;
    margin: .2em 0;
}

.firepower-display .color-firepower {
    font-size: 1.5em;
}




.player-revenue {
    position: relative;
    display: none;
    padding: .5em;
    flex-wrap: wrap;
    max-width: 70em;
    margin: 0 auto;
}

.player-revenue.show {
    display: flex;
}

.player-revenue > .right {
    position: relative;
    background: #3e3e3e;
    border: 1px solid #636363;
    border-radius: .5em;
    flex-grow: 1;
    padding: .5em;
    text-align: center;
    max-width: 39em;
}

.player-revenue > .left {
    position: relative;
    width: 18em;
    padding: .5em;
    text-align: center;
    margin: 0 auto;
}

.player-revenue .revenue-display {
    position: relative;
    display: inline-block;
    width: 16em;
    margin: .5em;
    text-align: center;
}

.player-revenue .revenue-display .value {
    font-size: 1.3em;
}

.player-revenue .revenue-display .label {
    font-weight: bold;
    color: #a3a3a3;
}

.player-revenue select {
    position: relative;
    margin-bottom: .5em;
}

.player-revenue .displays {
    position: relative;
    overflow: auto;
    max-height: 14em;
}

.player-revenue .loading-icon {
    position: absolute;
    right: 0;
    bottom: .5em;
}

.player-revenue.no-revenue::before {
    content: 'No Revenue Found';
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #4a4a4a;
    background: rgba(74, 74, 74, .8);
    text-align: center;
    padding-top: 5em;
    font-weight: bold;
}


.hardened-resolve-container {
    display: inline-flex;
    position: relative;
    align-items: center;
    padding: .1em .6em .1em .4em;
    background: rgb(18,18,36);
    background: linear-gradient(0deg, rgba(18,18,36,1) 0%, rgba(65,65,89,1) 41%);
    border: 1px solid #4d4f84;
    box-shadow: 0 0 5px #000046;
    cursor: default;
    margin: 0 auto 1em;
}

.hardened-resolve-container .ring-icon {
    position: relative;
    width: 18px;
    animation: ringGlow 2s linear infinite alternate;
}

.hardened-resolve-container .title {
    font-weight: bold;
    margin: 0 .8em 0 .5em;
}

.hardened-resolve-container .status {
    color: #a1a1ff;
}

@keyframes ringGlow {
    from {
        filter: drop-shadow(0 0 1px #7a7aff);
    }
    to {
        filter: drop-shadow(0 0 3px #7a7aff) drop-shadow(0 0 3px #7a7aff);
    }
}