@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&family=Tajawal:wght@200&display=swap");
body {
  background-color: #f7f7f7;
}

.window {
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #346789;
  box-shadow: 2px 2px 10px #aaa;
  -o-box-shadow: 2px 2px 10px #aaa;
  -webkit-box-shadow: 2px 2px 10px #aaa;
  -moz-box-shadow: 2px 2px 10px #aaa;
  border-radius: 0.5em;
  width: 10em;
  height: auto;
  padding: 0.5em 0em;
  text-align: center;
  z-index: 20;
  position: absolute;
  background-color: #eeeeef;
  color: black;
  font-family: helvetica;
  font-size: 0.9em;
  word-wrap: break-word;
}
.window:hover {
  box-shadow: 2px 2px 10px #444;
  -o-box-shadow: 2px 2px 10px #444;
  -webkit-box-shadow: 2px 2px 10px #444;
  -moz-box-shadow: 2px 2px 10px #444;
}

.hidden {
  display: none;
}

.collapser {
  cursor: pointer;
  border: 1px dotted gray;
  z-index: 21;
}

.errorWindow {
  border: 2px solid red;
}

#treemain {
  min-height: 500px;
  width: 100%;
  position: relative;
  overflow: auto;
}

/********************************/
/*       Css      */
/********************************/
.genealogy-scroll {
  font-family: "Noto Sans Arabic", sans-serif;
}
.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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.genealogy-scroll::-webkit-scrollbar-thumb:hover {
  background: #d5b14c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.genealogy-body {
  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-right: 0px;
  display: flex;
  justify-content: center;
}
.genealogy-tree ul .rootLevel {
  background: #1AAEC8;
  padding: 4px 10px;
  border-radius: 0px;
  font-size: 16px;
  line-height: 27px;
  color: #f7f7f7;
  border: 1px solid #fff;
  font-family: "Noto Sans Arabic", sans-serif;
  MIN-WIDTH: 100PX;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.genealogy-tree ul .leafPart {
  color: #6D6D6D;
  font-size: 15px;
}
.genealogy-tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50.5%;
  border-right: 2px solid #ccc;
  width: 0;
  height: 20px;
}
.genealogy-tree li {
  float: right;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
}
.genealogy-tree li::after {
  right: auto;
  right: 50%;
  border-right: 2px solid #ccc;
}
.genealogy-tree li:only-child {
  padding-top: 0;
}
.genealogy-tree li:last-child::before {
  border-left: 2px solid #ccc;
}
.genealogy-tree li a {
  text-decoration: none;
  color: #666;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.genealogy-tree li::before,
.genealogy-tree li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 2px solid #ccc;
  width: 50%;
  height: 18px;
}

.genealogy-tree li:only-child::after,
.genealogy-tree li:only-child::before {
  display: none;
}

.genealogy-tree li:first-child::before,
.genealogy-tree li:last-child::after {
  border: 0 none;
}

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

.member-view-box {
  padding: 0px 10px;
  text-align: center;
  position: relative;
}

.member-image {
  position: relative;
}
.member-image img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background-color: #000;
  z-index: 1;
}/*# sourceMappingURL=styleSCSS.css.map */
