/********** Template CSS **********/
@font-face {
  font-family: "Noto Naskh Arabic";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/css/fonts/noto-naskh-arabic-arabic-400-normal.woff2")
      format("woff2"),
    url("/css/fonts/noto-naskh-arabic-all-400-normal.woff") format("woff");
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41,
    U+FB50-FDFF, U+FE80-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
    U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/css/fonts/noto-kufi-arabic-arabic-400-normal.woff2")
      format("woff2"),
    url("/css/fonts/noto-kufi-arabic-all-400-normal.woff") format("woff");
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41,
    U+FB50-FDFF, U+FE80-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
    U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lotus Linotype";
  src: url("/books/assets/fonts/Lotus-Light.woff2") format("woff2"),
    url("/books/assets/fonts/Lotus-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lotus Linotype";
  src: url("/books/assets/fonts/Lotus-Bold.woff2") format("woff2"),
    url("/books/assets/fonts/Lotus-Bold.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Uthman";
  src: url("fonts/Uthman.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/css/fonts/material-icons.woff2") format("woff2"),
    url("/css/fonts/material-icons.woff") format("woff");
}

:root {
  --primary: #289ccb;
  --secondary: #777777;
  --light: #f8f8f8;
  --dark: #252525;
  --header-height: 56px;
}

html {
  scroll-padding-top: 112px;
  overflow: hidden;
}
html,
body {
  margin: 0px;
  padding: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: var(--primary);
}
.tree .active {
  background-color: var(--primary);
}

a {
  text-decoration: none !important;
  color: var(--primary);
}

.back-to-top {
  position: fixed;
  display: none;
  left: 15px;
  bottom: 15px;
  z-index: 99;
}

.btn-primary {
  background-color: var(--primary);
}

.text-primary {
  color: var(--primary) !important;
}

.text-body {
  color: var(--secondary) !important;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 15px;
  padding: 20px 0;
  color: #ffffff;
  font-weight: 500;
  outline: none;
  line-height: 100%;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--dark);
}

header.sticky-top {
  top: -100px;
  transition: 0.5s;
  position: fixed;
}
header .m {
}
header a {
  font-size: 14pt;
}
header > div {
  height: var(--header-height);
}

header > div > div {
}

header {
  background-color: #42afda;
  border-bottom: solid #1b779c 1px;
  /* background: radial-gradient(circle at 50% 101%, #64b1fc, #007bc0 86%); */
  height: var(--header-height);
  box-shadow: 0 0 5px -2px;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 8px 0;
  }

  .navbar .navbar-nav {
    margin-top: 8px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
#header-carousel .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
  width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 500px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#header-carousel .carousel-indicators [data-bs-target] {
  width: 60px;
  height: 60px;
  text-indent: 0;
  margin-bottom: 15px;
  border: 2px solid #ffffff;
  border-radius: 60px;
  overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-header {
  background: url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
  old: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--secondary);
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: var(--primary);
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 4px;
  left: -60px;
  background: var(--primary);
  z-index: -1;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}

/*** Img Border ***/
.img-border {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.img-border::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 3rem;
  bottom: 3rem;
  border: 5px solid var(--primary);
  border-radius: 6px;
}

.img-border img {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  object-fit: cover;
  border-radius: 6px;
}

/*** Facts ***/
.fact-item {
  transition: 0.5s;
  box-shadow: 1px 1px 1px 0 #bebebe;
}

.fact-item:hover {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

/*** Service ***/
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  transition: 0.5s;
}

.service-item:hover {
  margin-top: -10px;
  box-shadow: none;
  border: 1px solid #dee2e6;
}

/*** Feature ***/
.progress {
  height: 5px;
}

.progress .progress-bar {
  width: 0px;
  transition: 3s;
}

/*** Project ***/
.project-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  opacity: 0;
  transition: 0.5s;
}

.project-item:hover a {
  opacity: 1;
}

.project-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.project-carousel .owl-dot {
  width: 35px;
  height: 35px;
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dee2e6;
  border-radius: 35px;
  transition: 0.5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
  color: #ffffff;
  border-color: var(--primary);
  background: var(--primary);
}

/*** Team ***/
.team-item {
  box-shadow: 1px 1px 1px 0 #bebebe;
  background-color: #fff;
  height: 241px;
  overflow: hidden;
}

