/* Teknomekanik - Universitas Negeri Padang */
/* Developed by Rahmat Azis Nabawi - (c)2018 */

/* Body-Teknomekanik*/

.has_site_logo .pkp_head_wrapper {
    padding-top: 0px;
}

.pkp_site_name > a {
    padding-bottom: 0px;
}

.obj_issue_toc .section > h3{
	font-weight: 700;
	border-bottom:2.23333px solid ##0f0000;
	padding:0;
	margin-left:1.0715rem;
}

.pkp_site_name .is_img img {
	max-height: 200px !important;
}

.pkp_site_name_wrapper{
	background-color:#fff0;
}

.pkp_navigation_primary_row{
	border-top: 3px solid #08007f;
	border-bottom: 1px solid #08007f;
}

.pkp_navigation_primary>li>a {
    border-bottom: 2px solid #a7a7a700;
    font-size: 15px; 
	Color: #020c9f;
	font-weight: bold;
    text-decoration: none;
}

.pkp_search_desktop .search_prompt {
    margin: 0 1em;
    padding: 10px 0 8px;
    border-bottom: 2px solid #a7a7a700;
    font-size: 17px; 
	color: #020c9f;
	font-weight: bold;
    text-decoration: none;
}

.pkp_page_index .additional_content {
   padding-top:0px;
   padding-left:0px;
   padding-right:0px;
   border-top: none;
	
}

.pkp_structure_main:before,.pkp_structure_main:after {
   content:'';
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 1px;
   background: #c2202000;
}

/* Drop-down Menu - Teknomekanik*/
/* Developed by Rahmat Azis Nabawi - (c)2018 */

.pkp_block {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

.pkp_block .content p {
    line-height: 10px;
    text-align: center;
}

.pkp_block .content ul li {
    line-height: 20px;
    padding: 0px;
}

.pkp_site_name .is_img img {
    display: block;
    height: auto;
    width: auto;
    max-height: 140px;
    padding-bottom: 10px;
}

*, ::before, ::after {
    box-sizing: border-box;
    margin: 0px;
}

.sidemenu {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
}

.sidemenu li {
    list-style: none;
}

.sidemenu li a {
    display: table;
    margin-top: 1px;
    padding: 4px 10px;
    width: 100%;
    background: rgb(164 186 218 / 51%);
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    color: #020c9f;
    overflow: hidden;
    transition-property: background;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    border: 1px solid rgb(130 169 202 / 0%);
    border-radius: 6px;
}

ul.sidemenu li a:hover {
    background: -webkit-linear-gradient(top, rgb(250, 250, 250), rgb(255, 249, 177));
    text-decoration: none;
}

.sidemenu li marquee {
    display: table;
    margin-top: 1px;
    padding: 4px 10px;
    width: 100%;
    background: rgb(255, 255, 255);
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    color: rgb(5, 35, 107);
    overflow: hidden;
    transition-property: background;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    border: 1px solid rgb(164, 136, 74);
    border-radius: 6px;
}

.sidemenu > li:hover li a:hover {
    color: rgb(0, 0, 0);
    background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(255, 255, 255));
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    border-radius: 6px;
}

.sidemenu > li:first-child a {
    margin-top: 0px;
}

.sidemenu li a:hover {
    color: black;
    background: rgb(255, 255, 255);
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    border-radius: 6px;
}

.sidemenu li ul {
    margin: 0px;
    padding: 0px;
}

.sidemenu li li a {
    display: block;
    margin-top: 0px;
    padding: 0px;
    height: 0px;
    background: rgb(240, 235, 225);
    color: rgb(12, 10, 179);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    border: 0px;
    border-radius: 6px;
}

.sidemenu > li:hover li a {
    display: table;
    margin-top: 1px;
    padding: 10px;
    width: 100%;
    height: 1em;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-radius: 6px;
}

.sidemenu > li:hover li a:hover {
    color: rgb(0, 0, 0);
    background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(255, 249, 177));
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    border-radius: 6px;
}
.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .obj_article_details .citation_display form input[type="submit"], .block_make_submission a {
    display: inline-block;
    background: rgb(238, 238, 238);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(187, 187, 187) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4);
    border-image: initial;
    border-radius: 13px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -1em 1em inset;
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    width: 240px;
    text-align: center;
}

.page_index_journal > .current_issue > h2 {
    margin: 0px;
    color: rgb(0 16 148);
}

.current_issue > .current_issue_title > h2 {
    padding-top: 10px;
    margin: 0px;
    font-weight: bold;
    color: rgb(0 39 180);
    font-size: 20px;
}

/* Table of content - Teknomekanik */
/* Developed by Rahmat Azis Nabawi - (c)2018 */

.obj_article_summary {
	margin-top: 30px;
	box-shadow:rgb(1 0 76 / 40%) -5px 5px, rgb(1 0 76 / 30%) -10px 10px, rgba(1, 0, 76, 0.2) -15px 15px, rgba(1, 0, 76, 0.1) -20px 20px, rgba(1, 0, 76, 0.05) -25px 25px;
	padding: 20px;
	border-radius: 10px;
	background: #ffffff00;
}

.obj_article_summary:hover {
	background:#f1f1f1;
	
}

.obj_article_summary {
    padding-bottom: 10px;
    border-bottom: solid 4px #ffffff;
    font-size: 12px;
	text-align: justify;
}

 .pkp_structure_main h1 {
     font-weight: 600;
     font-size: 20px;
}

