.index_nav{
    height: 44px;
    min-width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
.index_nav img{
    margin-right: 8px;
}
.index_nav span{
    margin-right: 8px;
    font-family: Inter, Inter;
    font-weight: 500;
    font-size: 18px;
    color: #202536;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.rewards_01{
	margin: 15px;
}

.rewards_01_title{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 28px;
	color: #202536;
	line-height: 33px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.rewards_01_subtitle{
	margin-left: 20px;
	margin-right: 20px;
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 14px;
	color: #474E65;
	line-height: 16px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.rewards_address{
	background: #F8F8F8;
	border-radius: 4px 4px 4px 4px;
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 12px;
	color: #474E65;
	line-height: 14px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: 700;
}
.assets{
    font-family: Inter, Inter;
    font-weight: 500;
    font-size: 14px;
    color: #474E65;
    line-height: 16px;
    font-style: normal;
    text-transform: none;
    font-weight: 700;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
.assets p{
    
}

.assets1{
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rewards_usdt{
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: #F1F7F7;
	border-radius: 4px 4px 4px 4px;
}

.rewards_usdc{
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: #ECF5FF;
	border-radius: 4px 4px 4px 4px;
}

.rewards_uni{
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: #FBF6FC;
	border-radius: 4px 4px 4px 4px;
}

.rewards_wbtc{
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: #F7F4FA;
	border-radius: 4px 4px 4px 4px;
}

.rewards_cro{
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: #EDF9FF;
	border-radius: 4px 4px 4px 4px;
}



.coin_claim {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; 
}

.coin_claim > img {
    margin-right: -10px;
}

.coin_note {
    flex: 1; 
    display: flex;
    flex-direction: column;
}

.claim {
    color: white;
    padding: 10px 10px;
    cursor: pointer;
    text-align: center;
	background: #202536;
	border-radius: 20px 20px 20px 20px;
}

.coin_claim img {
    display: block;
}

.coin_key{
	font-family: Inter, Inter;
	font-weight: 500;
	font-size: 14px;
	color: #474E65;
	line-height: 16px;
	font-style: normal;
	text-transform: none;
}
.coin_val{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 18px;
	color: #5CB5B6;
	line-height: 21px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.coin_val_title{
	font-size: 12px;
	font-weight:500;
}



.token_note {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.token_balance_val{
    display: flex;
    align-items: center;
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 18px;
	color: #202536;
	line-height: 21px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.token_balance_val_title{
	font-size: 12px;
	margin-left: 5px;
	font-weight: 500;
}
.available_val{
    display: flex;
    align-items: center;
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 18px;
	color: #202536;
	line-height: 21px;
	text-align: right;
	font-style: normal;
	text-transform: none;
}
.available_val_title{
	font-size: 12px;
	margin-left: 5px;
	font-weight: 500;
}
.token_balance_key{
    display: flex;
    align-items: center;
	font-family: Inter, Inter;
	font-weight: 500;
	font-size: 12px;
	color: #474E65;
	line-height: 14px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.available_key{
    display: flex;
    align-items: center;
	font-family: Inter, Inter;
	font-weight: 500;
	font-size: 12px;
	color: #474E65;
	line-height: 14px;
	text-align: right;
	font-style: normal;
	text-transform: none;	
}

.rewards_03{
	margin-left: 15px;
	margin-right: 15px;
}
.rewards_03_title{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 28px;
	color: #202536;
	line-height: 33px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.calc{
	background: #F8F8F8;
	border-radius: 4px 4px 4px 4px;

}
.calc_title{
	padding-left: 15px;
	font-family: Inter, Inter;
	font-weight: 500;
	font-size: 15px;
	color: #202536;
	line-height: 18px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.calc_input{
	margin-left: 15px;
	margin-right: 15px;
}

.token_amout{
	background: #FFFFFF;
	width: 100%;
	height: 60px;;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 16px;
	color: #202536;
	line-height: 19px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	border: none;
}
.token_amout::placeholder {
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 16px;
	color: #202536;
	line-height: 19px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.double_rewards{
	background: #FFFFFF;
	width: 100%;
	height: 60px;;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 16px;
	color: #202536;
	line-height: 19px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	border: none;
}

.double_rewards::placeholder{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 15px;
	color: #9B9DA4;
	line-height: 18px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.general_rewards{
	background: #FFFFFF;
	width: 100%;
	height: 60px;;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 16px;
	color: #202536;
	line-height: 19px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	border: none;
}

.general_rewards::placeholder{
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 15px;
	color: #9B9DA4;
	line-height: 18px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.calc_note{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.calc_key{
	display: flex;
    align-items: center;
    margin-left: 15px;
	margin-right: 15px;
	font-family: Inter, Inter;
	font-weight: 500;
	font-size: 12px;
	color: #474E65;
	line-height: 14px;
	font-style: normal;
	text-transform: none;
}
.calc_val{
	display: flex;
    align-items: center;
    margin-left: 15px;
	margin-right: 15px;
}
.double_rewards_val{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 18px;
	color: #202536;
	line-height: 21px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.double_rewards_val2{
	margin-left: 5px;
}
.general_yield_key{
	font-family: Inter, Inter;
	font-weight: bold;
	font-size: 18px;
	color: #202536;
	line-height: 21px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.general_yield_val2{
	margin-left: 5px;
}