.team-item .team-text {
  position: relative;
  height: 65px;
  overflow: hidden;
}

.team-item .team-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.team-item:hover .team-title {
  top: -65px;
}

.team-item .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 65px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  transition: 0.5s;
}

.team-item .team-social .btn {
  margin: 0 3px;
}

.team-item:hover .team-social {
  top: 0;
}

/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
  display: inline-block;
  width: auto;
  margin-bottom: 5px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  /* background: var(--primary) !important; */
}

.testimonial-carousel .owl-item.center .testimonial-item * {
  color: #ffffff !important;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dee2e6;
  border-radius: 50px;
  font-size: 18px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  border-color: var(--primary);
  background: var(--primary);
}

/*** Footer ***/
.footer {
  background-color: #289ccb;
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: right;
  color: var(--dark);
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\eac3";
  font-family: "Material Icons";
  font-weight: 900;
  color: var(--secondary);
  margin-right: 10px;
  top: 4px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 2px;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--dark);
}

body {
  font-family: "Noto Naskh Arabic";
  line-height: 2;
  background-color: #f3f3f3;
}

.owl-carousel {
  direction: ltr;
}

f,
.m,
.f {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline;
  line-height: 150%;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: bottom;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
  overflow: hidden;
}

.md-18 {
  font-size: 18px;
}

.md-24 {
  font-size: 24px;
}

.md-36 {
  font-size: 36px;
}

.md-48 {
  font-size: 48px;
}

@media only screen and (max-width: 600px) {
  .enlarged .content,
  .enlarged header > div,
  .enlarged .footer {
    margin-right: 0px !important ;
  }

  .sideBar {
    width: 100vw !important ;
    right: -100vh;
  }
}

.enlarged .content,
.enlarged header > div,
.enlarged .footer,
.enlarged #tools {
  margin-right: 300px;
}

.sideBar {
  background-color: #212224;
  width: 300px;
  box-shadow: 0 0 0.25rem rgba(108, 118, 134, 0.3);
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding: 0px;
  position: fixed;
  right: -100vw;
  bottom: 0px;
  z-index: 20000;
  color: #fff;
}

.sideBar .sidebar-avatar {
  height: var(--header-height);
  padding: 8px 0;
  background-color: #3b4a51;
}
.sideBar .sidebar-avatar a {
  color: #fff;
  line-height: 40px;
}
.sideBarInner {
  height: calc(100% - var(--header-height));
  overflow-y: auto;
  scrollbar-width: thin;
  font-family: "Noto Kufi Arabic";
  font-size: 10pt;
}

.sideBar li.active {
  color: #5985ee;
  border-right: 4px solid #42afda;
}

.sideBar li.active a::after {
  content: "close";
  font-family: "Material Icons";
  font-weight: 900;
  margin: 5px;
  color: red;
}
.enlarged .sideBar {
  right: 0px;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none !important;
}
ul.dropdown-menu {
  max-height: 350px;
  overflow: auto;
}

.sideBar ul {
  margin: 0px;
  padding: 0px;
}

sideBar ul li {
  list-style: none;
  margin-right: 11px;
  border-right: solid #333436 1px;
  padding-right: 10px;
}
sideBar > ul > li {
  margin-right: -6px;
  border-top: solid #333436 1px;
  border-right: solid #333436 0px;
}

.sideBar ul li * {
  list-style: none;
}

sideBar ul li > a {
  padding: 1px 0px;
  width: 90%;
  white-space: nowrap;
  text-overflow: "...";
  overflow: hidden;
  line-height: 25px;
  display: block;
}
.sideBar a {
  color: #fff;
}
.sideBar a:hover {
  /* color: #00d9ff; */
}
.sideBar ul li > a span.flink {
}
.sideBar .badge {
  float: left;
  margin-top: 5px;
}

.sideBar > ul > li.nav-active > a {
  line-height: 300%;
  font-weight: bold;
  width: 100%;
}

