.has-error input[type=text],
.has-error input[type=password]{
    /*border-color: #d9393a;*/
}

.has-error{
    border-color: #d9393a;
}


.xa_popup{
    display: none;
    position: fixed;
    width:80%;
    max-width:500px;
    top:100px;
    left:50%;
    margin-left:-40%;
    border: 1px solid var(--alaba-color-border);
    border-bottom-width: var(--alaba-bottom-border);
    border-radius: var(--alaba-border-radius);
    transition: var(--alaba-transition-time);
    background-color: #FFFFFF;
    padding:10px;
    min-height:100px;
    z-index: 999;
}
.xa_popup_close{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
    border-radius: 50%;
    background: var(--alaba-color-black) url(../svg/close.svg) no-repeat center center / 14px;
    opacity: .3;
    cursor: pointer;
    transition: var(--alaba-transition-time);
}
.xa_popup_close:hover{
    opacity: 1;
    transform:translateY(0px);
}
.xa_popup_title{
    font-size: 21px;
    font-weight: 500;
    text-align: left;
    padding-left:20px;
    padding-top:10px;
}
.xa_popup_content{
    padding-left:20px;
    padding-top:10px;
}

.xa_alert{
    border: 1px solid var(--alaba-color-border);
    border-bottom-width: var(--alaba-bottom-border);
    border-radius: var(--alaba-border-radius);
    transition: var(--alaba-transition-time);
    padding:10px;
}
.xa_alert_success{
    color: var(--alaba-color-green);
}
.xa_alert_error{
    color:var(--alaba-color-red);
}
.xa_alert_orange{
    color:var(--alaba-color-orange);
}
.rating_stars .rating_star{
    cursor: pointer;

}


.game_rating table{
    border-collapse: collapse;
    border-color: var(--alaba-color-lightblack);

}
.game_rating table th{
    text-align: left;
}
.game_rating table td,
.game_rating table th{
    padding:5px;
}

.current_title{
    font-size:30px;
    line-height:1.15em;
    margin-bottom:20px;
    font-weight:500;
}

.alaba-form-error-message{
    margin: 0px 0px 0px 0px;
}

.has-error input{
    border-color: var(--alaba-color-red);
}
.has-error .alaba-form-error-message{
    margin-top:10px;
}
.creative_comp_title:before{
    background-image: url("../svg/edit-alt.svg") !important;
}

.work_customer_result_show{
    opacity: 1;
    visibility: visible;
    transform: none;
}
.work_customer_share_show{
    opacity: 1;
    visibility: visible;
    transform: none;
}

.content-side-formats.center{
    margin-left:0px;
}

.palitra .palitra_color{
    float:left;
    height:30px;
    width:30px;
    margin-left:5px;
    margin-top:5px;
    border:solid 1px #333;
    cursor: pointer;
    border-radius:3px;
}
/*.palitra .palitra_color:hover{
    opacity: 0.7;
}*/
.palitra .palitra_color_active{
    box-shadow: 3px 3px 3px #333333;
}
.colors_buttons{
    padding-top: 20px;
    text-align: center;
}
.colors_btn{
    width:50px;
    height:50px;
    background-color:transparent;
    border:none;
    cursor: pointer;
    margin-left: 10px;
    opacity: 0.7;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    opacity: 0.7;
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
    transition: ease .1s;
}

.colors_coin.is--filled{
    background-image:url(../svg/coin-filled.svg) !important;
    opacity:1;
}
.colors_btn:hover{
    opacity: 1;
}
#svg_block svg{
    width:100%;
}
.game_page_content_xa{
    margin-top:0px;
}
.game_page_content_svg_zoom_palitra{
    position: fixed;
    top:10%;
    width:300px;
    right:50px;
    padding-top:0px !important;
}
.game_page_content_svg_zoom .colors_buttons_block{
    position: fixed;
    top:3%;
    width:200px;
    right:-30px;
}
.game_page_content_svg_zoom_palitra.palitra_mobile{
    right: auto;
    top:auto;
    bottom:20%;
    width:100%;
}



.game_page_content_svg_zoom #svg_block{
    position: fixed;
    height:100%;
    left:220px;

}
.right_related_games_svg{
    padding-top:561px;
}
.right_related_games .game-item{
    margin-top:30px;
}
.palitra_mobile{
    display: none;
}
.colors_button_mobile{
    display: none;
}
.zoom_range_block{
    margin-top: 40px;
}
.zoom_range_slider{
    background-color: var(--alaba-color-orange);
    border: 1px solid var(--alaba-color-border);
    position: relative;
    height:10px;
    border-radius: 5px;
}
.zoom_range_slider span{
    left:0px;
    position: absolute;
    background-color: var(--alaba-color-green) !important;
    display: block;
    height:30px;
    width:30px;
    border-radius: 10px;
    top:-12px;
    cursor: pointer;
}

.zoom_btn_reset{
    margin-top: 20px;
    border-color: #194383;
    cursor: pointer;
    color: white;
    background: var(--alaba-color-blue);
    border-radius: 3px;
    padding:5px 0px 5px 0px;
    width:100%;
}
.zoom_range_block_zoom{
    position: fixed;
    top:230px;
    right:50px;
    width:300px;
    margin-top:10%;
}
.colors_buttons_block_zoom{
    position: fixed;
    bottom:10px;
    left:50%;
    width:300px;
    margin-left:-150px;
}
.zoom_range_block_mobile{
    display: none;
}
.label_note{
    font-size:11px;
    font-weight: normal;
    height: 10px;
    display: block;
}

