.user-search-box {
  z-index: 999;
}

.archive_0 ul:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  width: 10%;
}

.archive_0 ul li:before {
  content: "";
  display: block;
  height: 120px;
  width: 65px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  position: absolute;
  left: -33px;
  top: -60px;
  border-bottom-left-radius: 20px;
}

.archive_0 ul li:after {
  content: "";
  display: block;
  height: 100%;
  width: 60px;
  border-left: none;
  border-left: 1px solid black;
  border-bottom: 0px solid black;
  border-bottom: none;
  position: absolute;
  left: -34px;
  bottom: -20px;
}

.archive_0 ul li:last-child:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -2px;
  width: 5.5%;
  border-left: 1px solid black;
  border-bottom: 0px solid black;
  position: absolute;
  left: -30px;
  bottom: 0;
}

.archive_0 ol:before {
  content: "";
  position: absolute;
  top: 0;
  height: calc(100% - 50px);
  bottom: 0;
  border-bottom: 1px solid black;
  border-left: 0px solid #373e4b;
  width: 10%;
}

.archive_0 ol li:before {
  content: "";
  height: 30px;
  width: 50px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  position: absolute;
  left: -45px;
  top: 140px;
}

.archive_0 ol li:after {
  content: "";
  display: block;
  height: 100%;
  width: 50px;
  border-left: 1px solid black;
  border-bottom: 0px solid black;
  position: absolute;
  left: -30px;
  bottom: 0;
}

.walletbgforprogram {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: transparent;
  height: 100%;
  padding-bottom: 3%;
  overflow: auto;
  min-width: 500px;
  display: block;
  width: 100%;
  z-index: 9;
  min-height: 70vh;
  position: relative;
  overflow: hidden;
}

.walletbgforprogram .tabcontent1 {
  min-width: 500px;
}

.walletbgforprogram .tabcontent1 .nt_rk {
  position: relative;
}

.walletbgforprogram .tabcontent1 .nt_rk .namebox {
  width: 370px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  height: auto;
  color: black;
  position: relative;
  z-index: 99;
  background: none;
}

