.home-section{
    background: linear-gradient(to bottom, #DAB892 0%, #C29964 100%);
    background: -webkit-linear-gradient(to bottom, #DAB892 0%,#C29964 100%);
    background: -o-linear-gradient(to bottom, #DAB892 0%,#C29964 100%);
    background: -moz-linear-gradient(to bottom, #DAB892 0%,#C29964 100%);
}

.profile-qr-code{
    padding: 0 3px;
}

.home-qrcode-icon{
    font-size: 2rem;
    color: #252525;
}

.home-header-section {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../image/home-background.png');
}

.quick-action{
    background: #1D1D1B;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.circle-box{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 100%;
    background: #252525;
    margin-bottom:0.5rem;
}

.circle-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.quick-item-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-name{
    font-size: 2rem;
    line-height: 2.33rem;
}

.profile-email{
    font-size: 1.17rem;
    line-height: 1.4rem;
}

.currency-tag{
    font-size: 1.81rem;
    line-height: 2.17rem;
}

.wallet-balance{
    font-size: 2.92rem;
    line-height: 3.5rem;
    font-family: 'OpenSans-Semibold', sans-serif;
}

.transaction-history{
    text-decoration: none !important;
    color: #252525;
    font-size: 1rem;
    line-height: 1.2rem;
}

.home-balance-section {
    width: 90%;
    margin: auto;
    background-color: white;
    border-radius: 25px;
    padding: 2rem;
}

.home-header-title-section {
    position: absolute;
    bottom: -55px;
}

.home-text-balance {
    font-size: 1.5rem;
}

.home-text-point {
    font-size: 2.5rem;
}

.home-quick-item {
    font-family: 'OpenSans-Light', sans-serif;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    font-size: 0.813rem;
    line-height: 1.41rem;
    padding: 0.5rem 0.5rem;
    margin: 1rem 2.5% 0;
    color: #D9D9D9;
}

.home-quick-link{
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 0.813rem;
    line-height: 1.41rem;
    color:#D9D9D9;
    text-decoration: none !important;
}

.profile-item-img{
    width: 100%;
    max-width: 40px;
    position: absolute;
}


.profile-top-up{
    right: 15px;
    bottom: -1px
}

.home-promotion {
    margin: auto;
    background-image: url('../image/promotion-background.svg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2rem 1rem;
}

.home-promotion-img{
    width:100%;
    height:100%;
    border-radius: 25px;
    border: rgb(218 184 164 / 10%) 0.5px solid;
    /*box-shadow: 1px 1px 2px 1px rgba(218,184,146,0.7), -1px -1px 2px 1px rgba(218,184,146,0.7);*/
}


@media only screen and (min-width: 767px) {
    .home-balance-section {
        max-width: 500px;
    }

    .home-text-balance {
        font-size: 2.5rem;
    }

    .home-text-point {
        font-size: 3.5rem;
    }
}


#popup{
    position: fixed;
    left: 10%;
    bottom: -1000px;
    width: 80%;
    height: 80px;
    padding: 10px;
    background-color: #eaeaea;
    border: 2px solid #00234C;
    -webkit-border-radius: 5px;
    z-index: 9999;
    text-align: center;
    -webkit-box-shadow: 10px 10px 30px #333, -10px -10px 30px #333, -10px 10px 30px #333, 10px -10px 30px #333;
}

#popup::after {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    left: 43%;
    bottom: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eaeaea;
    z-index: 9999;
}

.popup-close-icon {
    position: absolute;
    width: 0;
    right: 20px;
    top: 0;
    font-size: 24px;
    font-weight: bolder;
    color: black;
    cursor: pointer;
}

.add-home-screen-section{
    background: #252525;
    color: white;
    width: 70%;
    margin: auto;
    padding-bottom: 0.2rem;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}


body{
    background-image: url('../image/livehouse/background.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    overflow-y: auto;
    height: 100vh;
    background-attachment: fixed;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}













