.bg-default{
	background-color:#172b4d !important;
}
.navbar{
	/*background:linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;*/	
}
.topper_link{
	float:right !important;
}
.topper_link a{
	color:#7382b9;
	transition:all ease .3s;
}
.topper_link a:hover{
	color:#7382b9;
	text-decoration:none;
	opacity:1;
}
.topper_link li{
	list-style:none;
	display:inline-block;
	padding:0 10px;
}
.topper_link li i{
	font-size:12px;
	/*border:1px solid #fff;
	border-radius:50%;
	padding:6px;*/
}
@media (max-width:414px){
	.topper_link{
		margin-top:-30px;
	}
}
/*===== nav-link dropdown menu =====*/
.nav-link.dropdown{
	font-size:14px;
	background:#013071;
    border-radius: 30px;
    padding:6px 20px !important;	
}
.dropdown-menu .dropdown-header{
	padding:0 1.5rem;
}
.dropdown-menu a.dropdown-item{
	font-size:14px;
	color:#525f7f;
}
.dropdown-menu a.dropdown-item i{
	margin-right:10px;
}
@media (max-width:768px){
	.nav-link.dropdown{
    float: right;
    top: -45px;
    position: absolute;
    right: 0;	
	}
}
/*** login.php *****/
.message_success_alert{
	z-index:2;
	margin:auto;
	width:100%;
	font-size:12pt;
	line-height:1.2;
}
.login_header{
	position:relative;
	/*background:#172b4d;*/
	padding:2em 0;
}
.skew-bottom {
  background: #41ade5;
  color: #fff;
  position: relative;
  z-index: 1;
}
.skew-bottom:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 80%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-4.5deg);
  transform-origin: 100%;
  z-index: -1;
}
.bg-gradient-primary{
	/*background:linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;*/
	background-image: -moz-linear-gradient(-57deg, #7121ff 0%, #21d4fd 100%);
    background-image: -webkit-linear-gradient(-57deg, #7121ff 0%, #21d4fd 100%);
    background-image: -ms-linear-gradient(-57deg, #7121ff 0%, #21d4fd 100%);
}
.bg-gradient-primary2{
	background:linear-gradient(87deg, #1A5276 0, #5DADE2 100%) !important;
}
.main_logo{
	padding:3em 0;
}
.main_logo img{
	width:100%;
}
.login_box{
	z-index:2;
	max-width:450px;
	margin:0 auto;
	color:#a9a9a9;
}
.login_box #_submit{
	width:100%;
	border:none;
	background:#5e72e4;
	transition:all ease .3s;
}
.login_box #_submit:hover{
	background:#4d60cc;
}
.login_box_bottom{
	z-index:2;
	max-width:450px;
	margin:0 auto;
	padding:15px 0;
}
.login_box_bottom a{
	color:#7382b9;
	transition:all ease .3s;
}
.login_box_bottom a:hover{
	color:#777;
	text-decoration:none;
}
.login_box_bottom > div{
	width:50%;
	display:block;
	float:left;
}
.login_box_bottom div + div{
	text-align:right;
}
@media (max-width: 992px){
	.main_logo{
		padding:20px 0;
	}
}
@media (min-width: 992px){
	.login_header{
		min-height:260px;
		max-height:260px;
	}
}
@media (max-width:414px){
	.login_header{
		min-height:200px;
		max-height:200px;
	}
	.main_logo{
		padding:0 0;
	}
	.login_box_bottom > div{
		width:100%;
	}
	.login_box_bottom div + div{
	text-align:left;
	}
}
/*** Inside content page *****/
body{
    color: #525f7f;
	line-height:2;	
}
body.darkBlue_bg{
	background:#172b4d;
	position:relative;
}
body.defaultBg{
	background:#f5f8fd;
	position:relative;
}

#blurred-shape::before,
#blurred-shape::after{
	content: "";
    position: absolute;
    background-image: url(../../media/images/hexagon_blurred.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}
#blurred-shape::before{
	left: 50px;
    top: 150px;
    height: 120px;
    width: 120px;	
}
#blurred-shape::after{
	right: 40px;
    bottom: -20px;
    height: 100px;
    width: 100px;
}
.inside_header{
	padding:3em 20px;
	padding-bottom:5em;
}
.inside_header h2{
	color:#fff;
}
.content_wrapper_box{
	margin-top:-3rem;
}

