﻿@font-face {
    font-family: Futura PT;
    font-weight: 400;
    src: url(../fonts/FuturaPT-Book.woff2) format("woff2")
}

@font-face {
    font-family: Futura PT;
    font-weight: 500;
    src: url(../fonts/FuturaPT-Demi.woff2) format("woff2")
}

@font-face {
    font-family: Futura PT;
    font-weight: 600;
    src: url(../fonts/FuturaPT-Demi.woff2) format("woff2")
}

/* strong sword pure */
@font-face {
    font-family: 'StrongSword_Pure';
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/StrongSword_Pure.woff2) format("woff2")
}
/* strong sword mixed */
@font-face {
    font-family: 'StrongSword_Mixed';
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/StrongSword_Mixed.woff2) format("woff2")
}
/* strong sword New */
@font-face {
    font-family: 'StrongSword_New';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/StrongSword_New.woff2) format("woff2")
}

@font-face {
    font-family: 'StrongSword_New';
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/StrongSword_New_Bold.woff2) format("woff2")
}

h4 {
    font-size: 14px;

}
a:hover {
    text-decoration: none;
}

.tooltip {
    font-size: 1rem;
}

.text-black-outline {
    text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.required:before {
    content: "*\00a0";
    color: red;
}

/* Buttons */
.btn {
    border-radius: 0;
    position: relative;
}

.btn-primary {
    font-family: "Futura PT", Beaufort for LOL,Arial,sans-serif;
    font-weight: 500;
    transition: .4s ease;
    font-size: 12px;
    letter-spacing: 2px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 15px 35px;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    background-color: #14181d;
    background-color: #191d23;
    border: 1px solid #2e3644;
}

    .btn-primary:hover {
        background-color: #1f242b;
        /*color: #c7a063;*/
        border: 1px solid #a78655;
        border: 1px solid #515f77;
    }

    .htmx-request .btn-primary, .btn-primary.disabled {
        color: #fff;
        background-color: #3b3b3b;
        border-color: #606060;
        cursor: not-allowed;
    }

/* Alerts */
.alert {
    padding: 15px;
    text-align: center;
    border-radius: 0;
}

    .alert a {
        color: #f0f33b;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

.alert-danger {
    color: #f8d7da;
    background-color: #721c24;
    border-color: #8f2a34;
}

.alert-success {
    color: #d4edda;
    background-color: #155724;
    border-color: #1c642c;
}

.alert-warning {
    color: #fff3cd;
    background-color: #bb731a;
    border-color: #bb731a;
}

.alert-info {
    color: #d1ecf1;
    background-color: #1e6b89;
    border-color: #0c5460;
}

.breadcrumb {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
}

.toast {
    font-size: 14px;
    --bs-toast-color: black;
}

.bg-info {
    --bs-info-rgb: 13, 149, 240;
}

/**
 * COMEBACK
 */
.vote-title {
    letter-spacing: 2px;
    text-align: center;
}

.content-text {
    color: #dcdcdc;
    padding: 20px 26px;
}


.btn.my-account {
    color: #d8c79b;
    color: #dfc88b;
    border-radius: 2px;
    border: 1px solid #462c1d;
    box-shadow: inset 0px 20px 50px #71402366, inset 0px 0px 4px #baaf9533, inset 0 0 10px rgb(0 0 0 / 56%);
}

/* Download image */
.download-image {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

/* Donate item */
.donate-item {
    background-color: rgba(10,10,12,0.9);
    -webkit-transition-timing-function: ease,linear,ease;
    -moz-transition-timing-function: ease,linear,ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s,.15s,.15s;
    -moz-transition-duration: .15s,.15s,.15s;
    transition-duration: .15s,.15s,.15s;
    border: 1px solid #282828;
    border: 1px solid #4d4b47;
    position: relative;
    margin-bottom: 30px;
    /* box-shadow: 0 0 11px 7px rgba(0,0,0,.2); */
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px;
}

    .donate-item:hover {
        -webkit-transition-timing-function: ease,step-start,ease;
        -moz-transition-timing-function: ease,step-start,ease;
        transition-timing-function: ease,step-start,ease;
        transform: scale(1.015);
    }

    .donate-item .item-content {
        padding: 30px 0 30px;
        text-align: center;
        transition: .4s;
        /*height: 180px;*/
    }

    .donate-item h1 {
        text-shadow: 0 0 10px #855922;
        font-weight: bold;
        font-size: 22px;
        padding: 7px 0;
        margin: 0;
        letter-spacing: 3px;
        color: #d8cc7a;
        background-color: #4f008073;
        background-color: #000000a6;
    }


    .donate-item h1, .donate-item h2 {
        text-transform: uppercase;
        text-indent: 0;
    }

.donate-image {
    width: 100px;
    height: 100px;
}

.donate-offer {
    border-top: 1px solid hsla(39.7,52%,56.7%,.3);
    margin: 0 30px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .donate-offer .item {
        border: 1px solid #514631;
        background-color: #0f121591;
        width: 100%;
        max-width: 500px;
        margin-top: 5px;
    }

.donate-item .profit-label {
    border-radius: 0;
    padding: 5px 15px;
    margin: 0;
    color: #fff254;
    position: absolute;
    background: #856cc3;
    background: #902e2e;
    background: #23883a;
    /* background: #144179; */
    /* border: 2px solid #927345; */
    border: 2px solid #b17c24;
    top: 0px;
    right: -60px;
    font-weight: bold;
    transform: rotateZ( 30deg);
    width: 200px;
    text-align: center;
    z-index: 1;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 67%);
}

.donate-item .profit-label p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.donate-item .bonus-item {
    padding: 10px 15px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    z-index: 1;
    color: #ffe634;
    border-radius: 0;
    color: #15fb31;
}

.bonus-item p {
    margin: 0;
    font-size: 1.3em;
    letter-spacing: .1em;
    font-weight: bold;
}

.donate-item .bonus-label {
    padding: 5px 10px;
    margin: 0;
    color: #fff254;
    position: absolute;
    background: #856cc3;
    background: #902e2e;
    background: #238038;
    /* background: #144179; */
    border: 1px solid #927345;
    /* border-radius: 10% 0 0 0; */
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    color: #f6ff65;
    font-size: 11px;
    text-align: left;
}

.donate-item .cost-primary {
    font-size: 18px;
    text-indent: 0;
    text-transform: uppercase;
    margin-top: 0;
    color: #ff77fb;
    color: #d1d1d1;
    letter-spacing: .2rem;
}

.donate-item .cost-secondary {
    text-transform: uppercase;
    color: #908b7b;
    font-size: 14px;
    padding-top: 6px;
    margin: 0;
}

.donate-item .special-offer-title {
    color: #ffd04c;
}

.donate-action {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #000000c7;
    /*background-color: #2c9d63b8;*/
    padding: 5px 0;
    transform: translateY(100%);
    transition: .2s;
    text-align: center;
}

.donate-item:hover .donate-action {
    transform: translateY(0%);
}

.donate-action h2 {
    color: white;
    font-size: 16px;
    letter-spacing: .05em;
    padding: 8px 0;
    margin: 0;
}

.donate-bonus .bonus-content {
    padding: 30px 0 35px;
    text-align: center;
    transition: .4s;
    /*height: 180px;*/
}

.donate-bonus p {
    margin: 0;
}


.donate-item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: -1;
}

.donate-item .bg-bonus {
    background: url(../images/donate/treasure.png) no-repeat center;
    background-size: cover;
    opacity: .3;
}

.btn-donate {
    border: 4px solid transparent;
    /*border: 10px solid #575fb3;
            background-color: #6772e5;*/
    background-color: white;
}

    .btn-donate:hover {
        /*border-color: #80a4f3;*/
        /*border-color: #373d80;*/
        border-color: #253b80;
    }

.donate-reward h3 {
    color: #ff59f2;
    text-shadow: 0 0 5px black;
}

.event-label p {
    margin: 0;
}

.event-label {
    padding: 5px 10px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    background: #030202ad;
    border-bottom: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

    .event-label .text-success {
        color: #98ff6d !important;
    }

/* Checkout */
.pay-button {
    border-radius: 4px;
    position: relative;
    width: 95%;
    border: none;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 17px;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 20px;
    overflow: hidden;
}

    .pay-button:hover {
        filter: brightness(0.95);
        color: white;
    }

.pay-button-color-blue {
    background: #0070ba;
    background: #4d4d4d;
}

.pay-button-color-stripe {
    background: rgb(98,90,250);
}

.pay-button > .pay-button-label-container {
    margin: 0 4vw;
    height: 24px;
    display: flex;
    align-items: center;
    position: relative;
}

    .pay-button > .pay-button-label-container * {
        vertical-align: middle;
        height: 100%;
        text-align: left;
        position: relative;
        padding: 0 3px;
    }

    .pay-button > .pay-button-label-container span {
        height: auto;
    }

.pay-logo {
    padding: 0;
    display: inline-block;
    background: none;
    border: none;
    width: auto;
}

.pay-button .profit-label {
    border-radius: 0;
    padding: 8px 15px;
    margin: 0;
    color: #ffffff;
    position: absolute;
    background: #856cc3;
    background: #902e2e;
    border: 2px solid #e3a743;
    top: -11px;
    right: -15px;
    font-weight: bold;
    transform: rotateZ( 17deg);
    width: 275px;
    z-index: 1;
    font-size: 13px;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 67%);
    text-align: center;
    padding-left: 120px;
}
.pay-button .profit-label p {
    margin: 0;
}

    .payment-icons {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
    }

.payment-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 3px;
}

    .payment-icon.visa {
        background: url(/images/donate/visa.png) no-repeat center;
        background-size: contain;
    }

    .payment-icon.mc {
        background: url(/images/donate/mc.png) no-repeat center;
        background-size: contain;
    }

    .payment-icon.apple-pay {
        background: url(/images/donate/apple-pay.png) no-repeat center;
        background-size: contain;
    }

    .payment-icon.wechat {
        background: url(/images/donate/wechat.png) no-repeat center;
        background-size: contain;
    }


/* Tiered Spender */
.ts-icon {
    font-size: 20px;
}

.ts-container {
}

    .ts-container .nav.nav-tabs li {
        padding: 0;
    }

    .ts-container .bg-info {
        background-color: #007bff !important;
    }


    .ts-container .text-info {
        color: #007bff !important;
        text-shadow: 1px 1px 3px #007bff;
    }

        .ts-container .text-info:hover, .ts-container .text-info:focus {
            color: #007bff !important;
        }

    .ts-container .text-success {
        color: #5cb85c !important;
        text-shadow: 0 0 2px #215621, 0 0 2px #215621, 0 0 2px #215621, 0 0 2px #215621;
    }

        .ts-container .text-success:hover, .ts-container .text-success:focus {
            color: #5cb85c !important;
        }

    .ts-container .text-primary {
        color: #ff8822 !important;
        text-shadow: 0 0 2px #8b4e19, 0 0 2px #8b4e19, 0 0 2px #8b4e19, 0 0 2px #8b4e19;
    }

        .ts-container .text-primary:hover, .ts-container .text-primary:focus {
            color: #ff8822 !important;
        }

    .ts-container .text-secondary:hover, .ts-container .text-secondary:focus {
        color: #6c757d !important;
        color: #e8c54b !important;
    }

    .ts-container small {
        text-shadow: none;
    }


.ts-progress-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ts-step {
    width: 20%;
    text-align: center;
    color: white;
}

@media (min-width: 576px) {
    .ts-progress-container {
        flex-wrap: nowrap;
    }

    .ts-step {
        width: 100%;
    }
}


.legend {
    margin-right: 10px;
}

    .legend span {
        width: 15px;
        height: 15px;
        display: inline-block;
        border: 1px solid;
        vertical-align: middle;
    }

    .legend small {
        color: white;
        text-transform: uppercase;
    }

.ts-step-container {
    margin-top: 20px;
}

    .ts-step-container .nav > li > a {
        padding: 10px;
    }


/* Legends */
.step {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.step__num {
    min-width: 28px;
    height: 28px;
    border: 2px solid white;
    border-radius: 100%;
    font: 15px/24px HelveticaNeue;
    text-align: center;
    color: white;
    margin: 0 10px;
}

/* Ref item */
.ref-item {
    background-color: rgb(26 26 26);
    -webkit-transition-timing-function: ease,linear,ease;
    -moz-transition-timing-function: ease,linear,ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s,.2s,.2s;
    -moz-transition-duration: .2s,.2s,.2s;
    transition-duration: .2s,.2s,.2s;
    border: 1px solid #282828;
    /* box-shadow: 0 0 11px 7px rgb(0 0 0 / 20%); */
    /* cursor: default; */
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 20px;
}

    .ref-item:hover {
        -webkit-transition-timing-function: ease,step-start,ease;
        -moz-transition-timing-function: ease,step-start,ease;
        transition-timing-function: ease,step-start,ease;
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
    }

    .ref-item .item-content {
        padding: 10px 5px 10px;
        text-align: center;
        transition: .4s;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .ref-item h1 {
        color: #937341;
        color: white;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .ref-item h2 {
        /*color: #c4b998;*/
        font-size: 14px;
        letter-spacing: .05em;
    }

    .ref-item h1, .ref-item h2 {
        font-family: 'Futura PT', Beaufort for LOL,Arial,sans-serif;
        text-transform: uppercase;
        text-indent: 0;
    }

    .ref-item img {
        min-height: 45px;
        min-width: 45px;
    }

    .ref-item .item-action {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        background-color: #000000c7;
        padding: 8px 0;
        color: white;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        transition: .1s;
    }
.ref-item .item-action:hover {
    background-color: #171717;
}

.ref-item h2 {
    color: white;
    font-size: 14px;
    letter-spacing: .05em;
    padding: 6px 0;
    margin: 0;
}

.ref-item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: -1;
}

.ref-item .bg-1 {
    background: url(/images/actionshop/item1.jpg) no-repeat center;
    background-size: cover;
}

.ref-item .bg-2 {
    background: url(/images/actionshop/item2.jpg) no-repeat center;
    background-size: cover;
}

.ref-item .bg-3 {
    background: url(/images/actionshop/item3.jpg) no-repeat center;
    background-size: cover;
}

.ref-item .bg-4 {
    background: url(/images/actionshop/item4.jpg) no-repeat center;
    background-size: cover;
}

.ref-item .bg-5 {
    background: url(/images/actionshop/item5.jpg) no-repeat center;
    background-size: cover;
}

.ref-item .bg-6 {
    background: url(/images/actionshop/item6.jpg) no-repeat center;
    background-size: cover;
}

.ref-item .bg-7 {
    background: url(/images/actionshop/item7.jpg) no-repeat center;
    background-size: cover;
}

.ref-item .bg-8 {
    background: url(/images/actionshop/item8.jpg) no-repeat center;
    background-size: cover;
}

    .ref-item .profit-label {
        border-radius: 0;
        padding: 5px;
        margin: 0;
        color: #fff254;
        position: absolute;
        background: #902e2e;
        border: 2px solid #b17c24;
        top: 0px;
        right: -75px;
        font-weight: bold;
        transform: rotateZ( 30deg);
        width: 200px;
        text-align: center;
        z-index: 1;
        box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 67%);
    }

.ref-item .profit-label p {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

/* Daily goals */
.daily-goals {
    color: #dcdcdc;
}

.goal {
    background-color: #1b1d1e;
    background-color: #32353854;
}

    .goal.available {
        background-color: #4b82405e;
        background-color: #1b314654;
    }

    .goal.redeemed {
        background-color: #544e17c2;
        background-color: #30687354;
        background-color: #3c754254;
        border: 1px solid #70906d8f;
    }

.goal {
    margin: 0;
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #4e5c6b8f;
    color: #c4b998;
    position: relative;
    font-size: 14px;
    color: white;
}

    .goal span {
        white-space: nowrap;
        vertical-align: middle;
        letter-spacing: .15rem;
    }

    .goal i {
        font-weight: bold;
    }

    .goal .row > div {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

.simple-item {
    width: 42px;
    height: 42px;
    position: relative;
    cursor: default;
}

    .simple-item.small {
        width: 28px;
        height: 28px;
    }

    .simple-item .item-icon {
        width: 100%;
        padding: 2px;
    }

    .simple-item .item-count {
        color: white;
        font-size: 12px;
        position: absolute;
        right: 2px;
        bottom: 2px;
        text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
    }



/* Faction balance */
.population .progress {
    border-radius: 0;
    margin: 0;
    background-color: #2d221f;
    box-sizing: content-box;
    height: 30px;
    width: 100%;
    display: inline-block;
}

.population .progress-bar {
    line-height: 30px;
    font-size: 11px;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 1, 0.47), inset 0px 0px 2px rgb(126, 80, 76);
}

.population .progress-bar-aol {
    background-color: #15315a;
    border-right: 1px solid #130e0c;
}

.progress-bar-uof {
    background-color: #621b1b;
    border-left: 1px solid #130e0c;
}

/**
 * LIBRARY
 */
.item {
    font-size: .9em;
    margin: 0;
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #000000;
    margin: 3px 0;
    background-color: #faf5f9;
    background-color: #5384b3;
    background-color: #4c8bc7;
    background-color: #578ad5;
    background-color: #282828;
    border: 1px solid #4f58667a;
    background-color: #1b212b;
    background-color: #1b212b9c;
    background-color: #1212138f;
    color: #c4b998;
    position: relative;
}

@media screen and (min-width: 768px) {
    .item {
    }
}

.item .row > div {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.item span {
    vertical-align: middle;
}

.item span {
    white-space: nowrap;
}

.item-name {
    text-shadow: 0 0 2px black;
}

.item-sort-0 .item-name {
    color: white;
}

.item-sort-1 .item-name {
    /*color: #0f6674;*/
    /*color: deepskyblue;*/
    color: #88e1ff;
}

.item-sort-2 .item-name {
    color: dodgerblue;
}

.item-sort-3 .item-name {
    color: #67ff67;
}

.item-sort-4 .item-name {
    color: yellow;
}

.item-sort-5 .item-name {
    color: goldenrod;
}

.item-sort-6 .item-name {
    color: #de93a0;
}

.item-sort-7 .item-name {
    color: hotpink;
}

.item-sort-8 .item-name {
    color: blueviolet;
}

.desc-color-0 {
    color: gray;
}

.desc-color-1 {
    color: #47cee6;
}

.desc-color-2 {
    color: #6df36d;
}

.desc-color-3 {
    color: yellow;
}

.desc-color-4 {
    color: #ff7777;
}

.desc-color-5 {
    color: gray;
}

.item-icon {
    border: 1px solid white;
    padding: 3px;
    /*margin: 0 10px 0 0;*/
    margin: 0 auto;
}

.item .faction-icon {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.item .job-icon {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.slot-box {
    height: 17px;
    width: 17px;
    display: inline-block;
    background-color: #1b1d1e;
    border: 0.5px solid #6f5d42;
    padding: 0;
    margin: 0 2px;
    vertical-align: middle;
}

.item-tooltip .slot-box {
    background-color: #0a0a0a;
    border: 0.5px solid #423522;
}

.item-sort-1 .item-icon {
    border-color: #05B2D2 !important;
}

.item-sort-2 .item-icon {
    border-color: dodgerblue !important;
}

.item-sort-3 .item-icon {
    border-color: limegreen !important;
}

.item-sort-4 .item-icon {
    border-color: yellow !important;
}

.item-sort-5 .item-icon {
    border-color: goldenrod !important;
}

.item-sort-6 .item-icon {
    border-color: pink !important;
}

.item-sort-7 .item-icon {
    border-color: hotpink !important;
}

.item-sort-8 .item-icon {
    border-color: blueviolet !important;
}

span.item-stats-value {
    color: #fbff00;
    /* font-weight: bold; */
}

span.item-stats-orange {
    color: #f7a000;
}

p.item-stats {
    margin: 0;
}

.item-stats-hp {
    color: palevioletred;
}

.item-stats-sp {
    color: gold;
}

.item-stats-mp {
    color: dodgerblue;
}

.item-stats-str {
    color: indianred;
}

.item-stats-dex {
    color: yellow;
}

.item-stats-rec {
    color: blueviolet;
}

.item-stats-int {
    color: royalblue;
}

.item-stats-wis {
    color: seagreen;
}

.item-stats-luc {
    color: deepskyblue;
}

.item-stats-movement-speed {
    color: #f7f718;
}

.item-stats-attack-speed {
    color: #f7f718;
}

.item-speed {
    /*color: aquamarine;*/
}

.item-speed-0 {
    color: darkred;
}

.item-speed-1 {
    color: darkred;
}

.item-speed-2 {
    color: orangered;
}

.item-speed-3 {
    color: orange;
}

.item-speed-4 {
    color: yellow;
}

.item-speed-5 {
    color: deepskyblue;
}

.item-speed-6 {
    color: yellowgreen;
}

.item-speed-7 {
    color: lightgreen;
}

.item-speed-8 {
    color: limegreen;
}

.lapis-group {
    color: darkgray;
}

.lapis-reqlv {
    color: orange;
}

.lapis-destroy {
    color: indianred;
}

.lapis-rate {
    color: deepskyblue;
}

.item button.no-style {
    background: none;
    border: none;
    width: 100%;
    outline: none;
    color: inherit;
}

.item-tooltip {
    padding: 5px 10px 10px;
    letter-spacing: 0.5px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

    .item-tooltip .item-name {
        font-size: 13px;
    }

    .item-tooltip .desc {
        font-size: 12px;
        margin-top: 10px;
    }

    .item-tooltip .stats {
        font-size: 13px;
    }

    .item-tooltip .gems {
        margin-top: 5px;
    }

.gem-icon {
    width: 100%;
    height: 100%;
    padding: 1px;
    display: block;
}


.gem-icon {
    width: 100%;
    height: 100%;
    padding: 1px;
    display: block;
}

/* Icons */
div.i0 { background: none; }
div.i1  { background: url(../images/ranks.png) no-repeat 0px   0px; }
div.i2  { background: url(../images/ranks.png) no-repeat 0px  -32px; }
div.i3  { background: url(../images/ranks.png) no-repeat 0px  -64px; }
div.i4  { background: url(../images/ranks.png) no-repeat 0px  -96px; }
div.i5  { background: url(../images/ranks.png) no-repeat 0px -128px; }
div.i6  { background: url(../images/ranks.png) no-repeat 0px -160px; }
div.i7  { background: url(../images/ranks.png) no-repeat 0px -192px; }
div.i8  { background: url(../images/ranks.png) no-repeat 0px -224px; }
div.i9  { background: url(../images/ranks.png) no-repeat 0px -256px; }
div.i10 { background: url(../images/ranks.png) no-repeat 0px -288px; }
div.i11 { background: url(../images/ranks.png) no-repeat 0px -320px; }
div.i12 { background: url(../images/ranks.png) no-repeat 0px -352px; }
div.i13 { background: url(../images/ranks.png) no-repeat 0px -384px; }
div.i14 { background: url(../images/ranks.png) no-repeat 0px -416px; }
div.i15 { background: url(../images/ranks.png) no-repeat 0px -448px; }
div.i16 { background: url(../images/ranks.png) no-repeat 0px -480px; }

div.i17 { background: url(../images/ranks.png) no-repeat -32px   0px; }
div.i18 { background: url(../images/ranks.png) no-repeat -32px -32px; }
div.i19 { background: url(../images/ranks.png) no-repeat -32px -64px; }
div.i20 { background: url(../images/ranks.png) no-repeat -32px -96px; }
div.i21 { background: url(../images/ranks.png) no-repeat -32px -128px; }
div.i22 { background: url(../images/ranks.png) no-repeat -32px -160px; }
div.i23 { background: url(../images/ranks.png) no-repeat -32px -192px; }
div.i24 { background: url(../images/ranks.png) no-repeat -32px -224px; }
div.i25 { background: url(../images/ranks.png) no-repeat -32px -256px; }
div.i26 { background: url(../images/ranks.png) no-repeat -32px -288px; }
div.i27 { background: url(../images/ranks.png) no-repeat -32px -320px; }
div.i28 { background: url(../images/ranks.png) no-repeat -32px -352px; }
div.i29 { background: url(../images/ranks.png) no-repeat -32px -384px; }
div.i30 { background: url(../images/ranks.png) no-repeat -32px -416px; }
div.i31 { background: url(../images/ranks.png) no-repeat -32px -448px; }
div.i32 { background: url(../images/ranks.png) no-repeat -32px -480px; }

div.i33 { background: url(../images/ranks.png) no-repeat -64px   0px; }
div.i34 { background: url(../images/ranks.png) no-repeat -64px -32px; }
div.i35 { background: url(../images/ranks.png) no-repeat -64px -64px; }
div.i36 { background: url(../images/ranks.png) no-repeat -64px -96px; }
div.i37 { background: url(../images/ranks.png) no-repeat -64px -128px; }
div.i38 { background: url(../images/ranks.png) no-repeat -64px -160px; }
div.i39 { background: url(../images/ranks.png) no-repeat -64px -192px; }
div.i40 { background: url(../images/ranks.png) no-repeat -64px -224px; }
div.i41 { background: url(../images/ranks.png) no-repeat -64px -256px; }
div.i42 { background: url(../images/ranks.png) no-repeat -64px -288px; }
div.i43 { background: url(../images/ranks.png) no-repeat -64px -320px; }
div.i44 { background: url(../images/ranks.png) no-repeat -64px -352px; }
div.i45 { background: url(../images/ranks.png) no-repeat -64px -384px; }
div.i46 { background: url(../images/ranks.png) no-repeat -64px -416px; }
div.i47 { background: url(../images/ranks.png) no-repeat -64px -448px; }
div.i48 { background: url(../images/ranks.png) no-repeat -64px -480px; }

div.i49 { background: url(../images/ranks.png) no-repeat -96px   0px; }
div.i50 { background: url(../images/ranks.png) no-repeat -96px -32px; }
div.i51 { background: url(../images/ranks.png) no-repeat -96px -64px; }
div.i52 { background: url(../images/ranks.png) no-repeat -96px -96px; }
div.i53 { background: url(../images/ranks.png) no-repeat -96px -128px; }
div.i54 { background: url(../images/ranks.png) no-repeat -96px -160px; }
div.i55 { background: url(../images/ranks.png) no-repeat -96px -192px; }
div.i56 { background: url(../images/ranks.png) no-repeat -96px -224px; }
div.i57 { background: url(../images/ranks.png) no-repeat -96px -256px; }
div.i58 { background: url(../images/ranks.png) no-repeat -96px -288px; }
div.i59 { background: url(../images/ranks.png) no-repeat -96px -320px; }
div.i60 { background: url(../images/ranks.png) no-repeat -96px -352px; }
div.i61 { background: url(../images/ranks.png) no-repeat -96px -384px; }
div.i62 { background: url(../images/ranks.png) no-repeat -96px -416px; }
div.i63 { background: url(../images/ranks.png) no-repeat -96px -448px; }
div.i64 { background: url(../images/ranks.png) no-repeat -96px -480px; }

div.i65 { background: url(../images/ranks.png) no-repeat -128px   0px; }
div.i66 { background: url(../images/ranks.png) no-repeat -128px -32px; }
div.i67 { background: url(../images/ranks.png) no-repeat -128px -64px; }
div.i68 { background: url(../images/ranks.png) no-repeat -128px -96px; }
div.i69 { background: url(../images/ranks.png) no-repeat -128px -128px; }
div.i70 { background: url(../images/ranks.png) no-repeat -128px -160px; }
div.i71 { background: url(../images/ranks.png) no-repeat -128px -192px; }
div.i72 { background: url(../images/ranks.png) no-repeat -128px -224px; }
div.i73 { background: url(../images/ranks.png) no-repeat -128px -256px; }
div.i74 { background: url(../images/ranks.png) no-repeat -128px -288px; }
div.i75 { background: url(../images/ranks.png) no-repeat -128px -320px; }
div.i76 { background: url(../images/ranks.png) no-repeat -128px -352px; }
div.i77 { background: url(../images/ranks.png) no-repeat -128px -384px; }
div.i78 { background: url(../images/ranks.png) no-repeat -128px -416px; }
div.i79 { background: url(../images/ranks.png) no-repeat -128px -448px; }
div.i80 { background: url(../images/ranks.png) no-repeat -128px -480px; }

div.i81 { background: url(../images/ranks.png) no-repeat -160px   0px; }
div.i82 { background: url(../images/ranks.png) no-repeat -160px -32px; }
div.i83 { background: url(../images/ranks.png) no-repeat -160px -64px; }
div.i84 { background: url(../images/ranks.png) no-repeat -160px -96px; }
div.i85 { background: url(../images/ranks.png) no-repeat -160px -128px; }
div.i86 { background: url(../images/ranks.png) no-repeat -160px -160px; }
div.i87 { background: url(../images/ranks.png) no-repeat -160px -192px; }
div.i88 { background: url(../images/ranks.png) no-repeat -160px -224px; }
div.i89 { background: url(../images/ranks.png) no-repeat -160px -256px; }
div.i90 { background: url(../images/ranks.png) no-repeat -160px -288px; }
div.i91 { background: url(../images/ranks.png) no-repeat -160px -320px; }
div.i92 { background: url(../images/ranks.png) no-repeat -160px -352px; }
div.i93 { background: url(../images/ranks.png) no-repeat -160px -384px; }
div.i94 { background: url(../images/ranks.png) no-repeat -160px -416px; }
div.i95 { background: url(../images/ranks.png) no-repeat -160px -448px; }
div.i96 { background: url(../images/ranks.png) no-repeat -160px -480px; }




.job-radios .job-radio {
    padding: 0 5px;
}

.job-radios input[type=radio] {
    display: none
}

    .job-radios input[type=radio]:checked + .job-radio .job-icon {
        border: 2px solid #b3870c;
    }

.job-radio .job-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background-size: contain;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 50%;
}

.job-icon {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 24px;
    height: 24px;
}

    .job-icon.small {
        width: 16px;
        height: 16px;
    }

.job-all {
    background: url(../images/job-all.png) no-repeat;
    width: 24px;
    height: 24px;
}

.job-0 {
    background: url(../images/job-0.png) no-repeat;
    background-size: contain;
}

.job-1 {
    background: url(../images/job-1.png) no-repeat;
    background-size: contain;
}

.job-2 {
    background: url(../images/job-2.png) no-repeat;
    background-size: contain;
}

.job-3 {
    background: url(../images/job-3.png) no-repeat;
    background-size: contain;
}

.job-4 {
    background: url(../images/job-4.png) no-repeat;
    background-size: contain;
}

.job-5 {
    background: url(../images/job-5.png) no-repeat;
    background-size: contain;
}

.rank-icon {
    margin: 0 auto;
    width: 28px;
    height: 16px;
}

    .rank-icon.inline {
        display: inline;
        position: absolute;
        margin: 0 5px;
        top: 50%;
        transform: translateY(-45%);
    }

.faction-icon {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    display: block;
}

    .faction-icon.small {
        width: 16px;
        height: 16px;
    }

.faction-0 {
    background: url(../images/faction-light.png) no-repeat center;
    background-size: cover;
}

.faction-1 {
    background: url(../images/faction-dark.png) no-repeat center;
    background-size: cover;
}

.place {
    border: 1px solid white;
    font-size: .7em;
    padding: 2px 4px 2px 4px;
    font-family: 'Futura PT', Arial;
}

.rating-list .rating-item .place {
    border-color: gray;
    color: gray;
}

.rating-list .rating-item:nth-child(1) .place {
    border-color: gold;
    color: gold;
}

.rating-list .rating-item:nth-child(2) .place {
    border-color: white;
    color: white;
}

.rating-list .rating-item:nth-child(3) .place {
    border-color: orange;
    color: orange;
}

.rating-item {
    border-bottom: 1px solid #ffffff0d;
}

/* Tables */
.table {
    border-spacing: 1px;
    border-collapse: separate;
    color: #959595;
    color: #f6f6f6;
}

.table-bordered {
    /*border: 1px solid #352e24;
    border: 1px solid #3c2f28;*/
    border: none;
}

.table > thead {
    background: none repeat scroll 0 0 rgb(96 153 217);
    background: none repeat scroll 0 0 rgb(148 185 231);
    background: none repeat scroll 0 0 rgb(23 42 65);
    color: white;
}


.table th {
    text-transform: uppercase;
    text-align: inherit;
    padding: 7px;
    border: none !important;
    color: #f6f1f6 !important;
}

.table td {
    vertical-align: middle;
    border: none !important;
    color: white;
    padding: 0.75rem;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    color: white;
}

.table tbody tr {
    /*background: #f7faff;
    background: #050505;*/
}

.table-striped > tbody > tr:nth-of-type(odd) {
    /*background-color: rgba(255, 255, 255, 0.03);
    background-color: rgb(5 5 5);*/
}

.table tbody tr:hover {
    /*background-color: #e6f0ff;
    background: #090909;*/
}

table > thead > tr > th, table > tbody > tr > td, table > tfoot > tr > td {
}

.table-bordered td, .table-bordered th {
    border: 1px solid #23272a !important;
}

table > thead > tr > th {
    background-color: inherit !important;
    padding: 10px !important;
}

.table-userview {
    font-size: 14px;
}

    .table-userview td:nth-child(2) {
        text-align: center;
    }

.filters {
    background-color: #1f2021;
}

    .filters input {
        height: 30px;
        text-align: center;
        margin: 0 auto;
        width: 80%;
        padding: 0;
    }

    .filters select {
        height: 30px;
        padding: 0 5px;
    }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #191b1c;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #242728;
}

.pagination > li > a, .pagination > li > span {
    background-color: #191b1c;
}

/* Pagination */
.pagination {
    text-align: center;
    line-height: 1.25em;
    font-size: 1rem;
    justify-content: center;
}

    .pagination .page-item {
        background-color: #1b1d1e;
        border: 1px solid #040404;
        box-sizing: content-box;
        line-height: 2.5em;
        cursor: pointer;
        margin: 0.5em .1em;
        min-width: 2em;
    }

.page-item:not(:first-child) .page-link {
    margin: 0;
}

.pagination .page-item:focus, .pagination .page-item:hover {
    background-color: #13171c;
    color: #fff6f5;
    outline: 0;
}

.pagination .active, .pagination .active:focus, .pagination .active:hover {
    background-color: #1b1d1e;
    border-color: #0b5977;
    color: #ffffff;
}

.pagination .disabled, .pagination .disabled:focus, .pagination .disabled:hover {
    background-color: #272727;
    cursor: not-allowed;
    color: gray;
    outline: 0;
}

.page-link {
    border: none;
    color: white;
    margin: 0;
    padding: 0;
    min-width: 45px;
    min-height: 40px;
    line-height: 40px;
    background-color: #191d23;
    border: 1px solid #2e3644;
    color: white !important;
}

    .page-link:hover {
        z-index: 2;
        text-decoration: none;
        background-color: #1f242b;
        /* color: #c7a063; */
        border: 1px solid #a78655;
        border: 1px solid #515f77;
    }

.page-item.active .page-link, .page-item.active .page-link:hover {
    z-index: 1;
    background-color: #191d23;
    border: 1px solid #2e3644;
}

.page-item .page-link:focus {
    text-decoration: none;
    background-color: rgb(35 40 48);
    border: 1px solid #2e3644;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: inherit;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* Mvc pagination */

.nav.nav-tabs li {
    /*padding: 10px 20px;*/
}

.nav.nav-tabs a {
    font-size: 14px;
    letter-spacing: 1px;
    /* padding: 8px 10px 5px 10px; */
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
}

    .nav.nav-tabs a.active {
        color: #8f7cf5;
        color: #f9622e;
        text-decoration: none;
        font-weight: bold;
    }

.nav a.active small {
    font-weight: bold;
    text-decoration: underline;
}


/* Controls */
*::-webkit-input-placeholder {
    color: gray;
}

*:-moz-placeholder {
    color: gray;
}

*:-ms-input-placeholder {
    color: gray;
}

form .row {
    margin-bottom: 25px;
}

    form .row label {
        padding: 0 10px;
        font-family: 'Futura PT';
        font-weight: bold;
        font-size: 16px;
        text-shadow: 0 0 5px rgba(0, 0, 0, .15), 1px 0px 1px rgba(0, 0, 0, .25);
        text-align: center;
    }

.field-validation-error {
    color: #d9534f;
    padding: 0 10px;
    text-align: center;
}

    .field-validation-error span {
        vertical-align: middle;
    }

.form-control:focus {
    color: white;
    background-color: RGB(33,37,41);
    border: 1px solid #2e3644;
    outline: 0;
    box-shadow: inset 1px 1px 2px rgb(0 0 0 / 25%), inset 0 0 10px rgb(0 0 0 / 10%), 1px 1px 0 rgb(54 45 40 / 25%);
}

input[type="text"], input[type="password"], select, input[type="date"], .form-control {
    font-family: 'Futura PT';
    font-size: 1em;
    color: white;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 32px;
    padding: 0 10px 2px 10px;
    background: rgb(0 0 0 / 38%);
    background-color: RGB(33,37,41);
    border: 1px solid #2e3644;
    box-shadow: inset 1px 1px 2px rgb(0 0 0 / 25%), inset 0 0 10px rgb(0 0 0 / 10%), 1px 1px 0 rgb(54 45 40 / 25%);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    font-weight: normal;
    text-align: center;
    z-index: 1;
}

form .row input[type="text"], form .row input[type="password"], textarea, .customfile {
    float: right;
}

input[type="text"]:focus, input[type="password"]:focus {
    color: white;
    background: rgba(0, 0, 0, .30);
    border-color: #596884;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 6px rgba(255, 166, 61, .04), 1px 1px 0 rgba(54, 45, 40, .25);
}

input[type="text"].whrong, input[type="password"].whrong {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .02), 0 0 6px rgba(255, 0, 0, .2);
}

    input[type="text"].whrong:focus, input[type="password"].whrong:focus {
        box-shadow: inset 0 0 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .02), 0 0 9px rgba(255, 0, 0, .25), inset 0 0 4px rgba(255, 255, 255, .05);
    }

input[type="text"].success, input[type="password"].success {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .02), 0 0 6px rgba(0, 255, 0, .15);
}

    input[type="text"].success:focus, input[type="password"].success:focus {
        box-shadow: inset 0 0 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .02), 0 0 9px rgba(0, 255, 0, .2), inset 0 0 4px rgba(255, 255, 255, .05);
    }

textarea {
    resize: none !important;
    font-family: 'Futura PT';
    font-size: 14px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .15), 1px 0px 1px rgba(0, 0, 0, .25);
    color: #53524B;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: auto;
    padding: 10px;
    background: rgba(0, 0, 0, .20);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 10px rgba(0, 0, 0, .10), 1px 1px 0 rgba(54, 45, 40, .25);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    float: none;
    font-weight: normal;
}

    textarea:focus {
        color: #626058;
        background: rgba(0, 0, 0, .30);
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25), inset 0 0 6px rgba(255, 166, 61, .04), 1px 1px 0 rgba(54, 45, 40, .25);
    }

