body, html {
    height: 100%;
    margin: 0;
    background-color: #E14362;
}
body {
    background-image: url("https://cdn1.streamix360.com/lottery/supradyn/background.png");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg {
    /* The image used */
    background-image: url("https://cdn1.streamix360.com/lottery/supradyn/background.png");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.full-height{
height: -webkit-fill-available;
}

.custom-card {
    /* width: 18rem; */
    height: 96%;
    margin: 1em;
	overflow:scroll;
}

@media screen and (max-width: 480px) {
    .custom-card {
    /* width: 18rem; */
    height: 96%;
    margin: 0;
	overflow:scroll;
}
.position-absolute{
	position:inherit !important;
}
.left-container{
display:none;
}
}