/*===== card css =====*/
.title{color:#32325d;}
.shadow{
	box-shadow:0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}
.card .table th{
	color:#8898aa;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1.2px;
	vertical-align:top;
}
.card .table tr td{
	font-size:.8125rem;
	color:#525f7f;
	vertical-align: middle;
}
/*===== End card css =====*/
input#_submit{
	background:#2dce89;
	color:#fff;
	border:0;
	font-weight:600;
	box-shadow:0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
input#_submit:hover{
	background:#14b16e;
}

input#_confirm{
	background:#2dce89;
	color:#fff;
	border:0;
	font-weight:600;
	box-shadow:0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
input#_confirm:hover{
	background:#14b16e;
}

input#back{
	background:#2dce89;
	color:#fff;
	border:0;
	font-weight:600;
	box-shadow:0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
input#back:hover{
	background:#14b16e;
}

.btn-primary{
	color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);	
}
#sidebar-wrapper .list-group a.list-group-item {
	display: flex;
    align-items: center;
	font-size:1rem;
}
#sidebar-wrapper .list-group a.list-group-item i{
	padding:0 8px;
	color:#5e72e4;
	font-size:14px;
}
#sidebar-wrapper .list-group-header i{
	padding:0 8px 0 3px;
	color:#5e72e4;	
	font-size:14px;
}
.list-group-header {
  position: relative;
  display: block;
  padding: 10px 15px;
  color:#000;
  margin-bottom: -1px;
  background:#f1f1f1;
  border: none;
  font-size:12pt;
  font-weight:500;
}
/*** dashboard *****/
.card-stats .card-body{
	padding: 1rem 1.5rem;
}
.card-stats h5{
    font-size:.8125rem;	
}
.text-muted{
	color: #8898aa !important;	
}
.text-sm{
    font-size: .875rem !important;
}
.text-success{
	color: #2dce89 !important;
}
.text-fail{
	color:#f7392b !important;
}
.stats_amount{
	font-size:1.25rem;
	font-weight:bold;
}
.icon-shape{
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;	
}
.icon{
    width: 3rem;
    height: 3rem;	
}
/*** cryptowallet.php *****/
.btn-unvailable{
	color: #212529;
    border-color: #f7fafc;
    background-color: #f7fafc;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);	
	transition:all ease .3s;
}
.btn-unvailable:hover{
    color: #212529;
    border-color: #f7fafc; 
    background-color: #efefef;
}
.btn-deposit{
	color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition:all ease .3s;
}
.btn-deposit:hover{
	background:#4659c3;
	color:#fff;
}
.btn-copy{
	position:absolute;
	right:20px;
	color: #fff;
	border-radius:0 5px 5px 0;
    border-color: #5e72e4;
    background-color: #5e72e4;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition:all ease .3s;
}
.btn-copy:hover{
	background:#4659c3;
	color:#fff;
}
.btn-withdrawal{
	color: #fff;
    border-color: #172b4d;
    background-color: #172b4d;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition:all ease .3s;
}
.btn-withdrawal:hover{
	color:#fff;
	background:#09172d;
}

.btn-history{
	color: #fff;
    border-color: #196F3D;
    background-color: #196F3D;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition:all ease .3s;
}
.btn-history:hover{
	color:#fff;
	background:#145A32;
}
/*** currencyTab.php *****/
.nav-pills .nav-item:not(:last-child){
	padding-right: 1rem;
}
.nav-pills .nav-item.active .nav-link{
	background-color:#5e72e4;
	color:#fff
}
.nav-pills .nav-link{
	font-size: .875rem;
    font-weight: 500;
    padding: .75rem 1rem;
    transition: all .15s ease;
    color: #5e72e4;
    background-color: #fff;
	border:none;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	transition:all ease .3s;
}
.nav-pills .nav-link:hover{
	background-color:#5e72e4;
	color:#fff;
}
@media (max-width:992px){
	.nav-pills .nav-item{
		width:100%;
		margin-bottom:5px;
	}
	.nav-pills .nav-item:not(:last-child){
	padding-right:0;
	}
}
@media (max-width:414px){
	.nav-pills .nav-item{
		margin-bottom:.2rem;
	}
	.nav-pills .nav-item:not(:last-child){
		padding-right:0;
	}
}
/*** Button style *****/
.btn_swap{
	padding:.526rem;
	border-radius:5px;
	width:100%;
	max-width:320px;
}

/*** Exchange.php *****/
.icon_swap{
	max-width:100px;
	margin:30px 0;
	transition:all ease .3s;
}

@media (max-width:929px){
	.icon_swap{
	  -ms-transform: rotate(90deg); /* IE 9 */
	  transform: rotate(90deg);
	}
}

/*** Admin layout css *****/
.media-logo{
	padding:10px 15px;
}
.media-logo img{
	max-width:100%;
}