.walletbgforprogram .tabcontent1 .nt_rk .namebox .row {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.walletbgforprogram .tabcontent1 .nt_rk p {
  font-weight: initial;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  margin: 0px;
}

.walletbgforprogram .tabcontent1 .nt_rk .row {
  margin: 0;
}

.walletbgforprogram .tabcontent1 .nt_rk .bgol {
  background-color: #599fc2;
  color: white;
  padding: 5px;
  text-align: center;
}

.walletbgforprogram .tabcontent1 .nt_rk ul {
  -webkit-padding-start: 65px;
  padding-inline-start: 65px;
}

.walletbgforprogram .tabcontent1 .nt_rk ul li {
  list-style: none;
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  margin-left: 15px;
  padding-top: 10px;
}

.walletbgforprogram .tabcontent1 .nt_rk ul li .normalfont {
  margin-top: 0;
  padding: 5px 10px;
}

.walletbgforprogram .tabcontent1 .nt_rk ul:first-child {
  -webkit-padding-start: 0%;
  padding-inline-start: 0%;
  overflow: hidden;
}

.walletbgforprogram .tabcontent1 .nt_rk ol {
  -webkit-padding-start: 5%;
  padding-inline-start: 5%;
  width: 100%;
}

.walletbgforprogram .tabcontent1 .nt_rk ol li {
  list-style: none;
  display: block;
  margin: 0;
  width: 100%;
  padding-top: 20px;
  position: relative;
}

.walletbgforprogram .tabcontent1 .nt_rk ol li .normalfont {
  margin-top: 0;
  padding: 5px 10px;
}

.walletbgforprogram .tabcontent1 .nt_rk ol:first-child {
  -webkit-padding-start: 0%;
  padding-inline-start: 0%;
  overflow: hidden;
}

.walletbgforprogram .tabcontent1 .nt_rk .gotchild {
  -webkit-transform: rotateZ(275deg) !important;
  transform: rotateZ(275deg) !important;
}

.walletbgforprogram .tabcontent1 .active {
  max-height: 200px;
  padding: 10px 10px;
  display: table-row !important;
  -webkit-transition: 0.6s, padding 0.6s;
  transition: 0.6s, padding 0.6s;
}

.walletbgforprogram .container {
  position: relative;
  width: 100%;
}

.walletbgforprogram .tab {
  overflow: hidden;
  padding: 1px;
  top: -40px;
  width: 100%;
  position: relative;
  border: 1px solid #555555;
  background-color: #252525;
}

.walletbgforprogram .tab button {
  background-color: inherit;
  float: left;
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 1.5% 3%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.walletbgforprogram .tab button:hover {
  background-color: #111111;
}

.walletbgforprogram .tab button.active {
  background-color: #111111;
  border-bottom: 5px solid #ad844c;
}

.walletbgforprogram .tab button.active .normalfont {
  color: #ad844c;
}

.walletbgforprogram .tabcontent {
  display: none;
  border: 1px solid #ad844c;
  border-top: none;
  top: -40px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/image/selectbg.png);
  text-align: left;
  padding: 1% 2%;
}

.walletbgforprogram .tabcontent img {
  width: 100%;
  padding: 5%;
}

.walletbgforprogram .tabcontent .normalfont {
  margin-top: 15px;
}

.walletbgforprogram .slotcontent {
  display: none;
  border: 1px solid #ad844c;
  top: -40px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: left;
  padding: 1% 2%;
}

.walletbgforprogram .slotcontent img {
  width: 100%;
  padding: 5%;
}

.walletbgforprogram .slotcontent .normalfont {
  margin-top: 15px;
}

.walletbgforprogram .bgfirst {
  border-radius: 30px;
  border: 1px solid var(--White, #fff);
  background: #f2ebf1;
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.2);
}

.walletbgforprogram .tabmorecontent {
  display: none;
  margin-top: 0%;
  padding: 2% 0px;
}

.walletbgforprogram .tabmorecontent1 {
  display: none;
  margin-top: -40px;
  margin-bottom: 5%;
  padding: 2% 3%;
  background-color: rgba(23, 21, 23, 0.85);
}

.walletbgforprogram .tabmorecontent1 input {
  background-color: transparent;
  border: 1px solid #ad844c;
  color: white;
  letter-spacing: 1.5px;
  font-weight: bold;
}

.walletbgforprogram .tabmorecontent1 .centerplace {
  text-align: center;
  font-size: 2rem;
  padding-top: 10px;
}

.walletbgforprogram .tabmorecontent1 .input-group-addon {
  background-color: transparent;
  border: 1px solid #ad844c;
  color: #ad844c;
}

.walletbgforprogram .tabmorecontent1 .noreach {
  color: white;
}

.nopd {
  padding-left: 0px;
  padding-right: 0px;
}

.newhide {
  display: none;
}

.addicon {
  position: absolute !important;
  z-index: 999;
  top: 0;
  right: 8px;
}

body .walletbgforprogram .tabcontent1 .nt_rk .archive_0 {
  overflow: visible;
}

.ciclebx {
  border-radius: 50%;
  width: 35px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  text-align: center;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* margin-top: 20px; */
}

.textwhite_L {
  word-break: break-all;
}

.textyellow_Lnew {
  word-break: break-all;
}

#full-container {
  overflow: auto;
  width: 100%;
}

.nt_rk {
  position: relative;
}

.nt_rk .row {
  margin: 0;
}

.nt_rk .fixeddetail {
  position: absolute;
  height: 320px;
  width: 320px;
  display: block;
  padding: 20px;
}

.nt_rk .fixeddetail ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.nt_rk .fixeddetail ul li {
  width: 100%;
}

.nt_rk .fixeddetail ul li p {
  margin: 5px 0px;
  padding: 0;
}

.nt_rk .fixedactive {
  position: fixed !important;
  height: 320px;
  top: 35%;
  right: calc(20% - 60px);
  width: 320px;
  padding: 20px;
}

.nt_rk .fixedactive ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.nt_rk .fixedactive ul li {
  width: 100%;
}

.nt_rk .fixedactive ul li p {
  margin: 5px 0px;
  padding: 0;
}

.nt_rk .bglist11 {
  background-color: #f8f8f8;
  padding: 10px;
  text-align: left;
  color: white;
}

.nt_rk .bgfont1 {
  background-color: #f8f8f8;
  margin: auto;
  padding: 0px !important;
  position: relative;
}

.nt_rk .bgfont2 {
  border-radius: 30px;
  border: 1px solid var(--White, #fff);
  background: rgba(255, 255, 255, 0.53);
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.2);
}

.nt_rk .bgfont3 {
  background-color: #f8f8f8;
  margin: auto;
  padding: 5px;
}

.nt_rk .bgol {
  background-color: #599fc2;
  color: white;
  padding: 5px;
  text-align: center;
}

.nt_rk ul {
  -webkit-padding-start: 5%;
  padding-inline-start: 5%;
}

