:root {
  --primary-color: #0c2c79;
  --text-secondary: #babcbf;
  --text-black: #000;
  --text-wite: #fff;
  --bg-primary: #0c2c79;
  --bg-wite: #fff;
  --bg-secondary: #ededed;
  --w-main-content: 91%;
  --w-content: 78%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  /* color: var(--text-wite);
  background-color: var(--text-wite); */
}
.pkp_structure_page {
  background: var(--bg-secondary);
}
.pkp_structure_content {
  background: white;
  border-radius: 12px;
  border: 1px solid #dfdfdf;
}
.pkp_structure_head {
  background-color: var(--bg-secondary);
  border-bottom: 0px;
  margin-bottom: 20px;
  margin-top: 1px;
}
.pkp_site_name_wrapper {
  border: 1px solid #ffffff;
  width: 100%;
}
.pkp_head_wrapper,
.pkp_site_nav_menu,
.pkp_navigation_primary_row {
  padding: 5px 23px 0px;
}
.pkp_head_wrapper,
.pkp_site_nav_menu,
.pkp_navigation_primary_row .pkp_structure_footer_wrapper {
  background-color: var(--bg-primary);
}
.pkp_head_wrapper {
  padding: 1.143rem;
}

.has_site_logo .pkp_head_wrapper {
  width: var(--w-main-content);
  border-radius: 0px 0 5px 5px;
}
.pkp_navigation_user > li:last-child > a {
  text-transform: capitalize;
  font-size: 1rem;
}
.dropdown-menu {
  padding-left: 6px;
}

.pkp_nav_list ul a {
  color: #0a2a5c;
}
/* .pkp_site_name_wrapper, */
/* .pkp_navigation_primary_wrapper, */
/* .pkp_navigation_user, */
.pkp_search_mobile,
.pkp_structure_content,
.pkp_structure_footer {
  width: var(--w-main-content);
}
.pkp_structure_content {
  padding-top: 0%;
}
.pkp_structure_main {
  width: var(--w-content);

  border-radius: 6px;
}
.pkp_navigation_user_wrapper {
  width: 100%;
  background: #254696;
}
#navigationUser {
  width: 97%;
}
.pkp_structure_main:after {
  left: var(--w-content);
}
.sections .section h3 {
  background-color: #dedddd;
  clear: both;
  color: #444;
  display: inline-block;
  font-size: 16px;
  min-width: 50%;
  overflow: visible;
  padding: 9px;
  position: relative;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  border-bottom: 0;
  line-height: 21px;
}
.sections .section h3:after {
  border-bottom: 21px solid transparent;
  border-left: 30px solid #dedddd;
  border-top: 21px solid transparent;
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: -1px;
}
.obj_issue_toc .galleys:before,
.obj_issue_toc .section:before {
  border: 0px;
}

.current_issue > h2 {
  padding: 14px;
  font-weight: 700;
  color: #254696;
  font-size: 30px;
  border-bottom: 1px solid #cccbd4;
}

.current_issue_title {
  color: #88807b;
  font-size: 22px;
  font-family: initial;
}
.published {
  background: #fff;
  padding: 11px;
  border-radius: 43px;
  font-size: 19px;
  color: #88807b;
  letter-spacing: 1px;
  font-family: initial;
}

.pkp_block.block_make_submission {
  background: white;
}
.pkp_block.block_make_submission .pkp_screen_reader {
  display: none;
}
.pkp_screen_reader {
  overflow: inherit;
  left: 0;
}