.pkp_structure_main a {
    color: #020c9f;
}

.pkp_structure_main a:hover {
	color: #2e00ff;
	background:#f8f2fe;
}

/* Issue data - Teknomekanik*/
/* Developed by Rahmat Azis Nabawi - (c)2018 */

.page_index_journal > .current_issue > h2 {
    margin-top: 25px;
	margin-left: -30px;
	font-size: 16px;
    color: #020c9f; 
}

.obj_issue_toc .description {
	text-align: justify; 
}

.obj_issue_toc .galleys>h2,.obj_issue_toc .section>h2,.obj_issue_toc .galleys>h3,.obj_issue_toc .section>h3 {
    display: none;
	margin-left: -10px;
	padding-top: 20px;
	color:#020c9f;
}

.pkp_page_index .current_issue .read_more {
	margin-top: 35px;
	color: #020c9f;
}

.obj_issue_toc .galleys,.obj_issue_toc .section {
        margin-top: -5.143rem;
        margin-right: -2.143rem;
}

/* Abstract article - Teknomekanik*/
/* Developed by Rahmat Azis Nabawi - (c)2018 */

.pkp_structure_main h1 {
    margin-top: 0;
	margin-top: 0;
	font-size: 24px;
    line-height: 30px;
    font-weight: 700;
	color:#020c9f;
	text-align: justify;
}

.obj_article_details .authors {
    text-align: justify;
	color:#020c9f;
}

.obj_article_details .affiliation {
    text-align: justify;
}
.obj_article_details .keywords {
    text-align: justify;
}

.obj_article_details .abstract {
    text-align: justify;
}
.obj_article_details .references {
    text-align: justify;
}

.obj_article_details .item.citation {
    text-align: justify;
}

.obj_article_details .item.issue {
    text-align: justify;
}

.obj_article_details .item.copyright {
    text-align: justify;
}

/* Footer- Teknomekanik*/
/* Developed by Rahmat Azis Nabawi - (c)2018 */

.pkp_brand_footer{
    display: none;
	background: #ebdaf4;
}

.pkp_structure_footer_wrapper {
	border-top: 1.5px solid #08007f;
	background: #2b647800
}

/* Tooltop elements-TEKNOMEKANIK*/
/* General style for content elements */
/* Developed by Rahmat Azis Nabawi - (c)2018 */

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #020c9f; /* Warna teks */
    text-decoration: underline;
}

/* Style for tooltip text boxes */
/* Developed by Rahmat Azis Nabawi - (c)2018 */

.tooltip .tooltiptext {
    visibility: hidden;
    width: 550px;
    background-color: #f9f9f9;
    color: #333;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 100%; /* Tempatkan di atas teks */
    left: 50%;
    margin-left: -170px; /* Posisikan tooltip di tengah elemen */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s;
}

/* Displaying a tooltip when hovering */
/* Developed by Rahmat Azis Nabawi - (c)2018 */


.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Hide Author role label in OJS 3.4 */
/* Developed by Rahmat Azis Nabawi - (c)2018 */

.userGroup {
   display: none !important;
}

/* ===== FLOATING WRAPPER ===== */
.floating-wrapper {
  position: fixed;
  right: -6px; /* sedikit keluar agar tidak menutup konten */
  top: 50%;
  transform: translateY(-50%);

  display: flex;
  flex-direction: column;
  gap: 6px;

  z-index: 9999;

  max-height: 80vh; /* tidak kepanjangan */
  overflow-y: auto;
}

/* ===== BUTTON BASE ===== */
.floating-btn {
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 8px 12px;
  font-weight: 500;
  font-size: 13px;

  text-decoration: none !important;
  color: #fff !important;

  border-radius: 6px 0 0 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);

  white-space: nowrap;
  transition: all 0.2s ease;

  min-width: 160px;
  opacity: 0.92;
}

/* ===== HOVER EFFECT ===== */
.floating-btn:hover {
  transform: translateX(-18px);
  opacity: 1;
  color: #fff !important;
}

/* ===== MAIN BUTTON COLORS ===== */
.pdf-btn {
  background-color: #1f2937 !important;
}

.mendeley-btn {
  background-color: #434952 !important;
}

.endnote-btn {
  background-color: #8b5cf6 !important;
}

.zotero-btn {
  background-color: #ef4444 !important;
}

/* ===== SHARE BUTTONS ===== */
.share-btn {
  background-color: #6b7280 !important;
}

.fb-btn { background-color: #1877f2 !important; }
.x-btn { background-color: #000000 !important; }
.li-btn { background-color: #0a66c2 !important; }
.th-btn { background-color: #111111 !important; }
.bsky-btn { background-color: #1185FE !important; }

/* ===== ICON SIZES ===== */
.arrow-icon,
.pdf-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.mendeley-icon {
  width: 24px;
  height: 16px;
  flex-shrink: 0;
}

.zotero-icon {
  width: 18px;
  height: 18px;
}

/* ===== ENDNOTE STYLE ===== */
.endnote-btn {
  justify-content: space-between;
}

.endnote-text {
  font-size: 13px;
}

.endnote-text sup {
  font-size: 8px;
  position: relative;
  top: -0.3em;
}

.endnote-badge {
  width: 26px;
  height: 26px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 700;

  background: #ffffff;
  color: #6a1b9a;
}