.pgtitle {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 20px !important;
  color: #057c80;
}

.w-150px {
  width: 9.5rem !important;
}

.h-150px {
  height: 9.5rem !important;
}

.st-active {
  background-color: #16A34A;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px !important;
  border-radius: 5px;
  text-align: center;
  width: 80px;
}

.custtab tr td {
  border-bottom-width: 0px !important;
}
.custtab tr td:nth-child(1) {
  text-align: right;
  font-weight: 600;
}

.form-select.form-control-sm {
  height: 40px !important;
}

.cntdetails .form-label {
  margin-bottom: 0 !important;
  margin-top: 8px;
}

.sponsorbox {
  padding: 10px;
  font-size: 12px;
  margin-bottom: 10px;
}

.drlst small {
  font-size: 10px;
}

.bordered-table thead tr th {
  padding: 8px 20px 8px 8px !important;
  font-size: 12px;
  font-weight: 600;
  text-align: center !important;
}

#dataTable tbody tr td {
  padding: 10px !important;
}

.uplinstr {
  margin: 0px;
  padding: 10px 10px 10px 30px;
  list-style-type: circle;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.uplinstr li {
  font-size: 14px;
}

.basic-border-table tbody tr td {
  padding: 5px !important;
}
.basic-border-table tbody tr td .btn-success {
  font-size: 12px;
  padding: 5px 15px;
}

.teamdetails tr:nth-child(odd) td {
  background-color: #fff9ea;
  color: #000;
}
.teamdetails tr:nth-child(even) td {
  background-color: #C5FFD9;
  color: #000;
}
.teamdetails tr th {
  background-color: #4536B6;
  color: #fff;
}

.bg-lt-success {
  background-color: #dbf1e6 !important;
}

.treeteam {
  text-align: center;
}
.treeteam p {
  margin: 0px;
  padding: 0px;
}

.teamidno {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

.tree-container {
  position: relative;
}

.tree-card {
  width: 150px;
  cursor: pointer;
  display: inline-block;
  margin: 10px;
  position: relative;
}

.hover-popup {
  position: absolute;
  width: 100%;
  max-width: 480px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 999;
}

.popup-header {
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.popup-grid {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.box {
  flex: 1;
  padding: 10px;
  border-radius: 8px;
}
.box p {
  border-bottom: 1px solid #fff;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.yellow {
  background: #fff9c4;
}

.green {
  background: #d4f7d3;
}

.hover-popup h6 {
  font-size: 16px !important;
  white-space: nowrap;
  margin: 0px;
  padding: 15px 0px 0px 0px;
}

.hover-popup p {
  margin: 0px;
  padding: 0px;
}

.glgdetails {
  font-size: 14px;
}
.glgdetails tr td {
  padding: 3px !important;
}
.glgdetails tr:nth-child(odd) td {
  background-color: #f0fff0;
}/*# sourceMappingURL=customstyles.css.map */