/* SPW partial */
/* TODO rework this css bullcrap  */
#spwHolder {
    /*background: none;*/
    /*text-align: center;*/
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
}
#spwHolder .header {
    background: black;
}
/* TEMPORARZ UNTI LIT-s REWORKED! */
#spwHolder .wheel-holder {
    /*transform: scale(0.75);*/
    left: 240px;
    position: relative;
    top: 0px;
}
#spwHolder .back {
    position: absolute;

    width: 507px;
    height: 507px;

    /*background: url("../images/warZone/wheel/cw_wheel_back.png");*/
    /*background: url("../images/new/warZone/wheel_inside_min.png");*/
    /*background: url("../images/new/warZone/Untitled-1_Artboard%203.png");*/
    background: url("../images/new/warZone/wheel_2_back.png") no-repeat;
    background-position: center;

    /*z-index: 20;*/
    pointer-events: none;
}
#spwHolder .spins-left {
    position: absolute;

    left: 520px;
    top: 15px;

    width: 158px;
    height: 38px;

    font: 18px/38px 'titilliumWebRegular';
    font-style: italic;
    color: white;
    /*text-align: center;*/
    padding-left: 22px;
    background: black;
    background: url("../images/new/warZone/spins_left.png") ;
}
#spwHolder .spins-left > span {
    color: black;
    font: 18px/38px 'titilliumWebSemiBold';
    padding-left: 32px;
}
#spwHolder .handle {
    position: absolute;

    /*left: 362px;*/
    /*top: -5px;*/

    left: 355px;
    top: 3px;

    /*width: 66px;*/
    /*height: 89px;*/
    width: 158px;
    height: 146px;

    /*background: url("../images/warZone/wheel/cw_wheel_handle.png");*/
    background: url("../images/new/warZone/go_button.png");

    transform-origin: -168% 286%;

    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
#spwHolder .pointer {
    position: absolute;

    left: 240px;
    top: 15px;

    width: 32px;
    height: 42px;

    /*background: url("../images/warZone/wheel/cw_wheel_pointer.png");*/
    background: url("../images/new/warZone/tranfle_without_shadow.png");
}
#spwHolder .wheel:not(.reward-icon) {
    position: absolute;

    width: 440px;
    height: 440px;
    margin-top: 34px;
    margin-left: 34px;

    /*background: url("../images/new/warZone/wheel.png?v=2") no-repeat;*/
    background: url("../images/new/warZone/wheel_new_440_440.png") no-repeat;
    background-position: center;


    pointer-events: none;
}
#spwHolder .cover {
    position: absolute;
    display: none;

    width: 507px;
    height: 507px;

    /*background: url("../images/warZone/wheel/cw_wheel_won.png");*/
    background: url("../images/new/warZone/wheel_confirmation_small.png") no-repeat;
    background-position: center;
    z-index: 21;
}
#spwHolder .lost {
    position: absolute;
    display: none;

    margin-top: 87px;
    margin-left: 90px;

    width: 331px;
    height: 331px;

    border-radius: 50%;

    background: #ec1f27;
}
#spwHolder .text {
    position: absolute;

    width: 267px;
    height: 203px;

    margin-top: 122px;
    margin-left: 90px;
    color: white;
    padding: 64px 32px;

    font: 18px/24px 'titilliumWebRegular';
    text-align: center;
}
#spwHolder .text > span {
    font: 21px/24px 'titilliumWebBold';
}
#spwHolder .reward-icon {
    position: absolute;

    /*width: 60px;*/
    /*height: 60px;*/
    background: yellow;
    top: 82px;
    left: 171px;
    width: 160px;
    height: 48px;
    background: url("../images/new/warZone/spw-reward-icons.png");
    transform: none !important;
}
/*#spwHolder .icon {*/
    /*position: absolute;*/

    /*width: 51px;*/
    /*height: 51px;*/

    /*left: 243px;*/
    /*top: 280px;*/

    /*background: url("../images/warZone/wheel/cw_wheel_symbols.png")*/
/*}*/
#spwHolder .reward-icon.gold {
    background-position-x: -160px;
}
#spwHolder .reward-icon.refuel {
    background-position-x: -320px;
}
#spwHolder .reward-icon.unlock_tc {
    background-position-x: -480px;
}
#spwHolder .reward-icon.wheel {
    background-position-x: -640px;
}
/*#spwHolder .reward-icon.DPC30s {*/
    /*background-position-x: -800px;*/
/*}*/
#spwHolder .reward-icon.double_dpc_cons {
    background-position-x: -800px;
}
#spwHolder .reward-icon.pvp_points {
    background-position-x: -960px;
}

#spwHolder .collect {
    position: absolute;
    z-index: 2;

    left: 160px;
    bottom: 100px;
    width: 182px;
    height: 72px;
    /*padding: 10px 16px;*/

    font: 21px/56px 'titilliumWebSemiBold';
    text-align: center;

    color: #e6fcf0;

    /*border-radius: 16px;*/

    /*background: black;*/

    cursor: url("public_html/assets/images/cursorPointer.ico"), pointer;
    cursor: url("../images/cursorPointer.ico") 11 1, pointer;

    animation: anim_scale_1011 1.1s infinite ease-in-out;
    background: url("../images/new/warZone/collect_button.png")
}
#spwHolder .collect:hover{
    color: white !important;
}
/* SPW partial END */
