/* Main Style */
body {
  background-color: #F9F9F9;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='65.5' height='55.2' patternTransform='scale(2) rotate(40)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,12.1%,21%,1)'/><path d='M0 21L32.7-4.9 65.5 21V.1L32.7-25.6 0 .1zm0 30.6l28-22-8.3-6.5L0 38.1zm45.8-28.5l-8.4 6.5 28.1 22V38.1zM0 76.3l32.7-26 32.8 26v-21L32.7 29.6 0 55.3z'  stroke-width='1' stroke='none' fill='%23f8f2d1ff'/><path d='M26.4 3.9L13.2 14.3l19.5 15.3 19.5-15.3L39.1 3.9l-6.4 4.9z'  stroke-width='1' stroke='none' fill='%23453535ff'/></pattern></defs><rect width='800%' height='800%' transform='translate(-114,-32)' fill='url(%23a)'/></svg>");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}

.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
/* .pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;} */
.pkp_brand_footer {
  display: none;
}

#customblock-main-menu td a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 4px;
}

#customblock-main-menu td a:hover {
  color: #f8f2d1 !important; /* Gold text */
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.pkp_navigation_primary > li > a:hover {
  color: #f8f2d1 !important; /* Gold text */
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

/* Add different icons for each menu item in #customblock-main-menu */
#customblock-main-menu tbody tr:nth-child(1) td a::before {
  content: "\f02d"; /* FontAwesome book icon for "Focus and Scope" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

#customblock-main-menu tbody tr:nth-child(2) td a::before {
  content: "\f0c0"; /* FontAwesome users icon for "Editorial Teams" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

#customblock-main-menu tbody tr:nth-child(3) td a::before {
  content: "\f0f3"; /* FontAwesome bell icon for "Reviewer Teams" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

#customblock-main-menu tbody tr:nth-child(4) td a::before {
  content: "\f02d"; /* FontAwesome book icon for "Publication Ethics" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

#customblock-main-menu tbody tr:nth-child(5) td a::before {
  content: "\f0e0"; /* FontAwesome envelope icon for "Peer Review Process" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

#customblock-main-menu tbody tr:nth-child(6) td a::before {
  content: "\f1f9"; /* FontAwesome copyright icon for "Copyright Notice" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

#customblock-main-menu tbody tr:nth-child(7) td a::before {
  content: "\f09e"; /* FontAwesome open-access icon for "Open Access Policy" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

#customblock-main-menu tbody tr:nth-child(8) td a::before {
  content: "\f12e"; /* FontAwesome shield icon for "Plagiarism Screening" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

#customblock-main-menu tbody tr:nth-child(9) td a::before {
  content: "\f09d"; /* FontAwesome money icon for "Author Fee" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

#customblock-main-menu tbody tr:nth-child(10) td a::before {
  content: "\f02d"; /* FontAwesome book icon for "Author Guidelines" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

#customblock-main-menu tbody tr:nth-child(11) td a::before {
  content: "\f023"; /* FontAwesome lock icon for "Privacy Statement" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

#customblock-main-menu tbody tr:nth-child(12) td a::before {
  content: "\f133"; /* FontAwesome calendar-alt icon for "Publication Frequency" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

.pkp_navigation_primary > li:nth-child(1) > a::before {
  content: "\f015"; /* FontAwesome home icon for "Home" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

.pkp_navigation_primary > li:nth-child(2) > a::before {
  content: "\f0c1"; /* FontAwesome link icon for "Current" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

.pkp_navigation_primary > li:nth-child(3) > a::before {
  content: "\f15c"; /* FontAwesome archive icon for "Archives" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

.pkp_navigation_primary > li:nth-child(4) > a::before {
  content: "\f0ea"; /* FontAwesome file-text icon for "Submissions" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

.pkp_navigation_primary > li:nth-child(5) > a::before {
  content: "\f129"; /* FontAwesome info-circle icon for "About" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

.pkp_navigation_primary > li:nth-child(6) > a::before {
  content: '';
  display: inline-block;
  width: 25px; /* Icon width */
  height: 20px; /* Icon height */
  background-image: url('https://journal.lontaradigitech.com/public/site/images/pramudya02/lontara-digitech-logo-6.png');
  background-size: cover; /* Ensure image covers the space */
  background-repeat: no-repeat;
  vertical-align: middle; /* Align image vertically in the middle */
  margin-right: 8px; /* Space between the image and text */
}

