/* Authentication */
.authentication_body
{
	max-height: 100vh;
	overflow-y: hidden;
	padding: 5vh 3vw;
}

.authentication_logo
{
	width: 200px;
}

.authentication_side_img
{
	width: 70%;
}

.authentication_input_icon
{
	width: 16px;
}

.authentication_capctcha_div
{
	width: 30px;
	height: 35px;
	border-radius: 10px;
	border: 1px solid #9B9DB3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: italic;
	margin-right: 2px;
}

.authentication_steps_div
{
	border-radius: 8px;
	background: rgba(155, 157, 179, 0.4);
	height: 4px;
}

.authentication_steps_div.active
{
	border-radius: 8px;
	background: #02F;
	height: 4px;
}

.authentication_normal_div
{
	display: flex; 
	flex-direction: column;
	justify-content: space-between; 
	flex: 1; 
}

.authentication_submitted_img
{
	width: 200px;
}

.splash_screen_logo
{
	width: 200px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.splash_screen_1
{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	width: 100%;
}

.splash_screen_img
{
	width: 30%;
}

.splash_screen_2
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	align-items: center;
    width: 100%;
}
/* End of Authentication */

/* Ranking Card */
.ranking_card
{
	padding: 5px 15px 10px 15px;
}

.ranking_card_avatar
{
	width: 45px;
	height: 45px;
	border-radius: 45px;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.ranking_card_ranking
{
	width: 55px;
}

.ranking_card_0
{
	border-radius: 10px;
	background-image: url('../images/ranking/ranking_0_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
  background-position: center;
}

.ranking_card_0 .ranking_card_divider
{
	border-bottom: 1px solid rgba(112, 81, 55, 1);
}

.ranking_card_0 .text_white
{
	color: #705137;
}

.ranking_card_0 .text_gray
{
	color: rgba(112, 81, 55, 0.60);
}

.ranking_card_1
{
	border-radius: 10px;
	background-image: url('../images/ranking/ranking_1_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
  background-position: center;
}

.ranking_card_1 .ranking_card_divider
{
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.ranking_card_2
{
	border-radius: 10px;
	background-image: url('../images/ranking/ranking_2_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
  background-position: center;
}

.ranking_card_2 .ranking_card_divider
{
	border-bottom: 1px solid rgba(108, 76, 49, 0.20);
}

.ranking_card_2 .text_white
{
	color: #6C4C31;
}

.ranking_card_2 .text_gray
{
	color: rgba(108, 76, 49, 0.60);
}

.ranking_card_3
{
	border-radius: 10px;
	background-image: url('../images/ranking/ranking_3_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
  background-position: center;
}

.ranking_card_3 .ranking_card_divider
{
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

/* End of Ranking Card */

/* Dashboard */
.dashboard_total_investment_div
{
	border-radius: 28px;
	background: linear-gradient(132deg, #02F -4.87%, #6579FF 97.98%);
}

.dashboard_total_investment_graph_arrow
{
	width: 20px;
}

.dashboard_total_investment_graph
{
	width: 55px;
}

.cw_div
{
	border-radius: 28px;
	background: #FFF;
	padding: 4px;
}

.cw_linear_div
{
	border-radius: 28px;
	background: linear-gradient(213deg, rgba(0, 34, 255, 0.20) -9.33%, rgba(0, 34, 255, 0.00) 65.54%), #FFF;
}

.cw_avatar_list
{
	width: 80px;
}

.dashboard_link_div
{
	border-radius: 18px;
	background: #FFF;
	padding: 15px 10px;
}

.dashboard_link_box
{
	border-radius: 10px;
	background: #02F;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
}

.dashboard_link_box img
{
	width: 18px;
}

.pending_reward_table {
    width: 100%;
    border-collapse: collapse;
}

.pending_reward_table thead,
.pending_reward_table tbody {
    display: block;
}

/* Scroll only tbody */
.pending_reward_table tbody {
    max-height: clamp(200px, 40vh, 500px); 
    overflow-y: auto;
}

.pending_reward_table thead tr,
.pending_reward_table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.pending_reward_table tbody tr td:last-child{

}

.invitation_div
{
	border-radius: 28px;
	background: #FFF;
	padding: 4px;
}

.invitation_linear_div
{
	border-radius: 28px;
	background-image: url('../images/homepage/invite_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
  background-position: center;
}

.invitation_qr
{
	width: 200px;
}

.dashboard_invitation_btn_div
{
	display: flex;
	flex-direction: column;
}

.dashboard_reward_div
{
	border-radius: 12px;
}
/* End of Dashboard */

/* Deposit */
.deposit_qr
{
	width: 100%;
}
/* End of Deposit */

/* Withdraw */
.withdraw_icon
{
	width: 35px;
}

.setup_withdrawal_div
{
	border-radius: 22px;
	border: 1px solid #9B9DB3;
	background: #FFF;
}

.setup_withdrawal_dot
{
	width: 14px;
	height: 14px;
	border: 1px solid #9B9DB3;
	border-radius: 100%;
}

.setup_withdrawal_input_div
{
	border-radius: 14px;
	background: #F9F9FB;
}

.setup_withdrawal_input_div input
{
	background: transparent;
	border: 0px;
}

.setup_withdrawal_input_div input:focus, .setup_withdrawal_input_div input:active, .setup_withdrawal_input_div input:hover
{
	box-shadow: none;
	background: transparent;
}

.setup_withdrawal_div.active
{
	border-color: #02F;
	background: linear-gradient(0deg, rgba(0, 34, 255, 0.08) 0%, rgba(0, 34, 255, 0.08) 100%), #FFF;;
}

.setup_withdrawal_div.active .setup_withdrawal_dot
{
	border: 3px solid #02F;
}

.setup_withdrawal_div.active .setup_withdrawal_input_div
{
	background: #FFF;
}

.security_pin_input{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.security_pin_dots{
    display:flex;
    justify-content:center;
    gap:18px;
}

.security_pin_dot{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#dcdde5;
    transition:0.2s ease;
}

.security_pin_dot.active{
    background:#2f36ff;
}
/* End of Withdraw */	

/* Transfer */
.transfer_avatar
{
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.transfer_submitted_img
{
	width: 10vw;
	margin-right: -2vw;
}

.transfer_search_user_list
{
	position: absolute;
	width: 14vw;
	margin-top: 10px;
}

.transfer_search_user_list .normal_div
{
	box-shadow: 1px 1px 10px 1px #d5d5d5;
}
/* End of Transfer */

/* Mobile History Details */

.history_detail_pending .details_progress_bar
{
	height: 140px;
}

.history_detail_completed .details_progress_bar
{
	height: 140px;
}

.history_detail_pending .history_detail_mb
{
	margin-bottom: 23px;
}

.history_detail_completed .history_detail_mb
{
	margin-bottom: 18px;
}
/* End of Mobile History Details */

/* Trading */
.trading_equity_div
{
	border-radius: 28px;
	border: 2px solid #FFF;
	background: linear-gradient(185deg, rgba(0, 34, 255, 0.20) -9.33%, rgba(0, 34, 255, 0.00) 65.54%), #FFF;
}

.equity_chart
{
	position: relative;
    max-height: 200px; /* Set desired height here */
    width: 100%;
}

.trading_account_icon
{
	width: 20px;
}

.trading_account_self_icon
{
	width: 14px;
}

.unsubscribe_modal_icon
{
	width: 8vw;
    position: relative;
    margin-top: -8vh;
    margin-bottom: 3vh;
}

.trading_statement_detail
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1vh 0px;
	border-bottom: 1px solid #EEEFF8;
}

.trading_statement_div .trading_statement_detail:last-child
{
	border-bottom: 0px solid #EEEFF8;
}

.trading_statement_modal_bg
{
	background-color: #FFF;
}
/* End of Trading */

/* Rewards */
.total_rewards_gray_div
{
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.20);
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.total_rewards_blue_div
{
	border-radius: 10px;
	background: rgba(0, 34, 255, 0.10);
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.total_rewards_badge
{
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.10);
}

.performance_chart
{
	max-height: 60px;
}
/* End of Rewards */

/* Network */
.network_search_div 
{
	width: 30vw;
}

.network_detail_div
{
	border-radius: 8px;
	border-left: 3px solid #02F;
	background: #F8F9FC;
	width: fit-content;
}

.network_avatar
{
	width: 60px;
	height: 60px;
}

.network_ranking_img
{
    width: 50px;
    margin-top: -20px
}
/* End of Network */

/* Group */
.group_small_avatar
{
	width: 35px;
	height: 35px;
}

.group_analysis_row
{
	flex: 0 !important;
	min-height: initial !important;
}

.group_primary_div
{
	border-radius: 10px;
	background: linear-gradient(180deg, #02F 0%, #5E74FF 100%);
	width: 130px;
	display: flex;
    align-items: flex-end;
    justify-content: center;
}

.group_gray_div
{
	border-radius: 10px;
	background: rgba(155, 157, 179, 0.6);
	width: 130px;
	display: flex;
    align-items: flex-end;
    justify-content: center;
}

.group_column_div:not(:first-child)
{
	margin-left: 10px;
}
/* End of Group */

/* Referral */
.referral_invitation_linear_div
{
	border-radius: 12px;
	background-image: url('../images/homepage/invite_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
  	background-position: center;
}

.referral_rib_bg
{
	background-image: url('../images/referral/rib_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
  	background-position: center;
  	border-radius: 12px;
}

.referral_sib_bg
{
	background-image: url('../images/referral/sib_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
  	background-position: center;
  	border-radius: 12px;
  	border: 1px solid #CEA666;
}

.referral_mib_bg
{
	background-image: url('../images/referral/mib_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
  	background-position: center;
  	border-radius: 12px;
  	border: 1px solid #8D8D8D;
}

.referral_ib_bg
{
	background-image: url('../images/referral/ib_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
  	background-position: center;
  	border-radius: 12px;
  	border: 1px solid #A17B5A;
}

.referral_ranking_img
{
	width: 120px;
}

.referral_ranking_progress.progress
{
	background-color: #0000002e;
	border-radius: 50px;
}

.referral_ranking_progress .progress-bar
{
	background-color: #fff;
	border-radius: 50px;
}

.referral_detail_table .table_thead_td
{
	background: #EEEFF8;
}
/* End of Referral */

/* Setting */
.setting_page_btn
{
	padding: 5px;
}

.setting_page_btn.active
{	
	border-radius: 12px;
	background: rgba(235, 237, 255, 0.55);
}

.setting_page_btn:hover, .setting_page_btn:focus, .setting_page_btn:active
{	
	border-radius: 12px;
	background: rgba(235, 237, 255, 0.55);
}

.setting_profile_div
{
	border-radius: 28px;
	background-image: url('../images/setting/profile_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
  	background-position: center;
  	position: relative;
}

.setting_profile_avatar
{
	width: 80px;
}

.setting_profile_ranking
{
	width: 130px;
    position: absolute;
    right: 1vw;
    margin-top: -8vh;
}

.setting_2fa_qr
{
	width: 150px;
}

.setting_kyc_download_btn
{
	border-radius: 21px;
	border: 1px solid rgba(101, 100, 115, 0.60);
}

.setting_kyc_download_img
{
	width: 40px;
}

.setting_assets_icon
{
	width: 30px;
}
/* End of Setting */