@charset "utf-8";
/* CSS Document */

/*****************************************************************
reset css
******************************************************************/

*{margin:0;padding:0;}

h1, h2, h3, h4, h5, h6, p, ul{margin:0; padding:0;}
ul{ list-style:none;}
a{text-decoration:none !important;}

body{ width:100%; padding:0; margin:0; font-family: 'Montserrat', sans-serif;}
wrapper{ width:100%;}
.small, small {
    font-size: 100%;
}

/****************
     table
***************/

/*.table-responsive{margin:0; border:none; padding:0;}

table{ background:none; width:100%;}
table  th{padding: 7px 15px; text-align:left; font-size:15px; color:#ffffff; text-transform: capitalize; white-space:nowrap;
font-weight:normal; background:#b32466;}

table  th:first-child{ border-radius:30px 0 0 30px;}
table  th:last-child{ border-radius:0 30px 30px 0;}

table tbody td{    text-align: left;
    font-size: 13px;
    color: #454545;
    white-space: nowrap;
    padding: 15px;
    text-transform: capitalize;
    font-weight: 300;
    border-bottom: 1px solid #4e5886;}

table tbody tr:last-child td{ border:none;}

table tbody td i{ padding-right:8px;}*/

/****************
     button
***************/

.btn{text-shadow:none; border:none; display:inline-block; min-width:190px; height:50px; line-height:50px; padding:0 10px; text-align: center; outline:none;
color:#ffffff !important; font-size:14px; border-radius:90px; font-weight:normal;}

.btn-grad, button.cancel, button.confirm {     outline: none!important; background-image: linear-gradient(to right, #ef3a43 0%, #b32466 51%, #ef3a43 100%); 
background-size: 200% auto; color: #fff; text-align: center; text-transform: capitalize; transition: all 0.5s ease 0s;}

.btn-grad:hover,
.btn-grad:focus,
.btn-grad:active,

.button.cancel:hover, button.cancel:active, button.cancel.focus, button.confirm:hover, button.confirm:active, button.confirm:focus



 {background-position: right center !important; color:#ffffff !important;} 
 
 
 button.cancel, button.confirm {
	border: none;
	padding: 4px 10px;outline:none;
}

.btn-default{ outline:none; font-size:16px !important; background:#ef3a43; height:60px !important; line-height: 60px !important;}

.btn-default:hover,
.btn-default:focus,
.btn-default:active{           color: #fff !important;
    background-color: #fc7a42 !important;
    border-color: #fb7442 !important;
	}
.btn-default:hover
{
         color: #fff !important;
    background-color: #414550 !important;
    border-color: #414550 !important;
}

.btn-block{-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1); 
display:inline-block; min-width:116px; width:auto !important; border-radius:10px !important;outline:none;}

.btn-block:hover,
.btn-block:focus,
.btn-block:active{color:#000000 !important; background:#ffffff !important;}


/****************
     select
***************/

select{    background: url(../images/select_arrow_down.html) no-repeat center right, rgb(179,36,102);
    background: url(../images/select_arrow_down.html) no-repeat center right, -moz-linear-gradient(left, rgba(179,36,102,1) 0%, rgba(239,58,67,1) 100%);
    background: url(../images/select_arrow_down.html) no-repeat center right, -webkit-linear-gradient(left, rgb(84, 13, 212) 0%,rgb(76, 100, 203) 100%);
    background: url(../images/select_arrow_down.html) no-repeat center right, linear-gradient(to right, rgb(252, 136, 63) 0%,rgb(255, 170, 57) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b32466', endColorstr='#ef3a43',GradientType=1 );
    font-size: 14px;
    color: #ffffff;
    font-family: "open Sans", sans-serif;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 60px;
    padding: 0 15px;
    outline: none !important;}

select:active, 
select:focus{-webkit-border-top-left-radius: 10px!important;
-webkit-border-top-right-radius: 10px!important;
-moz-border-radius-topleft: 10px!important;
-moz-border-radius-topright: 10px!important;
border-top-left-radius: 10px!important;
border-top-right-radius: 10px!important;

-webkit-border-bottom-right-radius:0px!important;
-webkit-border-bottom-left-radius: 0px!important;
-moz-border-radius-bottomright: 0px!important;
-moz-border-radius-bottomleft: 0px!important;
border-bottom-right-radius: 0px!important;
border-bottom-left-radius: 0px!important;

}

select option{-webkit-box-shadow: inset 0px 0px 0px 200px rgba(245,58,67,1);
-moz-box-shadow: inset 0px 0px 0px 200px rgba(245,58,67,1);
box-shadow: inset 0px 0px 0px 200px rgba(245,58,67,1); background:#f53a43;
padding: 5px 15px; -moz-padding:5px 15px; -webkit-padding:5px 15px; color:#fff;}

select option:hover{-webkit-box-shadow: inset 0px 0px 0px 200px rgba(27,30,44,1);
-moz-box-shadow: inset 0px 0px 0px 200px rgba(27,30,44,1);
box-shadow: inset 0px 0px 0px 200px rgba(27,30,44,1); background:#1b1e2c;}

/****************
     input
***************/

input[type="submit"]{ border:none; outline:none;}

input[type="radio"]{ margin:0 5px 0 0; vertical-align:middle;}
input[type="checkbox"]{ margin:0 5px 0 0; vertical-align:middle;}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"]{  
     width: 100%;
    background: linear-gradient(135deg, #353c4e 0%, #353c4e 100%);
    height: 45px;
    padding: 0 15px;
    border-radius: 60px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
    font-family: "open Sans", sans-serif;}

input[type="number"]{appearance:textfield; -moz-appearance:textfield; -webkit-appearance:textfield;}

input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus{}

/*textarea {
	background: #fff0f1;
	min-height: 120px;
	padding: 11px 40px;
	border-radius: 20px;
	width: 100%;
	border: none;
	outline: none !important;
	font-size: 14px;
	    color: #000 !important;
	font-family: "open Sans", sans-serif;
	resize: none;
}
*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#fff;
}
:-ms-input-placeholder { /* IE 10+ */
 color:#fff;
}
:-moz-placeholder { /* Firefox 18- */
  color:#fff;
}

textarea:active,
textarea:focus{}

::-webkit-input-placeholder {
  color: #fff; opacity:1;
}
::-moz-placeholder {
  color: #fff; opacity:1;
}
:-ms-input-placeholder {
  color: #fff; opacity:1;
}
:-moz-placeholder {
  color: #fff; opacity:1;
}

.text-red{    color: #ffffff !important;}
.text-green{color:#4cdb41 !important;}
.text-grey{color:#858585 !important;}
.text-crimson{color:#b32466 !important;}


/*****************************************************************
dashboard
******************************************************************/

header{ width:100%; background: url(../images/blur_grad_bg.html) no-repeat center; background-size:cover; padding: 12px 0;}

.admin_head_left{ width:100%; padding: 10px 0;}
.admin_head_left a{ display:inline-block; vertical-align:middle;}
.admin_head_left a img{ display:inline-block;}
.admin_head_links{ display:inline-block; font-size:0; vertical-align:middle; padding-left:10px;}
.admin_head_links li{ display: inline-block; padding: 0 10px;}
.admin_head_links li a{ display:inline-block; font-size:14px; color:#ffffff; text-transform:capitalize;}
.admin_head_links li a:hover{ color:#000000;}

.admin_head_right{ width:100%; display:inline-block; text-align:right;}

.admin_head_right h5{ display:inline-block; vertical-align:middle;}

.admin_head_right h5 a{display:inline-block;}
.admin_head_right h5 a i{ font-size:22px; color:#ffffff; position: relative;}
.admin_head_right h5 a i span{ font-size:5px; color:#fff; font-weight:300; background:#ef3a43; line-height:9px;
width:9px; height:9px; text-align:center; display:inline-block; border-radius:50%; position:absolute; right:0; top:0; margin:auto;}
.admin_head_right h5 a:hover i{ color:#000000;}

.user_admin{ display:inline-block; vertical-align:middle; padding: 0;}
.user_admin h4{ display:inline-block;}
.user_admin h4 img{-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.15);
-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.15);
box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.15); 
display:inline-block; margin:0 20px; border-radius:50%;}

.user_admin h4 span{ display:inline-block;}
.user_admin h4 span a{ display:inline-block; position:relative; font-size:16px; color:#fff; font-weight:300;text-transform: capitalize;}
.user_admin h4 span a i{ padding-left:5px; font-size:10px;}

.user_admin > .open > a, 
.user_admin > .open > a:focus, 
.user_admin > .open > a:hover{ background:none;}

.user_admin .dropdown-menu{ border:0; background:#ffffff; border-radius:0; top:50px; right:0; left: auto; 
min-width:auto; margin:0; padding:0;}
.user_admin .dropdown-menu li a{ color:#000000; text-transform:capitalize; width:100%;}
.user_admin .dropdown-menu li a:hover{ background:#ef3a43; color:#ffffff;}

/** admin_menu **/

.admin_menu{       -webkit-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 10px 0px rgb(251, 109, 68);
    width: 100%;
    background: #ffffff;
    padding: 14px 0;
    position: relative;}

.admin_menu_carousel{ width:100%; display:inline-block;}
.admin_menu_carousel .owl-stage-outer{padding: 15px 0;}

.admin_menu_carousel a{        display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #ffae11;
    opacity: 1;
    font-weight: bold;
}
.admin_menu_carousel a img{ display:inline-block !important; width:auto !important; vertical-align: middle; padding-right:6px;}

.admin_menu_carousel a:hover{ opacity: 1;
    color: #fb6d44;}

.admin_menu_carousel .owl-item{ text-align:center;}
.admin_menu_carousel .owl-nav button{    padding: 0;
    font-size: 16px !important;
    color: #fb6d44 !important;
    font-weight: bold;}
.admin_menu_carousel .owl-nav button:hover{ color:#000 !important; opacity:1;}
.admin_menu_carousel .owl-nav .owl-prev{ position:absolute; left:0; top:0; bottom:0; margin:auto; outline:none;}
.admin_menu_carousel .owl-nav .owl-next{ position:absolute; right:0; top:0; bottom:0; margin:auto; outline:none;}

.admin_menu_carousel a.active{ opacity:1; position:relative;}
.admin_menu_carousel a.active:before{  position:absolute; font-size:8px; color:#ef3a43; font-family: 'Font Awesome 5 Free';
font-weight: 900; bottom:-15px; left:0; right:0; margin:auto;}

/** inner_body **/

.inner_body{     width: 100%;
    background: url(../images/plan-bg.jpg) repeat fixed, url(../images/white_circle_wave_blur_bg.html) no-repeat center;
    background-size: auto auto, cover;
    padding: 50px 0;
    min-height: 445px;}

.overview{ width:100%; display:inline-block; margin-bottom:30px;}

.admin_title{ width:100%; display:inline-block; font-size:20px; color:#2d303f; text-transform:capitalize; margin-bottom:25px;}

.dashblock{    -webkit-box-shadow: 0px 10px 23px 0px rgb(250, 173, 151);
    -moz-box-shadow: 0px 10px 23px 0px rgba(239,58,67,0.12);
    box-shadow: 0px 10px 23px 0px rgb(250, 118, 80);
    width: 100%;
    display: inline-block;
    background: #ffffff;
    border-radius: 3px;
}

.overview_block{padding: 20px 15px;}
.overview_block img{ display:inline-block; vertical-align:middle; padding-right:10px;}
.overview_block h5{ font-size:20px; color:#000000; font-weight:bold; line-height:24px; display:inline-block; vertical-align:middle;}
.overview_block h5 span{ display:block; font-size:14px; color:#8e8e8e; font-weight:300;}

/** balances_section **/

.balances_section{ width:100%; margin-bottom:30px;}

.balance_block{ width:100%; display:inline-block; padding: 10px 20px 20px;}

.currency_stats_carousel{ width:100%; border-bottom:1px solid #eeeeee; padding: 15px 0; margin-bottom:15px;}

.currency_stats_carousel a{ display:inline-block; width:100%; padding: 0 15px; border-right:1px solid #eeeeee;}
.currency_stats_carousel a h5{ display:inline-block; width:100%; font-size:15px; text-transform:capitalize; color:#2d303f;}
.currency_stats_carousel a h5 img{ display:inline-block !important; width:30px !important; margin-right:10px;}
.currency_stats_carousel a h5 small{ display:inline-block; float:right; font-size:14px; color:#2d303f; padding: 8px 0;}

.currency_stats_carousel .owl-nav button{padding:0; font-size:16px !important; color:#ef3a43 !important; opacity:0.5;}
.currency_stats_carousel .owl-nav button:hover{ color:#ff3b3d !important; opacity:1;}
.currency_stats_carousel .owl-nav .owl-prev{ position:absolute; left:0; top:0; bottom:0; margin:auto;}
.currency_stats_carousel .owl-nav .owl-next{ position:absolute; right:0; top:0; bottom:0; margin:auto;}

/** balance_detail_block **/

.tab-content{ margin:0; padding:0; border:none;}

.balance_detail_block{ width:100%; display:inline-block;}
.balance_left{ width:100%; display:inline-block;}
.balance_left img{ display:inline-block; vertical-align:middle; margin-right:10px;}
.balance_left h4{ display:inline-block; font-size:18px; color:#2d303f; line-height:30px; text-transform:capitalize; vertical-align:middle;}
.balance_left h4 span{ display:block; font-size:28px; font-weight:bold;}

.balance_middle{ width:100%; display:inline-block; text-align:center; padding-top:34px;} 
.balance_middle h4{ display:inline-block; width:100%; font-size:16px; color:#b1b1b1; text-transform: capitalize;}
.balance_middle h4 span{ display:inline-block; font-size:25px; color:#2d303f; font-weight:bold; padding-left:10px;}

.balance_right{ width:100%; display:inline-block; text-align:right; padding-top:12px;}
.balance_right ul{ display:inline-block; width:100%;}
.balance_right ul li{ display:inline-block; padding: 0 7px;}
.balance_right ul li a{ display:inline-block; text-align:center; width:100%;}
.balance_right ul li a i{ font-size:22px; color:#ffffff; width:50px; height:50px; text-align: center; line-height:50px;
border-raidu:50%; border-radius:50%;}
.balance_right ul li a small{ display:block; width:100%; padding-top:8px; text-transform:capitalize; color:#b4b4b4; font-size:14px;}

.balance_right ul li a:hover i{ opacity:0.5;}

.bg_red{ background:#f56b89;}
.bg_green{ background:#10ca8e;}
.bg_purple{ background:#727cfe;}

/** trading_stats **/

.trading_stats{ width:100%;}

.chart_box{     width: 100%;
    overflow: hidden;
    padding: 0px 0px;
    height: 549px;}

.highcharts-button{ display:none;}
.highcharts-background{ fill: transparent;}

#area_chart{
	min-width: auto;
	max-width: auto;
	width:100%;
	height: 300px;
	margin: 0 auto;
}

/** statsbox **/

.dashblock_title{ width:100%; display:inline-block; font-size:15px; color:#2d303f; text-transform:capitalize;
border-bottom:1px solid #ffe3e6; padding: 10px 10px;}

.stats_box{display:inline-block; width:100%;  margin: 0 0 10px 0;}
.stats_box h6{ display:inline-block; width:100%; font-size:16px; color:#312152; font-weight:bold; text-transform:capitalize;
margin-bottom:20px;}
.stats_box ul{ list-style:none; width:100%; text-align: center; font-size:0; padding: 22px 15px;}
.stats_box ul li{ display:inline-block; text-align:center; width:50%;}
.stats_box ul li span{        display: inline-block;
    width: 100%;
    font-size: 30px;
    color: #ffaf16;
    font-weight: 300;
    border-right: 1px solid #ffaf16;} 
.stats_box ul li:last-child span{ border:none;}
.stats_box ul li span sup{ font-size:15px;}
.stats_box ul li span small{ font-size:10px; color:#312152; font-weight:bold; text-transform:uppercase;display: block;}
.stats_box ul li b{ display:inline-block; width:100%; text-align:right; font-size:16px; color:#000000; font-weight:normal;
margin-top:20px;}

/** inner_footer **/

.inner_footer{background: rgb(239,58,67);
background: -moz-linear-gradient(left, rgba(239,58,67,1) 0%, rgba(239,58,67,1) 20%, rgba(179,36,102,1) 80%, rgba(179,36,102,1) 100%);
background: -webkit-linear-gradient(left, rgba(239,58,67,1) 0%,rgba(239,58,67,1) 20%,rgba(179,36,102,1) 80%,rgba(179,36,102,1) 100%);
background: linear-gradient(to right, rgba(239,58,67,1) 0%,rgba(239,58,67,1) 20%,rgba(179,36,102,1) 80%,rgba(179,36,102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3a43', endColorstr='#b32466',GradientType=1 ); 
width:100%; padding: 18px 0;}

.footer_copyright{ width:100%; display:inline-block; text-align:center;}
.footer_copyright h6{ width:100%; display:inline-block; font-size:12px; color:#ffffff; font-weight:300; letter-spacing: 2px;}

/*****************************************************************
deposit
******************************************************************/

.select_transaction_box{ width:100%; display:inline-block; padding:0;}

.select_box{ width:100%; display:inline-block; padding: 15px 0;}

.transaction_section{ width:100%; display:inline-block;}

.transaction_table{ width:100%;}
.transaction_table h4{ width:100%; display:inline-block; margin-bottom:20px;}
.transaction_table h4 > a{ font-size:14px; color:#ffffff; text-transform:capitalize; background:#ef3a43; border-radius:30px; padding: 6px 17px;
display:inline-block; transition:.3s;}
.transaction_table h4 > a i{ padding-right:4px;}

.transaction_table h4 > a:hover{ opacity:0.5;}

.table_page{ display:inline-block; float:right;}
.table_page h6{ width:100%; display:inline-block;}
.table_page h6 a{background:#ef3a43; font-size:13px; color:#ffffff; border-radius:50%; padding: 8px 12px; display:inline-block; transition:.3s;}
.table_page h6 span{ display:inline-block; font-size:14px; color:#000000;  text-transform:capitalize; padding:0 5px;}
.table_page h6 a:hover{ opacity:0.5;}

/*****************************************************************
make deposit
******************************************************************/

.choose_plan{ width:100%; display:inline-block;}

.pricing_package{ width:100%; display:inline-block; margin-bottom:40px;}
.pricing_package > ul{ width:100%; display:inline-block; font-size:0;}
.pricing_package > ul li {
	display: inline-block;
	width: 33%;
	padding: 0 10px;float: left;
}

.package_block{     display: inline-block;
    width: 100%;
    text-align: center;
    background: #0f131c;
    border-radius: 30px;
    padding-bottom: 20px;}

.package_block h6
{        font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    background: #fa7650;
    border-radius: 0 0 20px 20px;
    min-width: 160px;
    padding: 10px 0;
    margin-bottom: 20px;
    display: inline-block;
}

.package_block img{ display: block; margin: 0 auto 10px;}

.package_block h5{ width:100%; display:inline-block; font-size:14px; color:#ffffff; text-transform:capitalize; font-weight:300;
margin-bottom:10px;}
.package_block h5 b{ font-size:28px; font-weight:bold;}
.package_block h5 b sup{ font-size:15px;}

.package_block ul{ width:100%; display:inline-block; margin-bottom:10px; line-height: 30px;}
.package_block ul li{ width:100% !important; display:inline-block; font-size:14px; color:#ffffff; font-weight:300; text-transform:capitalize;
padding:0 !important;}
.package_block ul li b{     font-size: 16px;
    color: #ffcb00;}
.package_block ul li small{ display:inline-block; width:100%; font-size:12px; color:#9798a2; text-transform:capitalize; font-weight:bold;}

.package_block h4{ width:100%; display:inline-block; font-size:16px; color:#f53a43; text-transform:capitalize; font-weight:bold; 
margin-bottom:25px;}

.package_block .btn{ min-width: 147px !important;
    height: 42px !important;
    line-height: 27px !important;
    color: #000 !important;}

/** deposit_box **/

.deposit_box, .wmsg{     -webkit-box-shadow: 0px 0px 20px 0px rgb(32, 42, 176);
    -moz-box-shadow: 0px 0px 20px 0px rgba(148,55,80,0.2);
    box-shadow: 0px 0px 20px 0px rgba(32, 42, 176, 0.6);
    border-radius: 10px;
    width: 100%;
    padding: 40px 25px;}

.deposit_input{ width:100%; display:inline-block; margin-bottom:15px;}
.deposit_input span{ width:100%; display:inline-block;}

.main_balance{ width:100%;}
.main_balance h3{         font-size: 38px;
    color: #fb7542;
    font-weight: 300;}
.main_balance h3 sup{ display:inline-block; font-size: 20px;}
.main_balance h3 small{ font-size:12px; color:#2f3446; font-weight:bold;}
.main_balance h3 span{ font-size:18px; color:#2f3446;}
.main_balance h3 b{ font-size:16px; color:#a0a0a0; font-weight:normal;}

.payment_select{ list-style:none; display:inline-block; width:100%; text-align:center; font-size:0; padding-top:30px;}
.payment_select li{ display: inline-block;
    width: 33%;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    font-style: italic;
    font-family: "open Sans", sans-serif;
    vertical-align: middle;}



.sweet-alert fieldset input {
	display: none;
}
.sa-error-container {
	display: none;
}

.sweet-alert h2 {
	font-size: 17px;
	margin-bottom: 20px;
}

.form_block label {
	font-size: 13px;
color: #000000;
	font-weight: 300;
	text-transform: capitalize;
	width: 100%;
	display: inline-block;
	text-align: left;
}
.form_block {
	width: 100%;
	display: inline-block;
	margin: 0 0 25px;
}

.form_block span i {
font-size: 14px;
    color: #ffffff;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
}

.form_block span {
	width: 100%;
	display: inline-block;
	position: relative;
}

.form_block span [type="text"], .form_block span [type="email"], .form_block span [type="password"], .form_block span [type="number"] {
	padding: 0 20px 0 40px;
}







.success {
	  background: linear-gradient(1deg, #171858, #2b792b); background-size: 400% 400%;
  	

-webkit-animation: AnimationName 5s ease infinite;
-moz-animation:AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
   border-radius: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  font-size: 12px;
padding: 0px 7px 0 0;
opacity: 0.7; display:inline-block;
}
.msg {
	color: #000;
	font-size: 13px;
	margin: 10px 0;
	text-align: center;

}
.msg.black {
	color: #fff;

}








.error {
  background: linear-gradient(1deg, #171858, #b93b37);
  
   background-size: 400% 400%;
-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
  border-radius: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  font-size: 12px;
padding: 0px 7px 0 0;
  opacity: 0.7;display:inline-block;
}
.msg li {
	display: inline-block;
	list-style-type: none;
 margin: 5px 0;
}
.after_reg {
  color: #fff;
}
.after_reg h3 {
  color: #f0c600;
  font-size: 23px;
}

.msg .error i {
  background-color: #b93b37;
  color: #fff;

}

.msg .success i {
  background-color: #2b792b;
  color: #fff;

}
.msg i {

  margin-right: 5px;
  padding: 10px;
}

@-webkit-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}

.succes_msg {
  text-align: center;
  width: 100%;
}

.reftextarea {
	min-height: inherit;
	padding: 10px 15px;
}


.overview_block small {
	display: block;
	width: 100%;
}

.overview_block small b {
	font-weight: normal;
	margin-right: 10px;
	color: #ff838b;
}

.wmsg li {
	display: inline-block;
	width: 100%;

}

.wmsg{	text-align: center;}


.deposit_box1 {
	background: #2f3446;
}

.deposit_withdraw {
	width: 100%;
	display: inline-block;
	padding: 25px 0;
	border-radius: 30px;
	margin-bottom: 40px;text-align: center;
}
.withdraw_box {
	background: #9e1d46;
}
.withdraw_box1 h5 {
	background: #ae214e;
}
.deposit_box1 h5 {
	background: #3c4256;
}
.deposit_withdraw h5 {
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	padding: 14px 0;
	margin-bottom: 15px;
}

.deposit_withdraw ul li {
	display: inline-block;
	color: #fff;
	margin: 0 10px;
}

.main_balance ul li {
	font-size: 12px;
	display: inline-block;
	float: left;
	margin: 0 5px;
}