:root {
  --cross-color: #110078;
  --shield-border-color: #111;
  --background-color: #ff5022;
  --darker-background-color: #bf360c;
}

html body .content.app-content {
  background: url('../images/card-bg-2.png') center center no-repeat fixed;
  background-size: cover;
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1107%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(78%2c 100%2c 65%2c 0.12)'%3e%3c/rect%3e%3cpath d='M0%2c509.535C94.043%2c504.424%2c170.717%2c439.482%2c246.494%2c383.552C317.893%2c330.853%2c398.316%2c278.918%2c426.47%2c194.762C453.832%2c112.973%2c399.848%2c29.416%2c393.75%2c-56.613C387.007%2c-151.745%2c441.396%2c-257.338%2c388.787%2c-336.886C336.109%2c-416.539%2c228.067%2c-450.274%2c132.579%2c-451.523C45.062%2c-452.668%2c-17.208%2c-369.232%2c-100.799%2c-343.29C-182.455%2c-317.949%2c-283.331%2c-357.255%2c-348.709%2c-302.158C-414.918%2c-246.361%2c-418.526%2c-147.588%2c-434.09%2c-62.413C-450.22%2c25.861%2c-470.969%2c116.784%2c-440.698%2c201.26C-409.22%2c289.105%2c-340.801%2c357.828%2c-264.337%2c411.316C-185.721%2c466.309%2c-95.8%2c514.742%2c0%2c509.535' fill='rgba(62%2c 86%2c 52%2c 0.12)'%3e%3c/path%3e%3cpath d='M1440 1153.5230000000001C1555.514 1155.4009999999998 1677.286 1142.4180000000001 1770 1073.49 1860.478 1006.2239999999999 1894.3899999999999 891.201 1934.545 785.851 1972.348 686.67 2012.258 584.95 1996.2 480.031 1980.212 375.573 1921.74 281.91 1846.118 208.09699999999998 1774.239 137.937 1678.923 102.78899999999999 1582.149 75.88499999999999 1486.568 49.31299999999999 1385.732 23.201000000000022 1291.3890000000001 53.87900000000002 1198.102 84.21300000000002 1149.286 180.497 1072.541 241.59500000000003 973.722 320.26599999999996 821.187 346.669 775.635 464.479 729.752 583.143 781.208 721.558 844.225 832.081 904.416 937.6469999999999 1009.876 1005.171 1116.8229999999999 1062.873 1217.324 1117.097 1325.819 1151.667 1440 1153.5230000000001' fill='rgba(94%2c 130%2c 78%2c 0.12)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1107'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  background: #0B252D url(../images/bg-login.jpg) center center no-repeat fixed !important;
  background-size: cover !important;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
  padding: 0.9rem 0.8rem 0.9rem 0.8rem;
  display: flex;
  align-items: center;
}

.modal-backdrop.show {
  opacity: 0.75;
}

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

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

html body {
  background: #0d312f;
}

.table {
  width: 100%;
  margin-bottom: 0.8rem;
  color: #f5f5f5;
}

table .table-tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}

table tr:first-child th:first-child,
table .table-tbody tr:nth-child(even) td:first-child {
  border-radius: 8px 0 0 8px;
}

table tr:first-child th:last-child,
table .table-tbody tr:nth-child(even) td:last-child {
  border-radius: 0 8px 8px 0;
}

table .table-tbody tr td .dark,
table .table-tbody tr td .secondary {
  color: #fff !important;
}

table .badge.badge-light-success {
  background-color: #d2ffe8;
  color: #0B242A !important;
  font-weight: bold;
  padding: 0.3rem;
}

.card p.dark {
  color: rgba(255, 255, 255, 0.5) !important;
}

.card label {
  color: #fff;
}

.card label .text-danger,
.card-registration .text-danger {
  color: #ff6100 !important;
}

.collapsible .card .card-header,
.accordion .card .card-header {
  border: 0;
}

.text-danger {
  color: darkred !important;
}

.alert.alert-danger {
  background: darkred !important;
  color: #fff !important;
  box-shadow: 0 3px 8px 0 rgb(109 40 41 / 40%);
  border: none;
}

a:hover {
  color: #8a1515;
  text-decoration: none;
}

.main-menu .shadow-bottom {
  display: none !important;
  position: absolute;
  z-index: 2;
  height: 60px;
  width: 100%;
  pointer-events: none;
  margin-top: -1.3rem;
  filter: blur(5px);
  background: linear-gradient(#0e342f 41%, rgba(14, 52, 47, 0.11) 95%, rgba(14, 52, 47, 0)) !important;
}

.bg-primary.bg-light {
  background-color: #fff5e0 !important;
}

.d-md-table-row-group {
  display: table-row-group !important;
}

.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: #00df41 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #DCBF41 !important;
}

.font-weight-600 {
  font-weight: 600;
}

.text-black {
  color: #000;
}

.text-dark {
  color: #666;
}

.btn-success {
  border: 1px solid #29BF15;
  background-color: #29BF15 !important;
  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: #e8ac2a !important;
  border-color: #9b6e0b !important;
  font-weight: bold;
  color: #2b3b26 !important;
}

.btn-login {
  text-transform: uppercase;
}

.link-reset {
  color: #12270c !important;
  font-size: 16px;
  font-weight: 600;
}

.link-reset:hover,
.link-reset:focus {
  color: #030400 !important;
}

.btn-login:hover,
.btn-login:focus .btn-primary:hover,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #2b3b26 !important;
  color: #e8ac2a !important;
  border-color: #152011 !important;
}

.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #2b3b26 !important;
  color: #e8ac2a !important;
  border-color: #152011 !important;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #324356 !important;
  background-color: #ccc !important;
  border-color: #ccc !important;
}

.btn-outline-primary {
  color: #089c33 !important;
  background-color: transparent !important;
  border-color: #089c33 !important;
}

.btn-outline-primary:hover {
  color: #FFFFFF !important;
  background-color: #019933 !important;
  border-color: #019933 !important;
}

.table-dense .table th,
.table-dense .table td {
  padding: 0.6rem 0.6rem !important;
  white-space: nowrap;
}

.table-action {
  height: 34.14px;
}

.img-rewardbg {
  width: 360px;
  height: 360px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 1rem;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
  position: relative;
}

.img-rewardbg.unqualified-reward {
  filter: grayscale(1);
}

.img-rewardbg.unqualified-reward .unqualified-tag {
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99 !important;
  border-radius: 100%;
  overflow: hidden;
}

