@charset "utf-8";

a{
    text-decoration: none !important;
}

/* BANNER */
.home_bg {
    background-image: url(../img/prs_premium_desktop/home_bg.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_title {
    background-image: url(../img/prs_premium_desktop/home_mainobject.png);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 1406px;

}
.promotion_bg {
    background-image: url(../img/prs_premium_desktop/promo_bg_btm.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.signup_bg {
    background-image: url(../img/prs_premium_desktop/signuplogin_bg_btm.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.account_content_bg {
    background-image: url(../img/prs_premium_desktop/user_center/uc_bg_top.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slots_bg {
    background-image: url(../img/prs_premium_desktop/slot_banner.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* GENENRAL USE */
.divprofile {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.mt-minus-15{
    margin-top: -15vh;
}
.mt-minus-10{
    margin-top: -10vh;
}
.mt-minus-8{
    margin-top: -8vh;
}
.mt-minus-5{
    margin-top: -5vh;
}
.pb-550{
    padding-bottom : 550px !important;
}
.pb-100{
    padding-bottom : 100px !important;
}
.text-red{
    color: #a33218;
}
.signup-input{
    width: 100%!important;
    /* margin: 10px 0 10px 0!important; */
    -ms-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    padding: 0 5px;
    font-size: 16px;
    background: rgb(0 0 0 / 77%);
    color: #5c5c5c;
    border: 1px solid #332918;
    border-radius: 3px;
    /* box-shadow: inset 0 2px 4px 0 #b8c3d6; */
    line-height: 40px;
    fill: #0a0805;
}
.signup-button{
    font-size: 16px;
    color: #000000;
    background-image: linear-gradient(to bottom, #d9bc79 0%, #6b613e 100%);
    border: 1px solid #ffe694;
}
.login-button{
    font-size: 15px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 20px;
    width: 70px;
    background: transparent;
}
.account-button{
    background-image: linear-gradient(to right, #1f1a0f, #484028);
    border-radius: 5px;
}
.account-transaction-button{
    background: #14110a;
    border: 1px solid #484028;
    font-size: 14px;
    color: white;
}
.account-transaction-button:hover,
.account-transaction-button:active,
.account-transaction-button:focus
{
    background: #484028;
    border: 1px solid #d0bc79;
    font-size: 14px;
    color: white;
}

/* FONT DESIGN */
.nav-title{
    font-size: 20px;
    color: #1f190f;
}
.signup-title{
    font-size: 24px;
    color: #ffe694;
}
.signup-label{
    font-size: 14px;
    color: #b3b3b3;
}
.signup-a{
    font-size: 14px;
    color: #8a6c43;
}
.slot-font{
    font-size: 24px;
    color: #fff;
}
.header-register{
    font-size: 14px;
    color: #b72510;
    box-shadow: none !important;
}
.account-main-wallet{
    font-size: 16px;
    color: #808080;
}
.account-balance{
    font-size: 18px;
    color: #ffc107;
}
.account-username{
    font-size: 18px;
    color: #ffffff;
}
.account-logout{
    font-size: 16px;
    color: #b72510;
}
.account-label{
    font-size: 16px;
    color: #d0bc79;
}
.account-font{
    font-size: 16px;
    color: #ffffff;
}

/* POSITION*/
.position-absolute-parent{
    position: relative;
    top: 0;
    left: 0;
}
.signup-banner-content{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
}
.slot-banner-content{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