.content {
  margin-right: 0px;
  -webkit-transition: margin-right 0.2s ease-in-out;
  transition: margin-right 0.2s ease-in-out;
  height: calc(100vh - 118px);
  overflow: auto;
  scroll-behavior: smooth;
  margin-top: var(--header-height);
}
.homeLinks {
  display: none;
}
.homeLinks .m {
  font-size: 35px;
  color: #fff;
}
.rounded-50 {
  border-radius: 50px;
}
.record .title {
  display: none;
}
.results_summary {
  display: block;
}
.results_summary.h3 {
  font-size: 1.1rem;
}

.searchBox {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  background-color: #fff;
  margin: 5px;
}
.searchBox input {
  background-color: transparent;
}
.searchBox input:focus {
  background-color: transparent;
  box-shadow: none;
}
.book-item h5 {
  line-height: 180% !important;
}

header .m {
  /* line-height:37px !important; */
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  /* top: 100%;
    left: 0;
    right: 0; */
  margin: 0px;
  padding: 0px;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-items .active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
em {
  color: red;
}

header #logo,
.home .shadow-sm #logo {
  max-width: 279px;
  width: 100%;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.home header #logo {
  opacity: 0;
}

[dir="rtl"]
  .input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

[dir="rtl"]
  .input-group:not(.has-validation)
  > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  margin-right: -1px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}

