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: #3269b2;
  position: relative;
}

html .pace .pace-progress {
  background: #7fbe34;
}

html body.navbar-static .navbar-container,
html body.navbar-sticky .navbar-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

body .main-menu .navigation > li > a > i {
  width: 1.6rem !important;
  margin-right: 1rem;
  float: left;
}

.table th,
.table td {
  padding: 1rem !important;
}

.card {
  margin-bottom: 1.5rem;
}


.cl-primary,
.text-primary,
.primary {
  color: #216a83 !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: #3269b2 !important;
  border-color: #3269b2 !important;
  font-weight: bold;
}
.btn-login:hover,
.btn-login:focus .btn-primary:hover,
.btn-primary:focus {
  background-color: #194e93 !important;
  color: #fff;
}

.btn-login:hover,
.btn-primary:hover {
  background-color: #194e93 !important;
  color: #fff !important ;
}

.btn-outline-primary {
  color: #216a83 !important;
  background-color: transparent !important;
  border-color: #bdd62a !important;
}
.btn-outline-primary:hover {
  color: #ffffff !important;
  background-color: #bdd62a !important;
  border-color: #bdd62a !important;
}

.btn-action.mr-3 {
  margin-right: 0 !important;
}

.form-control:focus {
  color: #216a83;
  border-color: #bdd62a;
}
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: #216a83 !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;
  width: 100%;
  height: 200px;
  /* 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,#216a83, #bdd62a 100%); */
  background: linear-gradient(to right, #3269b2 0%, #3269b2 50%, #6dc4d7 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: 26px;
  width: 100%;
  float: none;
  margin: 0.25rem 0;
}

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

.main-menu .navbar-header .navbar-brand .brand-logo .logo-expanded {
  height: 95px;
  left: 0;
  display: none;
  margin-top: -20px !important;
}

.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: #216a83;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #216a83;
  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 {
  color: #216a83 !important;
}

.user-name:hover {
  color: #216a83 !important;
}

.user-nav,
.header-navbar .navbar-container ul.nav li i.ficon:hover {
  color: #bdd62a !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: #bdd62a !important;
  color: #216a83 !important;
  background: #c6da29 !important;
  color: #159446 !important;
  border-radius: 0.267rem;
}

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

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

.main-menu.menu-light .navigation > li.nav-item.open > a i {
  color: #666 !important;
}

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

#main-menu-navigation {
  padding: 10px !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; } */
/* #216a83 #bdd62a */

.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: #8ac232 !important;
}
.menu-node.basic-node {
  border-bottom: 5px solid #8ac232 !important;
}
.menu-node.basic-node .cl-primary {
  color: #8ac232 !important;
}
.all-node.basic-node {
  border-top: 3px solid #8ac232;
}
.all-node.basic-node .hexa {
  border: 2px solid #8ac232;
}
.badge-basic {
  background: #8ac232;
}

.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: #3269b2 !important;
}
.menu-node.business-node {
  border-bottom: 5px solid #3269b2 !important;
}
.menu-node.business-node .cl-primary {
  color: #3269b2 !important;
}
.all-node.business-node {
  border-top: 3px solid #3269b2;
}
.all-node.business-node .hexa {
  border: 2px solid #3269b2;
}
.badge-bisnis {
  background: #3269b2;
}

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

.all-node.profesional-node .cl-primary {
  color: #fdac41 !important;
}
.menu-node.profesional-node {
  border-bottom: 5px solid #fdac41 !important;
}
.menu-node.profesional-node .cl-primary {
  color: #fdac41 !important;
}
.all-node.profesional-node {
  border-top: 3px solid #fdac41;
}
.all-node.profesional-node .hexa {
  border: 2px solid #fdac41;
}
.badge-profesional {
  background: #fdac41;
}

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

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

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

/* 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: #bdd62a !important;
  border-color: #bdd62a !important;
}
/* color */
.cl-primary {
  color: #216a83 !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;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #888 !important;
  background-color: transparent !important;
  border: 1px solid #888 !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: red;
}

