.upgrade-info {
    border-radius: 6px;
    padding: 8px;
    font-size: 14px;
    display: flex;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    align-items: center;
    background: #333;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    color: rgba(255,255,255,0.6)
}
.upgrade-info:not(.pp) {
    color: #fff;
    font-weight: 500;
    font-size: 13px
}
.upgrade-info .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    font-size: 18px;
    height: 35px;
    color: rgba(255,255,255,0.7);
    border-radius: 6px;
    margin: 0 5px;
    background: rgba(255,255,255,0.09)
}
.upgrade-info .text {
    flex: 1;
    text-align: center
}

.upgrade-info a {
    color: #fff
}

.pricing {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.plan {
    width: 32%;
    vertical-align: top;
    background: #242424;
    border-radius: 5px;
    z-index: 1;
    border-left: 1px inset rgba(255,255,255,0.06);
    border-right: 1px inset rgba(255,255,255,0.06);
    border-bottom: 1px inset rgba(255,255,255,0.06);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.12);
    box-shadow: 0 2px 4px rgba(0,0,0,0.12);
    position: relative;
    overflow: hidden;
    padding-bottom: 85px
}
.plan .plan-head .icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0,0,0,0.24);
    margin-right: 15px;
    font-size: 18px
}

.plan.vip:before {
    content: "";
    background: url(../../../images/up/premium.png);
    background-size: cover;
    width: 100%;
    height: 150px;
    opacity: 0.70;
    position: absolute;
    z-index: -1;
    bottom: 0
}
.plan.dia:before {
    content: "";
    background: url(../../../images/up/lux.png);
    width: 100%;
    height: 150px;
    z-index: -1;
    background-size: cover;
    opacity: 0.70;
    position: absolute;
    bottom: 0
}
.plan.nova:before {
    content: "";
    background: url(../../../images/up/deluxe.png);
    width: 100%;
    height: 150px;
    background-size: cover;
    opacity: 0.70;
    z-index: -1;
    position: absolute;
    bottom: 0
}
.plan .plan-head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.plan .buyButtons {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.buyUpgrade {
    padding-left: 12px!important;
    padding-right: 12px!important;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    border-radius: 4px;
    position: relative;
    height: auto!important;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 100px;
    margin-right: 5px!important;
    border: 0
}
.buyUpgrade.disabled {
    background: #191919;
    color: #fff
}

.buyUpgrade.vip,.buyUpgrade.vip:hover {
    background: -o-linear-gradient(45deg,#e84393,#af1560)!important;
	background: linear-gradient(45deg, #00cec9, #00817e) !important;
    color: #fff
}

.buyUpgrade.nova,.buyUpgrade.nova:hover {
    background: -o-linear-gradient(45deg,#f60,#b34700)!important;
    background: linear-gradient(45deg,#f60,#b34700)!important;
    color: #fff
}

.buyUpgrade.dia,.buyUpgrade.dia:hover {
    background: -o-linear-gradient(45deg,#00cec9,#00817e)!important;
    background: linear-gradient(45deg,#e84393,#af1560)!important;
    color: #fff
}
.buyUpgrade .icon {
    padding-left: 6px;
    padding-right: 8px;
    margin-right: -2px;
    display: inline-block;
    float: left;
    height: 30px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.12);
    box-shadow: 0 2px 4px rgba(0,0,0,0.12);
    background: #e52883;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative
}

.buyUpgrade .icon:before {
    content: "";
    position: absolute;
    right: -13px;
    border-top: 8px solid transparent;
    border-left: 8px solid #e52883;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.buyUpgrade .icon i {
    margin-top: 8px
}

.giftUpgrade {
    padding: 6px;
    font-size: 12px;
    color: rgba(255,255,255,0.85);
    text-shadow: 1px 2px rgba(0,0,0,0.12);
    border-radius: 5px;
    background: rgba(255,255,255,0.06);
    font-weight: 500;
    display: block
}
.giftUpgrade i {
    margin-top: 2px
}

.plan .plan-head .icon i {
    margin-top: 12px
}

.plan .plan-head.vip .icon {
    background: #4DD5D5
}

.plan .plan-head.nova .icon {
    background: #f60
}

.plan .plan-head.dia .icon {
    background: #e84393
}

.plan .plan-perks {
    margin: 12px
}
.perk-title {
    display: block;
    text-align: center;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.75);
    z-index: 1
}

.perk-title:before {
    content: "";
    width: 75%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 2px;
    border-radius: 4px;
    background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(rgba(255,255,255,0.16)),to(transparent));
    background: -o-linear-gradient(left,transparent,rgba(255,255,255,0.16),transparent);
    background: linear-gradient(to right,transparent,rgba(255,255,255,0.16),transparent)
}

.plan .plan-name {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: -5px
}

.plan .plan-price {
    font-size: 24px;
    font-weight: lighten;
    font-weight: 400;
    margin-top: 5px;
    position: relative;
    color: rgba(255,255,255,0.75)
}

.plan .plan-price span {
    position: absolute;
    top: 0;
    right: -50px;
    font-weight: 300;
    color: rgba(255,255,255,0.45);
    font-size: 14px
}
.plan .perk-list {
    margin: 15px 0
}

.plan .perk-list li {
    list-style: none;
    color: rgba(255,255,255,0.75);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 12px 0;
    margin-left: 15px;
    position: relative;
    padding: 0 8px
}

.plan .perk-list li:before {
    content: "";
    width: 3px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -6px;
    top: 5px;
    position: absolute
}

.plan .perk-list.vip li:before {
    border: 2px solid #4DD5D5
}

.plan .perk-list.nova li:before {
    border: 2px solid #f60
}

.plan .perk-list.dia li:before {
    border: 2px solid #e84393
}

.plan.vip {
    border-top: 3px solid #4DD5D5
}

.plan.vip .plan-name {
    color: #4DD5D5
}

.plan.nova {
    border-top: 3px solid #f60
}

.plan.nova .plan-name {
    color: #f60
}

.plan.dia {
    border-top: 3px solid #e84393
}

.plan.dia .plan-name {
    color: #e84393
}

.upgrade-award {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 5px 50%;
    grid-template-columns: repeat(2,50%);
    grid-column-gap: 5px;
    width: 100%;
    padding: 12px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.upgrade-award .awardBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0,0,0,0.10);
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.upgrade-award .awardBox .data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px
}

.upgrade-award .awardBox .data .name {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 500
}

.upgrade-award .awardBox .data .desc {
    font-size: 12px;
    color: rgba(255,255,255,0.60)
}