.img-rewardbg .member_image {
  display: block;
  position: absolute;
  width: 160px;
  height: 150px;
  top: 112px;
  left: 103px;
  z-index: -1 !important;
  border-radius: 100%;
  overflow: hidden;
  z-index: 10 !important;
}

.img-rewardbg .member_image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.img-rewardbg .member-name-tag {
  display: block;
  margin: 0 auto;
  width: 40%;
  height: auto;
  border-radius: 100%;
  position: absolute;
  top: 263px;
  left: 30.5%;
  text-align: center;
  font-weight: bold;
  /* overflow: hidden; */
  color: #000;
  z-index: 12 !important;
}

.reward-mask-bg {
  width: 360px;
  height: 360px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 1rem;
  background: transparent;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11 !important;
}

.reward-mask-bg.reward-250k {
  background: transparent url(../images/reward/reward-250k.svg) center center no-repeat !important;
  background-size: cover !important;
}

.reward-mask-bg.reward-750k {
  background: transparent url(../images/reward/reward-750k.svg) center center no-repeat !important;
  background-size: cover !important;
}

.reward-mask-bg.reward-7-5jt {
  background: transparent url(../images/reward/reward-75.svg) center center no-repeat !important;
  background-size: cover !important;
}

.reward-mask-bg.reward-25jt {
  background: transparent url(../images/reward/reward-25jt.svg) center center no-repeat !important;
  background-size: cover !important;
}

.reward-mask-bg.reward-114jt {
  background: transparent url(../images/reward/reward-114jt.svg) center center no-repeat !important;
  background-size: cover !important;
}

.reward-mask-bg.reward-250jt {
  background: transparent url(../images/reward/reward-250jt.svg) center center no-repeat !important;
  background-size: cover !important;
}

/* reward premium */
.reward-premium-content {
  zoom: 80%;
}
.node-premium {
  display: block;
  position: relative;
  width: 800px;
  height: 800px;
  background: url(../images/reward/board-frame.png) center center no-repeat;
  background-size: 100% auto;
  border: 7px solid #DECA57;
}
.node-premium .node-name {
  font-weight: bold !important;
  color: yellow;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 50%;
  position: absolute;
  left: 25%;
  top: 20%;
  font-size: 30px;
  text-align: center;
}

.node-premium .node-name > span {
  display: block;
  max-width: 98%;
  overflow: hidden;
  font-size: 28px;
  line-height: normal !important;
  margin-top: -10px;
  padding: 0 5px;
}

.node-premium .node-image {
  width: 210px;
  height: 210px;
  position: absolute;
  right: 33px;
  top: 19%;
}
.node-premium .node-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.node-premium .node-premium-0 {
  width: 800px;
  height: 300px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -3%;
  left: 0;
  background: url(../images/reward/node-qualified-0.png) center center no-repeat;
  background-size: 100% auto;
}
.node-premium .node-premium-1 {
  width: 800px;
  height: 300px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -3%;
  left: 0;
  background: url(../images/reward/node-qualified-1.png) center center no-repeat;
  background-size: 100% auto;
}
.node-premium .node-premium-2 {
  width: 800px;
  height: 300px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -3%;
  left: 0;
  background: url(../images/reward/node-qualified-2.png) center center no-repeat;
  background-size: 100% auto;
}
.node-premium .node-premium-3 {
  width: 800px;
  height: 300px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -3%;
  left: 0;
  background: url(../images/reward/node-qualified-3.png) center center no-repeat;
  background-size: 100% auto;
}
.node-premium .node-premium-4 {
  width: 800px;
  height: 300px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -3%;
  left: 0;
  background: url(../images/reward/node-qualified-4.png) center center no-repeat;
  background-size: 100% auto;
}
.node-premium .node-premium-5 {
  width: 800px;
  height: 300px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -3%;
  left: 0;
  background: url(../images/reward/node-qualified-5.png) center center no-repeat;
  background-size: 100% auto;
}


@media (max-width: 424px) {
  .reward-premium-content {
    zoom: 40%;
  }
}

@media (min-width: 425px) and (max-width: 600px) {
  .reward-premium-content {
    zoom: 50%;
  }
}

@media (max-width: 991px) {
  .img-rewardbg {
    width: 100%;
  }

  .img-rewardbg .member_image {
    top: 90px !important;
    left: 70px !important;
    width: 160px !important;
    height: 150px !important;
  }

  .img-rewardbg .member-name-tag {
    top: 234px !important;
  }

  .reward-mask-bg {
    width: 100%;
    height: 320px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .img-rewardbg .member_image {
    top: 110px !important;
    left: 95px !important;
    width: 180px !important;
    height: 150px !important;
  }
}

@media (min-width: 1201px) and (max-width: 1500px) {
  .img-rewardbg {
    width: 100%;
  }

  .img-rewardbg .member_image {
    top: 80px !important;
    left: 76px !important;
    width: 180px !important;
    height: 170px !important;
  }

  .img-rewardbg .member-name-tag {
    top: 234px !important;
  }

  .reward-mask-bg {
    width: 100%;
    height: 320px;
  }
}

@media (min-width: 1501px) and (min-width: 1900px) {
  .col-xxl-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #8a1515;
  color: #fff;
  font-size: 1em;
}

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;
}

.table-filter-clear,
.table-filter-button {
  border-color: #414359 !important;
  background-color: #414359 !important;
  color: #fff;
}

.table-filter-clear:hover,
.table-filter-button:hover,
.table-filter-clear:focus,
.table-filter-button:focus {
  border-color: #484F69 !important;
  background-color: #484F69 !important;
  color: #fff;
}

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

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

.font-size-8 {
  font-size: 8pt !important;
}

.font-size-9 {
  font-size: 9pt !important;
}

.font-size-10 {
  font-size: 10pt !important;
}

.breadcrumb {
  background: transparent;
  align-items: center;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item a,
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a i {
  color: #089c33 !important;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover,
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a i:hover {
  color: #D0AE2D !important;
}

.breadcrumb-item.active {
  color: #71b600;
}

.card {
  border-radius: 0.8rem !important;
  background: rgb(24 53 0 / 5%);
  backdrop-filter: blur(75px);
}

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

.bg-light-success {
  background-color: #d2ffe8;
  color: #39da8a !important;
}

.input-group-merge .cursor-pointer:hover {
  color: #32A933;
}

.app-login .content-body {
  background: #0B252D url(../images/bg-login.jpg) center center no-repeat !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 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 0;
  box-shadow: none !important;
}

#auth-login .form-control:focus {
  color: #fff;
  border-color: #559738;
}

.form-control:focus {
  border-color: #559738;
}

.card-login-form {
  border-radius: 12px !important;
  padding: 0.75rem !important;
  /* background: #EBFBFA; */
  background: rgba(255, 255, 255, 0.01);
  /* backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); */
}

#auth-login .login-icon {
  background: url(../images/logo-desint.png) center center no-repeat;
  background-size: auto 50px;
  width: 100%;
  height: 60px;
  margin: .75rem 0;
}