/* ============================================== */
/* 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;
  }
}

#table-mobile {
  font-size: 12px !important;
  line-height: normal !important;
  margin-top: 10px;
}

#table-mobile p {
  font-size: 12px !important;
  line-height: normal !important;
}

#table-mobile .wrapper-row {
  display: block;
}

#table-mobile .wrapper-row .heading-row {
  background: #fff;
  border-radius: 6px 6px 0 0;
  padding: 10px;
}
#table-mobile .wrapper-row .data-row {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0 0 6px 6px;
  padding: 10px;
}

#table-mobile .btn-action-next {
  width: 36px;
  height: 36px;
}

#table-mobile .btn-action-next .btn {
  width: 40px;
  height: 36px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-in {
  color: darkgreen;
}
.text-out {
  color: darkred;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .member-info {
    margin-bottom: 15px;
  }

  .table-pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

  .table-limit-info {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .table-limit-info .col-md-9 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .table-limit-info .col-md-3 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .table-limit-info .table-count-data {
    text-align: center;
    margin-top: 10px;
  }

  .btn-sm-block {
    display: block;
    width: 100%;
  }

  .mb-sm-2 {
    margin-bottom: 16px !important;
  }

  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 1.05rem !important;
  }

  .mobile-fsize {
    font-size: 0.9rem !important;
  }

  .hiddenSmall {
    display: hidden;
  }
}

/* li.active {
background-color: #3ac2ef!important;
} */

.main-menu.menu-light .navigation > li ul .active {
  background: #216b8347;
}

.main-menu.menu-light .navigation > li ul .active > a {
  /* background: linear-gradient(to right,#216a83, #bdd62a 100%); */
  color: #216a83 !important;
}

.main-menu.menu-light .navigation > li {
  margin: 0;
}

#alert {
  position: absolute;
  top: 84px;
  right: 32px;
  z-index: 9999 !important;
}

#product_list {
  z-index: -1;
}

.alert.alert-success {
  z-index: 999 !important;
}

/* member-card */
#member-card-ui {
  display: block;
  position: relative;
  height: 360px;
  width: 530px;
  margin: 0 auto;
}

#member-card-ui.print_area {
  width: 100% !important;
  display: flex;
  margin: 0;
}

#member-card-ui .card-content-top {
  display: flex;
  position: absolute;
  width: 100%;
  top: 195px;
  left: 40px;
  align-items: end;
  justify-content: start;
}

#member-card-ui .card-content-top .img-member {
  width: 90px;
  height: 90px;
  border: 2px solid #e7e723;
  background: #fff;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
}
#member-card-ui .card-content-top .img-member img {
  position: absolute;
  display: block;
  width: 105%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#member-card-ui .card-content-top .info-member {
  display: flex;
  align-items: start;
  flex-direction: column;
  color: #fff;
}
#member-card-ui .card-content-top .info-member h5 {
  color: #e7e723;
  font-weight: 600;
}
#member-card-ui .card-content-top .info-member h6 {
  color: #fff;
  font-size: 1.25rem;
}
#member-card-ui .card-content-top .info-member span {
  color: #fff;
  font-size: 0.95rem;
}

#member-card-ui .card-content-bottom {
  display: block;
  position: absolute;
  width: 100%;
  /* height: 335px; */
  top: 340px;
}

#member-card-ui .card-content-bottom .card-wrap {
  display: block;
  position: absolute;
  bottom: 65px;
  left: 180px;
  color: #3269b2;
  z-index: 20;
  font-size: 11px;
  font-weight: 550;
  width: 330px;
  zoom: 85%;
}

#member-card-ui .carousel-control-prev,
#member-card-ui .carousel-control-next {
  z-index: 99;
  border: 0;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  top: 45%;
  left: 2%;
  transform: translate(-45%, -2%);
  position: absolute;
}

#member-card-ui .carousel-control-next {
  left: 97%;
  top: 60%;
  transform: translate(-45%, -97%);
}