.tabs_orange .tabs_orange_item{
    background-color:#ffad4c;
    border-bottom-width: var(--alaba-bottom-border);
    border-bottom-color: #ffad4c;
    color:#FFFFFF;
}
.tabs_orange .tabs_orange_item.active{
    background: var(--alaba-color-blue);
    border-color: #194383;
}

.phone_btn a img{
    position: absolute;
    width:30px;
    color:orange;
    -webkit-filter: invert(82%) sepia(68%) saturate(1928%) hue-rotate(321deg) brightness(101%) contrast(101%);
    right:10px;
    top:10px;
}
.phone_btn a{
   border:none;
}
.btn_send_sms{
    margin-top:10px;
    width:48%;
    float:left;
}
.btn_confirm_phone{
    margin-top:10px;
    width:48%;
    float:right;
    display: none;
}
.input_phone{
    width:48%;
    float:left;
}
.input_sms{
    width:48%;
    float:right;
   display: none;

}
.disabled{
    opacity: 0.5;
}

.xa_tabs{

}
.xa_tabs_item{
    float:left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.xa_tabs_item a{
    display: table-cell;
    height:30px;
    padding:0px 10px 0px 10px;
    text-align: center;
    border:solid 1px #333333;
    vertical-align: middle;
    border-radius: 3px;
}
.xa_tabs_item.active a{
    background-color: #194383;
    color:#FFFFFF;
}

.gif-popup__container{
    max-width:250px;
}
.comp_price_block_current{
    font-size:40px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 15px;
    color:#E53935;
}
.comp_price_block_new{
    font-size:40px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 15px;
    color:#96a1a8;
}
.comp_price_block_current_label{
    color:#E53935;
}
.comp_price_block_new_label{
    color:#96a1a8;
    border-bottom: 1px solid var(--alaba-color-border);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.premium .comp_price_block_new_label{
    border-color:var(--alaba-color-orange);
}
.my_class_user_code{
    position: relative;
}
.my_class_user_code .btn_copy{
    position: absolute;
    right:-20px;
    top:2px;
    opacity: 0.8;
}
.my_class_user_code .btn_copy:hover{
    opacity: 1;
}
.my_class_user_code a{
    text-decoration: none;
    border:none;
}
.my_class_user_code a img{
    width:15px;
}

.field-registerform-phone_number{
    position: absolute;
    margin-top:-9999px;
}



@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
    .game-page-reviewform{
        display: none !important;
    }
}

@media screen and (max-width:860px){
    .game_page_content_svg_zoompalitra{
        top:auto;
        bottom:0px;
        width:95%;
        left:2%;
    }

    .palitra_mobile{
        display: block;
    }
    .palitra_desc{
        display: none;
    }
    .colors_button_mobile{
        display: block;
    }
    .colors_button_desc{
        display: none;
    }
    .zoom_range_block{
        display: none;
    }
    .zoom_range_block_mobile{
        display: block;
        margin-top:20px;
    }


}

/* Mobile Colors No Wide */

@media screen and (max-width:1200px){

    .palitra_mobile{

        display:block !important;

    }

    .palitra_desc{

        display:none !important;

    }

    .game-page-rightside-wrap{

        display:flex !important;

        flex-direction:column;

        gap:0px;

    }

    .game-page-rightside-wrap .right_related_games{

        display: grid;

        grid-template-columns: repeat(3,1fr);

        grid-gap: 30px;

        padding-top:30px;

    }

    .game-page-rightside-wrap .right_related_games .game-item{

        margin-top:0px;

    }

    .game_page_content_svg_zoom_palitra.palitra_mobile{

        position: relative !important;

        left: 0 !important;

        right: auto !important;

        top: auto !important;

        bottom: 0px !important;

        margin:20px 0;

    }

}

@media screen and (max-width:800px){

    .game-page-rightside-wrap .right_related_games{

        grid-template-columns: repeat(2,1fr);

        grid-gap: 20px;

    }

}

@media screen and (max-width:680px){

    .phone_btn a img {
        top:45px;
    }
    .input_phone{
        width:100%;
    }
    .input_sms{
        width:100%;
    }
    .btn_send_sms{
        width:100%;
    }
    .btn_confirm_phone{
        width:100%;
    }

}

@media screen and (max-width:500px){

    .game-page-rightside-wrap .right_related_games{

        grid-template-columns: repeat(1,1fr);

    }
    .label_note{
        margin-bottom: 30px;
    }

}

/*.game-page-content.is--fullscreen{

    position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    padding: 0px 0px 300px 0px !important;

    margin: 0px !important;

    overflow-y: scroll;

}

.game-page-content.is--fullscreen #svg_block{

    max-width: 834px;

    margin: 0 auto;

    width: 100%;

}

@media screen and (max-width:760px){

    .game-page-content.is--fullscreen #svg_block{

        max-width: 100%;

        margin: 0 auto;

        width: 100%;

    }

}*/



@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
    .game-page-reviewform{
        display: none !important;
    }
    .game-item-categories{
        display: none !important;
    }
    h1{
        display: none !important;
    }
    .game-page-info{
        display: none !important;
    }
    .game-page-infotxt{
        display: none !important;
    }
    .colors_buttons_block{
        display: none !important;
    }
    .game-page-btns{
        display: none !important;
    }
    .game-page-rightside{
        display: none !important;
    }
    .block_subject{
        display: none !important;
    }
    .cta-subscribe-form{
        display: none !important;
    }
    .game-page-comments{
        display: none !important;
    }
    .content-seo{
        display: none !important;
    }
    .alaba-popup-wrap{
        display: none !important;
    }
    .fb_reset{
        display: none !important;
    }
    .filters-mobile{
        display: none !important;
    }
    #svg_block{
        border:solid 1px black;
        width:100%;
    }
}