#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;
}

#auth-login .form-control {
  height: calc(1.4em + 0.94rem + 10px);
  padding: 0.6rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#auth-login .form-control:focus {
  border: 1px solid #081A1F;
}

#auth-login .form-control::-webkit-input-placeholder {
  color: #f6f6f666;
}

#auth-login .alert.alert-success {
  background: #089c33 !important;
  color: #fff !important;
  box-shadow: 0 3px 8px 0 #597b4c66;
  border: none;
}

html body .content .content-wrapper .content-header-title {
  color: #e3e4de;
  margin-right: 1rem;
  border-right: 1px solid #828D99;
}

html body.navbar-sticky .app-login .content-wrapper {
  height: 100vh;
}

#navbar-mobile.navbar-collapse .navbar-nav {
  height: 67px;
}

.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;
  background: #054734;
  margin-bottom: 0px;
  bottom: -4px;
}

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

.header-navbar.fixed-top {
  left: 240px;
  position: fixed;
  /* background-color: #FFF!important; */
  background: linear-gradient(to right, #8cc833 0, #009933 100%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8cc833+0,34ab33+60,009933+100 */
  background: linear-gradient(to bottom, #f2e369 0%, #ddc143 60%, #cca725 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link img {
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08); */
  border: 2px solid #F6D519;
}

.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;
}

.header-navbar .navbar-container ul.nav li a.menu-toggle i {
  color: #089c33 !important;
  -webkit-text-stroke: 0.2px transparent;
  font-size: 3rem;
}

@media (max-width: 1200px) {
  .header-navbar.fixed-top {
    left: 0 !important;
  }

  .header-navbar .brand-text {
    padding: 1.12rem 0.8rem 1.12rem 0;
  }
}

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

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

.dropdown-item.active i,
.dropdown-item:active i,
.dropdown-item:hover i,
.dropdown-item:focus i {
  color: #089c33;
}

.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: hsla(0, 0%, 100%, .7) !important;
}

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

.menu-content li a {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

/* sidebar */
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
  background: linear-gradient(to bottom, rgba(228, 204, 78, 1) 0%, rgba(221, 156, 24, 1) 100%) !important;
}

.main-menu ul.navigation-main {
  background: transparent !important;
}

body.vertical-layout.vertical-menu-modern .main-menu {
  border-right: 0;
}

hr {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu .navbar-header {
  background: rgb(0 61 5 / 80%);
}

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

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub>a:not(.mm-next):after,
.main-menu.menu-light .navigation>li a {
  color: #0D312F !important;
}

.main-menu.menu-light .navigation>li.nav-item.sidebar-group-active.has-sub.sidebar-group-active {
  background: transparent;
  border-color: transparent;
}

.main-menu.menu-light .navigation>li.nav-item.open.has-sub.open {
  border-radius: 0.267rem;
  border: 1px solid #DEA01C75;
  background-color: #DEA01C75;
  transition: none;
  backdrop-filter: blur(75px);
  color: #006e20 !important;
  font-weight: bold;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.open>a:not(.mm-next):after {
  color: #0D312F !important;
}

.main-menu.menu-light .navigation>li>ul>li:first-child>a {
  border: 0;
}

.main-menu.menu-light .navigation>li.active:not(.sidebar-group-active)>a {
  background: #6c935b40;
  color: #089c33;
  border-radius: 8px;
  font-weight: bold;
}

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

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

.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: #006e20 !important;
}


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

.card-transparent {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: none !important;
}

/* 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: #089C33 !important;
  border-color: #089C33 !important;
}

/* color */
.cl-primary {
  color: #089C33 !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: 31px;
  height: 31px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: #e4e4e4 !important;
  color: #6C925B;
  padding: 0;
}

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

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


.main-menu.menu-light .navigation>li ul .active {
  background: rgba(0, 0, 0, 0.1) !important;
  color: #089c33;
  font-weight: bold;
}

.main-menu.menu-light .navigation>li ul .active>a {
  color: #044a19 !important;
  font-weight: bolder;
}

.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;
}

.card-registration .text-muted {
  color: #d1dbe4 !important;
}

body.swal2-height-auto {
  height: 100vh !important;
}

/* Member Level Card */
#url_referral {
  font-size: 16px;
  color: #7400A1;
  font-weight: 500;
}

.card-level .certificate-frame {
  display: none;
}

#member_level_card .card-frame {
  overflow-x: auto;
  overflow-y: hidden;
  width: 582px;
  max-width: 582px;
  position: relative;
  margin: 0 auto;
}

