html body .content.app-content {
  background: url('../images/card-bg-2.jpg') center center no-repeat fixed;
  background-size: cover;
  position: relative;
}

html body .content.app-content.app-login {
  background: #222;
  position: relative;
}

html .pace .pace-progress {
  background: #222;
}

.card {
  margin-bottom: 1.5rem;
}

.content.app-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.15);
  z-index: 1;
}

.content.app-content div {
  z-index: 10;
}

.cl-primary, .text-primary, .primary {
	color: #93AB89!important;
}

.font-weight-600 {
  font-weight: 600;
}
.text-black { color: #000; }
.text-dark { color: #666; }

.btn-success {
  border: 1px solid #028B43;
  background-color: #028B43;
  color: #fff !important;
}
.btn-success:hover, .btn-success.hover {
  background-color: #157347 !important;
  border: 1px solid #157347;
  color: #fff !important;
}

.btn-outline-success {
  border: 1px solid #028B43;
  background-color: transparent;
  color: #028B43 !important;
}
.btn-outline-success:hover, .btn-outline-success.hover {
  background-color: #028B43 !important;
  color: #fff !important;
}


.btn-login, .btn-primary {
	background-color: #93AB89!important;
	border-color: #93AB89!important;
	font-weight: bold;
}
.btn-login:hover, .btn-login:focus
.btn-primary:hover, .btn-primary:focus {
	background-color: #93AB89 !important;
	color: #fff;
}
.btn-outline-primary {
  color: #93AB89!important;
  background-color: transparent!important;
  border-color: #93AB89!important;
}
.btn-outline-primary:hover {
  color: #FFFFFF!important;
  background-color: #93AB89!important;
  border-color: #93AB89!important;
}

.form-control:focus {
	color: #93AB89;
	border-color: #dfb947;
}
input:-internal-autofill-selected {
	appearance: menulist-button;
	background-image: none !important;
	background-color: -internal-light-dark(rgb(232, 254, 245), rgba(70, 126, 101, 0.4))!important;
	background-color: rgb(232, 254, 245)!important;
}

html body {
	height: 100%;
	/* background-color: #222; */
	direction: ltr;
}

.content-header .content-header-left {
  margin-top: 0!important;
}

.breadcrumb { background: transparent;}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover,
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a i:hover {
	color: #93AB89!important;
}
.breadcrumb-item.active {
	color: #022e30;
}

.card {
	border-radius: 0.8rem!important;
}

.input-group-merge .cursor-pointer:hover {
	color: #00af43;
}

.app-login .content-body {
	background-image: url(../images/bg-login.svg)!important;
	background-position: 50%!important;
	background-size: cover!important;
}

.wizard.vertical .content .body {
	padding: 2.5%!important;
}

.wizard.vertical .content {
	float: left;
	width: 70%;
	border: 1px solid #DFE3E7!important;
	border-radius: 8px;
}
.wizard .steps ul {
	padding-right: 1.2rem!important;
}
.wizard.vertical .actions ul {
	margin-top: 1rem;
}
.wizard .steps ul li.current a .icon-title .d-block,
.wizard .steps ul li.done a .icon-title .d-block {
	font-weight: bold;
}

.wizard .steps ul li.current a .icon-title .text-muted,
.wizard .steps ul li.done a .icon-title .text-muted {
	color: #333!important;
}
.wizard .steps ul li.done a {
	color: #028b43;
}

#auth-login {
	height: calc(100vh - 45px);
}
#auth-login .bg-authentication {
	/*border-radius: 2rem!important;*/
	background-image: url(../images/card-bg.jpg)!important;
	background-position: 2%!important;
	background-size: cover!important;
}
#auth-login .login-icon {
	background: url(../images/logo.png) no-repeat;
	background-size: contain;
	background-position: center;
	min-width: 2.2rem;
	width: 100%;
	height: 100px;
	margin-bottom: 2.5rem;
}
#auth-login #captcha-div {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 0;
	/*border: 1px solid #DFE3E7;*/
}
#auth-login #captcha-div	#captcha {
	background: url(../images/captcha-widget-1.png) center top repeat;
	background-size: cover !important;
}

	.login-footer {
	-webkit-box-align: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 12px;
	position: relative;
	transition-duration: 0.2s;
	transition-property: background-color, left, right;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-box-flex: 0 !important;
	flex: 0 1 auto !important;
}