/* Dropdown menu items under "About" */
.pkp_navigation_primary > li:nth-child(5) ul.dropdown-menu li:nth-child(1) > a::before {
  content: "\f0a1"; /* FontAwesome book icon for "About the Journal" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

.pkp_navigation_primary > li:nth-child(5) ul.dropdown-menu li:nth-child(2) > a::before {
  content: "\f023"; /* FontAwesome lock icon for "Privacy Statement" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

.pkp_navigation_primary > li:nth-child(5) ul.dropdown-menu li:nth-child(3) > a::before {
  content: "\f0e0"; /* FontAwesome envelope icon for "Contact" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

.pkp_navigation_primary > li:nth-child(3) ul.dropdown-menu li:nth-child(4) > a::before {
  content: "\f0e0"; /* FontAwesome envelope icon for "Contact" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #f8f2d1;
}

/* Navigation For Register and Login */
ul#navigationUser > li.profile {
  border-radius: 5px;
}

ul#navigationUser > li.profile > a:hover {
  color: #f8f2d1;
}

/* ul#navigationUser > li:first-child > a::before {
  content: '<span class="fa fa-user-circle-o"></span>&nbsp; Register';
} */

/* Navigation Primary */

.pkp_nav_list > li {
  background: #3c2f2fff;
}

.pkp_nav_list > li > a {
  color: white;
  font-weight: bold;
}

.pkp_navigation_primary > li > a {
  border-bottom: 3px solid transparent;
}

.pkp_navigation_primary > li > a:hover {
  color: #f8f2d1;
}

.pkp_navigation_primary > li:first-child a {
  margin-left: 0.5em;
}

.pkp_navigation_primary > li:last-child a {
  margin-right: 0.5em;
}

.pkp_navigation_user > li:last-child > a {
  margin-right: 0;
}

.pkp_navigation_user .task_count {
  top: 0.1rem;
  background: #ff4d4d;
}

/* @media (min-width: 992px) {
} */

/* Navigation Sub Primary */
.pkp_navigation_primary ul a {
  margin-right: 0 !important;
}

#pkpDropdown3::before {
  content: "Howdy,";
}

.dropdown-menu {
  left: 0 !important;
}

.pkp_navigation_search_wrapper a {
  color: white;
}

/* Header */
.pkp_structure_head {
  background-color: transparent;
  border-bottom: none;
}

.pkp_head_wrapper {
  background-color: #3c2f2fff;
  border-bottom: 1px solid #ddd;
}

.pkp_structure_content {
    background-color: #fffbe5;
}

.pkp_structure_footer_wrapper {
  background: transparent;
}

.pkp_footer_content {
  background: #f8f2d1;
  padding: 100px 40px 200px; /* More bottom space for wave */
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* Smooth Tall Wavy Top Layer */
.pkp_footer_content::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100vw;
  height: 150px;
  opacity: 0.4;
  z-index: 1;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='65.5' height='55.2' patternTransform='scale(2) rotate(40)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,12.1%,21%,1)'/><path d='M0 21L32.7-4.9 65.5 21V.1L32.7-25.6 0 .1zm0 30.6l28-22-8.3-6.5L0 38.1zm45.8-28.5l-8.4 6.5 28.1 22V38.1zM0 76.3l32.7-26 32.8 26v-21L32.7 29.6 0 55.3z'  stroke-width='1' stroke='none' fill='%23f8f2d1ff'/><path d='M26.4 3.9L13.2 14.3l19.5 15.3 19.5-15.3L39.1 3.9l-6.4 4.9z'  stroke-width='1' stroke='none' fill='%23453535ff'/></pattern></defs><rect width='800%' height='800%' transform='translate(-114,-32)' fill='url(%23a)'/></svg>");
}

/* Smooth Tall Wavy Bottom Layer */
.pkp_footer_content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 200px;
  opacity: 0.3;
  z-index: 1;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='65.5' height='55.2' patternTransform='scale(2) rotate(40)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,12.1%,21%,1)'/><path d='M0 21L32.7-4.9 65.5 21V.1L32.7-25.6 0 .1zm0 30.6l28-22-8.3-6.5L0 38.1zm45.8-28.5l-8.4 6.5 28.1 22V38.1zM0 76.3l32.7-26 32.8 26v-21L32.7 29.6 0 55.3z'  stroke-width='1' stroke='none' fill='%23f8f2d1ff'/><path d='M26.4 3.9L13.2 14.3l19.5 15.3 19.5-15.3L39.1 3.9l-6.4 4.9z'  stroke-width='1' stroke='none' fill='%23453535ff'/></pattern></defs><rect width='800%' height='800%' transform='translate(-114,-32)' fill='url(%23a)'/></svg>");
}