#member_level_card .card-level {
  height: 370px;
  width: 530px;
  margin-top: 1rem;
  margin-bottom: 0;
  background-color: #e1f4f8;
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg fill-opacity='0.23'%3E%3Cpath fill='%23d8ecef' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23d0e3e7' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23c7dbdf' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23bed3d6' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23b6cbce' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23afc6ca' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23a8c1c6' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23a2bcc3' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%239bb7bf' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%2394b2bb' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: 50%; */

  background-color: #330055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 1000'%3E%3Cg fill-opacity='0.99'%3E%3Ccircle fill='%23330055' cx='50' cy='0' r='50'/%3E%3Cg fill='%2339005e' %3E%3Ccircle cx='0' cy='50' r='50'/%3E%3Ccircle cx='100' cy='50' r='50'/%3E%3C/g%3E%3Ccircle fill='%23400066' cx='50' cy='100' r='50'/%3E%3Cg fill='%2347006f' %3E%3Ccircle cx='0' cy='150' r='50'/%3E%3Ccircle cx='100' cy='150' r='50'/%3E%3C/g%3E%3Ccircle fill='%234e0077' cx='50' cy='200' r='50'/%3E%3Cg fill='%23550080' %3E%3Ccircle cx='0' cy='250' r='50'/%3E%3Ccircle cx='100' cy='250' r='50'/%3E%3C/g%3E%3Ccircle fill='%235c0088' cx='50' cy='300' r='50'/%3E%3Cg fill='%23640091' %3E%3Ccircle cx='0' cy='350' r='50'/%3E%3Ccircle cx='100' cy='350' r='50'/%3E%3C/g%3E%3Ccircle fill='%236c0099' cx='50' cy='400' r='50'/%3E%3Cg fill='%237400a2' %3E%3Ccircle cx='0' cy='450' r='50'/%3E%3Ccircle cx='100' cy='450' r='50'/%3E%3C/g%3E%3Ccircle fill='%237d00aa' cx='50' cy='500' r='50'/%3E%3Cg fill='%238500b3' %3E%3Ccircle cx='0' cy='550' r='50'/%3E%3Ccircle cx='100' cy='550' r='50'/%3E%3C/g%3E%3Ccircle fill='%238e00bb' cx='50' cy='600' r='50'/%3E%3Cg fill='%239700c4' %3E%3Ccircle cx='0' cy='650' r='50'/%3E%3Ccircle cx='100' cy='650' r='50'/%3E%3C/g%3E%3Ccircle fill='%23a000cc' cx='50' cy='700' r='50'/%3E%3Cg fill='%23aa00d4' %3E%3Ccircle cx='0' cy='750' r='50'/%3E%3Ccircle cx='100' cy='750' r='50'/%3E%3C/g%3E%3Ccircle fill='%23b400dd' cx='50' cy='800' r='50'/%3E%3Cg fill='%23be00e6' %3E%3Ccircle cx='0' cy='850' r='50'/%3E%3Ccircle cx='100' cy='850' r='50'/%3E%3C/g%3E%3Ccircle fill='%23c800ee' cx='50' cy='900' r='50'/%3E%3Cg fill='%23d200f7' %3E%3Ccircle cx='0' cy='950' r='50'/%3E%3Ccircle cx='100' cy='950' r='50'/%3E%3C/g%3E%3Ccircle fill='%23D0F' cx='50' cy='1000' r='50'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: contain;
  position: relative;
}

#member_level_card .card-level h1 {
  color: #fff;
}

#member_level_card .card-level h5 {
  color: rgba(255, 255, 255, 0.75);
}

#member_level_card .card-level .bg-card-level {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent url(../images/emblem/decor.png) center center no-repeat;
  background-size: 100% 100%;
}

#member_level_card .card-level .badge-level {
  display: flex;
  position: relative;
  width: 200px;
  height: 250px;
  align-items: center;
  justify-content: center;
  margin-top: -35px;
}

#member_level_card .card-level .badge-level .badge-icon {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 15;
  margin-top: -15px;
}

#member_level_card .card-level .badge-level .badge-icon.lv-mitra {
  background: transparent url(../images/emblem/emblem-E1.png) center center no-repeat;
  background-size: 100% auto;
}

#member_level_card .card-level .badge-level .badge-icon.lv-startup {
  background: transparent url(../images/emblem/emblem-E2.png) center center no-repeat;
  background-size: 100% auto;
}

#member_level_card .card-level .badge-level .badge-icon.lv-sapphire {
  background: transparent url(../images/emblem/emblem-E3.png) center center no-repeat;
  background-size: 100% auto;
}

#member_level_card .card-level .badge-level .badge-icon.lv-ruby {
  background: transparent url(../images/emblem/emblem-E4.png) center center no-repeat;
  background-size: 100% auto;
}

#member_level_card .card-level .badge-level .badge-icon.lv-pearl {
  background: transparent url(../images/emblem/emblem-E5.png) center center no-repeat;
  background-size: 100% auto;
}

#member_level_card .card-level .badge-level .badge-icon.lv-emerald {
  background: transparent url(../images/emblem/emblem-E6.png) center center no-repeat;
  background-size: 100% auto;
}

#member_level_card .card-level .badge-level .badge-icon.lv-diamond {
  background: transparent url(../images/emblem/emblem-E7.png) center center no-repeat;
  background-size: 100% auto;
}

#member_level_card .card-level .badge-level .badge-icon.lv-blackdiamond {
  background: transparent url(../images/emblem/emblem-E8.png) center center no-repeat;
  background-size: 100% auto;
}

#member_level_card .card-level .badge-level .badge-icon.lv-crown {
  background: transparent url(../images/emblem/emblem-E9.png) center center no-repeat;
  background-size: 100% auto;
}

#member_level_card .card-level .badge-level .badge-icon.lv-crownambassador {
  background: transparent url(../images/emblem/emblem-E10.png) center center no-repeat;
  background-size: 100% auto;
}

#member_level_card .card-level .badge-level .badge-icon.lv-royalcrownambassador {
  background: transparent url(../images/emblem/emblem-E11.png) center center no-repeat;
  background-size: 100% auto;
}


#member_level_card .card-level .badge-level .badge-img {
  height: 60px;
  width: 60px;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 58px;
  left: 70.5px;
  background: #fff;
  border-radius: 20px;
}

#member_level_card .card-level .badge-level .badge-img img {
  width: 100%;
  height: auto;
}

#member_level_card .card-level .desc-level {
  display: flex;
  flex-direction: column;
  width: calc(100% - 200px);
  width: 285px;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: normal;
}

#member_level_card .card-level .desc-level h4.member-name {
  font-family: 'Tangerine', cursive;
  color: #e9aa3b;
  font-weight: bold;
  font-size: 36px;
  width: 100%;
  padding: 0 10px 10px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5cb9d;
  text-transform: capitalize !important;
}

#member_level_card .card-level .desc-level h3.member-bonus {
  font-weight: 500;
  font-size: 20px;
  color: #e5cb9d;
}

#member_level_card .card-level .desc-level .company-name {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .card-profile {
    height: auto !important;
  }

  #member_level_card .card-frame {
    width: 100%;
  }

  #member_level_card .card-level {
    height: 600px;
    padding-top: 30px;
    overflow: hidden;
  }

  #member_level_card .card-level .bg-card-level {
    background-size: 100% 40%;
    background-repeat: repeat;
  }

  #member_level_card .card-level .card-body {
    text-align: center !important;
    justify-content: center;
    flex-direction: column !important;
  }

  #member_level_card .card-level .badge-level {
    height: 250px;
  }

  #member_level_card .card-level .desc-level {
    width: 100%;
    height: auto;
    padding-left: 0 !important;
    margin-top: -10px;
  }

  .card-level .certificate-frame {
    margin-top: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    /* IE6-9 */

  }

  .user-nav {
    width: 50%;
    white-space: break-spaces;
    text-align: right;
  }

  .dropdown-user-link {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-nav {
    flex: 1;
  }

  .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 0.9rem 0rem;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  #member_level_card .card-frame {
    scale: 0.8;
    margin-left: -11%;
  }
}

