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

/*reset css*/

*{margin:0;padding:0;}
h1, h2, h3, h4, h5, h6, p, ul{margin:0; padding:0;}
a{ text-decoration:none !important;}
select{appearance:none !important; -moz-appearance:none !important; -webkit-appearance:none !important; border:none !important;
transition:.3s;}
select:active, select:focus{ border-radius:0 !important; transition:.3s;}
input[type="submit"]{ border:none; outline:none !important;}
body{font-family: 'Montserrat', sans-serif;}

wrapper{ width:100%;}


.btn {
	min-width: 114px;
    text-shadow: none;
    border: none;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    color: #ffffff !important;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 5px;
    font-weight: 500;
}
.btn-default {
	background: #fc7d28;
    border: 1px solid transparent !important;
}
.btn-primary {
	background: #fc7d28;
	transition:0.7s;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background: #1cd7bb;
    border: 1px solid #001621;
	transition:0.7s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #1cd7bb;
	transition:0.7s;
}
.btn-default:active:focus, .btn-default:active:hover {
    background-color: #001621;
    color: #1cd7bb !important;
    border: 1px solid #0ecbbb !important;
}

select {
	background: url(../images/select_arrow_down.png) no-repeat center right, #012e40;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    border-radius: 0;
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: left;
    height: 54px;
    padding: 0px 16px;
    width: 100%;
    cursor: pointer;
}
select option{-webkit-box-shadow: inset 0px 0px 0px 200px rgba(93,109,248,1);
-moz-box-shadow: inset 0px 0px 0px 200px  rgba(93,109,248,1);
box-shadow: inset 0px 0px 0px 200px  rgba(93,109,248,1); 
background:#001621; padding: 5px 15px; -moz-padding:5px 15px; -webkit-padding:5px 15px; color:#fff !important;}

select option:hover{-webkit-box-shadow: inset 0px 0px 0px 200px rgba(148,55,80,1);
-moz-box-shadow: inset 0px 0px 0px 200px rgba(148,55,80,1);
box-shadow: inset 0px 0px 0px 200px rgba(148,55,80,1);}


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

table{ width:100%;margin-bottom: 10px;}


.currency b{ color:#fff; border-radius:4px; display:inline-block; padding: 6px 10px; min-width:145px; font-weight:normal; text-align:center;}
.pm b{background: rgb(247,86,86);
background: -moz-linear-gradient(top, rgba(247,86,86,1) 0%, rgba(233,27,27,1) 100%);
background: -webkit-linear-gradient(top, rgba(247,86,86,1) 0%,rgba(233,27,27,1) 100%);
background: linear-gradient(to bottom, rgba(247,86,86,1) 0%,rgba(233,27,27,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75656', endColorstr='#e91b1b',GradientType=0 );}
.pza b{background: rgb(91,225,109);
background: -moz-linear-gradient(top, rgba(91,225,109,1) 0%, rgba(57,181,74,1) 100%);
background: -webkit-linear-gradient(top, rgba(91,225,109,1) 0%,rgba(57,181,74,1) 100%);
background: linear-gradient(to bottom, rgba(91,225,109,1) 0%,rgba(57,181,74,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5be16d', endColorstr='#39b54a',GradientType=0 );}
.btc b{background: rgb(252,173,79);
background: -moz-linear-gradient(top, rgba(252,173,79,1) 0%, rgba(247,148,29,1) 100%);
background: -webkit-linear-gradient(top, rgba(252,173,79,1) 0%,rgba(247,148,29,1) 100%);
background: linear-gradient(to bottom, rgba(252,173,79,1) 0%,rgba(247,148,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcad4f', endColorstr='#f7941d',GradientType=0 );}

table tbody tr{/*-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);*/}
table tbody td{text-align:left; font-size:14px; color:#fff; padding: 15px 15px; white-space:nowrap;}
table tbody td i{  margin-right:5px; }
.icon_color i{color:#f0c600;}
table tbody td span{ background:#5d6df8; color:#fff; border-radius:4px; display:inline-block; padding: 6px 20px; }

table tr td {
    background-color: rgb(2 40 58);
    font-weight: 500;
    color: #ffffff;
    border-bottom: 1px solid #060a0a;
}
table tr td, table tr th {
	padding: 10px 20px;
	white-space: nowrap;
}
table tr th {
   color: #fc7d28;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    background: #001621;
}
.green_text{ color:#6fd87d !important;}
.red_text{color:#ff6268 !important;}
.yellow_text{color:#f1cc36 !important;}


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

input[type="text"], input[type="email"], input[type="password"], textarea {
	width: 100%;
    font-size: 16px;
    color: #fff;
    height: 56px;
    padding: 0 64px;
    border: 1px solid #0baf8e;
    background: #02161f;
    transition: .3s;
    border-radius: 10px;
    outline: none;
    font-weight: 500;
}

.box small {
    text-align: left;
    color: #04264d;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 0px 0px 10px;
    line-height: 28px;
}
.wd .form-each {
	margin-bottom: 30px;
}
.form-each {
	margin-bottom: 10px;
	position: relative;
}
.form_box i {
    position: absolute;
    background: #0baf8e;
    background-size: cover;
    border-radius: 10px;
    padding: 20px 16px;
    font-size: 18px;
    width: 50px;
    height: 56px;
    left: 10px;
    color: #02161f;
    text-align: left;
}
.wmsg li {
	list-style-type: none;
	text-align: center;
}
.box-cont {
	padding: 10px 0;
}

.ea label {
	color: #0baf8e;
	margin-bottom: 10px;
}
.ea .form_box {
	margin-bottom: 20px;
}

input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus{-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.58);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.58); transition:1s;}

textarea{ -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);width:100%; font-size:14px; color:#1cd7bb;font-family: 'Montserrat', sans-serif;  min-height:140px; padding:15px 12px; border:none;
font-weight:normal; background: #02161f; transition:.3s; border: 1px solid #0baf8e; border-radius:10px; resize:none;}

::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size:16px;
  font-weight:500;
  color: #d0ebdb; 
  opacity:1;
}
::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size:16px;
  font-weight:500;
  color: #d0ebdb; 
  opacity:1;
}
:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size:16px;
  font-weight:500;
  color: #d0ebdb; 
  opacity:1;
}
:-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size:16px;
  font-weight:500;
  color: #d0ebdb; 
  opacity:1;
}

.blue_text{color:#fc9603 !important;}
.crimson_text{color:#943750 !important;}
.white_text{color:#fff !important;}

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

.ui-aside .nav > li > a > span > i { display: inline-block; float: none; font-size: 13px; margin: 0; padding: 0;}
.admin_top_heading {
	display: inline-block;
	padding: 20px 20px;
	color: #fff;
}
.admin_top_heading h2 i {
	background-color: #fc7d28;
	padding: 7px 7px;
	border-radius: 50%;
	margin-right: 6px;
}
.admin_top_heading h2 {
	font-size:18px;
	color: #ffffff;
	font-weight: 600;text-transform: capitalize;

}.admin_top_heading h2 span{ font-size:16px; color:#989898;}

.admin_top_right {
	display: inline-block;
	float: right;
	padding: 13px 0;
	margin-right: 10px;
}.admin_top_right ul {
	list-style: none;
	float: left;
	margin: 8px 6px;
}
.admin_top_right ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin-right: 3px;
}.admin_top_right li i.ti-user {
	color: #fff;
	background-color: #fc7d28;
	padding: 9px 12px;
	border-radius: 50%;
}
.admin_top_right ul li:first-child a{ display:inline-block; font-size:22px; color:#943750; position:relative;}
.admin_top_right ul li:first-child a small{-webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
font-size:10px; background:#fc9603; border-radius:50%; color:#fff; display:inline-block;
width:15px; height:15px; text-align:center; line-height:13px; position:absolute; right:-5px; top:-5px;}

.admin_top_right ul li img{ display:inline-block; border-radius:6px;}

.admin_top_right ul li:last-child a {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
}.admin_top_right ul li:last-child a i{ padding-left:8px;}

.admin_top_right ul .open > a, 
.admin_top_right ul .open > a:focus, 
.admin_top_right ul .open > a:hover{ background:none;}
.admin_top_right ul .dropdown-menu{ border:0; background:#fc9603; border-radius:0; top: 25px; min-width:100%;}
.admin_top_right ul .dropdown-menu li{ width:100%; padding:0;}
.admin_top_right ul .dropdown-menu li a{ color:#fff; text-transform:capitalize; font-weight:500; display:inline-block; width:100%;}
.admin_top_right ul .dropdown-menu li a:hover{ background:#fff; color:#000817;}


.reg-date li:first-child span {
	background-color: rgba(255,255,255,0.5);
}
.admin_body {
	padding: 20px;
}


.welcome-con h3 {
    float: left;
    margin: 0px 0px 0px 0px;
    font-size: 20px;
    font-weight: 600;
    color: #fc7d28 !important;
}

.account-box {
    
    background: #2a2a36;
    border-radius:0px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

.account-box .account-title {
    
    padding:8px;
    background: #19ce67;
    border-radius:0px;
}

.account-box .account-title p {
    
    margin: 0px 0px 0px 8px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform:capitalize;
	text-align:center;
}

.account-box .account1 {
    
    padding:10px;
    border-bottom: 1px solid white;
    border-bottom-style: dashed;
    display: inline-block;
    width: 90%;
    text-align: center;
    margin: 0px 0px 9px 15px;  
}

.account-box .account1 p {
    
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    color: #ffffff;
    font-weight:500;
    text-align: left;
}

.account-box .account1 span {
    
    float: right;
    margin: 0px 0px 0px 0px;
    font-size:20px;
    color: #fff;
    font-weight:700;
}

.account-box .account1 span b {
    
    font-size: 14px;
    font-weight: 500;
}

.acc-details {
	
    background-color: #022d3f;
    border: 1px solid #24242e1f;
	width:280px;
    text-align: center;
    padding: 18px 0;
    border-radius: 5px;
    margin: 10px auto 10px;
	position:relative;
	overflow:hidden;
	z-index:1;
	transition: 0.5s;
}

.acc-details:hover {
	
    background: #1cd7bb;
	border: 1px solid #1cd7bb;
	transition: 0.5s;
}

/*<!--.acc-details:after, .acc-details:before {
	
    border: 2px solid #002d40;
    border-radius: 50%;
    content: "";
    height: 220px;
    position: absolute;
    width: 220px;
    z-index: -1;
    top: -160px;
    left: 56px;
    transition: 0.5s;
}

.acc-details:after {
	
    border: 2px solid #fd9704;
    left: 10px;
}-->*/

.acc-details:hover:after, .acc-details:hover:before {
	
    border-color: hsla(0,0%,100%,.15);
}

.acc-details .shape-style {
	
	
}

.acc-details .shape-style .shape-style1 {
	
    left: 30px;
    position: absolute;
    top: 45px;
}

.acc-details .shape-style .shape-style2 {
	
	position: absolute;
    right: 25px;
    top: 23px;
}

.acc-details .shape-style .shape-style3 {
	
    position: absolute;
    right: 20px;
    top: 150px;
}

.acc-details .shape-style img {
	
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: 0.7s;
}

.acc-details:hover .shape-style img, .acc-details .shape-style img:hover {
	
    filter: invert(1) brightness(100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.acc-details:hover h5, .acc-details h5:hover {
	
	color: #fff;
	transition:0.5s;
}

.acc-details:hover span, .acc-details span:hover {
	
	color: #fff;
	transition:0.5s;
}

.acc-details:hover .acc-img, .acc-details .acc-img:hover {
	
	background: #fd9704;
	transition:0.5s;
}

.acc-details .acc-img {
	
	margin: 0px 0px 20px 0px;
    background: #fc7d28;
    padding: 10px;
    width: 70px;
    border-radius: 20px;
	transition:0.5s;
}

.acc-details h5 {
	
	font-size:16px;
	font-weight:500;
	color: #fff;
	margin:4px 0px 0px 0px;
	transition:0.5s;
}

.acc-details span {
	
	display: block;
	font-size: 28px;
	font-weight: 600;
	color: #fc7d28;
	transition:0.5s;
}

.acc-details span sup {
	
	color: #fff;
	font-size: 16px;
}

.aboutbox {
	
    background: #002c3f;
    background-size: cover;
    margin: 20px auto 20px;
    border-radius: 0px;
    padding: 0px 0px;
	text-align:center;
}

.aboutbox h3 {
	
    margin: 0px 0px 20px 0px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
	padding: 8px;
    background: #fc7d28;
}

.aboutbox p {
	
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    color: #fff;
    font-weight:400;
}

.aboutbox .refvalue {
	
    margin: 0 auto;
    background: #002c3f;
    padding: 3px;
    border-radius: 4px;
    padding: 8px 5px;
}

.aboutbox .refvalue input#copyTarget, .refvalue input.copycode {
	
    width: 95%;
    border: 1px solid #001621;
    height: 44px;
    font-size: 16px;
    background: #001621;
    color: #fdfdfd;
    font-weight: 500;
    padding-left: 0px;
    border-radius:5px;
    text-align: center;
    outline: none;
}

.aboutbox .refvalue span#msg {
	
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #0be988;
    padding: 8px;
    text-align: center;
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: -34px 0px 0px 0px;
}

.aboutbox .copy-but {
	
	padding:30px 0px 10px;
	text-align:center;
}

.aboutbox .refvalue input.copycode {
	
	width:88%;
}

.aboutbox .refvalue button#copyButton, .refvalue button.copybutton {
	
	background: #1cd7bb;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    line-height: 40px;
    border: none;
    width: 30%;
    text-transform: uppercase;
}

.aboutbox .refvalue button#copyButton:hover {
	
	background: #fc7d28;
    color: #fff;
    transition: 0.7s;
}

.refvalue a.banners-link {
	
	background: #fc7d28;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    line-height: 40px;
    border: none;
    width: 30%;
    text-transform: uppercase;
    display:inline-block;
}

.refvalue a.banners-link:hover {
	
    background: #1cd7bb;
    color: #fff;
    transition: 0.7s;
}

.aboutbox .refvalue button.copybutton {
	
	width:10%;
}

.reg-date {
	float: right;
}
.reg-date li {
	display: inline-block;
}

.reg-date li:first-child span {
	background-color: rgb(3 39 56);
    color: #f6f7fc;
}
.reg-date li span {
	padding: 8px 10px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	margin: 5px 0;
}
.reg-date li:last-child span {
	background-color: #fc7d28;
}

.admin_footer {
	background-color: #001621;
	text-align: center;
	color: #fff;
	padding: 20px 0;
}

.admin_footer h6 {
	color: #ffffff;
	font-size:15px;
}

/* graph */

.morris-hover.morris-default-style .morris-hover-row-label{ font-weight:normal;}
.morris-default-style .morris-hover-point:nth-child(2){ display:none;}
.morris-hover.morris-default-style {-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.27); 
background: rgba(255, 255, 255, 0.1); border: none; border-radius:0; color: #fff; font-size: 12px;
padding: 10px 15px; text-align: center;}

.chartbox{-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.1); border-radius:0px;
width:100%; display:inline-block; background:#002c3f; padding: 20px 20px;}
.chartbox h5{ width:100%; display:inline-block; font-size:14px; color:#fff; font-weight:300; text-transform:capitalize;}
.chartbox h5 i{ margin-right:10px;}

.ref-link {
	background-color: rgba(255,255,255,0.2);
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.1);
}
.ref-link, .acc-balance {
	background-color: rgba(255,255,255,0.2);
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.ref-link h4 {
	padding: 26px 0;
}
.ref-link h4 a {
	display: block;
}
.ref-img {
	float: left;
	background: linear-gradient(to right, rgb(233 35 77) 0%, rgb(0 38 82) 100%);
margin-right:10px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}


.calculator {
	background-color: #24242e;
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 17px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.cal-result {
	margin-top: 5px;
}

.form-block label {
	font-size: 16px;
	color: #e68d9c;
	font-weight: 500;
	margin-bottom: 5px;
}


.calculator .form-block {
	margin-bottom: 5px;
}

.form-block select {
	background: url(../images/select-arrow.png) no-repeat center right, #fff;
	border-radius: 0;
	width: 100%;
	height: 35px;
	color: #000000;
	font-size: 15px;

}



.form-block input[type="text"], .form-block input[type="password"] {
	background:#fff;
	border-radius: 0;
	width: 100%;
	height: 35px;
	color: #000000;
	font-size: 15px;
}
.cal-result span {
	font-size: 12px;
	float: left;
	margin-right: 5px;
	/* display: inline-block; */
	line-height: 31px;
}
.cal-result h3{
	background: -webkit-linear-gradient(330deg, #f34b64 0%, #fe8566 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	}
	


/***************************************************deposit page*********************************************************/





.payment-select .aff-banners {
	
	background: transparent;
    padding: 20px;
}

.payment-select .aff-banners .nav-tabs {
	
    background: #24242e;
    border-radius: 0px;
    text-align: left;
    padding: 0px;
	margin:0;
    border: none;
    top: 0;
}

.payment-select .aff-banners .nav-tabs > li > a {
	
	margin-right: 0;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 0px;
    display: unset;
    overflow: unset;
    line-height: 50px;
    text-transform: uppercase;
}

.payment-select .aff-banners .nav-tabs > li > a span {
	
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ec254f;
    margin: 0px 0px 0px 0px;
}

.payment-select .aff-banners .nav-tabs > li > a p {
	
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fbfbfc;
    margin: 0px 0px 0px 0px;
}

.payment-select .aff-banners .nav-tabs > li > a img {
	
	float: right;
    position: relative;
    margin: 0px 0px 0px 0px;
}

.payment-select .aff-banners .nav > li {
	
	padding: 0 0px;
	margin: 0px 0;
	float: none;
	display: inline-block;
	width:20%;
	background: transparent;
}

.payment-select .aff-banners .nav-tabs > li.active > a, .payment-select .aff-banners .nav-tabs > li.active > a:hover, .payment-select .aff-banners .nav-tabs > li.active > a:focus {
	
    background: transparent;
    cursor: default;
    border-bottom: 4px solid #da1942;
}

.payment-select .aff-banners .nav-tabs > li > a:hover, .payment-select .aff-banners .nav-tabs > li:hover > a {
	
    border-radius: 0px;
    color: transparent;
    background: transparent;
}

.payment-select .aff-banners .tab-content {
	
	border: none;
    background: #2a2a36;
    display: inline-block;
    margin: 0px 0px 0px 0px;
	width:100%;
}

.payment-select .aff-banners .tab-content > .tab-pane {
	
	padding: 0px 0 0 0;
	text-align: left;
}

/*.plan {
	
    text-align: center;
    background-color: #002654;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0px;
    margin: 20px auto 20px;
	display: inline-block;
    width: 100%;
}
*/

.deposit-block {
    background-size: cover;
    margin: 0;
    padding: 20px 0px 20px 0px;
}



.payment-list-detail {
	padding: 20px 0;
}
.payment-list-detail h4 {
	font-size: 22px;
    font-weight: bold;
    color: #fc7d28;
    margin: 20px 0px 15px 40px;
    text-align: left;
    border-bottom: 1px solid #0baf8e;
    width: 60%;
    padding: 0px 0px 10px 0px;
}
.payment-list-detail li {
	font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    padding: 10px 3px;
    text-align: left;
}
 
.depo-balance li {
	background: #fdd93c;
	padding: 7px 60px;
	margin: 10px 8px;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	color: #24328c;
	border-radius: 50px;
}
.deposit_btn {
	text-align:center;
	padding:10px 0px 20px 0px;
}

@media only screen and (max-width:560px) {
	.inv-plan .plan .planbg {
		width:260px !important;
	}
	.payment-list-detail h4 {
		margin: 0px 0px 15px 10px;
		width: 90%;
	}
	.payment-list-detail {
		padding: 20px 0px 10px;
	}
	.deposit_btn {
		padding: 20px 0px 0px;
	}
}

.inv-plan .plan {
	
    padding: 30px 0px 30px;
}







.plan .plan-box1 {
   
   background:#24242e;
   padding:10px;
   text-align:left;
}

.plan .plan-box1 .plan-details {
   
    float: left;
    padding: 0px 40px 0px 0px;
    border-bottom: 3px solid #19ce67;
}

.plan .plan-box1 .plan-details span {
	
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ec254f;
    margin: 0px 0px 0px 0px;
}

.plan .plan-box1 .plan-details  p {
	
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fbfbfc;
    margin: 0px 0px 0px 0px;
}

.plan .plan-box1 .plan-star {
   
   
}

.plan-head {
	
	color: #fff;
	padding: 60px 0px 0px;
	width: 25%;
	float:left;
}

.plan-head span {
	
	font-weight: 600;
	font-size: 30px;
	line-height: 49px;
	text-shadow: -2px 3px 0px rgb(233 35 77);
}

.plan-check {
	
	float: right;
    width: 12%;
}

.plan-mid .plans-main {
	
	width: 62%;
    float: left;
    text-align: left;
}

.plan-mid .plan-days {
	
	border-bottom: 1px solid #19ce67;
}

.plan-mid .btn {
	margin-bottom: 10px;
}

.plan-mid .plan-days ul li p {
	
    color: #4d7cb7;
    margin: 4px 0px 0px 4px;
    text-transform: uppercase;
    font-size: 15px;
}

.plan-mid .plan-days ul li {
    list-style-type: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    padding: 7px 80px;
    display: inline-block;
}
.plan-mid .plan-days ul li span {
    color: #19ce67;
	font-size: 16px;
}
.plan-mid .plan-days ul {
	padding: 10px 0;
	margin-bottom: 10px;
}

.plan-mid .plan-days ul li h3 {
	
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fbfbfc;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}

.plan-mid .plan-days ul li h3 span {
	
	font-family: 'Saira', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin: 0px 0px 0px 10px;
    text-transform: uppercase;
    line-height: 20px;
}

.plan-mid .plan-days1 {
	
	
}

.plan-mid .btn {
	margin-bottom: 10px;
}
.plan-mid .plan-days1 ul li {
	list-style-type: none;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	padding: 7px 46px;
	display:inline-block;
}
.plan-mid .plan-days1 ul li span {
    color: #19ce67;
	font-size: 16px;
}
.plan-mid .plan-days1 ul {
	padding: 10px 0;
	margin-bottom: 10px;
}

.plan-mid .plan-days1 ul li h3 {
	
    font-family: 'Saira', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fbfbfc;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}

.plan-mid .plan-days1 ul li h3 span {
	
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0px 0px 0px 10px;
    text-transform: uppercase;
    line-height: 20px;
}

.site-btn {
	border: 2px solid #a8befb;
	padding: 10px 10px;
	display: inline-block;
	border-radius: 30px;
	width: 192px;
	height: 42px;
}
.site-btn span {
	float: left;
}
.site-btn i {
	float: right;
	font-size: 23px;
}
.plan-bottom {
	margin-top: 20px;
	display:none;
}

.plan-bottom img {
	margin:auto;
}

.plan-bottom h2 {
	font-size: 33px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
}
.plan-bottom span, .plan-bottom small {
	font-size: 19px;
}
.plan-bottom h2 {
	color: #e23b4a;
	background: -webkit-linear-gradient(330deg, #f34b64 0%, #fe8566 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.plan-head h5 {
	color: #ffffff;
}
.acc-balance h4 {
	font-size: 47px;
	font-weight: 600;
	margin:0;
	padding:20px 0;
}
.acc-balance h4 sup {
	font-size: 18px;
	font-weight: normal;
	top: -25px;
}
.acc-balance small {
	font-size: 22px;
}

.payment-select li b {
	
    font-weight: 600;
    color: #fff;
    position: relative;
    margin: 20px 0px 0px 0px;
    display: inline-block;
}

.payment-select li {
    display: inline-block;
    margin: 2px 10px;
    background-color: transparent;
    padding: 10px;
    width: 23%;
}

.amount-spend input[type="text"] {
	background: linear-gradient(to bottom, rgb(0 38 82) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 65%,rgb(0 38 82) 100%);
	border-radius: 0;
	opacity: 0.8;
	font-size: 18px;
	color: #000;
}
.amount-spend label {
	float: left;
	display: inline-block;
	margin-right: 10px;
	line-height: 46px;
}
.amount-spend input[type="text"] {
	width: 613px;color: #24242e;    padding-left: 10px;
}
.payment-select {
	background-color: rgba(255,255,255,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 30px 0;
	text-align: center;
}


.select_box select {
	margin-bottom: 20px;
}

/***************************************************History page*********************************************************/

.table_page {
	display: inline-block;
	float: left;
	margin: 10px 0;
}
.table_page h6{ width:100%; display:inline-block;}
.table_page h6 a {
	background: #fc7d28;
	font-size: 13px;
	color: #fff;
	border-radius: 5px;
	padding: 15px 19px;
	display: inline-block;
	transition: .3s;
}
.table_page h6 span{ display:inline-block; font-size:14px; color:#2a2a36; text-transform:capitalize; padding:0 5px;}
.table_page h6 a:hover{    background: #1cd7bb;
    color: #001621;
    transition: .3s;}
.box {
	background-color: rgb(1 44 64);
	margin: 10px 0;
}
.box h4 {
background: linear-gradient(179deg, #02966d 0%, #1cd7bb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a0f3', endColorstr='#6e51fc', GradientType=0 );
padding: 10px 10px;
color:#f9f9f9 !important;
}
.box span {
	padding: 10px 10px;
	display: block;
	font-size: 20px;
}
.select_transaction_box h5 {
	font-weight: 600;
	margin-bottom: 5px;
	color: #008c96 !important;
}
.table-btn{ float:right;}
.tcu {
	text-align: center;
	color:#fc7d28;
	margin-bottom: 10px;
}




.success {
	  background: linear-gradient(179deg, #002f40 0%, #1cd7bb 100%);
  	

-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: 10px;
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, #19ce67);
  
   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: 10px;
  opacity: 0.7;display:inline-block;
}
.msg li {
	display: inline-block;
	list-style-type: none;
 margin: 5px 0;
}
.after_reg {
  color: #000;
}
.after_reg h3 {
  color: #f0c600;
  font-size: 23px;
}

.msg .error i {
  background-color: #19ce67;
  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;
}

.inner_pages {
	padding: 30px 0;
}
.security li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px;
}
.security h3, .security li {
	color: #ffffff !important;
}

.banner_refer h4 {
	color: #fc7d28;
    font-weight: 600;
}

.bg-theme1 {
}

.bg-theme1 ul {
	
	list-style:none;
	padding:0;
	margin:0;
}

.bg-theme1 ul li {
	
	padding:10px 0px;
	font-size:16px;
	color: #ffffff;
}
.bg-theme1 ul li a {
    color: #1cd7bb !important;
    font-weight: 600;
}

.select-pay {
	line-height: 41px;
	float: none;
	text-align: center;
}
.select-pay li {
	display: inline;
	color: #24242e;
}

  
.button-popup {
	background: transparent;
	border: navajowhite;
}




.cancel {
	background-color: #ff0000;
	border: none;
	color: #ffffff;
	padding: 5px;
}
.confirm{background-color: #298f18!important;
	border: none;
	color: #ffffff;
	padding: 5px;}







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

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

.rotating {
	-webkit-animation: rotating 3s linear infinite;
	animation: rotating 3s linear infinite;
}
.rotating.fast {
	-webkit-animation: rotating 0.5s linear infinite;
	animation: rotating 0.5s linear infinite;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}


/***************************************************responsive*********************************************************/

@media only screen and (max-width: 1225px){

}

@media only screen and (max-width: 1200px){
	body {background: url(../images/main_bg.jpg) no-repeat center -80px;}
	.account_details ul li h6 {
	  line-height: 40px;
	  padding: 15px 25px;
	}
	.account_details ul li h6 span {
	  font-size: 30px;
	}
	.referral_link h4 span {
	  margin: 0 0 15px;
	  min-width: auto;
	  width: 100%;
	}
	.admin_top_links li {
	  display: inline-block;
	  padding: 8px;
	}
	.stats_box ul li span {
	  font-size: 24px;
	}
	.plan_box h4 {
	  font-size: 30px;
	}
	.plan_box ul li span {
	  font-size: 18px;
	}
	.main_balance h3 {
	  font-size: 28px;
	}
	.calculator img {
		display: none;
	}
	.payment-select li {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 991px){
	.plan-check {
		float: left;
		width: 100%;
		position: relative;
		z-index: 1111;
		padding:10px 0px 50px 0px;
	}
	
	.payment-select .aff-banners .nav > li {
		width: 100%;
	}
	.admin_body_top {
	  text-align: center;
	}
	.referral_link {
	  margin-bottom: 20px;
	}
	.admin_top_links {
	  margin-bottom: 20px;
	  text-align: center;
	}
	.current_balance > span {
	  margin-right: 10px;
	  padding: 23px 15px;
	}
	.current_balance h4 {
	  text-align: left; font-size:18px; line-height:40px; padding: 22px 0;
	}
	.current_balance h4 span {
	  font-size: 26px;
	}
	.account_info {
	  text-align: left;
	}
	
	.account_details ul li {
	  padding: 6px;
	  width: 50%;
	}
	.admin_body_top {
	  margin-bottom: 30px;
	}
	.stats_box ul li span {
	  font-size: 32px;
	}
	.account_stats {
	  margin-bottom: 30px;
	}
	.deposit_input{ width:100%; margin-bottom:20px;}
	.payment_select li {
	  padding: 0 8px;
	}


}

@media only screen and (max-width: 767px){
	
	.plan-head {
		padding: 10px 0px 0px;
		width: 100%;
		float: left;
	}
	.plan-mid .plans-main {
		width: 100%;
		float: left;
		text-align: center;
	}
	.welcome-con h3 {
	float: none;
	width: 100%;
	text-align: center;
}
.reg-date {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
	.ui-aside-compact .navbar-brand {
	/* padding: 10px 0; */
	height: auto;
}
.ui-aside-compact .navbar-brand {
	    padding: 14px 0;
    height: 86px;
}
.ui-header .navbar-brand {
	height: 86px;
	padding: 14px 0;
}
.ui {

	padding-top: 130px;
	
}
.navbar-collapse {
	background-color: #24242e;
	height: auto;
}

.account_info ul li {
  color: #fc9603;
}
.admin_title{ color:#fc9603 !important;}

.payment_select li {
  padding: 8px;
  width: 50%;
}
.acc-balance .ref-img {
	float: none;
	text-align: center;
	margin: 0;
}
.acc-balance h4 {

	text-align: center;
}
.amount-spend input[type="text"] {
	width: 100%;
}
.ref-img {
	float: none; border-radius:5px;width: 100%;text-align: center;
}
.ref-img img {
	margin: 0 auto;
}
.ref-link h4 {
	padding: 26px 0;
	text-align: center;
}
}

@media only screen and (max-width:600px){
.admin_top_heading h2 span{ display:none;} 
.deposit_box {
  padding: 40px 15px;
}
.payment_select li {
  text-align: left;
}
.payment_select li {
  padding: 8px;
  width: 100%;
}
.ui-aside  .nav.topp {
	padding-top: 45px;
}
}

@media only screen and (max-width: 520px){
.admin_top_right ul li:last-child{ display:none;}
.stats_box ul li span {
  font-size: 24px;
}
.account_details ul li h6 {
  padding: 15px;
}
.plan_section .col-xs-6{ width:100%;} 

.ui-content-body {
		padding-top: 90px;
	}
}



@media only screen and (max-width: 480px){

.acc-balance h4 {
	font-size: 33px;

}.acc-balance h4 sup {
	
	display: none;
}

.payment-select li {
	margin: 0 0 1px 0;
	width: 100%;
}

	.table_page {
	float: none;

	width: 100%;
	text-align: center;
}
	.title h3 {
	font-size: 18px;
	text-align: center;
}

	.plan-bottom h2 {
	font-size: 48px;

}
.admin_top_heading h2 i {
	display: none;
}
.admin_top_right ul li i {
	display: none;
}
.admin_top_right {
	padding: 10px 2px;
	float: none;
	text-align: center;
	width: 100%;
}
.welcome-con h3 {
	float: none;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.reg-date {
	float: none;
	text-align: center;
}
.table-btn {
	float: none;
	text-align: center;
}
}

@media only screen and (max-width: 420px){
.account_details ul li {
  width: 100%;
}
.current_balance {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

}

@media only screen and (max-width: 360px){
.admin_top_right ul li:nth-child(2){ display:none;}

.account_info ul li i {
  font-size: 14px;
  margin-right: 3px;
}


}

@media only screen and (max-width: 320px){
.admin_top_heading h2 {
  font-size: 20px;
}

}