#member-card-award {
  display: block;
  position: relative;
  height: 360px;
  width: 530px;
  margin: 0 auto;
}
#member-card-award > img {
  border-radius: 12px;
}
#member-card-award .card-content {
  display: flex;
  position: absolute;
  width: 100%;
  top: 260px;
  left: 50px;
  align-items: end;
  justify-content: start;
  zoom: 80%;
}
#member-card-award .card-content .img-member {
  width: 90px;
  height: 90px;
  border: 2px solid #e7e723;
  background: #fff;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
}
#member-card-award .card-content .img-member img {
  position: absolute;
  display: block;
  width: 105%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#member-card-award .card-content .info-member {
  display: flex;
  align-items: start;
  flex-direction: column;
  color: #3269b2;
}
#member-card-award .card-content .info-member h5 {
  color: #1a9645;
  font-weight: 600;
}
#member-card-award .card-content .info-member h6 {
  color: #3269b2;
  font-size: 1.25rem;
}
#member-card-award .card-content .info-member span {
  color: #111;
  font-size: 0.95rem;
}

@media (max-width: 767.98px) {
  html body .content {
    margin-left: 0;
  }
  .main-menu.menu-fixed {
    left: -20px;
  }
  .menu-open .main-menu.menu-fixed {
    left: 0px !important;
  }

  #member-card-ui {
    width: auto;
    height: auto;
  }
  #member-card-ui .carousel-inner {
    zoom: 55%;
  }
  #member-card-ui .card-content-bottom .card-wrap {
    width: 290px;
    left: 245px;
    bottom: 45px;
  }

  #member-card-award {
    width: 100%;
    height: auto;
  }
  #member-card-award .card-content {
    zoom: 60%;
    top: auto;
    bottom: 13%;
  }

  #member-card-ui.print_area .card .card-content-top {
    zoom: 50%;
  }
  #member-card-ui.print_area .card-content-bottom .card-wrap {
    width: 290px;
    zoom: 50%;
    bottom: 360px;
    left: 215px;
  }

  #member-card-award.print_area {
    width: auto !important;
  }
  #member-card-award.print_area .card-content {
    zoom: 60% !important;
    top: auto;
    bottom: 13%;
  }

  #auth-login {
    height: calc(100vh - 45px);
    overflow-y: auto;
    padding: 2rem 0;
  }

  #auth-login .bg-authentication {
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
  }

  .card-body-login {
    padding: 0;
  }

  .form-password-toggle {
    margin-bottom: 1.5rem !important;
  }

  #auth-login .login-icon {
    height: 100px;
    margin: -30px 0 2rem;
  }

  .vertical-overlay-menu.menu-open .main-menu {
    transform: none;
  }

  #member-card-ui .carousel-control-prev {
    top: 35%;
  }

  .action-filter-genealogy {
    display: flex;
    flex-direction: column;
  }

  .action-filter-genealogy .btn {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .col-values {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #eee;
    justify-content: start !important;
    text-align: left !important;
  }

  .col-values.btn_copy {
    justify-content: space-between !important;
  }

  .card-registration label {
    margin-bottom: 0.75rem;
  }

  .incopyright {
    display: block !important;
    float: none !important;
    text-align: center !important;
  }
}

/* // Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  #member-card-award .card-content {
    zoom: 100%;
    top: auto;
    bottom: 13%;
  }

  #member-card-ui .card-content-bottom .card-wrap {
    width: 290px;
  }

  #member-card-ui.print_area .card .card-content-top {
    zoom: 60%;
  }
  #member-card-ui.print_area .card-content-bottom .card-wrap {
    width: 290px;
    zoom: 60%;
    bottom: 240px;
    left: 215px;
  }

  #member-card-award.print_area {
    height: auto;
  }

  #member-card-award.print_area {
    width: auto !important;
  }
  #member-card-award.print_area .card-content {
    zoom: 120%;
    top: auto;
    bottom: 13%;
  }
}

/* // Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #member-card-ui {
    width: auto;
  }
  #member-card-ui .carousel-inner {
    zoom: 75%;
  }

  #member-card-award .card-content {
    zoom: 80%;
    top: auto;
    bottom: 13%;
  }

  #member-card-award {
    width: 100%;
    height: auto;
  }

  #member-card-award.print_area {
    height: auto;
  }

  #member-card-ui.print_area .card .card-content-top {
    zoom: 80%;
  }
  #member-card-ui.print_area .card-content-bottom .card-wrap {
    width: 290px;
    zoom: 80%;
    bottom: 100px;
    left: 215px;
  }
}

/* // X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #member-card-ui {
    width: auto;
  }
  #member-card-ui .carousel-inner {
    zoom: 75%;
  }

  #member-card-award .card-content {
    zoom: 80%;
    top: auto;
    bottom: 13%;
  }

  #member-card-ui.print_area .card .card-content-top {
    zoom: 80%;
  }
  #member-card-ui.print_area .card-content-bottom .card-wrap {
    width: 290px;
    zoom: 80%;
    bottom: 120px;
    left: 215px;
  }

  #member-card-award {
    width: 100%;
    height: auto;
  }

  #member-card-award.print_area {
    height: auto;
  }

  #member-card-award.print_area .card-content {
    zoom: 100%;
    top: auto;
    bottom: 13%;
  }
}

@media (min-width: 1400px) and (max-width: 1499.98px) {
  #member-card-ui {
    width: auto;
  }
  #member-card-ui .carousel-inner {
    zoom: 95%;
  }
  #member-card-ui .card-content-bottom .card-wrap {
    width: 290px;
  }

  #member-card-award .card-content {
    zoom: 100%;
    top: auto;
    bottom: 13%;
  }

  #member-card-ui.print_area .card .card-content-top {
    zoom: 90%;
  }
  #member-card-ui.print_area .card-content-bottom .card-wrap {
    width: 290px;
    zoom: 90%;
    bottom: 60px;
    left: 215px;
  }

  #member-card-award {
    width: 100%;
    height: auto;
  }

  #member-card-award.print_area .card-content {
    zoom: 100%;
    top: auto;
    bottom: 13%;
  }
}

@media (min-width: 1500px) and (max-width: 1699.98px) {
  #member-card-ui {
    width: auto;
    height: auto;
  }
  #member-card-ui .carousel-inner {
    zoom: 110%;
  }

  #member-card-award .card-content {
    zoom: 100%;
    top: auto;
    bottom: 13%;
  }

  #member-card-ui.print_area .card .card-content-top {
    zoom: 110%;
  }
  #member-card-ui.print_area .card-content-bottom .card-wrap {
    /* width: 290px; */
    zoom: 105%;
    bottom: -20px;
    left: 215px;
  }

  #member-card-award {
    height: auto;
  }

  #member-card-award.print_area .card-content {
    zoom: 100%;
    top: auto;
    bottom: 13%;
  }
}

@media (min-width: 1700px) {
  #member-card-ui {
    display: block;
    position: relative;
    height: 360px;
    width: 530px;
    margin: 0 auto;
  }

  #member-card-ui .card-bg-back .card-content-bottom {
    display: block;
    position: absolute;
    width: 100%;
    /* height: 335px; */
    top: 340px;
  }

  #member-card-ui .card-content-bottom .card-wrap {
    display: block;
    position: absolute;
    bottom: 25px;
    left: 180px;
    color: #3269b2;
    z-index: 20;
    font-size: 11px;
    font-weight: 550;
    width: 330px;
    zoom: 100%;
  }

  #member-card-award {
    display: block;
    position: relative;
    height: 360px;
    width: 530px;
    margin: 0 auto;
  }
}