.pkp_block {
  padding: 0 16px;
  /* margin-bottom: 20px;
  padding: 0px 1.43rem 1.43rem;
  border: 1px solid #e7e7e7;
  border-width: 0 1px 4px 1px; */
}
.pkp_block .title,
.pkp_block .pkp_screen_reader {
  margin-top: 20px;
  background: #254696 none repeat scroll 0 0;
  color: #fff;
  display: block;
  margin-bottom: 0;
  position: relative !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  width: 104%;
  height: auto;
  font-size: 1rem;

  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pkp_block > div > p > span:after,
.pkp_block .title:after {
  content: "";
  position: absolute;
  border-bottom: 11px solid transparent;
  border-left: 10px solid #254696;
  border-top: 11px solid #254696;
  bottom: -12px;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1px;
}
.pkp_structure_sidebar {
  width: 22%;
}

.pkp_block .content {
  margin-bottom: 20px;
  padding: 0px 1.43rem 1.43rem;
  border: 0px solid #9f9f9f;
  border-width: 0 1px 1px 1px;
  box-shadow: 0px 2px 3px #a6abb6;
  border-radius: 0 0 5px 5px;
}
.pkp_block.block_make_submission .content {
  margin-bottom: 20px;
  padding: 0px;
  border: 0px solid #ffffff;
  border-width: 0;
}
.pkp_block.block_make_submission {
  border: 0;
  border-width: 0;
  width: 98%;
  padding: 25px 20px 0px;
}

.btn,
.pkp_block.block_make_submission a {
  padding: 9px 12px 7px;
  border-width: 1px 1px 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.pkp_block.block_make_submission a,
.block_make_submission_link {
  width: 104%;
  color: #fff;
  background-color: #ef6400;
  border: 0;
  text-align: center;
}

.pkp_block.block_make_submission a:hover,
.block_make_submission_link:hover {
  width: 104%;
  color: #fff;
  background-color: #b8530c;
  text-decoration: none !important;
}

.pkp_structure_footer_wrapper {
  background: var(--bg-primary);
  border-radius: 11px 11px 0 0;
  margin: 10px auto 0px;
  width: 91%;
}

.pkp_structure_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.pkp_brand_footer img {
  background: #fff;
  padding: 10px;
  border-radius: 6%;
}
.pkp_content_footer .link-ars {
  color: #e0f1ff;
}

/* الهواتف الصغيرة (أقل من 576px) */
@media (max-width: 575.98px) {
  .pkp_structure_sidebar,
  .pkp_structure_main,
  .pkp_structure_main:after,
  .pkp_structure_content,
  .pkp_structure_footer_wrapper {
    width: 100%;
  }
  h4.title a {
    line-height: 2;
  }
  .has_site_logo .pkp_head_wrapper {
    width: 100%;
    padding: 11px 0;
    border-radius: 0;
  }
  .pkp_structure_head {
    margin-top: 0px;
  }
  .pkp_site_nav_menu.pkp_site_nav_menu--isOpen {
    padding-bottom: 24px;
  }
  .pkp_site_name_wrapper {
    border: 0px solid #ffffff;
  }
  .pkp_nav_list ul a {
    color: #c8c8c8;
  }
}

/* الأجهزة اللوحية العمودية (576px إلى أقل من 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .pkp_structure_sidebar,
  .pkp_structure_main,
  .pkp_structure_main:after,
  .pkp_structure_content,
  .pkp_structure_footer_wrapper {
    width: 100%;
  }
  h4.title a {
    line-height: 2;
  }
  .has_site_logo .pkp_head_wrapper {
    width: 100%;
    padding: 11px 0;
    border-radius: 0;
  }
  .pkp_structure_head {
    margin-top: 0px;
  }
  .pkp_site_nav_menu.pkp_site_nav_menu--isOpen {
    padding-bottom: 24px;
  }
  .pkp_site_name_wrapper {
    border: 0px solid #ffffff;
  }
  .pkp_nav_list ul a {
    color: #c8c8c8;
  }
}

/* الأجهزة اللوحية الأفقية (768px إلى أقل من 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .pkp_structure_sidebar {
    width: 22%;
  }
  .has_site_logo .pkp_head_wrapper {
    width: 100% !important;
    padding: 0 !important;
  }
  .pkp_structure_head {
    margin-top: 0px;
  }
  .pkp_site_nav_menu.pkp_site_nav_menu--isOpen {
    padding-bottom: 24px;
  }
  .pkp_structure_footer_wrapper {
    width: 100%;
  }
  .pkp_site_name_wrapper {
    border: 0px solid #ffffff;
  }
  .pkp_nav_list ul a {
    color: #c8c8c8;
  }
}

/* أجهزة سطح المكتب الصغيرة (992px إلى أقل من 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pkp_site_nav_menu ul ul {
    padding-left: 5px;
  }
  .pkp_structure_sidebar {
    width: 22%;
  }
  .pkp_site_name .is_img img {
    max-height: 150px;
    padding: 12px 0 0 26px;
}
}

/* أجهزة سطح المكتب الكبيرة (1200px إلى أقل من 1400px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .has_site_logo .pkp_head_wrapper {
    width: 91%;
  }
  .pkp_structure_sidebar {
    width: 22%;
  }
  .pkp_site_name .is_img img {
    max-height: 150px;
    padding: 12px 0 0 26px;
}
}

/* أجهزة سطح المكتب الأكبر (1400px فما فوق) */
@media (min-width: 1400px) {
  .has_site_logo .pkp_head_wrapper {
    width: 91%;
  }
  .pkp_structure_sidebar {
    width: 22%;
  }
  .pkp_site_name .is_img img {
    max-height: 150px;
    padding: 12px 0 0 26px;
}
}

::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background-color: #0c2b78;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.pkp_footer_content> p{
  color: white;
}

.pkp_footer_content> a,.link-ars {
  color: #ccefff;
}