.hand {
  cursor: pointer;
}
[dir="rtl"] .form-select {
  background-position: left 0.75rem center;
}
.form-check-input[type="checkbox"] {
  margin: 8px 0px;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.book_image {
  height: 100%;
  max-width: 140px;
  max-height: 225px;
}
.book_box {
  height: 200px;
  margin: 0px auto;
  width: 150px;
}
.booktitle {
  color: #d5bd71;
  width: 140px;
  font-size: 10pt;
  text-align: center;
  padding: 0px 11px;
  padding-top: 64px;
  height: 220px;
  overflow: hidden;
  display: inline-block;
  background-image: url("/img/01.gif");
  background-size: cover;
}
.booktext {
  font-family: "Noto Kufi Arabic";
  font-size: 10pt;
}
.paging .active {
  background-color: var(--primary);
}
.paging .btn {
  line-height: 26px;
  height: 36px;
}

.paging .btn:hover {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  background-color: var(--primary);
}

.statics {
  background: linear-gradient(
    to bottom,
    #f6f6f6 0,
    #f6f6f6 80%,
    #f6f6f6 80%,
    #efefef 100%
  );
  max-width: 800px;
}

/**/
:root {
  --icons: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAAASCAYAAACHKYonAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABJdJREFUeNrsmF9MW1Ucx3+nLbSNScWCBnC9iBgnKENTItvMTDA4fFyyGKN7w0gCS8xMtowL/sFF28QHXzQhYpb4wvbCfBGJmSwaE7cQIYE0a2IGo8LYwLQ1MUgp98/ZObf3llu49/bcdmN/7C+5vaf39nfu7e9zvr/zOwdhjKFkD76hEsiHHCRC6H8VCBqH++E/h0KhvMrq7+9H+vcugTQBOfVNK9auybKsnPcfn2EOSDH+FCTPV5JWNzmGd5zD4UQOTI2f634MajwtY1HGUO117vpoohCC3X/orvysfP62eQK/+kEU2fUXREn138fkv2XDJmcA/jAFHcJ6ZZqCnJycxI2NjeDz+XY9mBsShq9uSvB7UsSv+F1oNyE+yh2CuZ+O7rhX81wnXPpCwJIkAT2o0mQsK+0jZ1ZQLsSzWb8yNcKHTlyFS8Kzlv65ZqxIauGLCX0aRpYg5+fnIRaLweLiIuY4ruhgTkxM4KmpKejr68vb16YMMLIiwXhCgpGbAj5WW1b0879f2cQ/JDF8XueA2keM+6Np6pk3vjTtw+jehYHHIRqN4qampjyF41l47dRpcn53h//s7CxuaWlB2xWZSaNh9XsYaMrNpF31ippm86bWjo4OGBsbg4WFBVxfX4+Kgdjb28v8e5pWqZ3hnPDxXyKcIzDfKQLm+Rtp/P5cJsUNcg7T31GVZEa9k7FnCQRBgPX1dZ0/sXTKwufrrabbq/ivra2BkSJ53liRRmYJsrKyEsXjcTw6OgrJZBL7/X5UKMRgMAjT09OM4ckY50bwaZ0TPlkU4co/Ij7wmP00O0IgnorJ0P2kC4aXRZAtRJMFkX0DhkEnioqSLw/XYAlW4Mq3tUx+e/a2QaCpNetvNEduV2R2jtSpkgkktaqqKrS6uoqHhoYgkUhgCrcQiPZKyK3m0x4Eoadc8OZVAWb+lfCLPvYC6LwOYrYaBwaQ6U22B7jLlTlOswPvDTKoWYJrv0bgxp8XIPBEa47/XVOkUkGqiuzp6QE7iiwYIjGH+hSKLJYGJb2OPl8GdiDSOZGmUz1ErU/TEGtBTa0zg9xSsc6sUitJp4GXAhC/RgdO3Nj/TiuSKpDOkZ2dnWA3rdLChpo+nXZ1ddFiJ6+vFuwlAvEjAnGAc8F+m2mVFjZKOEg61ex1vwPKHAyK/I8RZEVF1udg9y10GQaxokqrgUDueSr2gLPcA8vXIxYg8yhy2gZIoipob2+HQqpWo+qUBSK1clWSAzERPqxzwVs19gsdWp3SwobOiUgdHBSi24HunCJz5lU9YKKY5SWLAQDgq66DxN9LhSmSriNporvIALKhoQHu1TrSTaaZY9VOOFrlgJcrCltHmi0xLGcvDSTrHLltR4hZlXMzUPPCQYiOf2exNWiiSKrEoA1FtrW13bM9Og9RzemAC/xW8rkLdpi/jn4UPsPaQp2qRVvA678ri3m1vfftX8Dtduf0c+7kSUPgmp/+4I6Mg8fjsd7ZUeCZQyzttZooKxKJ4I2NDbZBRyA0NzfnBIvUBTiVSjH5e71eWhAi/V6rnffmeR5ZgizZg2UlkA+J3RZgAPSEk3KEX3FaAAAAAElFTkSuQmCC");
}
details {
  /* margin-inline-start:16px; */
}
[level="2"] {
  text-indent: 0px;
}
[level="3"] {
  text-indent: 16px;
}
[level="4"] {
  text-indent: 38px;
}
[level="5"] {
  text-indent: 54px;
}
[level="6"] {
  text-indent: 70px;
}
[level="7"] {
  text-indent: 96px;
}
.tree p {
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
  /* margin-inline-start:14px; */
}

.tree p::before {
  content: " ";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: var(--icons);
  background-position: 16px center;
  vertical-align: middle;
}
summary {
  /* margin-inline-start:-16px; */
  list-style-type: none;
  white-space: nowrap;
}
summary > *:before {
  vertical-align: middle;
  width: 16px;
  height: 18px;
  display: inline-block;
  content: " ";
  background-position: -66px center;
  background-image: var(--icons);
  margin-inline-end: 2px;
}
[open] > summary > *:before {
  background-position: -82px center;
}
summary:hover,
details p:hover {
  background-color: var(--primary);
  color: var(--light);
}
summary:before {
  vertical-align: middle;
  width: 16px;
  height: 18px;
  display: inline-block;
  content: " ";
  background-position: 0px center;
  background-image: var(--icons);
  cursor: pointer;
}
summary:hover:before {
  background-position: -32px center;
}
[open] > summary:before {
  background-position: -18px center;
}
[open] > summary:hover:before {
  background-position: -49px center;
}
[dir="rtl"] summary:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.p8 .page {
  font-size: 8pt;
}
.p13 .page {
  font-size: 13pt;
}
.p18 .page {
  font-size: 18pt;
}
.p23 .page {
  font-size: 23pt;
}
.p28 .page {
  font-size: 28pt;
}
.p33 .page {
  font-size: 33pt;
}
.p38 .page {
  font-size: 38pt;
}

.p43 .page {
  font-size: 43pt;
}
.p48 .page {
  font-size: 48pt;
}
.p53 .page {
  font-size: 53pt;
}
.p58 .page {
  font-size: 58pt;
}
.p63 .page {
  font-size: 63pt;
}
.p68 .page {
  font-size: 68pt;
}
.p73 .page {
  font-size: 73pt;
}
