@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');
*{
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body{

  color: #333;
  font-size: 15px;
  box-sizing: border-box;
}
a {text-decoration: none;}
img {max-width: 100%;}
ul, ol {list-style: none;margin: 0px;padding: 0px;}

.left-sidebar {
  width: 280px;
  background: #fff;
  padding: 0;
  float: left;
}


.right-dash {
  width: calc(100% - 280px);
  float: left;
  position: relative;
}

.right-dash-in {
  background: #e8fff4;
  border-radius: 40px 0 0 0;
  padding: 20px 25px;
  padding-bottom: 0;
}

span.main-logo {
  margin-bottom: 30px;
  display: block;
  margin-top: 21px;
  padding: 0 15px;
}

.left-sidebar ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: calc(100vh - 335px);
  overflow: auto;
  padding: 0 15px;
}
.left-sidebar ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
}

.left-sidebar ul li a {
  color: #222;
  font-weight: 600;
  padding: 12px 20px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  transition: 0.5s;

  background:#fff;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  padding-left: 50px;
  border-radius: 10px;
}

.left-sidebar ul li a:hover, .left-sidebar ul li a.active {
  background-image: linear-gradient(to bottom, #00703c 10%, #005c31 100%) !important;
  color: #fff;
}

.left-sidebar ul li a:hover svg path, .left-sidebar ul li a.active svg path {
  fill: #fff;
}

.dash-top {
  background-image: linear-gradient(to bottom, #00703c 10%, #005c31 100%) !important;
  border-radius: 20px 5px 15px 5px;
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
  align-items: center;
}
.dash-top h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #fff;
}

.dash-profile img.pro-pic-drop {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.dropdown a#dropdownMenuLink:after {
  display: none !important;
}

.white-box {
  background: #cdf7e3;
  border-radius: 5px 25px 5px 25px;
  padding: 20px 25px;
  /* box-shadow: 1px 2px 4px #ddd; */
  transition: 0.5s;
  border: 1px solid #c2ead7;
}
section.login-section .login-box-in.white-box {
  background: rgba(0, 112, 60, 0.8);
  border-radius: 5px 25px 5px 25px;
  padding: 20px 25px;
  /* box-shadow: 1px 2px 4px #ddd; */
  transition: 0.5s;
  border: 2px dashed #009952;
}


/* .white-box:hover {
  border-radius: 25px 2px 25px 5px;
  background: #fdf7ff;
  border: 1px solid #f2d3ff;
} */
.mt-20 {
  margin-top: 20px !important;
}
.mt-10 {
  margin-top: 10px !important;
}

.wallet-add h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 22px;
  color: #004c29;
  border-bottom: 1px solid #eee;
  padding-bottom: 13px;
  margin: 0;
}
.form-group h3 {
  font-size: 18px;
  font-weight: bold;
}

.wallet-add-in {
  display: flex;
  justify-content: space-between;
}
.wallet-add-text span {
  font-size: 14px;
}
.wallet-add-text b {
  font-size: 14px;
  margin-top: 4px;
  display: block;
}
.refe-link-text {
  display: grid;
  grid-template-columns: 1fr 70px;
  grid-column-gap: 15px;
  width: 100%;
  align-items: start;
}
.refe-link-text label {
  font-size: 14px;
}
.refe-link-text span {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  background: #006e3b;
  padding: 2px 8px;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  /*width: 100%;*/
  float: left;
  text-align: left;
}
.refe-link-text span svg {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 3px;
  top: 2px;
}
.refe-link {
  display: grid;
  grid-row-gap: 12px;
}

.left-sidebar ul li a svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 14px;
  top: 13px;
}

.left-sidebar ul li a svg path {
  fill: #000;
}


.bonus-box {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom:10px;
}

.rewad-box {
  width: 260px;
  display: inline-block;
  margin: 0 15px 0 0px;
  position: relative;
}