.nt_rk ul li {
  list-style: none;
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  margin-left: 15px;
  margin-top: 10px;
}

.nt_rk ul li .normalfont {
  margin-top: 0;
  padding: 5px 10px;
}

.nt_rk ul:first-child {
  -webkit-padding-start: 0%;
  padding-inline-start: 0%;
  margin-left: 0px;
  overflow: hidden;
}

.nt_rk ol {
  -webkit-padding-start: 5%;
  padding-inline-start: 5%;
  width: 100%;
}

.nt_rk ol li {
  list-style: none;
  display: block;
  margin: 0;
  margin-top: 10px;
  width: 100%;
  margin-left: 15px;
  position: relative;
  margin-top: 2px;
}

.nt_rk ol li .normalfont {
  margin-top: 0;
  padding: 5px 10px;
}

.nt_rk ol:first-child {
  -webkit-padding-start: 0%;
  padding-inline-start: 0%;
  margin-left: 0px;
  overflow: hidden;
}

.nt_rk .gotchild {
  -webkit-transform: rotateZ(275deg) !important;
  transform: rotateZ(275deg) !important;
}

.nt_rk .namebox {
  border: 2px solid #5814eb;
  width: 450px;
  height: auto;
  position: relative;
  z-index: 99;
}

.nt_rk .namebox .row {
  margin: 0;
}

.nt_rk #level_1 {
  cursor: pointer;
}

.nt_rk #level_2 {
  cursor: pointer;
}

.nt_rk #level_3 {
  cursor: pointer;
}

.nt_rk #level_11 {
  cursor: pointer;
}

.nt_rk #level_22 {
  cursor: pointer;
}

.nt_rk #level_33 {
  cursor: pointer;
}

.nt_rk .archive_0 {
  margin-left: 0.2em;
  font-size: large;
  cursor: pointer;
}

.nt_rk .archive_1 {
  margin-left: 0.2em;
  list-style-type: circle;
  font-size: medium;
  cursor: pointer;
  display: none;
}

.nt_rk .archive_3 {
  display: none;
}

.newalp {
  background: #945eca;
  border-radius: 10px 0px 0px 10px;
  font-size: 1.5rem;
  line-height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
}

.arrow-rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mgao {
  margin-top: auto;
  margin-bottom: auto;
}

.diagram-card .profile-card-header {
  text-align: center;
  border-bottom: 1px solid #945eca !important;
  margin: 0 0 30px;
}

.diagram-card .profile-card-header .profile-icon {
  margin: 0 auto 10px;
}

.profile-card-header {
  text-align: center;
  border-bottom: 1px solid #945eca !important;
}

.webview {
  display: block;
}

.phoneview {
  display: none;
}

.imgbox {
  margin: auto;
  width: 100%;
  border-radius: 50%;
  padding: 2px;
}

.imgbox img {
  width: 100%;
}

.imgbox .col-3 {
  padding-right: 0px;
}

.newposleft {
  text-align: left !important;
}

.whifont {
  color: white;
}

.searchbtn {
  position: relative;
}

.iconsearch {
  position: absolute;
  right: 5%;
  top: 25%;
  width: 1rem;
}

.emptybox {
  max-width: 100%;
  background-color: white;
  padding: 20% 35%;
  text-align: center;
  overflow: hidden;
  margin: auto;
  color: #bbbbbb;
}

.emptybox img {
  width: 10rem !important;
}

li[data-children^="0"] .ciclebx {
  display: none;
  display: none;
}

@media (max-width: 1199px) {
  .walletbgforprogram .tabcontent1 .nt_rk .namebox {
    width: 500px;
  }

  .archive_0 ul li::before {
    left: -44px !important;
  }

  .archive_0 ul li::after {
    left: -44px !important;
  }

  .nomgtop {
    margin-top: 0px !important;
  }

  .newfform {
    top: 55% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute !important;
  }

  .nefl {
    left: 0;
  }

  .newr {
    right: 0;
  }

  .webview {
    display: none;
  }

  .phoneview {
    display: block;
  }
}

@media (max-width: 1399px) {
  .archive_0 ul li::before {
    left: -58px !important;
  }

  .archive_0 ul li::after {
    left: -58px !important;
  }
}

