.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;
}
/*===== color css =====*/
.text-dark-blue{
	color:#005b9d !important;
}
.text-orange-peel{
	color:#eb9815 !important;
}

/*===== card css =====*/
#page-content-wrapper .card-header{
	background:#005b9d;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
#page-content-wrapper .card-header h6{
	margin:0;
}
.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;
}
.list-group-head{
	background:#005b9d;
	color:#fff;
}
/*** 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%;
}

/***
=======================
	Genealogy
=======================
***/
.gen-tree ul{
	margin:0;
	padding:0;
}
.gen-tree li{
	list-style:none;
	display:flex;
	margin-bottom:6px;
}
.expand-tree-btn{
	position:relative;
	width:auto;
	height:auto;
	display:inline-block;
	cursor:pointer;
}
.expand-tree-btn:before{
	/*content:'+';*/
}
.gen-tree li.tree-toogle{
	margin-left:20px;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:20px;
	border-bottom:1px solid #444;
	position:relative;
}
.gen-tree li.tree-toogle:before{
	content: "";
    position: absolute;
    z-index: 1;
    top: 0.2em;
    right: auto;
    bottom:20px;
    left:5px;
    width: auto;
    height: auto;
    margin: auto;
    border-right: dotted #c4c4c4 0.1em;
    color: #c4c4c4;
}
.gen-tree li.tree-toogle li{
    display: flex;
    position: relative;
    z-index: 3;	
}
.gen-tree li.tree-toogle li:after{
	/*content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0.5em;
    border-top: dotted #c4c4c4 0.1em;
    width: 0.55em;
    height: 0.1em;*/
}
.gen-tree li.tree-toogle li span:nth-child(2){
	margin-left:auto;
}
/*.gen-tree li.tree-toogle li#display_1,
.gen-tree li.tree-toogle li#display_2,
.gen-tree li.tree-toogle li#display_3,
.gen-tree li.tree-toogle li#display_4,
.gen-tree li.tree-toogle li#display_5,
.gen-tree li.tree-toogle li#display_6,
.gen-tree li.tree-toogle li#display_7,
.gen-tree li.tree-toogle li#display_8,
.gen-tree li.tree-toogle li#display_9,
.gen-tree li.tree-toogle li#display_10,
.gen-tree li.tree-toogle li#display_11,
.gen-tree li.tree-toogle li#display_12,
.gen-tree li.tree-toogle li#display_13,
.gen-tree li.tree-toogle li#display_14,
.gen-tree li.tree-toogle li#display_15,
.gen-tree li.tree-toogle li#display_16,
.gen-tree li.tree-toogle li#display_17
{
	margin-left:10px;
	position:relative;
}
.gen-tree li.tree-toogle li#display_1:before,
.gen-tree li.tree-toogle li#display_2:before,
.gen-tree li.tree-toogle li#display_3:before,
.gen-tree li.tree-toogle li#display_4:before,
.gen-tree li.tree-toogle li#display_5:before,
.gen-tree li.tree-toogle li#display_6:before,
.gen-tree li.tree-toogle li#display_7:before,
.gen-tree li.tree-toogle li#display_8:before,
.gen-tree li.tree-toogle li#display_9:before,
.gen-tree li.tree-toogle li#display_10:before,
.gen-tree li.tree-toogle li#display_11:before,
.gen-tree li.tree-toogle li#display_12:before,
.gen-tree li.tree-toogle li#display_13:before,
.gen-tree li.tree-toogle li#display_14:before,
.gen-tree li.tree-toogle li#display_15:before,
.gen-tree li.tree-toogle li#display_16:before,
.gen-tree li.tree-toogle li#display_17:before
{
	content:'';
	position:absolute;
	top:0;
    right: auto;
    bottom:0;
    left:-12px;
    width: auto;
    height:auto;
    margin: auto;
    border-right: dotted #c4c4c4 0.1em;
    color: #c4c4c4;
}
.gen-tree li.tree-toogle li#display_1:after,
.gen-tree li.tree-toogle li#display_2:after,
.gen-tree li.tree-toogle li#display_3:after,
.gen-tree li.tree-toogle li#display_4:after,
.gen-tree li.tree-toogle li#display_5:after,
.gen-tree li.tree-toogle li#display_6:after,
.gen-tree li.tree-toogle li#display_7:after,
.gen-tree li.tree-toogle li#display_8:after,
.gen-tree li.tree-toogle li#display_9:after,
.gen-tree li.tree-toogle li#display_10:after,
.gen-tree li.tree-toogle li#display_11:after,
.gen-tree li.tree-toogle li#display_12:after,
.gen-tree li.tree-toogle li#display_13:after,
.gen-tree li.tree-toogle li#display_14:after,
.gen-tree li.tree-toogle li#display_15:after,
.gen-tree li.tree-toogle li#display_16:after,
.gen-tree li.tree-toogle li#display_17:after
{
	content:'';
	display:none;
}
@media (max-width:414px){
	.gen-tree li.tree-toogle{
		margin-left:10px;
	}
}
.gen-tree li.tree-toogle li.tree_lvl1{
	position:relative;
}
.gen-tree li.tree-toogle li.tree_lvl1:after{
	content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0.5em;
    border-top: dotted #c4c4c4 0.1em;
    width: 0.55em;
    height: 0.1em;
}
.gen-tree li.tree-toogle li li.tree_lvl2{
	padding-left:20px;
	position:relative;
}
.gen-tree li.tree-toogle li li.tree_lvl2:before{
	content: "";
    display: block;
	position: absolute;
	background:#c4c4c4;
	top:-5px;
	left:6px;
    width:1px;
    height: 16px;
}
.gen-tree li.tree-toogle li li.tree_lvl2:after{
	content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0.5em;
    border-top: dotted #c4c4c4 0.1em;
    width: 0.55em;
    height: 0.1em;
}
*/

.extend-tree{
	margin-left:20px;
}
.extend-tree + li li.extend-tree{
	margin-left:20px;
}

/***
=======================
	Genealogy Tree
=======================
***/

.listree-submenu-heading{
  cursor:pointer
}
ul.listree{
	margin:0;
	padding:0;
    list-style:none
}
ul.listree li{
	padding:0px 0;
	line-height:2;
}
ul.listree + li{
	margin-bottom:6px;
}
ul.listree-submenu-items{
    list-style:none;
    border-left:1px dashed black;
    white-space:nowrap;
    /*margin-right:4px;*/
    padding-left:20px
}

div.listree-submenu-heading{
	position:relative;
	padding-left:20px;
	display:flex;
}

div.listree-submenu-heading.collapsed:before{
    content:"+";
    position:absolute;
	top:10px;
	left:0;
	background:rgba(0,0,0,.75);
	color:#fff;
	line-height:0.7;
	height:15px;
	width:15px;
	text-align:center;
}
div.listree-submenu-heading.expanded:before{
    content:"-";
    position:absolute;
	top:10px;
	left:0;
	background:rgba(0,0,0,.5);
	color:#fff;
	line-height:0.7;
	height:15px;
	width:15px;
	text-align:center;
}
.scrollable-menu{
    height:auto;
    max-width:800px;
    overflow-y:hidden
}
.lt-right{
	width:50%;
	margin-left:auto;
	display:flex;
	justify-content:end;
}
.lt-box{
	min-width:200px;
	text-align:right;
}
@media (max-width:414px){
	ul.listree{
		min-width:650px;
	}
	
	.lt-name{
		max-width: 250px;
		word-break:break-word;
		/*overflow: hidden;
		text-overflow: ellipsis;*/
	}
}