/* nav */
html body.navbar-sticky .app-content .content-wrapper {
	padding: 2.2rem 2.2rem 0;
	margin-top: 4rem;
}

.header-navbar.fixed-top {
	left: 260px;
	position: fixed;
	/* background-color: #FFF!important; */
	background: linear-gradient(to right,#5C7153 0,#93AB89 100%);
}

.main-menu .navbar-header .navbar-brand {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	justify-items: flex-start;
	margin: 0.25rem 0;
}

.main-menu .navbar-header .navbar-brand .brand-logo {
	height: 36px;
	width: 100%;
	float: none;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
}

.main-menu .navbar-header .navbar-brand .brand-logo .logo {
	height: 45px;
	left: -12px;
  display: block;
}

.main-menu .navbar-header .navbar-brand .brand-logo .logo-expanded {
	height: 45px;
	left: 0;
  display: none;
}

.menu-expanded .main-menu .navbar-header .navbar-brand .brand-logo .logo,
.main-menu .navbar-header.expanded .navbar-brand .brand-logo .logo {
	display: none;
}

.menu-expanded .main-menu .navbar-header .navbar-brand .brand-logo .logo-expanded,
.main-menu .navbar-header.expanded .navbar-brand .brand-logo .logo-expanded {
	display: block;
}

.main-menu .navbar-header .navbar-brand .brand-text {
	color: #028b43;
	padding-left: 0;
	font-weight: 400;
	letter-spacing: 0.04rem;
	font-size: 1.2rem;
	float: none;
	animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}

@media (max-width: 1200px) {
	.header-navbar.fixed-top {
		left: 0!important;
	}
	.header-navbar .brand-text {
		padding: 1.6rem 0.8rem 1.12rem 0;
	}
}

.dropdown-item.active, .dropdown-item:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #93AB89;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #93AB89;
	text-decoration: none;
	background-color: #F2F4F4;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-nav,
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-nav .user-status,
.header-navbar .navbar-container ul.nav li i.ficon { color: #fff!important; }

.header-navbar .navbar-container ul.nav li a.dropdown-user-link:hover .user-nav,
.header-navbar .navbar-container ul.nav li i.ficon:hover {
	color: #6B581B!important;
}

.main-menu .main-menu-content { padding-top: 1rem;}

/* sidebar */
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu,
.main-menu ul.navigation-main {
	background: #fff!important;
}

.main-menu.menu-light .navigation > li.active:not(.sidebar-group-active) > a {
	background: rgb(178 145 37 / 15%);
	color: #93AB89;
	border-radius: 0.267rem;
}

.main-menu.menu-light .navigation li a:hover {
	display: flex;
	align-items: center;
	color: #93AB89;
	padding: 10px 12px;
}

.main-menu.menu-light .navigation li a:hover {
	color: #93AB89;
}

.main-menu.menu-light .navigation > li.nav-item.open > a i,
.main-menu.menu-light .navigation > li.nav-item.sidebar-group-active > a i {
	color: #93AB89 !important;
}

/* genealogy */
.card-genealogy {
  background: #f5f5f5;
}

.chart-genealogy {
  transform: scale(0.8);
  transform-origin: 40% 0% 0px;
  overflow: visible;
}
.all-node {
  /* background: transparent url('../images/genealogy/genealogy-card-bg.svg') center center repeat-y;
  background-size: auto 100%; */
  background: #fff;
  position: relative;
  min-height: 180px;
  height: auto!important;
  margin-top: 70px!important;
  margin-bottom: 60px!important;
  /* box-shadow: 0px -5px 20px 0 rgb(25 42 70 / 10%); */
}

.menu-node {
  border: 1px solid #ddd !important;
  border-bottom: 3px solid #028b43 !important;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.01), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.01), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.04), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.01) !important;
}

.chart-genealogy table {
  width: 100%;
  border-collapse: collapse;
}
.node {
  height: 225px;
  width: 130px;
  display: inline-block;
  margin: 0 2px;
  padding: 5px;
  font-size: 9pt;
  border-radius: 7px;
  background-repeat: no-repeat;
  position: relative;
}

.node-image {
  height: 90px;
  margin-top: -50px;
  justify-content: center;
}

.hexa {
  /* -webkit-clip-path: polygon(75% 10%, 100% 50%, 75% 90%, 25% 90%, 0% 50%, 25% 10%); */
  /* clip-path: polygon(75% 10%, 100% 50%, 75% 90%, 25% 90%, 0% 50%, 25% 10%); */
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #b1b1b1;
}
.node-image img {
  background-color: #ffffff;
}
.hexa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hexa img.icon {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.node-shadow {
  margin: 20px auto 45px;
  width: 70px;
  box-shadow: 0px 5px 15px 4px #848484;
  height: 0px;
}
.chart-genealogy td {
  text-align: center;
}
.chart-genealogy .top {
  border-top: 2px dashed gray;
}
.chart-genealogy .left {
  border-right: 1px dashed gray;
}
.chart-genealogy .right {
  border-left: 2px dashed gray;
}
.chart-line {
  height: 20px;
  width: 4px;
}
.genealogy-name {
  max-width: 100%;
  max-height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1rem;
  font-size: 13px;
  margin-bottom: 0.35rem;
}
.node-growth {
  width: 100%;
}
.node-growth > div {
  flex: 1 1 0;
}
.v-img-growth {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat!important;
  margin: 0 auto;
}
.mobile-genealogy {
  overflow: auto;
}
.mobile-genealogy table {
  width: 100%;
  border-collapse: collapse;
}
.mobile-genealogy .node-shadow {
  margin: 10px auto 35px;
  width: 70px;
}
.mobile-genealogy .node {
  height: 225px;
  width: 68px;
  display: inline-block;
  margin: 0 2px;
  padding: 5px;
  font-size: 8pt;
  border-radius: 7px;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 381px) and (max-width: 480px) {
  .mobile-genealogy .node {
    width: 85px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .mobile-genealogy .node {
    width: 100px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .mobile-genealogy .node {
    width: 120px;
  }
}
.mobile-genealogy .all-node {
  height: 160px;
  background-color: transparent;
  border-radius: 15px;
  background-size: contain;
  background-position: bottom;
  background-size: 102% auto !important;
}
@media (min-width: 601px) and (max-width: 767px) {
  .mobile-genealogy .all-node {
    background-size: 90% auto !important;
  }
}
.mobile-genealogy .all-node .node-growth > div {
  font-size: 6.5pt !important;
}
.mobile-genealogy .all-node .node-growth > div.px-3 {
  padding: 0 5px !important;
}
.mobile-genealogy .all-node .node-info {
  font-size: 7pt !important;
  padding: 5px 0 !important;
}
.mobile-genealogy .all-node .node-info > div {
  font-size: 7pt !important;
}
.mobile-genealogy .all-node .node-image {
  height: 60px;
  margin-top: -2px;
  margin-bottom: 18px;
}
.mobile-genealogy .all-node .node-image::before {
  top: 0px;
  left: 2px;
  height: 66px;
  width: 64px;
}
.mobile-genealogy .all-node .node-image .hexa {
  width: 60px;
}
@media (min-width: 381px) and (max-width: 480px) {
  .mobile-genealogy .all-node .node-image {
    margin-bottom: 0px;
    margin-top: 5px;
  }
  .mobile-genealogy .all-node .node-image::before {
    top: 7px;
    left: 10px;
    height: 66px;
    width: 64px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .mobile-genealogy .all-node .node-image {
    margin-bottom: 0px;
  }
  .mobile-genealogy .all-node .node-image::before {
    top: 0px;
    left: 18px;
    height: 66px;
    width: 64px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .mobile-genealogy .all-node .node-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mobile-genealogy .all-node .node-image::before {
    top: 2px;
    left: 28px;
    height: 66px;
    width: 64px;
  }
}

/* available node class */
/* empty-node, basic-node, premium-node, business-node, vip-node, executive-node */

.all-node:after {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -66px;
  left: 0;
  content: '';
  z-index: 100;
}
.all-node.empty-node:after {
  background: url('../images/genealogy/genealogy-card-empty.svg') center center no-repeat !important;
}
.all-node {
  border-top: 3px solid #b1b1b1;
}
.all-node:after {
  background: url('../images/genealogy/genealogy-card-default.svg') center center no-repeat !important;
  cursor: pointer;
  opacity: 0.85;
}
.all-node .point-icon {
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 auto;
  background: url('../images/genealogy/ic-node.svg') center center no-repeat !important;
}
/* .all-node .cl-primary { color: #39752b !important; }
.menu-node { border-bottom: 5px solid #39752b !important; }
.menu-node .cl-primary { color: #39752b !important; } */

.all-node.basic-node:after {
  background: url('../images/genealogy/genealogy-card-basic.svg') center center no-repeat !important;
  cursor: pointer;
  opacity: 0.85;
}
.all-node.basic-node .cl-primary { color: #39752b !important; }
.menu-node.basic-node { border-bottom: 5px solid #39752b !important; }
.menu-node.basic-node .cl-primary { color: #39752b !important; }
.all-node.basic-node { border-top: 3px solid #39752b; }
.all-node.basic-node .hexa { border: 2px solid #39752b; }

.all-node.premium-node:after {
  background: url('../images/genealogy/genealogy-card-premium.svg') center center no-repeat !important;
  cursor: pointer;
  opacity: 0.85;
}
.all-node.premium-node .cl-primary { color: #05294d !important; }
.menu-node.premium-node { border-bottom: 5px solid #05294d !important; }
.menu-node.premium-node .cl-primary { color: #05294d !important; }
.all-node.premium-node { border-top: 3px solid #05294d; }
.all-node.premium-node .hexa { border: 2px solid #05294d; }

.all-node.business-node:after {
  background: url('../images/genealogy/genealogy-card-business.svg') center center no-repeat !important;
  cursor: pointer;
  opacity: 0.85;
}
.all-node.business-node .cl-primary { color: #a82624 !important; }
.menu-node.business-node { border-bottom: 5px solid #a82624 !important; }
.menu-node.business-node .cl-primary { color: #a82624 !important; }
.all-node.business-node { border-top: 3px solid #a82624; }
.all-node.business-node .hexa { border: 2px solid #a82624; }

.all-node.vip-node:after {
  background: url('../images/genealogy/genealogy-card-vip.svg') center center no-repeat !important;
  cursor: pointer;
  opacity: 0.85;
}
.all-node.vip-node .cl-primary { color: #c77248 !important; }
.menu-node.vip-node { border-bottom: 5px solid #c77248 !important; }
.menu-node.vip-node .cl-primary { color: #c77248 !important; }
.all-node.vip-node { border-top: 3px solid #c77248; }
.all-node.vip-node .hexa { border: 2px solid #c77248; }

.all-node.executive-node:after {
  background: url('../images/genealogy/genealogy-card-executive.svg') center center no-repeat !important;
  cursor: pointer;
  opacity: 0.85;
}
.all-node.executive-node .cl-primary { color: #c69d27 !important; }
.menu-node.executive-node { border-bottom: 5px solid #c69d27 !important; }
.menu-node.executive-node .cl-primary { color: #c69d27 !important; }
.all-node.executive-node { border-top: 3px solid #c69d27; }
.all-node.executive-node .hexa { border: 2px solid #c69d27; }


.all-node.basic-node:hover, .all-node.gold-node:hover, .all-node.diamond-node:hover { opacity: 1;}

/* end og genealogy style */

/* profile */
.bg-card-profile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10rem;
  overflow: hidden;
}
.bg-card-profile .v-image {
  height: 100%;
}
.bg-card-profile .v-image .v-image__image {
  background-position: center bottom !important;
}
/* serial */
.badge-serial {
  position: absolute;
  top: 5px;
  right: 5px;
}
/* reward */
.badge-reward {
  padding: 10px 10px;
  font-size: 12pt;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
}


/* background */
.bg-primary {
  background-color: #028b43 !important;
}
.bg-primary-2 {
  background-color: #29bb89 !important;
}
.bg-primary-light {
  background-color: rgba(0, 103, 49, 0.2) !important;
}
.bg-primary-gradient {
  background-image: linear-gradient(to right, #29bb89, #1dd1a1);
}
.bg-main {
  background-color: rgba(213, 230, 212, 0.3) !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.v-application.vo-mlm .primary {
  background-color: #93AB89 !important;
  border-color: #93AB89 !important;
}
/* color */
.cl-primary {
  color: #93AB89 !important;
}
.cl-primary-2 {
  color: #29bb89 !important;
}
.cl-primary-light {
  color: rgba(0, 103, 49, 0.2);
}
.cl-secondary {
  color: #475f7b;
}
.cl-white {
  color: #ffffff;
}
.cl-grey {
  color: #707070 !important;
}


/* rank type color */
.text-captain  { color: #390148 !important; }
.text-1star    { color: #051039 !important; }
.text-2star    { color: #320707 !important; }
.text-3star    { color: #06340b !important; }
.text-master   { color: #9d610f !important; }
.text-pearl    { color: #43623a !important; }
.text-sapphire { color: #010cd2 !important; }
.text-diamond  { color: #b9292c !important; }
.text-norank   { color: #828D99 !important; }

#mitradetail .label-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#mitradetail .btn.collapsed .label-open { display: flex; }
#mitradetail .btn.collapsed .label-collapsed { display: none; }

#mitradetail .btn .label-open { display: none; }
#mitradetail .btn .label-collapsed { display: flex; }


.btn-collapse {
  display: flex;
  width: 41px;
  height: 40px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: #e5e5e5!important;
  color: #9d610f;
  padding: 0;
}

.btn-collapse i { top: 0!important; }

.btn-collapse:hover, .btn-collapse:focus {
  background: #d5d5d5!important;
  color: #9d610f;
}



/* ============================================== */
/* Responsive style                               */
/* ============================================== */
@media (max-width: 1199.98px) {
  html body.navbar-sticky .app-content .content-wrapper {
    padding: 1rem;
  }

  .breadcrumbs-top {
    margin-top: 1.5rem;
  }
  .breadcrumbs-top > .col-12 {
    display: flex;
    flex-direction: column;
  }

  html body .content .content-wrapper .content-header-title {
    border: 0;
  }

  .breadcrumbs-top .breadcrumb-wrapper {
    padding: 0;
    margin-top: 0.5rem;
  }

  /* geneaology */
  .card-genealogy .card-header {
    padding: 10px;
  }

  .card-genealogy .card-header > .card > .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start!important;
  }

  .card-genealogy .card-header > .card > .row > div {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
  }

  .card-genealogy .card-header > .card > .row > div .btn {
    width: 100%;
    margin-top: 1rem;
  }

  .card-genealogy .card-header > .card > .row > div.col-6 {
    display: flex;
    flex-direction: column!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
  }

  #genealogy {
    overflow-x: auto;
    margin-right: 2rem;
  }
}

.main-menu.menu-light .navigation > li ul .active {
  background: #93AB89 !important;
}

.main-menu.menu-light .navigation > li ul .active > a {
  color: #eaffeb !important;
}

.content-loading {
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.7s;
  z-index: -1;
}

.loadings {
  background-color: black !important;
  z-index: 10000 !important;
  opacity: .5 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loadings > .bx {
  font-size: 5rem;
}