@media (min-width: 1280px) and (max-width: 1400px) {
  #member_level_card .card-frame {
    scale: 0.75;
    margin-left: -13%;
  }
}

@media (min-width: 1401px) and (max-width: 1500px) {
  #member_level_card .card-frame {
    scale: 0.95;
    margin-left: -3.5%;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .card-profile {
    height: auto !important;
  }
}

/* End Member Level Card */

.input-group .btn:last-child {
  border-radius: 0 0.267rem 0.267rem 0;
}

#input_transaction_courier_cost {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #F2F2F2;
  opacity: 1;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #6a0dad;
  padding: 0.47rem 0.8rem;
}

.item-left,
.item-right {
  height: 240px !important;
}

/* .item-level { height: 210px!important; } */

/* GENERAL RESPONSIVE */

@media (max-width: 767px) {

  #table-search-result {
    width: 100% !important;
    margin-bottom: 1rem;
    justify-content: flex-end;
    display: flex;
  }

  #modal-summary {
    padding-left: 0 !important;
  }

  #method-note {
    margin-bottom: 0.5rem;
  }

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

  .d-md-table-row-group {
    display: none !important;
  }

  /* start table responsive */
  .pagination {
    justify-content: center;
    margin-bottom: 1rem !important;
  }

  /* end table responsive */

  /* genealogy */
  .item-left,
  .item-right {
    height: 300px !important;
    /* overflow-y: hidden; */
  }

  .item-level {
    height: 210px !important;
  }

  .item-level img {
    margin: 1rem auto;
  }

  .netcode {
    font-size: 0.75rem !important;
    height: 25px;
    display: block;
    min-height: 25px;
  }

  .item-level .d-info b,
  .item-level .d-info span {
    width: 40%;
  }

  .item-level .d-info span {
    text-align: right;
  }

  .item-level .d-info span.separator {
    width: 10%;
    text-align: center;
  }

  .mb-sm-50 {
    margin-bottom: 0.5rem !important;
  }

  #input_transaction_courier_cost,
  #transaction_price_total {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #F2F2F2;
    opacity: 1;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #6a0dad;
    padding: 0.47rem 0.8rem;
  }

  #transaction_price_total {
    margin-top: 0.5rem;
  }

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

.btnExcel {
  background-color: #0dad4d;
  color: white !important;
}

.btnExcel:hover {
  background-color: #18ff52b2;
  transition: all ease-in-out .1s;
}

button.btnExcel span {
  color: white !important;
}

.node-frame-avatar,
.node-frame-avatar-empty {
  display: flex;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  align-items: center;
}

.node-frame-avatar {
  cursor: pointer;
}

.node-frame-avatar:before {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/genealogy/node-bg.png) center center no-repeat;
  background-size: 100% auto;
  content: '';
  z-index: 10;
}

.node-frame-avatar img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  margin-top: 19px !important;
  width: 65px;
  height: 65px;
  border-radius: 100%;
}

.node-frame-avatar-empty:before {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  padding: 10px;
  background: url(../images/genealogy/profile_add_4.svg) center center no-repeat;
  background-size: 60% auto;
  content: '';
  z-index: 10;
  margin: 0 auto;
  border-radius: 10px;
  /* border: 1px solid #828d99; */
  opacity: 0.6;
}

.node-wrapper {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #828d99;
  border-radius: 10px;
  flex-direction: column;
  padding: 12px 0;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100&1+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#a6eaeaea', GradientType=0);
  /* IE6-9 */

}

.node-wrapper:hover {
  border-color: #ed2431;
}

.node-wrapper:hover .btn-arrow {
  border-color: #ed2431 !important;
}

.node-wrapper.node-empty {
  border: 1px solid #ddd;
  background: #f5f5f5 !important;
}

.node-wrapper.node-empty:hover {
  border: 1px solid #ddd;
}

.node-wrapper.node-empty .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 80%;
}

.btn-arrow .bx {
  color: #ed2431 !important
}

.btn-arrow:hover {
  background-color: #ed2431 !important;
}

.btn-arrow:hover .bx {
  color: #fff !important;
}

/* END GENERAL RESPONSIVE */