@media print {
  @page {
    size: a4;
    /* size: portrait; */
    padding: 2cm 0;
    break-inside: avoid;
    overflow: hidden;
  }

  #print_area {
    width: 100%;
    page-break-inside: avoid;
  }

  body {
    background: #fff;
    font-family: "Rubik", Helvetica, Arial, serif;
    break-inside: avoid;
  }

  /* member-card */
  #member-card-ui {
    display: block;
    position: relative;
    /* height: 260px; */
    width: 430px;
    break-inside: avoid;
  }

  #member-card-ui.print_area {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin: -40px 0px 0px 0px;
    transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6); /* IE 9 */
    -webkit-transform: scale(0.6, 0.6); /* Opera, Chrome, and Safari */
    page-break-inside: avoid;
    transform: rotate(0) scale(0.6, 0.6) translate(-340px, 60px);
  }

  #member-card-ui .card-content-top {
    display: flex;
    position: absolute;
    align-items: end;
    justify-content: start;
    border-radius: 12px;
    left: 60px;
    top: 90%;
    width: 100%;
    padding-left: 25px;
  }

  #member-card-ui .card-content-top .d-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  #member-card-ui .card-content-top > img {
    position: absolute;
    width: 100pt !important;
    border: 1px solid #0e0e65;
  }

  #member-card-ui .card-content-top .img-member {
    width: 160px;
    height: 160px;
    border: 2px solid #e7e723;
    background: #fff;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
  }
  #member-card-ui .card-content-top .img-member img {
    position: absolute;
    display: block;
    width: 105%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #member-card-ui .card-content-top .info-member {
    display: flex;
    align-items: start;
    flex-direction: column;
    color: #fff;
    padding-left: 3rem;
  }
  #member-card-ui .card-content-top .info-member h5 {
    color: #e7e723;
    font-weight: 600;
    font-size: 30pt;
    margin: 0px;
    margin-bottom: 15px;
  }
  #member-card-ui .card-content-top .info-member h6 {
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
    font-size: 26pt;
  }
  #member-card-ui .card-content-top .info-member span {
    color: #fff;
    font-size: 18pt;
    padding-bottom: 8px;
    display: flex;
    flex-direction: row;
  }

  #member-card-ui .card-content-top .info-member span > strong,
  #member-card-ui .card-content-top .info-member span > span {
    padding-left: 10px;
  }

  .card-back-face {
    display: block;
    position: absolute;
    top: 730px;
    left: 0px;
  }

  #member-card-ui .card-content-bottom {
    display: block;
    position: absolute;
    width: 100%;
    top: 550px;
    left: 140px;
    background: rgba(255, 255, 0, 0.165);
  }

  #member-card-ui .card-content-bottom .card-wrap {
    display: block;
    position: absolute;
    bottom: -20%;
    left: 180px;
    color: #3269b2;
    z-index: 20;
    font-size: 16pt;
    font-weight: 550;
    width: 550px;
  }

  #member-card-ui .carousel-control-prev,
  #member-card-ui .carousel-control-next {
    z-index: 99;
    border: 0;
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    top: 45%;
    left: 2%;
    transform: translate(-45%, -2%);
    position: absolute;
  }

  #member-card-ui .carousel-control-next {
    left: 97%;
    top: 60%;
    transform: translate(-45%, -97%);
  }

  /* certificate award  ============  */

  #member-card-award {
    display: block;
    position: relative;
    height: 360px;
    width: 530px;
  }
  #member-card-award .card-content .d-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #member-card-award > img {
    border-radius: 12px;
  }
  #member-card-award .card-content {
    display: flex;
    position: absolute;
    width: 100%;
    top: 350px !important;
    left: 80px !important;
    align-items: end;
    justify-content: start;
  }
  #member-card-award .card-content .img-member {
    width: 160px;
    height: 160px;
    border: 2px solid #e7e723;
    background: #fff;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
  }
  #member-card-award .card-content .img-member img {
    position: absolute;
    display: block;
    width: 105%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #member-card-award .card-content .info-member {
    display: flex;
    align-items: start;
    flex-direction: column;
    color: #3269b2;
    padding-left: 3rem;
  }
  #member-card-award .card-content .info-member h5 {
    color: #1a9645;
    font-weight: 600;
    font-size: 24pt;
    margin: 0px;
    margin-bottom: 15px;
  }
  #member-card-award .card-content .info-member h6 {
    color: #3269b2;
    margin: 0;
    margin-bottom: 15px;
    font-size: 20pt;
  }
  #member-card-award .card-content .info-member span {
    color: #111;
    font-size: 14pt;
    padding-bottom: 8px;
    display: flex;
    flex-direction: row;
  }

  #member-card-award .card-content .info-member span > strong,
  #member-card-award .card-content .info-member span > span {
    padding-left: 10px;
  }
}