@media (max-width: 991px) {
  .ranxborder {
    background: rgba(51, 96, 255, 0.5);
    margin: 25px 0px;
    -webkit-box-shadow: 0px 4px 20px rgba(22, 59, 103, 0.5);
    box-shadow: 0px 4px 20px rgba(22, 59, 103, 0.5);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    padding: 15px 15px 0px 15px;
    border-radius: 10px;
  }

  .emptybox {
    max-width: 100%;
    background-color: white;
    padding: 10% 15px;
  }

  .webview {
    display: none;
  }

  .phoneview {
    display: block;
  }

  .inner-page-areanew {
    padding: 10px;
  }

  .whifont {
    margin: 15px 0px;
  }

  .leadershipbox {
    padding: 10px 15px;
  }

  .nomgtop {
    margin-top: 0px !important;
  }

  .newfform {
    top: 55% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute !important;
  }

  .nefl {
    left: 0;
  }

  .newr {
    right: 0;
  }

  .archive_0 ul li::before {
    left: -35px !important;
  }

  .archive_0 ul li::after {
    left: -35px !important;
  }
}

@media (max-width: 767px) {
  .archive_0 ul li::before {
    left: -30px !important;
  }

  .archive_0 ul li::after {
    left: -30px !important;
  }
}

/* ol li ul li ul li ul {
  display: none !important;
}

ol li ul li ul li .open-diagram {
  display: none !important;
} */

.accordion-down {
  position: absolute;
  right: 49px;
  width: 37px;
  top: 21px;
  background: white;
  border-radius: 10px;
}

.open-diagram {
  position: absolute;
  right: 7px;
  width: 20px !important;
  padding: 13px 10px !important;
  background: white;
  border-radius: 10px;
  top: 20px;
  padding: 20px;
}

.ciclebx {
  position: absolute;
  right: 0;
}

.hierarchy-title {
  font-size: 21px;
  padding: 15px 20px 10px 20px;
}

#graph22 .accordion-collapse {
  background-color: white;
  border-radius: 15px;
  margin-bottom: 10px;
}

#graph22 .accordion-collapse .accordion-body {
  padding: 15px 20px 10px 20px;
  position: relative;
}

#graph22 .accordion-collapse .boxs {
  position: absolute;
  width: 37px;
  height: 30px;
  background: white;
  top: -20px;
  right: 44px;
}

.diagram-subhead {
  color: #888888;
  font-weight: 300;
}

@media (max-width: 767px) {
  .walletbgforprogram .tabcontent1 .nt_rk ol li {
    padding-right: 900px;
  }

  .walletbgforprogram .tabcontent1 {
    padding-bottom: 100px;
  }
}

.search-id-dropdown .search-results-area .search-results li {
  background: #f8f8f8;
  color: black;
  font-family: "metropolismedium";
}

.dropdown-menu.search-id-dropdown {
  background: #f8f8f8;
}

.search-id-dropdown input {
  border: 1px solid #333;
}

.search-results-area .search-results {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.search-results-area .search-results li {
  font-size: 16px;
  padding: 15px 20px;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.search-results-area .search-results li:hover {
  background: #f0f2f4;
}

.search-results-area {
  background: #f8f8f8;
  max-height: 380px;
  overflow: hidden;
  overflow-y: auto;
}

.diagram-card {
  overflow-x: hidden !important;
}

.search-btnss {
  border: 1px solid #333;
  padding: 5px 20px;
  background: transparent;
  border-radius: 10px;
}

.dropdown-menu.search-id-dropdown.show {
  padding: 0px;
  background: transparent;
  border: 0px;
  margin-top: 10px;
}

@media (max-width: 576px) {
  #chart_container {
    height: 300px;
  }

  .container {
    max-width: 100% !important;
    margin: auto;
  }

  .hierarchy-title {
    font-size: 14px;
    padding: 0;
  }

  .walletbgforprogram .tabcontent1 .nt_rk .namebox {
    width: 300px;
  }

  .walletbgforprogram .tabcontent1 .nt_rk ol li {
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
  }

  .namebox .accordion-body {
    font-size: 14px;
  }

  .walletbgforprogram,
  .walletbgforprogram .tabcontent1 {
    min-width: initial;
  }

  .diagram_switch_btn {
    min-width: 100% !important;
  }

  .walletbgforprogram .tabcontent1 .nt_rk .namebox .row {
    padding: 0;
  }
  .hierarchy-box {
    padding: 10px 15px 10px 10px;
  }
}

.diagram_switch_wrapp {
  width: 100%;
}

.filter {
  background: none;
  width: 100px !important;
  border-radius: 30px;
  height: 35px !important;
  text-decoration: none;
  color: black;
  border: 1px solid black;
}

button:hover {
  background: rgba(83, 40, 79, 0.25);
}
