.banner-9 .inline-wrapper {
    display: flex;
    padding: 3rem 15px
}

.banner-9 .left-content- {
	position: relative
}

.banner-9 .left-content- .banner-9-left-image {
	position: absolute;
    max-width: 230px;
    left: -10rem;
    bottom: -2rem;
    z-index: 1
}

.banner-9 .left-content- .banner-image {
	height: 100%;
	min-height: 350px;
    border-radius: .75rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right
}

.banner-9 .left-content- .daily-reward-content {
	position: relative;
    width: 50%;
    padding: 2rem 0;
    left: 6rem;
    top: 50%;
    transform: translateY(-50%)
}

.banner-9 .left-content- .daily-reward-content>.title-1 {
	margin: 0 0 1rem;
    display: flex;
    font-size: 2rem;
	letter-spacing: -0.02cm;
	font-weight: 700;
	line-height: 1.5;
}

.banner-9 .left-content- .daily-reward-content>.title-2 {
	display: flex;
	font-size: 19px;
	letter-spacing: -0.02cm;
	font-weight: 700;
	line-height: 1.5;
}

.banner-9 .left-content- .daily-reward-content>.content {
	font-size: 14px;
	display: flex
}

.banner-9 .right-content- {
	position: relative
}

.banner-9 .right-content- .banner-9-right-image {
	position: absolute;
    max-width: 150px;
    z-index: 1;
    right: -4rem;
    bottom: -2rem
}

.banner-9 .right-content- .dailyreward-card-content- {
	height: 100%;
	padding: 1rem;
	border-radius: .75rem;
	border: 1px solid var(--color2);
	background: var(--dailyRewardPage--signup-login-card)
}


/* Card Styles */
.dailyRewardPage--vip-progress-card {
  background-color: var(--dailyRewardPage--signup-login-card); /* Light theme background */
  box-shadow: none; /* No elevation */
  padding: 25px 12px 12px 12px;
  border-radius: 20px;
  margin: auto;
  border-style:solid;
  border-color: var(--color2);
  border-width:1px;
  width: 272px;
    height: 320px;
    max-height: 320px;
}

/* Flexbox for alignment */
.dailyRewardPage--row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px; /* Gap simulation */
}

.dailyRewardPage--col {
  padding: 0 8px;
  flex: 1 1 100%; /* Full width by default */
}


/* Text Styles */
.dailyRewardPage--betting-pass-login-text {
  color: var(--color2);
/*   background-color: #000; Dark background for text */
  padding:8px 0 12px 0;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
}

/* Buttons */
.dailyRewardPage--btn {
  padding: 8px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  width: 100%; /* Full width */
  border-radius: 10px;
}

.dailyRewardPage--sign-up-button {
  background-color: var(--dailyReward_SIGN_UP_BUTTON);
  color: var(--dailyReward_SIGN_UP_BUTTON_COLOR);
  margin-bottom: 5px;
}

.dailyRewardPage--login-button {
  background-color: var(--daily-reward-login-button-color);
  color: var(--color1);
  margin-bottom:10px;
}


.dailyRewardPage--betting-pass-treasure {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.dailyRewardPage--signup-login-card {
  background-color: var(--dailyRewardPage--signup-login-card) ; /* Light theme background */
  box-shadow: none; /* No elevation */
  padding: 12px;
  border-radius: 20px;
  font-family: Arial, sans-serif;
  border-style:solid;
  border-color: var(--color2);
  border-width:1px;
  width: 272px;
    max-height: 320px;
    min-height: 320px;
    box-sizing: border-box;
    margin: 16px 0 0 0;
}

.dailyRewardPage--vip-progress-text{
	font-size:12px;
	color: var(--color2);
}


/* .dailyRewardPage--v-progress-linear__determinate { */
/*   background-color: #4caf50; */
/*   height: 100%; */
/*   font-size:12px; */
/* } */

/* .dailyRewardPage--betting-pass-deposit-button { */
/*   background-color: #ff9800; */
/*   border: none; */
/*   color: var(--color2); */
/*   cursor: pointer; */
/*   text-align: center; */
/* } */

/* .dailyRewardPage--betting-pass-deposit-button:hover { */
/*   background-color: #e68900; */
/* } */

/* Container for the level */
.vip-level-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Container for the level display */
.vip-level-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100px;
}

/* Creating the Octagon Shape */
.octagon {
  width: 65px;
  height: 70px;
  background-color: var(--dailyReward_OCTAGON_SHAPE);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); /* Optional shadow for effect */
}

/* Text inside the shape */
.vip-level-text {
  font-size: 30px;
  font-weight: bold;
  color: var(--color2);
  position: absolute;
}


/* Progress Bar Section */
.progress-bar-section {
  position: relative;
}

/* .vip-progress-bar { */
/*   margin: -12px 0 0 10px; */
/*   background-color: #acacac; */
/*   border-radius: 5px; */
/*   height: 10px;  */
/*   width: 75%; */
/* } */

/* .v-progress-linear__determinate { */
/*   background-color: #4caf50; */
/*   height: 100%; */
/* } */

/* Level Descriptions */
.progress-node-desc {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.vip-current-level-text {
  font-size: 12px;
  color: var(--color2);
}

.vip-next-level-text {
  font-size: 12px;
  color: var(--color2);
}

.vip-progress-bar-text span{
  font-size: 12px;
  color: var(--color2);	
  display:block;
  text-align: end;
  width:100%;
}

.vip-progress-text{
font-size:12px;
color: var(--color2);
}


 div.row.mobile-logged-details{
 	flex-direction:column;
 	    gap: 30px;
 }

.dailyRewardPage--btn-deposit-now-btn{
	padding: 8px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    background-color: var(--login-reg_DAILY_REWARD_PAGE_SIGN_UP);
    color: var(--login-reg_DAILY_REWARD_PAGE_SIGN_UP_COLOR);
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 1.5;
}

.dynamic-element-block {
    display: block;
    margin-bottom: 20px;
}

.dynamic-element {
    display: inline-block;
    flex: 1;
}

.hardcoded-element {
    /* display: inline-block;
    padding-right: 12%;
        max-width: 465px; */
}



.banner-link {
	height: max-content;
}

.banner_5_container {
	padding: 0 9px;
	margin: 0 !important;
}

.dailyRewardPage--text-container {
	padding: 0 0 24px 16px;
}

.vip-level-container {
	margin-left: -15px;
	padding: 0 0 0 5px;
}

.v-progress-linear__background {
	opacity: 0.3;
	left: 0%;
	width: 100%;
}

.v-progress-linear__determinate {
	width: 0%;
}

@media screen and (max-width: 1800px) {
	.banner-9-right-image {
		right: -420px
	}
}

@media screen and (max-width: 768px) {
	.daily-reward-content>.title-2 {
		font-size: .8rem;
	}
	.daily-reward-content {
		/* 	  transform: translate(-50%, -110px); */
		width: 90%;
	}
}