.bonus-box, .main-scroll, .left-sidebar ul, .network {
	&::-webkit-scrollbar {
		width: 10px;
	}
	&::-webkit-scrollbar:horizontal {
		height: 10px;
	}
	&::-webkit-scrollbar-track {
		background-color: transparentize(#ccc, 0.7);
	}
	&::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background: transparentize(#ccc, 0.5);
		box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	}
}


.rewad-box label {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin: 10px 0 2px 0;
  display: block;
}

.rewad-box p {
  font-size: 14px;
  margin: 0;
  display: block;
  font-weight: normal;
  color: #8a8a8a;
}
.rewad-box span svg {
  width: 60px;
  height: 60px;
}

.rewad-box span.svg-01 svg path {
  fill: #9407cc;
}

.rewad-box span.svg-02 svg path {
  stroke: #9407cc;
}

.rewad-box span.svg-01.w-c svg {
  width: 45px;
  /* height: auto; */
}

.rewad-box .btn {
  position: absolute;
  right: 23px;
  top: 16px;
  font-size: 13px;
  padding: 4px 13px;
  font-weight: 600;
  background: #3a8ae8;
}

/* .team-title h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
} */

.team-add-box h3 {
  font-size: 15px;
  font-weight: 600;
}

.team-add-box p {
  font-size: 25px;
  font-weight: bold;
  margin: 0px;
}
.team-add-box {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 20px 5px 20px 5px;
  position: relative;
  border: 1px solid #f7e4ff;
  transition: 0.5s;
  margin-bottom: 20px;
}
.team-add-box:hover {border-radius: 5px 20px 5px 20px;}

.team-add-box svg {
  position: absolute;
  right: 25px;
  top: 45px;
  width: 40px;
  height: 37px;
}

.team-add-box svg path {
  fill: #00703c;
}

.main-scroll {
  height: calc(100vh - 75px);
  overflow: auto;
}

/* .white-box.wallet-add.team-title:hover .team-add-box {
  background: #fff;
}

 */





.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
}
@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}


.refe-link-text span svg path {
  stroke: #fff;
}
.white-box.mem-box h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.mem-box {
  position: relative;
  min-height: 300px;
  margin-bottom: 40px;
}

.mem-box button.btn.btn-primary {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    border-radius: 70px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #4f9df3;
    color: #4f9df3;
    transition: 0.5s;
  }

.mem-box a.btn.btn-primary {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
  border-radius: 70px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #4f9df3;
  color: #4f9df3;
  transition: 0.5s;
}
.mem-box a.btn.btn-primary:hover {
  background: #0d6efd;
  color: #fff;
}

.login-box {
  max-width: 380px;
  margin: auto;
  padding: 50px 0;
}
/* section.login-section {
  background: rgba(0, 112, 60, 0.7);
  display: grid;
} */
section.login-section {
  position: relative;
  z-index: 1;
  background: url(../img/hero-bg-v2.jpg) center top no-repeat rgba(0, 112, 60, 0.4);
  /* background-image: linear-gradient(to bottom, #056d20 10%, #005524 100%); */
  background-size: 100% 100%;
}
/* .login-box-in.white-box:hover {
  background: #fff;
} */

.login-box-in.white-box {
  padding: 30px;
  /* box-shadow: 2px 1px 5px #cbb9ff; */
}
img.login-logo {
  display: block;
  /* margin-right: 19px; */
  height: 90px;
  margin: 0 auto 30px;
  /* text-align: center; */
}


#particles-js {
  width: 100%;
  height: 100%;
  
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: 100% 100%;
  pointer-events: none;
}
.login-box-in.white-box h2 {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  margin-bottom: 22px;
}
form#register_data .form-group label {
  color: #fff;
}
.form-group label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group .form-control {
  font-size: 14px;
  height: 40px;
}

.btn-secondary {
  background: #00703c !important;
  color: #fff !important;
  border: 1px solid #00703c !important;
  font-weight: 600 !important;
  padding: 6px 15px !important;
  font-size: 15px !important;
}

.login-box button.btn.btn-secondary, .login-box .btn.btn-secondary {
  width: 100%;
  height: 40px;
}
.btn-secondary:hover {background: #fff !important; color: #00703c !important;}

.login-box p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  color: #fff;
}