.row textarea {
    width: 290px;
}


/* Droplist */
.droplist-row {
    border: 1px solid #6a5a2d;
    overflow: hidden;
}

.droplist-map-row {
    background-color: #050406 !important;
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #6a5a2d;
}

    .droplist-map-row.bg {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
    }

.droplist-mobs-row {
    background-color: #232c3b !important;
    background-color: #232c3bc9 !important;
    background-color: #000000c9 !important;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

    .droplist-mobs-row h4, .droplist-map-row h4 {
        color: white;
        padding-left: 35px;
        font-size: 14px;
    }

.droplist-map-row h4 {
    font-size: 22px;
    letter-spacing: 1px;
    padding: 35px !important;
}

.droplist-row .item {
    background-color: #12121340;
    border: 1px solid #4f586624;
}

/* 
    Battle Pass 
*/
.bp {
    /*background: #020b14;*/
}

.bp-progress {
    background: #040404;
    padding: 0;
    margin: 10px 0 0;
    border: 1px solid #19222b;
    border: 1px solid #1b1c1d;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
}

    .bp-progress > * {
        height: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

.bp-progress-left {
    /* background: #01070c; */
    border: 1px solid #3e908c;
    border: 1px solid #2523218c;
}

.bp-progress-center {
    /*width: 60%;*/
}

.bp-progress-right {
    /*width: 30%;*/
}

.bp-progress-bar {
    background-color: #1a1a1a;
    height: 12px;
    border-radius: 5px;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}

.bp-progress-bar-inner {
    display: block;
    height: 100%;
    width: 0%;
    background-color: #34c2e3;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgb(255 255 255 / 50%) inset;
    position: relative;
}

/* BP buttons */
.bp .btn-primary {
    /*background: linear-gradient(to top, #feda71 0, #febb4a 100%);
    background: linear-gradient(to top, #fcd258 0, #f7ac2f 100%);
    border: 1px solid #f5b74e;
    border-color: #f5b74e #e5a73e #d6982f;
    box-shadow: 0 1px 1px #a38989, inset 0 1px 0 #fee395;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    color: #996633;
    text-shadow: 0 1px 0 #fedd9b;
    font-size: 12px;
    letter-spacing: 0;
    padding: 10px 5px;*/
    border: 1px solid #4e4700;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    font-size: 12px;
    padding: 10px 5px;
    border: 1px solid #322c24;
    background-color: #171410 !important;
    letter-spacing: 0.5px;
    color: white;
}

    .bp .btn-primary:hover {
        /*background: linear-gradient(to top, #feda71 0, #febb4a 100%);
    border: 1px solid #f5b74e;
    border-color: #f5b74e #e5a73e #d6982f;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    color: #fff;
    filter: brightness(1);*/
        border: 1px solid #645036;
        background-color: #241f18 !important;
    }

    .bp .btn-primary.disabled, .bp .btn-primary.disabled:hover {
        border-color: #a9a9a9 #8c8a86 #5c5c5c;
        color: #5a5a5a;
        text-shadow: 0 1px 0 #cdcdcd;
        background: linear-gradient(to top, #a3a3a3 0, #c3c3c3 100%);
        cursor: not-allowed;
    }

/* BP main */
.bp-main {
    background: #060606;
    padding: 0;
    margin: 0;
    border: 1px solid #19222b;
    border: 1px solid #101a23;
    text-align: center;
    font-size: 16px;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden;
}

.bp-main-left {
    width: 25% !important;
    /*border: 1px solid #101a23 !important;*/
    /*border-top: none !important;*/
    /*background-color: #000e1a !important;*/
}

.bp-main-center {
    width: 75% !important;
}

.bp-level-header {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bp-rewards-container {
    height: 370px;
}

.bp-level-footer {
    height: 36px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #101a23;
}

.bp-grade-container {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    border-top: 1px solid #101a23;
    position: relative;
}

.bp-free {
    background: url('/images/battle-pass/bp-free.png') no-repeat center;
    background-size: contain;
    width: 100%;
    height: 125px;
}

.bp-premium {
    background: url('/images/battle-pass/bp-premium.png') no-repeat center;
    background-size: contain;
    width: 100%;
    height: 135px;
}

.bp-level-container {
    height: 100%;
    border-right: 1px solid #101a23;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: stretch;
}

    .bp-level-container:not(.bp-main-left) {
        width: 200px;
    }

.bp-item {
    height: 100%;
    margin: 0;
    border: 1px solid #4f58667a;
    background-color: #3c75424d;
    background-color: #000000bf;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bp-item-content {
    text-align: center;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: initial;
}

.bp-item h1 {
    max-width: 90%;
    font-family: 'Futura PT', Beaufort for LOL,Arial,sans-serif;
    text-transform: uppercase;
    text-indent: 0;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
}

.bp-item .item-icon {
    width: 46px;
    height: 46px;
}

.bp .bp-redeem {
    background-color: rgb(52 100 56) !important;
    border: 1px solid #2a2a2ac2 !important;
    color: #fff;
    width: 90%;
}

    .bp .bp-redeem.active:hover {
        background-color: rgb(62 147 70) !important;
        filter: brightness(1);
        color: #fff;
    }

    .bp .bp-redeem.redeemed {
        background-color: rgb(62 91 147) !important;
        border: 1px solid #2a2a2ac2 !important;
        background: none !important;
        border: none !important;
        color: #4e4eff;
    }

    .bp .bp-redeem.disabled {
        background-color: rgb(76 76 76);
        cursor: not-allowed;
    }

.bp-level-icon {
    position: absolute;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.bp-premium-style {
    background: linear-gradient(to top, #feda71 0, #febb4a 100%);
    border: 1px solid #f5b74e;
    border-color: #f5b74e #e5a73e #d6982f;
    box-shadow: 0 1px 1px #a38989, inset 0 1px 0 #fee395;
    color: #3c3c3c;
    text-shadow: 0 1px 0 #fedd9b;
}

.bg-free {
    background: url('/images/battle-pass/free-bg.jpg') no-repeat top;
    background-size: cover;
}

.bg-premium {
    background: url('/images/battle-pass/premium-bg.jpg') no-repeat center;
    background-size: cover;
}

.bp-grade-icon {
    position: absolute;
    display: block;
    font-size: 16px;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.btn.btn-premium, .btn.btn-premium:hover {
    background: url(/images/battle-pass/button-gold.jpg) no-repeat center;
    background-size: cover;
    color: #3c3c3c;
    border: none !important;
    text-shadow: 0 1px 0 #fedd9b;
}

/* BP premium bait */
.bp-premium-bait {
    background: #020b14;
    padding: 0;
    margin: 0;
    border: 1px solid #19222b;
    border: 1px solid #101a23;
    border-top: none;
    text-align: center;
    font-size: 16px;
    height: auto;
    display: flex;
    justify-content: center;
}



/* User header */
.user-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    padding: 0 20px;
    text-transform: uppercase;
    background: #000
}

@media (max-width:768px) {
    .user-header {
        justify-content: flex-end
    }
}

.user-header .user-menu {
    display: none;
    position: absolute;
    background: #000;
    padding: 10px 0;
    min-width: 100%;
    z-index: 50;
    right: -10px
}

.user-header--leftside {
    display: flex
}

@media (max-width:768px) {
    .user-header--leftside {
        display: none
    }
}

.user-header--rightside {
    display: flex;
    justify-content: flex-end
}

.user-header__user-block {
    margin-left: auto;
    position: relative
}

    .user-header__user-block:hover .user-menu {
        display: flex;
        flex-direction: column
    }

.user-header__link {
    display: block;
    cursor: pointer;
    transition: color .35s ease-out;
    margin-left: 19px;
    color: #888;
    font-size: 11px;
    font-family: Futura PT;
    line-height: 14px;
    letter-spacing: .06em;
    font-weight: 500
}

    .user-header__link:hover {
        color: #fff
    }

    .user-header__link:first-child {
        margin-left: 0
    }

    .user-header__link.type-left {
        margin-left: auto
    }

.user-header__link--user {
    display: inline-block;
    position: relative;
    margin-left: 0;
    padding: 10px 20px;
    white-space: nowrap;
    text-align: center;
}


/* Userpanel item */
.userpanel-item {
    background-color: rgba(10,10,12,0.9);
    -webkit-transition-timing-function: ease,linear,ease;
    -moz-transition-timing-function: ease,linear,ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s,.15s,.15s;
    -moz-transition-duration: .15s,.15s,.15s;
    transition-duration: .15s,.15s,.15s;
    border: 1px solid #4d4b47;
    position: relative;
    margin-bottom: 15px;
    /* box-shadow: 0 0 11px 7px rgba(0,0,0,.2); */
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
}

    .userpanel-item:hover {
        filter: contrast(105%);
    }

    .userpanel-item .item-content {
        padding: 10px 0 15px;
        text-align: center;
        transition: .4s;
        /*height: 180px;*/
    }

    .userpanel-item h1 {
        text-shadow: 0 0 10px #855922;
        font-weight: bold;
        font-size: 14px;
        padding: 10px 0;
        margin: 10px 0;
        letter-spacing: 1.5px;
        color: #fff088;
        color: #f1e39f;
        background-color: #4f008073;
        background-color: #000000a6;
        filter: blur(0);
    }

    .userpanel-item h2 {
        color: white;
        font-size: 16px;
        letter-spacing: .05em;
        padding-top: 6px;
    }

    .userpanel-item h1, .donate-item h2 {
        text-transform: uppercase;
        text-indent: 0;
    }

    .userpanel-item .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .4;
        z-index: -1;
        transition: all 0.3s ease;
    }

    .userpanel-item:hover .bg {
        filter: brightness(125%);
    }

    .userpanel-item .bg-0 {
        background: url(/images/userpanel/bg-0.jpg) no-repeat center;
        background-size: cover;
    }

    .userpanel-item .bg-1 {
        background: url(/images/userpanel/bg-1.jpg) no-repeat center;
        background-size: cover;
    }

    .userpanel-item .bg-2 {
        background: url(/images/userpanel/bg-2.jpg) no-repeat center;
        background-size: cover;
    }

    .userpanel-item .bg-3 {
        background: url(/images/userpanel/bg-3.jpg) no-repeat center;
        background-size: cover;
    }

    .userpanel-item .bg-4 {
        background: url(/images/userpanel/bg-4.jpg) no-repeat center;
        background-size: cover;
    }

    .userpanel-item .bg-5 {
        background: url(/images/userpanel/bg-5.jpg) no-repeat center;
        background-size: cover;
    }

    .userpanel-item .bg-6 {
        background: url(/images/userpanel/bg-6.jpg) no-repeat center;
        background-size: cover;
    }

    .userpanel-item .bg-7 {
        background: url(/images/userpanel/bg-7.jpg) no-repeat center;
        background-size: cover;
    }

    .userpanel-item .bg-8 {
        background: url(/images/userpanel/bg-8.jpg) no-repeat center;
        background-size: cover;
    }

    .userpanel-item .bg-9 {
        background: url(/images/userpanel/bg-9.jpg) no-repeat center;
        background-size: cover;
    }

    .userpanel-item .bg-10 {
        background: url(/images/userpanel/bg-10.jpg) no-repeat center;
        background-size: cover;
    }

    .userpanel-item .bg-11 {
        background: url(/images/userpanel/bg-11.jpg) no-repeat center;
        background-size: cover;
    }

    .userpanel-item .bg-12 {
        background: url(/images/userpanel/bg-12.jpg) no-repeat center;
        background-size: cover;
    }

    .userpanel-item .bg-gift-codes {
        background: url(/images/donate/bg-1.jpg) no-repeat center;
        background-size: cover;
    }

    .userpanel-item .bg-fortune-wheel {
        background: url(/images/userpanel/bg-fortune-wheel.jpg) no-repeat center;
        background-size: cover;
    }

    .userpanel-item .bg-logout {
        background: url(/images/userpanel/bg-logout.jpg) no-repeat center;
        background-size: cover;
    }

/* Userpanel simple item */
.userpanel-simple-item {
    border: 1px solid #3b3e45;
    border-radius: 5px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #cdcdcd;
    padding: 10px 15px;
    margin-bottom: 10px;
}
    .userpanel-simple-item:hover {
        border: 1px solid #626771;
        color: #e5e5e5;
    }

/* Character item */
.character-item {
    display: block;
    position: relative;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    padding: 20px 15px;
    border: 1px solid #000000;
    margin: 3px 0;
    border: 1px solid #4f5866b0;
    background-color: #1b212b9c;
    background-color: #121213e0;
    background-color: #1212138f;
    color: white !important;
    z-index: 1;
    /*-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

.character-item.top {
    padding: 10px 0;
    border-radius: 3px;
}
    .character-item.top .name {
        width: 100%;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 1.5px;
        background-color: #000000a6;
        min-height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
        .character-item.top .name h3 {
            font-size: 18px;
            margin: 0;
        }

    .character-item:hover {
        filter: brightness(125%);
    }

    .character-item.my-character {
        outline: 1px solid #009710;
    }

    .character-item .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .2;
    }

        .character-item .bg.right {
            right: 0;
            width: 50%;
            left: unset;
        }

    .character-item .job-icon {
        width: 30px;
        height: 30px;
    }

    .character-item .row > div {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

/* Backgrounds */
.bg.full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg.fighter-m {
    background: url(/images/class/fighter_m.png) no-repeat -27px -153px;
}

.bg.fighter-w {
    background: url(/images/class/fighter_w.png) no-repeat -13px -160px;
}

.bg.defender-m {
    background: url(/images/class/defender_m.png) no-repeat -1px -160px;
}

.bg.defender-w {
    background: url(/images/class/defender_w.png) no-repeat 9px -178px;
}

.bg.ranger-m {
    background: url(/images/class/ranger_m.png) no-repeat 0 -160px;
}

.bg.ranger-w {
    background: url(/images/class/ranger_w.png) no-repeat 11px -184px;
}

.bg.archer-m {
    background: url(/images/class/archer_m.png) no-repeat -12px -148px;
}

.bg.archer-w {
    background: url(/images/class/archer_w.png) no-repeat -10px -160px;
}

.bg.mage-m {
    background: url(/images/class/mage_m.png) no-repeat -9px -160px;
}

.bg.mage-w {
    background: url(/images/class/mage_w.png) no-repeat -4px -183px;
}

.bg.priest-m {
    background: url(/images/class/priest_m.png) no-repeat 30px -160px;
}

.bg.priest-w {
    background: url(/images/class/priest_w.png) no-repeat 26px -170px;
}

.bg.warrior-m {
    background: url(/images/class/warrior_m.png) no-repeat 43px -139px;
}

.bg.warrior-w {
    background: url(/images/class/warrior_w.png) no-repeat 36px -150px;
}

.bg.guardian-m {
    background: url(/images/class/guardian_m.png) no-repeat -21px -141px;
}

.bg.guardian-w {
    background: url(/images/class/guardian_w.png) no-repeat -8px -141px;
}

.bg.assassin-m {
    background: url(/images/class/assassin_m.png) no-repeat -8px -180px;
}

.bg.assassin-w {
    background: url(/images/class/assassin_w.png) no-repeat 12px -180px;
}

.bg.hunter-m {
    background: url(/images/class/hunter_m.png) no-repeat 13px -160px;
}

.bg.hunter-w {
    background: url(/images/class/hunter_w.png) no-repeat 19px -175px;
}

.bg.pagan-m {
    background: url(/images/class/pagan_m.png) no-repeat -8px -185px;
}

.bg.pagan-w {
    background: url(/images/class/pagan_w.png) no-repeat -8px -185px;
}

.bg.oracle-m {
    background: url(/images/class/oracle_m.png) no-repeat -9px -170px;
}

.bg.oracle-w {
    background: url(/images/class/oracle_w.png) no-repeat 5px -170px;
}

.bg.aol {
    background: url(/images/userpanel/aol-flag.png) no-repeat center;
}

.bg.uof {
    background: url(/images/userpanel/uof-flag.png) no-repeat center;
}

/* Tiered Spender */
.ts-container {
}

.ts-stages {
    /*display: flex;
    flex-direction: column-reverse;*/
}

    .ts-stages .row {
        flex-wrap: nowrap;
        background: #2d2d2d1f;
    }

        .ts-stages .row:nth-of-type(odd) {
            background: #0000001a;
        }

.ts-rewards-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    /*overflow-x: scroll;*/
    /*overflow-x: auto;*/
}

.ts-item {
    margin: 0 3px 5px 3px;
    height: 175px;
    width: 190px;
    min-width: 190px;
    position: relative;
    border: 1px solid #4f58667a;
    background-color: #3c75424d;
    background-color: #1b212b9c;
    display: flex;
    flex-direction: column;
}

    .ts-item.not-chosen .ts-item-content {
        filter: grayscale(1.0);
    }

    .ts-item .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.ts-item-content {
    text-align: center;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.ts-item h1 {
    font-family: 'Futura PT', Beaufort for LOL,Arial,sans-serif;
    text-transform: uppercase;
    text-indent: 0;
    color: white;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 10px 10px;
    margin: 11px 0;
    color: #ffe634;
    background-color: #000000a6;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ts-item .redeem {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #000000c7;
    background-color: #08682dc7;
    padding: 5px 0;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #4f58667a;
}

.ts-redeem {
    display: block;
    margin: 3px 0;
    width: 100%;
    background-color: #08682dc7;
    padding: 5px 0;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #4f586699;
}

    .ts-item .redeem:hover, .ts-redeem:hover {
        background-color: #0a7433c7;
    }

    .ts-redeem.disabled {
        background-color: #000000c7;
    }


.ts-container .progress-container {
    border-radius: 0;
    border: 1px solid #5c5c5c;
    background-color: #1f2021;
    background: none !important;
    min-width: 20px;
    max-width: 40px;
    height: 100%;
    min-height: 100px;
    display: flex;
    /*flex-direction: column-reverse;*/
}


@media (max-width: 576px) {
    .ts-amount {
        writing-mode: vertical-rl;
        transform: scale(-1);
    }
}

.ts-container .progress-bar {
    width: 100%;
}

.ts-container .progress-bar {
    /*box-shadow: 0 0 3px 0 #007bff;*/
}

    .ts-container .progress-bar.bg-success {
        /*box-shadow: 0 0 3px 0 #00ff14;*/
    }

    .ts-container .progress-bar.bg-primary {
        /*box-shadow: 0 0 3px 0 #ff8822;*/
    }

.ts-container .bg-success {
    background: linear-gradient(90deg, #32fd71, #208220 ) !important;
    background: linear-gradient(90deg, #2dbe5a, #08682dc7) !important;
}

.ts-container .bg-primary {
    /*background-color: #ff8822 !important;*/
    background: linear-gradient(90deg, #ffec07, #d66300 ) !important;
    background: linear-gradient(90deg, #ffb434, #934401) !important;
}

.ts-container .bg-info {
    /*background-color: #ff8822 !important;*/
    background: linear-gradient(90deg, #208cff, #2d30a0 ) !important;
}

/* Sub menu */
.submenu-item {
    background-color: rgba(10,10,12,0.9);
    margin-bottom: 10px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #4d4b47;
    position: relative;
    border-radius: 5px;
}

    .submenu-item:hover {
        filter: contrast(105%);
    }

    .submenu-item .item-content {
        padding: 20px 0;
        text-align: center;
        transition: .4s;
    }

    .submenu-item:hover .bg {
        filter: brightness(125%);
    }

    .submenu-item h1 {
        /*text-shadow: 0 0 10px #855922;*/
        font-weight: bold;
        font-size: 18px;
        padding: 7px 0;
        margin: 0;
        letter-spacing: 2px;
        color: #fff191;
        color: #f1e39f;
        background-color: #000000a6;
        filter: blur(0);
        text-transform: uppercase;
        text-indent: 0;
    }

    .submenu-item .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .4;
        z-index: -1;
        transition: all 0.3s ease;
    }

    .submenu-item:hover .bg {
        filter: brightness(125%);
    }

    .submenu-item .bg-ranks {
        background: url(/images/userpanel/bg-5.jpg) no-repeat center;
        background-size: cover;
    }

    .submenu-item .bg-guilds {
        background: url(/images/userpanel/bg-guilds.jpg) no-repeat center;
        background-size: cover;
    }

    .submenu-item .bg-kills {
        background: url(/images/userpanel/bg-kills.jpg) no-repeat center;
        background-size: cover;
    }

    .submenu-item .bg-activity {
        background: url(/images/userpanel/bg-activity.jpg) no-repeat center;
        background-size: cover;
    }

    .submenu-item .bg-droplist {
        background: url(/images/userpanel/bg-droplist.jpg) no-repeat center;
        background-size: cover;
    }

    .submenu-item .bg-bosses {
        background: url(/images/userpanel/bg-bosses.jpg) no-repeat center;
        background-size: cover;
    }

    .submenu-item .bg-droplogs {
        background: url(/images/userpanel/bg-droplogs.jpg) no-repeat center;
        background-size: cover;
    }

/* Fortune Wheel */
.fortune-wheel {
    display: inline-flex;
    position: relative;
    overflow: hidden;
}

    .fortune-wheel .spin {
        font: 1.5rem sans-serif;
        user-select: none;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30%;
        height: 30%;
        margin: -15%;
        background: #fff;
        color: #fff;
        box-shadow: 0 0 0 8px currentColor, 0 0px 15px 5px rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        transition: 0.8s;
        text-align: center;
    }

        .fortune-wheel .spin::after {
            content: "";
            position: absolute;
            top: -17px;
            border: 10px solid transparent;
            border-bottom-color: currentColor;
            border-top: none;
        }

    .fortune-wheel .htmx-request p {
        display: none;
    }


/* Actual events */
.actual-events {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-bottom: 1px solid #1c1c1c;
    font-family: Futura PT;
    line-height: 26px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px 50px
}


@media (max-width:1024px) {
    .actual-events {
        min-height: 50px;
        padding: 10px 30px
    }
}

.actual-events:last-of-type {
    border-bottom: none
}

.actual-events:after,
.actual-events:before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background: #c00;
    transform: rotate(45deg)
}

.actual-events:before {
    left: 30px
}

@media (max-width:1024px) {
    .actual-events:before {
        left: 15px
    }
}

.actual-events:after {
    right: 30px
}

@media (max-width:1024px) {
    .actual-events:after {
        right: 15px
    }
}

.actual-events .event-time {
    /*width: 25%;*/
    font-size: 14px;
    color: #ffdc73;
    text-align: center;
}

.actual-events .event-title {
    /*width: 75%;*/
    text-align: center;
    font-size: 14px;
    letter-spacing: .1rem;
}

.actual-events p {
    margin: 0;
}

.actual-events .event-name {
    color: #ffc107;
}

.actual-events .event-map {
    color: #5cb85c;
    font-size: 11px;
    letter-spacing: .05rem;
}

/* Features item */
.features-item {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #6a5a2d;
    border: 1px solid #514e4c;
    border-radius: 5px;
    box-shadow: 0 0 11px 7px rgba(0,0,0,.2);
    overflow: hidden;
    z-index: 1;
    cursor: default;
    background-color: rgba(10,10,12,0.9);
    -webkit-transition-timing-function: ease,linear,ease;
    -moz-transition-timing-function: ease,linear,ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s,.15s,.15s;
    -moz-transition-duration: .15s,.15s,.15s;
    transition-duration: .15s,.15s,.15s;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.features-item:hover {
        filter: contrast(105%);
    }

.features-item .item-content {
        padding: 13px 0 17px;
        text-align: center;
        transition: .4s;
        height: 75px;
        display: flex;
        justify-content: center;
    }

    .features-item h1 {
        text-shadow: 0 0 10px #855922;
        font-weight: bold;
        font-size: 14px;
        padding: 10px 0;
        margin: 5px 0;
        letter-spacing: 1.5px;
        color: #c7beaf;
        background-color: #4f008073;
        background-color: #000000a6;
        filter: blur(0);
        text-transform: uppercase;
        text-indent: 0;
        position: absolute;
        width: 120%;
        transform: skew(-15deg);
    }
    .features-item.medium h1 {
        right: 0;
        font-size: 16px;
        transform: rotateZ( 0);
        width: 100%;
    }
    .features-item.large h1 {
        right: 0;
        font-size: 16px;
        transform: rotateZ( 0);
        width: 100%;
    }

.features-item h2 {
        color: white;
        font-size: 16px;
        letter-spacing: .05em;
        padding-top: 6px;
    }

.features-item .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .4;
        z-index: -1;
        transition: all 0.3s ease;
    }

.features-item:hover .bg {
        filter: brightness(125%);
    }