.nav.nav-pills .nav-item {
  margin-bottom: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav.nav-tabs .nav-item .nav-link.active,
.nav.nav-pills .nav-item .nav-link.active,
.nav.nav-tabs .nav-item .nav-link.active:hover,
.nav.nav-pills .nav-item .nav-link.active:hover,
.nav.nav-tabs .nav-item .nav-link.active:focus,
.nav.nav-pills .nav-item .nav-link.active:focus {
  background-color: #8a1515 !important;
  color: #fff !important;
  box-shadow: 0 2px 4px 0 #8a151580 !important;
  outline: none;
}

.nav.nav-tabs .nav-item .nav-link:hover,
.nav.nav-pills .nav-item .nav-link:hover,
.nav.nav-tabs .nav-item .nav-link:focus,
.nav.nav-pills .nav-item .nav-link:focus {
  background-color: #8a151510 !important;
  color: #8a1515 !important;
  outline: none;
}

.card,
.card .card {
  border: 1px solid rgba(0, 0, 0, .25);
  box-shadow: 0 2px 4px 0 #d5d5d550 !important;
  border: 1px solid #00591e;
  box-shadow: none !important;
  color: #fff;
}

.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6,
.card .h1,
.card .h2,
.card .h3,
.card .h4,
.card .h5,
.card .h6,
.card-header label {
  color: #fff !important;
}

.card .btn-outline-primary {
  border-color: #00df41 !important;
  color: #00df41 !important;
}

.card .btn-outline-primary:hover,
.card .btn-outline-primary:focus {
  color: #fff !important;
}

.card {
  border-radius: 12px !important;
}

.card .card {
  border-radius: 6px !important;
}

.card-serial-used {
  filter: grayscale(0.9);
  opacity: 0.5;
  background-color: #f1f1f1 !important;
}

.card-serial.selected {
  border-color: #8a1515 !important;
  background: #f9e6e6b3 !important;
}

ul.timeline-3 {
  list-style-type: none;
  position: relative;
}

ul.timeline-3:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 10px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline-3>li {
  margin: 20px 0;
  padding-left: 12px;
}

ul.timeline-3>li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 2px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.card.card-bonus-potency {
  border-color: #028b43 !important;
  background: #f5f8f6;
}

.card.card-bonus-potency .card-header,
.card.card-bonus-potency a {
  color: #028b43 !important;
}

.card.card-bonus-potency ul.timeline-3>li:before {
  border-color: #028b43 !important;
}

.card.card-bonus-real {
  border-color: #8a1515 !important;
  background: #f7f8f5;
}

.card.card-bonus-real .card-header,
.card.card-bonus-real a {
  color: #8a1515 !important;
}

.card.card-bonus-real ul.timeline-3>li:before {
  border-color: #8a1515 !important;
}

.card.card-bonus-potency .card-header,
.card.card-bonus-real .card-header {
  text-transform: uppercase;
}

.font-weight-bold {
  font-weight: bold !important;
}

.gj-datepicker-bootstrap .btn {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  line-height: normal;
  border: 1px solid #ccc !important;
  background-color: #f5f5f5;
  color: #475f7b !important;
  border-radius: 0;
}

.gj-datepicker-bootstrap .btn:hover {
  color: #fff !important;
}

.gj-datepicker {
  margin-bottom: 0 !important;
}

/* Genealogy styles ================= */
.all-node {
  /* background: transparent url('../images/genealogy/genealogy-card-bg.svg') center center repeat-y;
  background-size: auto 100%; */
  background: transparent;
  position: relative;
  min-height: 450px;
  /* height: auto !important; */
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  /* box-shadow: 0px -5px 20px 0 rgb(25 42 70 / 10%); */
}

.all-node .shield {
  height: 140px;
  width: 135px;
  /* border: 1px solid var(--shield-border-color); */
  z-index: 1 !important;
  position: relative;
  overflow: hidden;
  margin-top: -5px;
  background: #fff;
  padding: 5px;
  display: block;
}

.all-node .shield::before {
  height: 95px;
  width: 90px;
  border: 0;
  border-radius: 50% 50% 50% 50% / 12% 12% 88% 88%;
  z-index: 99 !important;
  position: absolute;
  content: '';
  top: 0;
  left: -1px;
  padding: 5px;
  background: #fff url(../images/genealogy/user-frame.png) center center no-repeat !important;
  background-size: 100% !important;
  display: none;
}

.all-node .shield img {
  border-radius: 0;
  height: 100%;
  width: 100%;
  margin-top: 1px;
  z-index: 0 !important;
  position: sticky;
}

.all-node.empty-node,
.all-node.clear-node {
  margin-bottom: 0px !important;
}

.all-node.empty-node .hexa,
.all-node.clear-node .hexa {
  margin-top: -30px !important;
}

.all-node.clear-node {
  margin-top: 0px !important;
}

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

.chart-genealogy {
  margin-left: -6.5rem;
  transform: scale(0.8);
  transform-origin: 40% 0% 0px;
  overflow: visible;
}

.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: 450px;
  width: 175px;
  display: inline-block;
  margin: 0;
  padding: 0px;
  font-size: 9pt;
  border-radius: 7px;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 3rem !important;
}

.node-info {
  position: absolute;
  width: 100%;
  top: 250px;
  zoom: 70%;
}

.node-image {
  height: 90px;
  margin-top: 40px;
  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: 86px;
  height: 86px;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #b1b1b1;
  margin-top: -10px;
}

.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 #0a352a;
  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; */
}

.genealogy-code {
  margin-top: 2px;
  font-weight: bold;
  font-size: 14px !important;
}

.node-growth {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 245px;
  z-index: 99 !important;
}

.node-growth.node-basic,
.node-growth.node-basic-premium {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 275px;
  z-index: 99 !important;
}

.node-growth.node-business,
.node-growth.node-business-premium {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 303px;
  z-index: 99 !important;
}

.node-growth.node-executive,
.node-growth.node-executive-premium {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 332px;
  z-index: 99 !important;
}

.node-growth.node-luxury {
  position: absolute;
  width: 60%;
  left: 20%;
  bottom: 73px;
  top: auto;
  z-index: 99 !important;
}

.node-growth.node-ro {
  position: absolute;
  width: 60%;
  left: 20%;
  bottom: 40px;
  top: auto;
  z-index: 99 !important;
}

.node-growth.node-ro.is-ro:before {
  content: 'RO';
  width: 18px;
  height: 18px;
  background: #a25700;
  border-radius: 100%;
  top: 2px;
  left: 43%;
  position: absolute;
  font-size: 8px;
  color: #fff;
  font-weight: 600;
  line-height: 19px;
}


.node-growth.node-action {
  width: 100%;
  top: 450px;
  /* bottom: -5.5rem; */
  left: 0;
  flex-direction: row;
  /* gap: 10px; */
  justify-content: center;
  align-items: end;
}

.node-growth.node-action button {
  border-radius: 40px!important;
  padding: 9px 15px !important;
  font-weight: bold!important;
}

.node-growth>div {
  flex: 1 1 0;
  font-size: 9px !important;
  color: #000 !important;
}

.v-img-growth {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat !important;
  margin: 0 auto;
}



/* 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.empty-node .node-frame {
  background: url('../images/genealogy/node-plan-empty.png') top center no-repeat !important;
  background-size: 100% 100% !important;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.all-node.clear-node .node-frame {
  background: url('../images/genealogy/node-plan-clear.png') top center no-repeat !important;
  background-size: 100% 100% !important;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.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 .btn-dark {
  display: none;
}


/* Basic Plan */
.all-node.basic-node:after {
  background: url('../images/genealogy/node-plan-basic.png') bottom center no-repeat !important;
  cursor: pointer;
  opacity: 0.85;
  display: none;
}

.all-node.basic-node .cl-primary {
  color: #fff !important;
}

.menu-node.basic-node {
  border-bottom: 0 !important;
}

.menu-node.basic-node .cl-primary {
  color: #fff !important;
}

.all-node.basic-node .cl-grey {
  color: rgba(255, 255, 255, 0.75) !important;
}