.pkp_site_nav_menu {
  background: #3c2f2fff;
}

.pkp_site_name .is_img {
  margin-bottom: 0;
}

/* .php_structure_page {
    width: 80vw;
} */

/* .pkp_structure_head, .pkp_structure_content, .pkp_structure_footer {
    box-shadow: 0 0px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
} */

/* Content Homepage */
@media only screen and (max-width: 600px) {
  .hide-small {
    display: none;
  }
}

@media (min-width: 601px) {
  .show-small {
    display: none;
  }
}

/* Custom Block Tools */
#customblock-tools img {
  max-width: unset;
  width: 70%;
}

#customblock-journal-template img {
  max-width: unset;
  width: 70%;
  border-radius: 3px;
}

/* Team */
.flag-img {
  max-width: unset;
  width: 50px;
}

/* Animation */
.dropdown {
  position: relative;
}
.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
  display: block;
  color: white;
  background: #2790A5;
  -moz-box-shadow: 0 1px 0 #0a4c5a inset, 0 -1px 0 #0a4c5a inset;
  -webkit-box-shadow: 0 1px 0 #0a4c5a inset, 0 -1px 0 #0a4c5a inset;
  box-shadow: 0 1px 0 #0a4c5a inset, 0 -1px 0 #0a4c5a inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.dropdown [data-toggle="dropdown"]:hover {
  background: #0f6681;
}
.dropdown [data-toggle="dropdown"]:before {
  position: absolute;
  display: block;
  content: "\25BC";
  font-size: 0.7em;
  color: #fff;
  top: 13px;
  right: 10px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown > .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
}
.dropdown > .dropdown-menu li {
  padding: 0;
}
.dropdown > input[type="checkbox"] {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dropdown > input[type="checkbox"]:checked ~ .dropdown-menu {
  max-height: 9999px;
  display: block;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 2s ease-in-out;
  -o-transition: max-height 2s ease-in-out;
  -webkit-transition: max-height 2s ease-in-out;
  transition: max-height 2s ease-in-out;
}
.dropdown > input[type="checkbox"]:checked + a[data-toggle="dropdown"]:before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}

@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

/* Desktop View */
@media only screen and (min-width: 992px) {
  .pkp_site_name .is_img img {
    max-height: 200px !important;
  }
  .show-on-mobile {
    display: none;
  }
}

/* Mobile View */
@media only screen and (max-width: 991px) {
  .pkp_nav_list > li > ul > li > a {
    color: white;
    margin-left: 1.5em;
  }
  .pkp_navigation_primary > li a {
    margin-left: 0.5em;
  }
  .pkp_navigation_search_wrapper, .pkp_navigation_user_wrapper {
    margin-left: 0.5em;
  }
  .pkp_nav_list > li {
    background: transparent;
  }
  .pkp_navigation_user .task_count {
    top: 0;
    background: #ff4d4d !important;
  }
}

/* Editorial Team (Custom Block) */
.editorial_team_block .profile .orcid {
    background: url('https://journal.diginus.id/public/site/images/pisces/orcid_logo.svg') no-repeat 2px;
    background-size: 15px;
    padding-left: 25px;
}

.editorial_team_block .profile .google_scholar {
    background: url('https://journal.diginus.id/public/site/images/pisces/google_scholar_logo.svg') no-repeat 2px;
    background-size: 15px;
    padding-left: 25px;
}

.editorial_team_block .profile div {
    line-height: 1.5;
    font-size: .92em;
    text-align: left;
}

.editorial_team_block div {
    padding: 0;
}

.editorial_team_block img {
    width: 85px!important;
    height: 90px!important;
    padding: 5px;
    border: 1px solid #d6cfcf46;
    float: left;
    box-shadow: 10px 10px 5px -13px rgb(105 98 98 / 75%);
}

.team td {
  vertical-align: top;
}

.dropdown-customblock {
    padding: 10px;
    border-bottom: 1px solid #aaa;
    background: #3c2f2fff !important;
    color: #fbfcfc;
}

.dropdown-customblock-item {
    padding: 10px !important;
    border-bottom: 1px solid #aaa; 
    background: #e6e2e2; 
    color: #fbfcfc;
}

.dropdown-customblock-item a {
    color: #3c2f2fff
}

.dropdown-customblock-item a:hover {
    color: #F4C64B;
}