.login-box-in.white-box .form-group label {color: #fff;}
.login-box p a {
  color: #009952;
  text-decoration: none;
  font-weight: bold;
}

.login-box.register-box {
  max-width: 550px;
}

.login-box.register-box img.login-logo {
  margin: 30px auto 30px;
  display: block;
  margin-right: 99px;
}

.login-box button.btn.btn-secondary {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  background: #009952 !important;
}

section.login-section.h-100 {
  height: 100vh !important;
}

.dash-profile ul.dropdown-menu.show {
  top: 17px !important;
  margin: 0px;
  padding: 0px;
}

.dash-profile ul.dropdown-menu.show li a {
  border-bottom: 1px solid #eee;
  padding: 6px 15px;
  font-size: 14px;
}

.profile-box {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-column-gap:50px;
  padding: 10px 5px;
}

.profile-box-l {
  border-radius: 20px 5px 20px 5px;
  display: inline-block;
  position: relative;
}
.profile-box-l img {
  width: 100%;
  border-radius: 25px 5px 25px 5px;
  box-shadow: 1px 4px 10px #d2bffd;
  transition: 0.5s;
}

.profile-box-l img:hover {
  border-radius: 5px 25px 5px 25px;
}
.ho-none {
  background: #cdf7e3;
}
.form-group .form-control {
  border: 1px solid #c2ead7;
}

a.menu-close svg {
  width: 28px;
  height: 28px;
}
a.menu-close {
  display: none;
}

a.menu-close {
  display: none;
}

a.closeMenu {display: none;
}


/*tree css*/

.genealogy-scroll::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
.genealogy-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e4e4e4;
}
.genealogy-scroll::-webkit-scrollbar-thumb {
  background: #212121;
  border-radius: 10px;
  transition: 0.5s;
}
.genealogy-scroll::-webkit-scrollbar-thumb:hover {
  background: #d5b14c;
  transition: 0.5s;
}