.all-node.basic-node .node-frame {
  border-top: 0;
  border-bottom: 0 !important;
  border-radius: 7px 7px 0 0;
  background: url('../images/genealogy/node-plan-basic-off.png') top center no-repeat !important;
  background-size: 100% 100% !important;
  color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.all-node.basic-premium-node .node-frame {
  border-top: 0;
  border-bottom: 0 !important;
  border-radius: 7px 7px 0 0;
  background: url('../images/genealogy/node-plan-premium-basic.png') top center no-repeat !important;
  background-size: 100% 100% !important;
  color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.all-node.basic-node .hexa,
.all-node.basic-premium-node .hexa {
  border: 2px solid #3E6D00;
  background: #3E6D00;
}

.all-node.basic-node .btn-dark,
.all-node.basic-premium-node .btn-dark {
  background-color: #22391d !important;
  color: #fff;
}

/* 
.all-node.basic-node .btn-ro {
  border-color: #eee !important;
  color: #fff!important;
  font-weight: bold;
  z-index: 999;
} */

.all-node.basic-node .btn-ro:hover,
.all-node.basic-node .btn-ro:focus {
  /* background-color: #fff !important;
  color: #3E6D00!important; */
}

.all-node.basic-node .btn-cloning {
  /* border-color: #eee !important; */
  /* color: #fff!important;
  /* background: #ffffff33!important; */
  /* font-weight: bold;
  z-index: 999; */
}

.all-node.basic-node .btn-cloning:hover,
.all-node.basic-node .btn-cloning:focus {
  /* background-color: #fff !important;
  color: #3E6D00!important; */
}

/* Basic Plan */


/* Business Plan */
.all-node.business-node:after {
  background: url('../images/genealogy/node-plan-business-off.png') bottom center no-repeat !important;
  cursor: pointer;
  opacity: 0.85;
  display: none;
}

.all-node.business-premium-node:after {
  background: url('../images/genealogy/node-plan-premium-business.png') bottom center no-repeat !important;
  cursor: pointer;
  opacity: 0.85;
  display: none;
}

.all-node.business-node .cl-primary,
.all-node.business-premium-node .cl-primary {
  color: #fff !important;
}

.all-node.business-node .cl-grey,
.all-node.business-premium-node .cl-grey {
  color: rgba(255, 255, 255, 0.75) !important;
}

.menu-node.business-node,
.menu-node.business-premium-node {
  border-bottom: 5px solid #2655ad !important;
}

.menu-node.business-node .cl-primary,
.menu-node.business-premium-node {
  color: #fff !important;
}

.all-node.business-node .node-frame {
  /* border-top: 3px solid #2655ad; */
  border-top: 0;
  border-bottom: 0 !important;
  border-radius: 7px 7px 0 0;
  background: url('../images/genealogy/node-plan-business-off.png') top center no-repeat !important;
  background-size: 100% 100% !important;
  color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.all-node.business-premium-node .node-frame {
  /* border-top: 3px solid #2655ad; */
  border-top: 0;
  border-bottom: 0 !important;
  border-radius: 7px 7px 0 0;
  background: url('../images/genealogy/node-plan-premium-business.png') top center no-repeat !important;
  background-size: 100% 100% !important;
  color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.all-node.business-node .hexa,
.all-node.business-premium-node .hexa {
  border: 2px solid #004c6b;
  background: #004c6b;
}

.all-node.business-node .btn-dark,
.all-node.business-premium-node .btn-dark {
  background-color: #192946 !important;
  color: #fff;
}

.all-node.business-node .btn-ro {
  /* border-color: #eee !important;
  color: #fff!important;
  font-weight: bold;
  z-index: 999; */
}

/* .all-node.business-node .btn-ro:hover,
.all-node.business-node .btn-ro:focus {
  background-color: #fff !important;
  color: #004c6b!important;
} */

.all-node.business-node .btn-cloning {
  /* border-color: #eee !important;
  color: #fff!important;
  background: #ffffff33!important;
  font-weight: bold;
  z-index: 999; */
}

.all-node.business-node .btn-cloning:hover,
.all-node.business-node .btn-cloning:focus {
  /* background-color: #fff !important;
  color: #004c6b!important; */
}

/* Business Plan */

/* Executive Plan */
.all-node.executive-node:after {
  background: url('../images/genealogy/node-plan-executive-off.png') center center no-repeat !important;
  cursor: pointer;
  opacity: 1;
  background-size: 100% auto !important;
  width: 104px;
  overflow: hidden;
  display: none;
}

.all-node.executive-premium-node:after {
  background: url('../images/genealogy/node-plan-premium-executive.png') center center no-repeat !important;
  cursor: pointer;
  opacity: 1;
  background-size: 100% auto !important;
  width: 104px;
  overflow: hidden;
  display: none;
}

.all-node.executive-node .cl-primary,
.all-node.executive-premium-node .cl-primary {
  color: #FFF !important;
}

.all-node.executive-node .cl-grey,
.all-node.executive-premium-node .cl-grey {
  color: rgba(255, 255, 255, 0.75) !important;
}

.menu-node.executive-node,
.menu-node.executive-premium-node {
  border-bottom: 5px solid #910000 !important;
}

.menu-node.executive-node .cl-primary,
.menu-node.executive-premium-node .cl-primary {
  color: #fff !important;
}

.all-node.executive-node .node-frame {
  border-top: 0;
  border-bottom: 0 !important;
  background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
  border-radius: 7px 7px 0 0;
  background: url('../images/genealogy/node-plan-executive-off.png') top center no-repeat !important;
  background-size: 100% 100% !important;
  color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.all-node.executive-premium-node .node-frame {
  border-top: 0;
  border-bottom: 0 !important;
  background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
  border-radius: 7px 7px 0 0;
  background: url('../images/genealogy/node-plan-premium-executive.png') top center no-repeat !important;
  background-size: 100% 100% !important;
  color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.all-node.executive-node .hexa,
.all-node.executive-premium-node .hexa {
  border: 2px solid #910000;
  background: #910000;
}

.all-node.executive-node .btn-dark,
.all-node.executive-premium-node .btn-dark {
  background-color: #5e2121 !important;
  color: #fff;
}

.all-node.executive-node .btn-ro {
  /* border-color: #eee !important;
  color: #fff!important;
  font-weight: bold;
  z-index: 999; */
}

.all-node.executive-node .btn-ro:hover,
.all-node.executive-node .btn-ro:focus {
  /* background-color: #fff !important;
  color: #6d0019!important; */
}

.all-node.executive-node .btn-cloning {
  /* border-color: #eee !important;
  color: #fff!important;
  background: #ffffff33!important;
  font-weight: bold;
  z-index: 999; */
}

.all-node.executive-node .btn-cloning:hover,
.all-node.executive-node .btn-cloning:focus {
  /* background-color: #fff !important;
  color: #6d0019!important; */
}

/* Executive Plan */


/* Luxury Plan */
.all-node.luxury-node:after {
  background: url('../images/genealogy/node-plan-luxury-off.png') bottom center no-repeat !important;
  cursor: pointer;
  opacity: 0.85;
  display: none;
}

.all-node.premium-node:after {
  background: url('../images/genealogy/node-plan-premium-only.png') bottom center no-repeat !important;
  cursor: pointer;
  opacity: 0.85;
  display: none;
}

.all-node.luxury-node .cl-primary,
.all-node.premium-node .cl-primary {
  color: #FEF208 !important;
  color: #000 !important;
}

.menu-node.luxury-node,
.menu-node.premium-node {
  border-bottom: 5px solid #476176 !important;
}

.menu-node.luxury-node .cl-primary,
.menu-node.premium-node .cl-primary {
  color: #FEF208 !important;
  color: #000 !important;
}

.all-node.luxury-node .cl-grey,
.all-node.premium-node .cl-grey {
  color: #FEF208 !important;
  color: #333 !important;

}

.all-node.luxury-node .node-frame {
  border-top: 0;
  border-bottom: 0 !important;
  border-radius: 7px 7px 0 0;
  background: url('../images/genealogy/node-plan-luxury-off.png') top center no-repeat !important;
  background-size: 100% 100% !important;
  color: #333;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.all-node.premium-node .node-frame {
  border-top: 0;
  border-bottom: 0 !important;
  border-radius: 7px 7px 0 0;
  background: url('../images/genealogy/node-plan-premium-only.png') top center no-repeat !important;
  background-size: 100% 100% !important;
  color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.all-node.luxury-node .hexa,
.all-node.premium-node .hexa {
  border: 2px solid #9C9C9C;
  background: #9C9C9C;
}

.all-node.luxury-node .btn-dark,
.all-node.premium-node .btn-dark {
  background-color: #1f3242 !important;
  color: #fff;
}

.all-node.luxury-node .btn-ro {
  /* border-color: #fff !important;
  color: #fff!important;
  font-weight: bold;
  z-index: 999; */
}

.all-node.luxury-node .btn-ro:hover,
.all-node.luxury-node .btn-ro:focus {
  /* background-color: #fff !important;
  color: #333!important; */
}

.all-node.luxury-node .btn-cloning {
  /* border-color: #eee !important;
  color: #fff!important;
  background: #ffffff33!important;
  font-weight: bold;
  z-index: 999; */
}

.all-node.luxury-node .btn-cloning:hover,
.all-node.luxury-node .btn-cloning:focus {
  /* background-color: #fff !important;
  color: #333!important; */
}

/* Luxury Plan */


/* Ambassador Plan */
.all-node.ambassador-node:after {
  background: url('../images/genealogy/genealogy-card-ambassador.svg') bottom center no-repeat !important;
  cursor: pointer;
  opacity: 0.85;
  display: none;
}

.all-node.ambassador-node .cl-primary {
  color: #fff !important;
}

.menu-node.ambassador-node {
  border-bottom: 0 !important;
}

.menu-node.ambassador-node .cl-primary {
  color: #fff !important;
}

.all-node.ambassador-node .cl-grey {
  color: rgba(0, 0, 0, 0.75) !important;
}

.all-node.ambassador-node {
  border-top: 0;
  border-bottom: 0 !important;
  border-radius: 7px 7px 0 0;
  background: url('../images/genealogy/bg-node-ambassador.svg') bottom center no-repeat !important;
  background-size: cover !important;
  color: rgba(0, 0, 0, 0.75);
}

.all-node.ambassador-node .hexa {
  border: 2px solid #976A02;
  background: #976A02;
}

.all-node.ambassador-node .btn-dark {
  background-color: #7d6008 !important;
  color: #fff;
}

.all-node.ambassador-node .btn-ro {
  /* border-color: #fff !important;
  color: #fff!important;
  font-weight: bold;
  z-index: 999; */
}

.all-node.ambassador-node .btn-ro:hover,
.all-node.ambassador-node .btn-ro:focus {
  /* background-color: #fff !important;
  color: #976A02!important; */
}

.all-node.ambassador-node .btn-cloning {
  /* border-color: #eee !important;
  color: #fff!important;
  background: #ffffff33!important;
  font-weight: bold;
  z-index: 999; */
}

.all-node.ambassador-node .btn-cloning:hover,
.all-node.ambassador-node .btn-cloning:focus {
  /* background-color: #fff !important;
  color: #976A02!important; */
}

/* Ambassador Plan */

.empty-node .btn {
  color: #111 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.empty-node .btn .bx {
  top: 0;
}


.all-node .node-info {
  position: relative;
}

/* end og genealogy style */


.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;
  }
}


@media (min-width: 601px) and (max-width: 767px) {
  .mobile-genealogy .all-node {
    background-size: 90% auto !important;
  }
}

.mobile-genealogy .all-node {
  height: 160px;
  background-color: transparent;
  border-radius: 15px;
  background-size: contain;
  background-position: bottom;
  background-size: 102% 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;
  position: relative;
}

.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;
}

.action-filter-genealogy {
  gap: 20px;
}

@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;
  }
}

/* Genealogy styles ================= */

.accordion>.card:last-of-type {
  margin-bottom: 0px !important;
}

.cstm-table-border .cstm-table {
  border-collapse: separate;
  border-spacing: 2px 2px !important;
}


/* ============================================== */
/* Responsive style                               */
/* ============================================== */
@media (max-width: 767px) {
  #auth-login>.col-12 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .card-form-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .action-filter-genealogy {
    gap: 20px;
    justify-content: space-between !important;
  }

  .reward-card,
  .reward-card.mb-1 {
    padding: 20px !important;
    color: #333 !important;
  }

  .img-rewardbg .member_image {
    display: block;
    position: absolute;
    width: 110px;
    height: 110px;
    top: 80px;
    left: 76px;
  }
}

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

  .action-filter-genealogy {
    gap: 20px;
    justify-content: space-between !important;
  }

  .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;
  }

  .reward-card,
  .reward-card.mb-1 {
    padding: 20px !important;
    color: #fff !important;
  }

  .img-rewardbg .member_image {
    display: block;
    position: absolute;
    width: 110px;
    height: 110px;
    top: 80px;
    left: 76px;
  }

  .cstm-table td.text-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .img-rewardbg .member_image {
    display: block;
    position: absolute;
    width: 110px;
    height: 110px;
    top: 80px;
    left: 76px;
  }
}