/*----------------genealogy-tree----------*/
.genealogy-body{
  white-space: nowrap;
  overflow-y: hidden;
  padding: 50px;
  min-height: 500px;
  padding-top: 10px;
  text-align: center;
}
.genealogy-tree{
display: inline-block;
}
.genealogy-tree ul {
  padding-top: 20px;
  position: relative;
  padding-left: 0px;
  display: flex;
  justify-content: center;
}
.genealogy-tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 20px 0 20px;
}
.genealogy-tree li::before, .genealogy-tree li::after{
  content: '';
  position: absolute;
top: 0;
right: 50%;
  border-top: 2px solid #ccc;
  width: 50%;
height: 18px;
}
.genealogy-tree li::after{
  right: auto; left: 50%;
  border-left: 2px solid #ccc;
}
.genealogy-tree li:only-child::after, .genealogy-tree li:only-child::before {
  display: none;
}
.genealogy-tree li:only-child{
  padding-top: 0;
}
.genealogy-tree li:first-child::before, .genealogy-tree li:last-child::after{
  border: 0 none;
}
.genealogy-tree li:last-child::before{
  border-right: 2px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.genealogy-tree li:first-child::after{
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.genealogy-tree ul ul::before{
  content: '';
  position: absolute; top: 0; left: 50%;
  border-left: 2px solid #ccc;
  width: 0; height: 20px;
}
.genealogy-tree li a{
  text-decoration: none;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.genealogy-tree li a:hover,
/* .genealogy-tree li a:hover+ul li a {
background: #c8e4f8;
color: #000;
} */

.genealogy-tree li a:hover+ul li::after,
.genealogy-tree li a:hover+ul li::before,
.genealogy-tree li a:hover+ul::before,
.genealogy-tree li a:hover+ul ul::before{
  border-color:  #fbba00;
}

/*--------------memeber-card-design----------*/

.member-view-box {
  padding-bottom: 0;
  text-align: center;
  border-radius: 4px;
  position: relative;
  border: 0;
}
.member-image {
  padding: 0;
  width: 120px;
  position: relative;
  height: 120px;
}
.member-image img {
  width: 120px;
  height: 120px;
  border-radius: 20px 5px 20px 5px;
  background-color: #fff;
  z-index: 1;
  border: 1px solid #005c31;
  box-shadow: 2px 5px 5px #ddd;
  padding: 4px;
}
.member-header {
padding: 5px 0;
text-align: center;
background: #345;
color: #fff;
font-size: 14px;
border-radius: 4px 4px 0 0;
}
.member-footer {
text-align: center;
}
.member-footer div.name {
  color: #000;
  font-size: 14px;
  margin-bottom: 1px;
}
.downline span {
  color: #005c31;
  font-weight: bold;
}
.member-footer div.downline {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}
.network {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  white-space: nowrap;
  /* overflow-y: scroll; */
}
.member-header {
  display: none;
}
.name span {
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
  color: #9407cc;
  display: block;
  margin-bottom: 0;
}


.member-view-box .details {
  display: inline-block;
  position: absolute;
  margin: 0 0 0 120px;
  top: 78%;
  padding: 0;
  z-index: 1;
  display: none;
  min-width: 200px;
  background: #fff;
  box-shadow: 2px 5px 4px #ddd;
  border-radius: 15px 5px 15px 5px;
  border: 1px solid #e5d2ff;
  text-align: left;
  left: -33%;
  right: 0;
}
.member-view-box .details:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 42%;
  border-bottom: 7px solid #e5d2ff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.member-view-box:hover .details,
.member-view-box .details:hover {
	display: block;
}

.details h2 {
  background: #e8fff4;
  font-size: 15px;
  margin: 0;
  padding: 8px 15px;
  border-radius: 15px 0 0 0;
  color: #000;
  font-weight: 600;
}
.details-text {
  padding: 10px 15px;
}
.details-text p {
  margin: 0 0 5px 0;
  font-size: 12px;
  padding: 0;
}
img.dash-logo {
  width: 50%;
  max-width: 80px;
  margin: auto;
  display: block;
}
.btn-primary {
  background: #00703c;
  border: 1px solid #009952;
  font-size: 14px;
}
.btn-primary:hover {
  background: #fff;
  color: #00703c;
  border-color: #00703c;
}
.dt-layout-cell .table {
  border: 1px solid #d1ede0;
  width: 100% !important;
  padding: 0;
}
.h-set {
  min-height: calc(100vh - 110px);
}
div.dt-container.dt-empty-footer tbody>tr:last-child>* {
  border-bottom: 1px solid #d1ede0 !important;
}
.dt-layout-cell .table tr th {
  background: #e8fff4;
  text-align: left;
}
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
  border-bottom: 1px solid #d1ede0 !important;
}
.refe-link-text button {
  margin: 0 !important;
  padding: 0px !important;
}
.refe-link-text .wbba {
  margin: 0;
  font-size: 14px;
  line-height: normal;
}
.mem-box-in {
  text-align: center;
  margin-bottom: 20px;
}
/* .white-box.bg-ho-white:hover {
  background: #fff !important;
} */
.dt-length {
  display: flex;
  grid-column-gap: 11px;
  align-items: center;
}
.dt-search {
  display: flex;
  justify-content: end;
  grid-column-gap: 10px;
  align-items: center;
}


.white-box.n-mem {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
}

.n-mem ul li {
  font-size: 15px;
  position: relative;
}
.n-mem ul li svg {
  width: 20px;
  height: 20px;
}
.n-mem h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  background-image: linear-gradient(to bottom, #00703c 10%, #005c31 100%) !important;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px 5px 10px 5px;
  position: relative;
}
.n-mem ul li svg {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}

.n-mem ul li {
  font-size: 13px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-weight: 500;
}

.n-mem ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  position: relative;
  z-index: 1;
}
.mem-wave {
  background-image: linear-gradient(to bottom, #00703c 10%, #005c31 100%) !important;
  width: 150px;
  height: 150px;
  position: absolute;
  left: -85px;
  top: -20px;
  transform: rotate(25deg);
  border-radius: 50px;
  z-index: 0;
}

.mem-wave span {
  position: absolute;
  right: -4px;
  top: 9px;
  transform: rotate(-25deg);
  background: #fff;
  box-shadow: 1px 2px 4px #ddd;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-weight: bold;
  font-size: 20px;
}


.v-mem.n-mem h2 {background-image: linear-gradient(to right top, #8e2fd9, #893ddd, #8548e0, #8151e3, #7d5ae5);}

.v-mem.n-mem .mem-wave {
  background-image: linear-gradient(to right top, #8e2fd9, #893ddd, #8548e0, #8151e3, #7d5ae5);
 
}
.n-mem ul li b {
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.n-mem {
  min-height: 275px;
}
.mem-wave span svg {
  width: 28px;
  height: 28px;
}
.mem-wave span svg path, .mem-wave span svg circle {stroke:#00703c !important;}
.n-mem ul li svg path {
  fill: #00703c;
}
.ac-mem {
  width: 25px !important;
  height: 25px !important;
  margin-top: -4px;
}

.ac-mem2  {
  width: 22px !important;
  height: 22px !important;
  margin-top: -4px;
}

svg.ac-mem3 {
  width: 23px !important;
  height: 23px !important;
}

svg.ac-mem3 path {
  stroke: #00703c;
  fill: none !important;
}

.wallet-add .team-add-box {
  border: 0;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  background: #e6fff3;
  padding: 21px;
}

/* .wallet-add:hover {
  background: #fff;
} */
img.mem-card {
  width: 100%;
  height: 170px;
  border-radius: 10px;
  padding: 10px;
  background: #3e108c;
}
.mem-card h3 {
  font-size: 17px;
  margin: 13px 0 0 0;
  font-weight: bold;
}
.white-box.mem-card.refe-card h3 {
  margin: 0 0 13px 0;
  text-transform: uppercase;
}
.refe-link-text h6 {
  word-wrap: break-word;
  word-break: break-all;
  font-size: 13px !important;
}

form#imageUploadForm {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  background: #00703c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
form#imageUploadForm span svg path {
  stroke: #fff;
}
form#imageUploadForm .form-group {
  margin: 0 0 3px 0;
}
form#imageUploadForm input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
form#imageUploadForm .form-group span svg {
  width: 25px;
  height: 25px;
}
.trans-tabs ul li button.nav-link {
  transition: 0.5s;
  cursor: pointer;
}
.trans-tabs ul li button.nav-link.active, .trans-tabs ul li button.nav-link:hover, .trans-tabs ul li button.nav-link:focus {
  background-image: linear-gradient(to bottom, #00703c 10%, #005c31 100%) !important;
  color: #fff !important;
  border-radius: 10px 5px 10px 5px;
  background-color: transparent !important;
}
.trans-tabs ul {
  margin: 0;
  border: 0 !important;
}
.trans-tabs ul li button {
  color: #222 !important;
}
.trans-tabs ul li {
  margin: 0 10px 0 0px !important;
}
.text-danger {
  color: inherit !important;
}
.trans-tabs .tab-content {
  border: 1px solid #c2ead7 !important;
  background: #dffff0 !important;
}
.wall-amunt {
  min-height: 58px;
}

.wall-amunt-btn .btn-primary {
  background-image: linear-gradient(to left top, #7e2ac4, #6a5cdf, #5d80f0, #619ff9, #7bbcfd);
  color: #fff;
  font-size: 14px;
  padding: 5px 25px;
  transition: 0.5s;
  /* border: 0; */
}
.wall-amunt-btn .btn-primary:hover {background: #fff; color: #0a65cc;}

.wall-amunt-btn .btn-secondary {
  background-image: linear-gradient(to right top, #8e2fd9, #893ddd, #8548e0, #8151e3, #7d5ae5) !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 5px 25px !important;
  transition: 0.5s;
  border: 1px solid #893ddd !important;
  font-weight: normal !important;
}

.wall-amunt-btn .btn-secondary:hover {background: #fff !important; color: #0a65cc !important;}



/*tree css*/

.member-ship-box {
  min-height: 480px;
  display: inline-block;
  width: 100%;
  border-radius: 30px 15px 30px 15px;
  margin-top: 30px;
  position: relative;
}

img.memb-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: auto;
  height: 225px;
}
.memb-top {
  display: flex;
  width: 80%;
  margin: 20px auto;
  justify-content: space-between;
}

.memb-top h2, .memb-top h4 {
  font-size: 27px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  color: #815c00;
}
.memb-top.memb-top-two {
  display: grid;
  justify-content: unset;
  background: rgba(178, 127, 0, 0.3);
  padding: 13px 18px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  outline: 2px dashed #fff;
}

.memb-top.memb-top-two p {
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.memb-top.memb-top-two p b {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #000;
  float: right;
}
a.btn-One {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  background: #fff;
  color: #815c00;
  text-align: center;
  max-width: 80%;
  margin: auto;
  padding: 8px 10px;
  border-radius: 90px;
  /* border: 1px solid #fff; */
  outline: 2px solid #815c00;
  transition: 0.5s;
}
a.btn-One:hover {background: #815c00;color: #fff;}


.member-bg-one {
  background: linear-gradient(rgb(255, 232, 174) 0%, rgb(244, 182, 27) 100%);
}

.member-bg-two {
  background: linear-gradient(rgb(228, 140, 125) 0%, rgb(53, 13, 6) 100%);
}


.member-bg-two .memb-top.memb-top-two {
  background: rgba(53, 13, 6, 0.3);
}

.member-bg-two .memb-top.memb-top-two p, .member-bg-two .memb-top.memb-top-two p b {
  color: #fff;
}

.member-bg-two .memb-top h2, .member-bg-two .memb-top h4 {

  color: #fff;
}


.member-bg-two a.btn-One:hover {background: rgba(53, 13, 6);color: #fff; outline: 2px solid #fff;}


.member-bg-three {
  background: linear-gradient(rgb(223, 223, 223) 0%, rgb(160, 160, 160) 100%);
}
.member-bg-three .memb-top.memb-top-two {
  background: rgba(146, 146, 146, 0.3);
}

.member-bg-three .memb-top.memb-top-three p, .member-bg-three .memb-top.memb-top-three p b {
  color: #222;
}

.member-bg-three .memb-top h2, .member-bg-three .memb-top h4 {

  color: #222;
}


.member-bg-three a.btn-One:hover {background:#7b7b7b;color: #fff; outline: 2px solid #fff;}




.member-bg-four {
  background: linear-gradient(rgb(255, 224, 98) 0%, rgb(204, 153, 0) 100%);
}
.member-bg-four .memb-top.memb-top-two {
  background: rgba(204, 153, 0, 0.3);
}

.member-bg-four .memb-top.memb-top-three p, .member-bg-four .memb-top.memb-top-three p b {
  color: #222;
}

.member-bg-four .memb-top h2, .member-bg-four .memb-top h4 {

  color: #755800;
}


.member-bg-four a.btn-One:hover {background:#b8860b;color: #fff; outline: 2px solid #fff;}





.member-bg-five {
  background: linear-gradient(rgb(255, 246, 237) 0%, rgb(244, 215, 184) 100%);
}
.member-bg-five .memb-top.memb-top-two {
  background: rgba(244, 215, 184, 0.3);
}

.member-bg-five .memb-top.memb-top-three p, .member-bg-five .memb-top.memb-top-three p b {
  color: #222;
}

.member-bg-five .memb-top h2, .member-bg-five .memb-top h4 {

  color: #ff9c2e;
}


.member-bg-five a.btn-One:hover {background:#ff9c2e;color: #fff; outline: 2px solid #fff;}




.member-bg-six {
  background: linear-gradient(rgb(238, 107, 91) 0%, rgb(144, 17, 2) 100%);
}
.member-bg-six .memb-top.memb-top-two {
  background: rgba(244, 215, 184, 0.3);
}

.member-bg-six .memb-top.memb-top-two p, .member-bg-six .memb-top.memb-top-two p b {
  color: #fff;
}

.member-bg-six .memb-top h2, .member-bg-six .memb-top h4 {

  color: #fff;
}


.member-bg-six a.btn-One:hover {background:#7a0f00;color: #fff; outline: 2px solid #fff;}



.rank-view-in {
  background: linear-gradient(rgb(250, 250, 250) 0%, rgb(235, 235, 235) 100%);
  display: inline-block;
  width: 100%;
  border-radius: 30px 15px 30px 15px;
  margin-bottom: 40px;
  box-shadow: 2px 3px 5px #cccccc;
}
img.rank-logo {
  max-width: 40%;
  margin: 30px auto 20px;
  display: block;
}
.rank-view-in h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0 0;
  color: #9407cc;
  padding-bottom: 10px;
}

.rank-view-lr {
  width: 90%;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  margin: auto;
}
.rank-view-lr b {
  height: 50px;
  grid-column: 1/ span 2;
  width: 2px;
  background: #b0b0b0;
  text-align: center;
  margin: auto;
}
.rank-view-lr span {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 6px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.rank-view-lr span {position: relative;}
.rank-view-lr span.line-l:before {
  content: "";
  position: absolute;
  right: 0px;
  top: -21px;
  height: 2px;
  width: 70px;
  background: #b0b0b0;
}

.rank-view-lr span.line-l:after {
  content: "";
  position: absolute;
  right: 68px;
  top: -21px;
  height: 20px;
  width: 2px;
  background: #b0b0b0;
}
.rank-view-lr span.line-r:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -21px;
  height: 2px;
  width: 70px;
  background: #b0b0b0;
}

.rank-view-lr span.line-r:after {
  content: "";
  position: absolute;
  left: 68px;
  top: -21px;
  height: 20px;
  width: 2px;
  background: #b0b0b0;
}
.dashcurrent-rank {
  position: relative;
  display: inline-block;
  width: 100%;
}
span.logo-curank {
  position: absolute;
  top: -70px;
  right: -8px;
  background: #00703c;
  border-radius: 100%;
  padding: 7px;
  border: 1px dashed #dbefff;
}
span.logo-curank img {
  width: 90px;
}
.dashcurrent-m {
  margin-top: 60px;
  /* min-height: 190px; */
}
.dashcurrent-rank h2 {
  font-size: 16px;
  font-weight: 600;
}
.dashcurrent-rank h2 b {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
  font-size: 25px;
  color: #00703c;
}
.dashcurrent-m h3 {
  position: absolute;
  bottom: 20px;
  left: 23px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
}
.dashcurrent-m {position: relative;}
.modal-header {
  background-image: linear-gradient(to bottom, #00703c 10%, #005c31 100%) !important;
  color: #fff;
  padding: 13px 20px;
}
.white-box.n-mem.earedBox {
  min-height: 220px !important;
}
.white-box.n-mem.v-mem.earedBoxIn {
  min-height: auto;
}
.dt-layout-cell table tr td, .dt-layout-cell table tr th {
  text-align: center !important;
}

.login-box-in.white-box h2 span.swap-address {
    display: inline-block;
    width: 100%;
    word-break: break-all;
    font-size: 15px;
    font-weight: bold;
    margin-top: 8px;
}

.login-box-in.white-box h2 span.swap-address b {
    display: inline-block;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    margin: 7px 0 0 0;
}

@media only screen and (max-width: 1199px){
  a.menu-close {
    position: absolute;
    left: 40px;
    top: 29px;
    border-radius: 100%;
    padding: 0;
}
.left-sidebar.active a.closeMenu svg {
  width: 30px;
  height: 30px;
}
a.closeMenu {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
}
a.menu-close svg path {
  stroke: #fff;
}
a.menu-close svg {
  width: 35px;
  height: 35px;
}
.left-sidebar {
    position: fixed;
    left: -100%;
    z-index: 2;
    transition: 0.5s;
    height: 100vh;
}
.dt-search {
    display: grid;
    width: 100%;
    justify-content: start;
    text-align: left;
    align-items: start;
    align-content: start;
}
.dt-search label {
    text-align: left;
    font-weight: bold;
}
label {
    font-weight: bold;
}
.dt-layout-row.dt-layout-table {
    overflow-y: scroll;
}

.dt-layout-row.dt-layout-table table tr th, .dt-layout-row.dt-layout-table table tr td {
  white-space: nowrap;
}
.profile-box {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
}
.wallet-add-text {
    margin-top: 20px;
    display: flex;
}
.wallet-add-text span, .wallet-add-text b {
font-size: 19px;
        font-weight: bold;
        margin: 0 10px 0 0;
}
.transaction-table.table-responsive tr th {
    white-space: nowrap;
}
.trans-tabs ul {
    margin: 0;
    border: 0 !important;
    white-space: nowrap;
    overflow: scroll;
    flex-wrap: nowrap;
}

.dashcurrent-m h3 {
    font-size: 18px;
}
a.menu-close {
  display: block;
}
.right-dash {
  width: 100%;
}
.left-sidebar.active {
  left: 0;
}
.dash-top {
  padding-left: 70px;
}
body.ovelap:before {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}
}

@media only screen and (max-width: 600px) {
.wallet-add-in {
    display: grid;
}
.login-box {
  max-width: 300px;
}
.n-mem ul {
  grid-template-columns: 1fr;
}
.mem-wave {
  width: 130px;
  height: 130px;
}
.white-box.n-mem {
  padding-left: 80px;
}

}