


/* From: /opt/eprints3/lib/static/style/auto/accessibility.css */

table.ep_accessibility_results {
	border: 1px solid #000;
	width: 100%;
	border-collapse: collapse;
}

table.ep_accessibility_results > tbody > tr > td, table.ep_accessibility_results th {
	border: 1px solid #000;
	padding: 0.4em;
	text-align: center;
}
	
table.ep_accessibility_results > tbody > tr > td:last-child {
        text-align: left;
}

.ep_accessibility_bad {
	color: #8b0000;
}

.ep_accessibility_good {
        color: #006400;
}




/* From: /opt/eprints3/lib/static/style/auto/actions.css */

.ep_login_tools img {
	vertical-align: middle;
	margin: 0px 25px;
}

ul.ep_action_list {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: inline-block;
}

ul.ep_action_list li {
	display: inline-block;
	margin-left: .5em;
}

ul.ep_action_list li:first-child {
	margin-left: 0;
}

dl.ep_action_list {
	margin: 0;
	padding: 0;
}

dl.ep_action_list dt, dl.ep_action_list dd {
	margin: 0;
}

dl.ep_action_list dt {
	margin-top: .5em;
	width: 15em;
	text-align: center;
	line-height: 2em;
	margin-bottom: -1.5em;
}
dl.ep_action_list dt:first-child {
	margin-top: 0;
}

dl.ep_action_list dd {
	position: relative;
	left: 16em;
	top: -.5em;
	margin-right: 16em;
	overflow: hidden;
}

div.ep_action_list .ep_action_row{
        margin-bottom: 10px;
}

div.ep_action_list .ep_action_row div:first-child{
        width: 30%;
        min-width: 200px;
        vertical-align: top;
}

div.ep_action_list .ep_action_row div:last-child{
        width: 70%;
}

div.ep_action_list .ep_action_row div:first-child form{
        display: block;
        text-align: center;
}

div.ep_action_list .ep_action_row div:first-child form input{
        width: 200px;
}

div.ep_action_list .ep_action_row div{
        display: inline-block;
}




/* From: /opt/eprints3/lib/static/style/auto/batchedit.css */

#BatchEdit_changes input
{
  max-width: 150px;
}
#BatchEdit_changes textarea
{
  max-width: 200px;
}



/* From: /opt/eprints3/lib/static/style/auto/blister.css */


/* EPrints 3 blister bar style */

/* ep_blister */



.ep_blister_bar {
	margin: auto;
	display: table;
	border-spacing: 0;
        border-collapse: collapse;
        padding: 0;	
}
.ep_blister_bar > div {
        display: table-row;
}
.ep_blister_bar > div > div {
        display: table-cell;
}
.ep_blister_join {
	background-image: url(images/blister_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
}
.ep_blister_node, .ep_blister_node_selected {
	text-align: center;
	border-style: solid;
	border-radius: 3px;
}
.ep_blister_node {
	border-width: 1px;
	padding: 3px 10px;
}
.ep_blister_node_selected {
	border-width: 2px;
	padding: 2px 10px;
}



/* From: /opt/eprints3/lib/static/style/auto/citations.css */

span.document_filename
{
	font-size: 90%;
        line-height: 20px;
}

span.document_format
{
}




/* From: /opt/eprints3/lib/static/style/auto/colors.css */

/*
 *
 * EPrints Default Colour Scheme
 *
 */

body {
	color: #000000;
	background-color: #ffffff;
}
a, .ep_tm_key_tools a:visited {
	color: #0645ad;
}
a:visited {
	color: #0b0080;
}
a:hover, .ep_tm_key_tools a:hover {
	color: #3366bb;
}
a:active, .ep_tm_key_tools a:active {
	color: red;
}
h1, h2, h3, h4 {
    color: #606060;
}
.ep_view_page h2 {
	border-bottom: solid 1px #606060;
}

/* template.css */

.ep_tm_header {
	background-color: #fff;
	background-image: url(images/logo_background_light.png);
	background-repeat: repeat-y;
}
.ep_tm_menu, .ep_tm_menu li:hover {
	background-image: url(images/bar_glass.png) ;
	background-position: 0px 5px;
}
.ep_tm_footer {
	border-color: #204f76;
}
.ep_tm_menu, .ep_tm_menu ul {
	background-color: #204f76;
}
.ep_tm_menu {
	/* fixed to 30px high */
	border-bottom: 1px solid #fff;
}
.ep_tm_menu li:hover {
	background-color: #279ae2;
}
.ep_tm_menu a, .ep_tm_menu a:visited {
	color: white;
}
.ep_tm_searchbar, .ep_columns_title, td.ep_columns_alter, .ep_toolbox_title {
	color: #606060;
}
.ep_tm_searchbar, .ep_columns_title, td.ep_columns_alter {
	background-color: #ccc;
	background-image: url(images/bar_24px.png);
	background-repeat: repeat-x;
}
.ep_tm_searchbarbox {
	border-color: #606060;
}
.ep_tm_key_tools li {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #606060;
}
.ep_tm_key_tools li:first-child {
	border-left: none;
}
.ep_tm_key_tools li:last-child {
	border-right: none;
}

/* form.css */

.ep_form_action_button, .ep_form_internal_button, .ep_tm_searchbarbutton, .ep_blister_node_selected {
	border-color: #5b97c7 #13324a #13324a #5287b3;
	background-image: url(images/bar_12px.png);
	background-color: #1f4f76;
	color: white;
}
.ep_form_action_button:active, .ep_form_internal_button:active, .ep_tm_searchbarbutton:active, .ep_blister_node_selected:active {
	border-color: #13324a #5287b3 #5287b3 #13324a;
	background-color: #276496;
}

/* blister.css */

.ep_blister_node {
	border-color: #cccccc;
	background-color: #e8e8ff;
	background-image: url(images/bar_solid_12px.png);
	color: #000000;
}
.ep_blister_node:active {
	border-color: #276496;
}

/* summary.css surround.css */

.ep_summary_box_title, .ep_summary_box_body, .ep_sr_title_bar, .ep_sr_content, .ep_sr_collapse_bar
,.ep_tab_panel
,.ep_toolbox_content /* toolbox.css */
,.ep_upload_doc /* upload.css */
,.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom /* search.css */
,.ep_view_group_by /* view.css */
{
	background-color: #e8e8ff;
}
.ep_summary_box_title, .ep_sr_title_bar, .ep_sr_collapse_bar {
	background-image: url(images/bar_solid_12px.png);
	background-repeat: repeat-x;
}
.ep_sr_content, .ep_summary_box_body,
.ep_tab_panel,
.ep_toolbox_content /* toolbox.css */
,.ep_upload_doc /* upload.css */
{
	background-image: url(images/bar_solid_24px.png);
	background-repeat: repeat-x;
}
.ep_summary_box_title, .ep_summary_box_body, .ep_sr_title_bar, .ep_sr_content, .ep_sr_collapse_bar
,.ep_tab_panel, .ep_tab_bar li, .ep_tab_bar li a
,.ep_toolbox_content /* toolbox.css */
,.ep_upload_doc /* upload.css */
{
	border-color: #ccc;
}

/* tabs.css */

.ep_tab_bar li a {
	background-image: url(images/bar_solid_24px.png);
	background-repeat: repeat-x;
}

/* unselected tab */
.ep_tab_bar li a {
	background-color: #bbf;
}

/* selected tab */
.ep_tab_bar li.ep_tab_selected a {
	background-color: #fff;
}

/* general.css */

th.ep_title_row
{
	border-color: #808080;
	background-image: url(images/bar_24px.png);
	background-color: #ccc;
	color: #333;
}

th.ep_row, td.ep_row {
	border-color: #bbb;
}
th.ep_row, td.ep_row {
	border-bottom-style: dashed;
}
td.ep_row {
	border-left-style: dashed;
}

/* messages.css */

.ep_msg_message_content, .ep_msg_warning_content, .ep_msg_error_content, .ep_msg_other_content {
	background-image: url(images/bar_solid_48px.png);
	background-repeat: repeat-x;
}

.ep_msg_message_content {
	background-color: #80ff80;
	border-color: #80ff80;
}
.ep_msg_error_content {
	background-color: #ffc0c0;
	border-color: #ffc0c0;
}

.ep_msg_warning_content {
	background-color: #ffc080;
	border-color: #ffc080;
}

.ep_msg_other_content {
	background-color: #9999ff;
	border-color: #9999ff;
}

/* columns.css */

th.ep_columns_title, td.ep_columns_alter {
	border-color: #888;
}
td.ep_columns_cell {
	border-color: #888 #ccc;
}

.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom /* search.css */
,.ep_view_group_by /* view.css */
{
	border-color: #cccccc;
	background-image: url(images/bar_24px.png);
}



/* From: /opt/eprints3/lib/static/style/auto/columns.css */


/* paginated columns */

.ep_columns {
	margin: auto;
}

td.ep_columns_cell {
	border-style: none dashed solid none;
	border-width: 1px;
}
td.ep_columns_cell:first-child {
	border-left-style: dashed;
}

th.ep_columns_title, td.ep_columns_alter {
	border-width: 1px;
	font-weight: normal;
}
th.ep_columns_title {
	border-style: solid solid solid none;
}
td.ep_columns_alter {
	border-style: none solid solid none;
}
th.ep_columns_title:first-child, td.ep_columns_alter:first-child {
	border-left-style: solid;
}
th.ep_columns_title a {
	font-weight: normal;
}


td.ep_columns_no_items {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.5em;
	text-align: center;
	font-size: 120%;
}

.ep_columns_add {
	text-align: center;
}

.ep_columns_add select {
	max-width: 95%;
}

.ep_columns_title_inner, .ep_columns_alter_inner {
	display: table;
	border-width: 0; 
	width: 100%;
}

.ep_columns_title_inner > div, .ep_columns_alter_inner > div {
	display: table-row;
}

.ep_columns_title_inner > div > div, .ep_columns_alter_inner > div > div {
        display: table-cell;
}

.ep_columns_alter_inner > div > div:nth-child(1) {
	text-align: left;
	width: 14px;
}

.ep_columns_alter_inner > div > div:nth-child(2) {
        text-align: center;
	width: 100%;
}

.ep_columns_alter_inner > div > div:nth-child(3) {
        text-align: right;
	width: 14px;
}


.ep_columns_title_inner_sort {
	width: 22px; 
	text-align: right;
	vertical-align: middle;
}

.ep_columns_title_inner_sort img {
	border: 0px;
	padding: 4px;
}




/* From: /opt/eprints3/lib/static/style/auto/drop.css */


/* style for ajax suggestion drops */

.ep_drop_target {
}

.ep_drop_target ul {
	margin: 0px;
	padding: 4px;
	list-style: none;
	background-color: white;
	border: 1px dotted #888;
	z-index: 6;
}
	
.ep_drop_target ul li {
	margin: 0px;
	padding: 3px;
	list-style: none;
	border-top: 1px dashed #ccc;
	cursor: pointer;
	width: 100%;
}
.ep_drop_target ul li.ep_first {
	border-top: none;
}

.ep_drop_target ul li.selected {
	background-color: #e0e0ff;
}

.ep_drop_target ul ul {
	display: none;
}

.ep_drop_loading {
	margin: 0px;
	padding: 4px;
	height: 24px;
	text-align: center;
	border: 1px dotted #888;
	z-index: 6;
	position: absolute;
	background-color: #fff;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.ep_draggable {
	cursor: move;
}



/* From: /opt/eprints3/lib/static/style/auto/export.css */

/* EPrints 3 export style */

.ep_export_bar {
	display: flex; 
	justify-content: space-between;
}



/* From: /opt/eprints3/lib/static/style/auto/fields.css */


/* style for metafields */

dl.ep_field_set_long dt {
	margin-bottom: 0.2em;
	font-weight: bold;
}

dl.ep_field_set_long dd {
	margin-bottom: 0.5em;
}

.ep_compound, .ep_compound_list > div {
	display: table; 
	border: 1px; 
	border-spacing: 0; 
	border-collapse: separate; 
	padding: 2px;
}

.ep_compound_header_row, .ep_compound_data_row, .ep_compound_list > div > div {
	display: table-row;
}

.ep_compound_header_cell, .ep_compound_data_row > div, .ep_compound_list > div > div > div {
	display: table-cell; 
	padding: 0.2em 0.5em;
}

.ep_compound_header_cell {
	font-weight: bold;
}

.ep_compound_single {
	display: table; 
	border: 1px;
}

#c6_editperms_1_type_label::after {
        content: "";
}

.ep_itemref_desc {
	padding: 0 0.5em;
}



/* From: /opt/eprints3/lib/static/style/auto/fileselector.css */

.ep_fileselector dl {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px;
}
.ep_fileselector dd {
	margin: 0px 0px;
}
.ep_fileselector input {
/*	float: left; */
}
.ep_fileselector label {
	cursor: pointer;
}
.ep_fileselector dt.ep_fileselector {
	clear: left; /* clear the floated input */
	display: block;
	cursor: pointer;
	background-image: url(data:image/gif;base64,R0lGODlhEAAQAOMMAJuHDKKNBcCmCu3NEuzTOO/ZU/PhePTjgfTmj/XpmvXqovXtsP///////////////yH5BAEKAA8ALAAAAAAQABAAAARXUIA5xbsYA8SRAVkIHET5UagFGGVZvPALrkM9CEGuSw+A64bEYqEoDmbD5CJhaDYVSKdUCu0tptjETIGdanvcrvMLCIuDM+bZgJh13vADSIKqUyyhfCgCADs=);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-bottom: 2px;
}
.ep_fileselector dt.ep_fileselector_open {
	background-image: url(data:image/gif;base64,R0lGODlhEAAQAOMMAIp5CJqGCrmhCdy+Be3OIe3UP+/YUvLeaPLgdPTlifTolvTro////////////////yH5BAEKAA8ALAAAAAAQABAAAARZUIQ5xbsYh8QTClm4FeRBnYEVIERbHEYsF+Da3rhbH3lPPwFeL7cbGAcBgHIpAQqWgEJisVBYkUCqdpE4eL2K2uJLJoez5XSipkiXz5uOXP55SFD4VGi/jwAAOw==);
}



/* From: /opt/eprints3/lib/static/style/auto/form.css */


/* Form related styles */

form {
	display: inline;
}

select, input.ep_form_text, textarea {
	padding: 1px 2px 1px 2px;
	margin-right: 4px;
	border: solid 1px #ccc;
}

.ep_form_example {
	font-weight: bold;
	color: blue;
}

/* buttons */

.ep_form_button_bar {
	text-align: center;
	padding: 4px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ep_form_action_button, .ep_form_internal_button {
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	padding: 2px 20px;
	cursor: pointer;
}
.ep_form_internal_button {
	padding: 1px 14px;
	background-position: 0px -2px;
}

/* form fields */

.ep_form_field_help {
        font-size: small ;
}

.ep_form_field_name {
        padding-top: 1em;
	font-weight: bold;
}

.ep_form_field_input {
        padding-bottom: 3pt;
}

/* input fields grid */


.ep_form_input_grid th {
	vertical-align: middle;
	text-align: center;
	font-size: 80%;
}
.ep_form_input_grid > div > div {
	vertical-align: middle;
}

.ep_form_input_grid_pos {
	padding-right: 4px;
}
.ep_form_input_grid_arrows {
	white-space: nowrap;
	padding-top: 2px;
	padding-bottom: 2px;
}


.ep_form_input_grid_wide {
	text-align: left;
}

.ep_field_legend {
	font-style: italic;
	display: none;
}
.ep_field_legend:after {
	content: ":";
}

.ep_multi_heading::after {
	content: ":";
}

.ep_search_fields > div > div, .ep_table_row > div {
	border-top: dashed #bbf 1px;
	vertical-align: top;
	padding: 0.5em;
}

.ep_table_row.ep_first > div {
	border-top: 0;
}

.ep_multi_heading, .ep_multi_heading_legend {
	border-right: dashed #bbf 1px;
	font-weight: bold;
	text-align: right;
}

.ep_multi {
	width: 100%;
	display: table;
}

.ep_login_form_table {
	margin:auto; 
	display: table;	
}

.ep_login_form_table > div {
	display: table-row;
}

.ep_login_form_table > div > div, .ep_login_form_table > div > label {
        display: table-cell;
}

.ep_form_input_grid {
	display: table; 
	border: 0; 
	padding: 0; 
	border-spacing: 0; 
	border-collapse: separate;
}

.ep_form_input_grid > div {
	display: table-row;
}

.ep_form_input_grid > div > div {
	display: table-cell; 
}

.ep_form_input_grid > div > div.heading {
	text-align: center;
	font-weight: bold; 
}

.ep_option_list {
	display: table; 
	border: 0;
}

.ep_option_list_row {
	display: table-row;
}

.ep_option_list_cell {
        display: table-cell;
}

.ep_option_list_option {
	margin-left: 2em;
}


.ep_field_set_medium,  .ep_boolean_list {
	display: inline-block;
	margin: 0;
}

.ep_field_set_medium > dd, .ep_boolean_list > dd {
	float: left;	
	margin: 0;
	padding-top: 0.2em;
	padding-bottom: 0.5em;
}

.ep_field_set_medium > dt, .ep_boolean_list > dt {
	float: left;
	clear: both;
}

.ep_over_word_limit {
	color: red;
	font-weight: bold;
}



/* From: /opt/eprints3/lib/static/style/auto/general.css */

body {
	margin: 0;
	font-family: Sans-serif;
	font-size: 80%;
}

/* left-align if we're in a div (e.g. ep_block) that centres */
ul {
	text-align: left;
}

img {
        border:0;
}

.ep_no_js { 
	display: none; 
}

.ep_no_js_inline { 
	display: none; 
}

.ep_no_js_table_cell { 
	display: none; 
}

.ep_hide { 
	display: none; 
}

h1, h2 {
	font-weight: bold;
}
h1 {
	margin: 0px;
	margin-top: 10px;
	font-size: 2.3em;
	text-align: center;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}

hr {
	border: 0px;
	color: #ccc;
	background-color: #ccc;
	height: 2px;
}

dl.ep_normal > dt {
	font-weight: bold;
}

dl#ep-homepage-menu dt {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1em 1em 0.5em 1em;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	clip-path: inset(-6px -2px 0 -2px);
}

dl#ep-homepage-menu dd {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 1em 1em 1em;
	margin-left: 0;
	margin-bottom: 1em;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	clip-path: inset(0 -2px -6px -2px);
}
 

.ep_required {
	border: 0;
	display: inline;
}

.ep_toggle a, a.ep_toggle {
	text-decoration: none;
}

th.ep_row {
	padding-right: 0.25em;
	text-align: right;
	width: 20%;
	border-width: 1px;
}
td.ep_row {
	padding-left: 0.25em;
	text-align: left;
	border-width: 1px;
}

th.ep_title_row {
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-right: none;
	padding: 0.1em 0.5em 0.1em 0.5em;
	font-size: 100%;
	height: 2em;
	font-weight: normal;
}

.ep_title_row_inner {
        display: table;
        width: 100%;
}

.ep_title_row_inner > div {
	display: table-row;
}

.ep_title_row_inner > div > div {
	display: table-cell;
}

.ep_title_row_inner > div > div:first-child {
	text-align: left;
	margin-right: 1em;
}

.ep_title_row_inner > div > div:last-child {
        text-align: right;
        margin-left: 1em;
	font-size: 80%;
}

.ep_highlight {
	padding: 0.5em;
	border: solid 2px #ff8888;
	background-color: #ffeeee;
}

.ep_block {
	width: auto;
	margin: 0.25em auto 0.25em auto;
	text-align: center;
}
.ep_block td {
	text-align: left;
}
.ep_doc_icon
{
	padding: 2px;
}

.no_link_decor a {
	text-decoration: none;
}

.ep_table_row {
	display: table-row;
}

div.ep_table {
	display: table;
}

.ep_table > div, .ep_table_row {
	display: table-row;
}

.ep_table > div > div, .ep_table_row > div, .ep_table_cell {
	display: table-cell;
	padding: 0.3em;
}

.ep_no_border {
	border: 0;
}



/* From: /opt/eprints3/lib/static/style/auto/history.css */

/* EPrints 3 history style */

.ep_history_item {
	padding: 0.3em; 
	margin-top: 2em; 
	border: solid 1px black; 
	background-color: #ccc;
}

.ep_history_action {
	padding: 0.3em; 
	background-color: black; 
	color: white; 
	font-weight: bold;

}

.ep_history_details {
        padding: 0.3em;
	margin-bottom: 2em; 
	border: solid 1px black !important;
}

.ep_history_action a {
	color: yellow;
}

.ep_history_xmlblock {
	margin: 0 0 0 0; 
	padding: 3px 3px 3px 3px; 
	border-left: 1px 
	dashed black; 
	border-bottom: 1px dashed black; 
	font-size: 120%;
}

table.ep_history_diff_table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse; 
	padding: 0;
}

table.ep_history_diff_table th, table.ep_history_diff_table td {
	width: 50%;
	vertical-align: top;
	text-align: left;
}

.ep_history_diff_table_add {
	background-color: #cfc;
}

.ep_history_diff_table_remove {
        background-color: #fcc;
}

.ep_history_diff_table_change {
        background-color: #ffc;
}

#ep_workflow_views_panel_1 .ep_paginate_list .ep_search_result,
#ep_workflow_views_panel_1 .ep_paginate_list .ep_search_result > div {
        display: block;
}




/* From: /opt/eprints3/lib/static/style/auto/homepage.css */

ul.ep_block_menu {
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
}

ul.ep_block_menu > li {
	border: 1px solid #ccc;
  	padding: 0.2em 1em;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	margin-bottom: 1em;
}



/* From: /opt/eprints3/lib/static/style/auto/icontable.css */


table.ep_icontable {
	border-collapse: collapse;
}
table.ep_icontable th {
	border: solid 1px #999;
	background-color: #fff;
	text-align: center;
}
table.ep_icontable td {
	padding-left: 4px;
	border: solid 1px #999;
}

.ep_icontable {
	border-collapse: collapse;
	display: table;
}

.ep_icontable > div {
	display: table-row;
}

.ep_icontable > div > div {
        display: table-cell;
        border: solid 1px #999;
	padding: 1px;
}

.ep_icontable > div > div:first-child {
	background-color: #fff;
        text-align: center;
}

.ep_icontable > div > div:last-child {
        padding-left: 4px;
}

.ep_icontable > div > div img {
	border-width: 0;
	vertical-align: middle
}




/* From: /opt/eprints3/lib/static/style/auto/import.css */

/* EPrints 3 import style */

.ep_import_bar {
	display: table; 
	width: 100%;
}

.ep_import_bar > div {
	display: table-row;
}

.ep_import_bar > div > div {
	text-align: center;
	display: table-cell;
}



/* From: /opt/eprints3/lib/static/style/auto/items.css */


/* Items Screen */

.ep_items_filters {
	text-align: center;
	margin-top: 10px;
}

.ep_items_filters img {
	border-width: 0px;
	margin-left: 10px;
	vertical-align: -2px;
}

.ep_items_filters a {
	color: #000000;
	text-decoration: none;
}


td.ep_columns_cell_inbox {
	background-color: #ffc;
}
td.ep_columns_cell_buffer {
	background-color: #dde;
}
td.ep_columns_cell_archive {
	background-color: #cfc;
}
td.ep_columns_cell_deletion {
	background-color: #ccc;
}



/* From: /opt/eprints3/lib/static/style/auto/latest.css */


/* latest and latest tool */

div.ep_latest_result {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

div.ep_latest_tool_result {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

div.ep_latest_tool_list {
	display: table;
	width: 100%;
}




/* From: /opt/eprints3/lib/static/style/auto/lightbox.css */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; }
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
/* #hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;} */
#hoverNav a{ outline: none;}

/* #prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; } */

#hoverNav { height: 30px; }
#prevLink, #nextLink { width: 49%; height: 100%; display: block; }
#prevLink { left: 0; float: left; background: url(images/lightbox/prevlabel.gif) left 0 no-repeat; }
#nextLink { right: 0; float: right; background: url(images/lightbox/nextlabel.gif) right 0 no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#lightboxMovie {}

/* scale more nicely on narrow devices */
#lightbox #outerImageContainer,
#lightbox #imageDataContainer
{
  max-width: 95%;
  height: fit-content!important;
}
#lightbox #lightboxImage,
#lightbox #lightboxMovie,
#lightbox #lightboxMovie video
{
  max-width: 100%;
}



/* From: /opt/eprints3/lib/static/style/auto/mail.css */



.ep_mail_view {
	border: dashed 2px #ccc;
	margin-top: 20px;
	background-color: #eee;
	font-size: 1.2em;
}

.ep_mail_header {
	margin: 4px; 
	padding: 2px;
	font-family: monospace;
}

.ep_mail_body {
	margin: 4px;
	padding: 2px;
}

.ep_mail_body textarea {
	background-color: #ccc;
	border: solid #888 1px;
}



/* From: /opt/eprints3/lib/static/style/auto/messages.css */


/* Message styles - used to provide alerts and errors */

.ep_msg_message, .ep_msg_warning, .ep_msg_error, .ep_msg_other {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ep_msg_message_icon, .ep_msg_warning_icon, .ep_msg_error_icon, .ep_msg_other_icon {
	padding: 1em; 
	display: table-cell; 
	vertical-align: middle;
}

.ep_msg_message_content, .ep_msg_error_content, .ep_msg_warning_content, .ep_msg_other_content {
	border-style: solid;
	border-width: 1px;
}

.ep_msg_message_text, .ep_msg_error_text, .ep_msg_warning_text, .ep_msg_other_text {
	padding: 1em; 
	display: table-cell; 
	vertical-align: middle; 
	text-align: left;
}

.ep_msg_message_text p:first-child, .ep_msg_error_text p:first-child, .ep_msg_warning_text p:first-child, .ep_msg_other_text p:first-child {
	margin-top: 0;
}

.ep_msg_message_text p:last-child, .ep_msg_error_text p:last-child, .ep_msg_warning_text p:last-child, .ep_msg_other_text p:last-child {
        margin-bottom: 0;
}



/* From: /opt/eprints3/lib/static/style/auto/multi.css */



/* 
   Styles for the multi-field component.

   ep_multi_*

*/

table.ep_multi
{
	width: 100%;
}

table.ep_multi tr:first-child th.ep_multi_heading,
table.ep_multi tr:first-child td.ep_multi_input,
table.ep_multi tr:first-child td.ep_multi_help 
{
	border-top: none;
}

th.ep_multi_heading
{
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	text-align: right;
}

td.ep_multi_input
{
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: dashed #bbf 1px;
}

td.ep_multi_help
{
	white-space: nowrap;
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	vertical-align: top;
	text-align: right;
}

/* help bits */

.ep_multi_inline_help 
{
	padding-bottom: 0.5em;
}
	



/* From: /opt/eprints3/lib/static/style/auto/nojs.css */


/*  only loaded if the browser has javascript turned off (or does
 *  not support it.
 */

.ep_no_js { display: block; }

.ep_no_js_inline { display: inline; }

.ep_no_js_table_cell { display: table-cell; }

.ep_only_js { display: none; }

.ep_only_js_inline { display: none; }

.ep_only_js_table_cell { display: none; }



/* From: /opt/eprints3/lib/static/style/auto/preview.css */


/* 
   Styles for the file preview popup.

   ep_preview_*

*/


.ep_preview
{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 400px;	
}

.ep_preview table
{
	border: solid 1px black;
	background-color: white;
	padding: 4px;
	margin: auto;
}

.ep_preview_title
{
	padding-top: 3px;
	text-align: center;
	background-color: white;
}



/* From: /opt/eprints3/lib/static/style/auto/print.css */

@media print {

.ep_noprint {
	display: none;
}

}



/* From: /opt/eprints3/lib/static/style/auto/progress.css */

div#progress {
	margin: 0px auto;
	width: 382px;
}

.progressmeter {
    font-size: 10pt;
    text-align: center;
}

.progressmeter table {
}

.progressmeter th {
    font-weight: bold;
    text-align: right;
}

.progressmeter td {
    text-align: left;
}

.finished {
    color: #667799;
}

.progressmeter .meter {
    position: relative;
    background-color: lightgrey;
    border: 2px solid #667799;
    height: 20px;
    width: 380px;
}

.progressmeter .meter .amount {
	margin: 0px auto 0px 0px;
    background-color: #667799;
    width: 0px;
    height: 20px
}

.progressmeter .meter .percent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    z-index: 1000;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.UploadMethod_file_progress_table {
	width: 550px;
	margin: 0 auto;
}



/* From: /opt/eprints3/lib/static/style/auto/savedsearches.css */



table.ep_savedsearches {
	margin: 10px auto 10px auto;
}

table.ep_savedsearches th {
	border-bottom: 1px solid #ccc;
}
table.ep_savedsearches td {
	border-bottom: 1px solid #ccc;
}



/* From: /opt/eprints3/lib/static/style/auto/search.css */


/* EPrints 3 search form style */



/* buttons are on the form, controls on the results */
.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom {
	border-style: solid none;
	border-width: 1px;
	text-align: center;
	padding: 4px 0px;
	margin: 4px 0px 12px 0px;
}

.ep_search_fields {
	margin-top: 1em;
	margin-bottom: 1em;
}
.ep_search_fields th {
	padding: 4px;
}
	
.ep_search_fields td {
	padding: 4px;
}
	

.ep_search_control
{
	padding: 0px 4px 0px 4px;
}

.ep_search_export {
	margin: 0.25em auto 0.25em auto;
	text-align: center;
}

.ep_search_export div[role="toolbar"] {
	margin: 1em;
}

.ep_search_reorder {
	margin: 0.4em auto 0 auto;
	text-align: center;
}

.ep_search_tool {
	white-space: nowrap;
}
.ep_search_tool img {
	vertical-align: -2px;
	padding-left: 0.5em;
}
.ep_search_tool a {
	text-decoration: none;
}


.ep_search_feed {
	white-space: nowrap;
}
.ep_search_feed img {
	vertical-align: -2px;
	padding-left: 0.5em;
}
.ep_search_feed a {
	text-decoration: none;
	color: #666;
}

.ep_search_results
{
	margin: 1em auto 1em auto;
}

.ep_search_desc
{
	text-align: center;
	margin: 0.25em 0 0 0;
}

.ep_search_result 
{
	display: table-row;
}

.ep_search_result > div
{
	padding: 4px 0.5em 4px 4px;
	border-bottom: dashed #bbf 1px;
	display: table-cell;
	vertical-align: middle;
}

.ep_search_result_docs
{
	white-space: nowrap;
	float: right;
	min-height: 48px;
}

.ep_paginate_list
{
	margin: auto;
	display: table;
	width: 100%;
}

.ep_search_field_name
{
	font-weight: bold;
	margin-top: 0.5em;
}

input.ep_form_search_advanced_link, input.ep_form_search_advanced_link:hover {
        border: none;
        text-decoration: underline;
        background: none;
        color: #00f;
        cursor: pointer;
}

span.search_desc {
	font-style: italic;
}



/* From: /opt/eprints3/lib/static/style/auto/storage.css */


/*
 *    Styles for storage manager.
 *
 *       ep_storage_*
 *      
 */

.ep_storage_heading {
	text-align: center;
	margin: 0;
}



/* From: /opt/eprints3/lib/static/style/auto/subjectinput.css */


/* 
   Styles for the subject component.

   ep_subjectinput_*

*/

div.ep_subjectinput_tree {
	margin-left: 25px;
}
.ep_subjectinput_tree dl {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px;
}
.ep_subjectinput_tree dl dt {
	margin: 0px 0px;
	padding-left: 18px;
	line-height: 18px;
}
.ep_subjectinput_tree dl dd {
	margin-left: 0px;
}
.ep_subjectinput_tree dl dt.ep_subjectinput_tree {
	cursor: pointer;
	background: url(images/plus.png) no-repeat;
}
.ep_subjectinput_tree dl dt.ep_subjectinput_tree_open {
	background: url(images/minus.png) no-repeat;
}

.ep_subjectinput_toggle {
	text-decoration: none;
	color: #000000;
}

.ep_subjectinput_selections {
	margin: 0.5em auto 0.5em auto;
	margin-top: 0.5em; 
	padding: 0.5em; 
}

.ep_subjectinput_selected {
	font-weight: bold;
}

.ep_subjectinput_selected_subject {
	font-weight: bold;
}

ul.ep_subjectinput_subjects {
	list-style: none;
}
ul.ep_subjectinput_subjects li {
	margin-top: 3px;
	margin-bottom: 3px;
	list-style: none;
}
ul.ep_subjectinput_subjects img {
	vertical-align: -2px;
}


.ep_subjectinput_selections {
	padding-bottom: 10px;
	border-bottom: dashed #808080 1px; 
	margin-bottom: 10px;
}
.ep_subjectinput_selections td.ep_first {
	border-top: none;
}

.ep_subjectinput_selections td {
	border-top: dashed #ccc 1px; 
}

.ep_subjectinput_results {
	border: dashed #c8cbdf 1px; 
	margin-top: 0.5em; 
	padding: 0.5em; 
	background-color: white;
	list-style: none;
}

.ep_subjectinput_results td.ep_first {
	border-top: none;
}

.ep_subjectinput_results td {
	border-top: dashed #ccc 1px; 
}

.ep_subjectinput_add_button, .ep_subjectinput_remove_button {
	border: solid blue 1px;
	padding: 1px;
	background-color: transparent;
	font-size: 70%;
	color: blue;
}


.ep_subjectinput_searchbar {
	text-align: center;
}

/* End of subject component section */



/* From: /opt/eprints3/lib/static/style/auto/summary.css */


/* Item Summary */

.ep_summary_content {
}
.ep_summary_content_top {
}
.ep_summary_content_bottom {
}
.ep_summary_content_left {
	float: left;
}
.ep_summary_content_right {
	float: right;
}
.ep_summary_content_after {
	clear: both;
}


.ep_summary_content_left .ep_summary_box {
	width: 200px;
	margin-right: 10px;
}
.ep_summary_content_right .ep_summary_box {
	width: 200px;
	margin-left: 10px;
}


.ep_summary_box {
	margin-bottom: 10px
}
.ep_summary_box_title {
	font-weight: normal;
	padding: 2px 6px 2px 6px; 
	font-weight: bold;
	font-size: 115%;
	border-style: solid;
	border-width: 1px;
}
.ep_summary_box_body {
	padding: 2px 6px 2px 6px; 
	border-style: none solid solid solid;
	border-width: 1px;
}
.ep_summary_box_title a {
	text-decoration: none;
}
.ep_summary_box_title img
{
	vertical-align: -1px;
}

.ep_summary_page_actions dt {
	display: inline;
}
.ep_summary_page_actions dd {
	display: inline-block;
	margin-left: 1em;
}

.ep_summary_page_document {
	clear: both;
}
.ep_summary_page_document > span {
	float: left;
	margin-left: 0.5em;
}



/* From: /opt/eprints3/lib/static/style/auto/surround.css */


/* EPrints 3 default workflow component-surround style */

/* ep_sr */

.ep_sr_component {
	padding: 0px;
	margin-top: 10px;
}
.ep_sr_component .ep_sr_title_bar {
	padding: 2px 6px 2px 6px; 
}
.ep_sr_component .ep_sr_title_bar_inner {
	width: 100%;
	display: table;
        border-spacing: 0;
        border-collapse: collapse;
        padding: 0;
}
.ep_sr_component .ep_sr_title_bar_inner > div {
        display: table-row;
}
.ep_sr_component .ep_sr_title_bar_inner > div > div {
        display: table-cell;
}
.ep_sr_component .ep_sr_title_bar_inner > div > div:last-child {
        text-align: right;
}

.ep_sr_component .ep_sr_title_bar_inner {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        padding: 0;
}

.ep_sr_component .ep_sr_title {
	font-weight: bold;
	font-size: 115%;
	color: #444;
}
.ep_sr_component .ep_sr_content {
	clear: both;
	padding: 6px;
	border-style: none solid solid solid;
	border-width: 1px;
}

/* collapse bar */

.ep_sr_collapse_bar {
	padding: 2px 6px 2px 6px; 
	font-weight: bold;
	font-size: 115%;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
}
.ep_sr_collapse_bar a {
	text-decoration: none;
}
.ep_sr_title a {
	text-decoration: none;
}
.ep_sr_collapse_link img
{
	vertical-align: -1px;
}

/* help style - not primetime */

.ep_sr_component .ep_sr_help {
	margin-bottom: 8px;
}
.ep_sr_component .ep_sr_show_help {
	white-space: nowrap;
}
.ep_sr_component .ep_sr_show_help a {
	text-decoration: none;
}	
.ep_sr_component .ep_sr_hide_help {
	white-space: nowrap;
}
.ep_sr_component .ep_sr_hide_help a {
	text-decoration: none;
}	
.ep_sr_component .ep_sr_title_bar {
	border-style: solid;
	border-width: 1px;
}
.ep_sr_show_help img {
	vertical-align: -2px;
}
.ep_sr_hide_help img {
	vertical-align: -2px;
}


/* used for multi, maybe should be elsewhere */
.ep_sr_component .ep_sr_help_chunk {
	border-bottom: 1px solid #888;
	padding-bottom: 4px; 
	margin-bottom: 4px;
}

.ep_sr_component .ep_form_input_grid {
	margin: auto;
}
.ep_multi_input .ep_form_input_grid {
	margin-left: 0px;
}



/* From: /opt/eprints3/lib/static/style/auto/tabs.css */


/* Tab Bar */

.ep_tab_panel, .ep_tab_bar li, .ep_tab_bar li a {
	border-width: 1px;
	border-style: solid;
}

/* selected tab */
.ep_tab_bar li.ep_tab_selected a {
	border-bottom-width: 0;
}

/* panel contents */
.ep_tab_panel {
}

/* tab text */
.ep_tab_bar a {
/*	color: #000000; */
}

/* remaining styles are structural */

.ep_tab_bar {
	list-style: none;
	padding: 0 0;
	margin: 0 0;
}

.ep_tab_bar li {
	float: left;
	padding: 0 0;
	margin: 0 0;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	list-style-type: none;
}

.ep_tab_bar li:first-child a {
	margin-left: 1.5em;
}

.ep_tab_bar li a {
	text-decoration: none;
	text-align: center;
	display: block;
	margin-right: 1.5em;
	padding: 3px 8px 4px 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: -1px; /* overwrite bottom-margin of li */
	border-bottom-width: 0;
}

.ep_tab_panel {
	border-top-width: 0;
	padding: 12px;
	clear: left;
}

.ep_tab_panel > div > table {
	width: 100%;
}



/* From: /opt/eprints3/lib/static/style/auto/template.css */


/* EPrints 3 template styles */
/* prefix all styles with ep_tm */

hr.ep_tm_last {
	color: #152d4e;
	background-color: #152d4e;
}


/* deprecated in 3.3 */
.ep_tm_logo img {
	float: right;
	padding: 4px;
	border-style: none;
}

.ep_tm_site_logo img {
	border-style: none;
	padding: 10px 10px;
}

.ep_tm_archivetitle, .ep_tm_archivetitle:visited {
	font-size: 40px;
	text-decoration: none;
	margin: 10px;
}

.ep_tm_main {
        margin: 1em;
}

/* Menu Bar */

.ep_tm_menu, .ep_tm_key_tools {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.ep_tm_key_tools {
	display: block;
}

.ep_tm_menu {
	height: 30px;
	line-height: 30px;
}

.ep_tm_menu, .ep_tm_menu ul {
/*	background-color: #204f76; */
}

.ep_tm_menu li {
	float: left;
}
.ep_tm_menu ul {
}

.ep_tm_menu a, .ep_tm_menu a:visited {
	display: block;
	padding: 0px 20px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
}

.ep_tm_menu ul
{
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
}

.ep_tm_menu ul li {
	float: none;
}

.ep_tm_menu ul a
{
	text-align: left;
}

.ep_tm_key_tools li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}

.ep_tm_key_tools li a:hover {
}

.ep_tm_key_tools a {
/*	white-space: nowrap; */
}

/* end of menu bar */

/* Action Menu Bar */

.ep_tm_key_tools li {
	padding: 0px 6px;
}

.ep_tm_key_tools li:first-child {
	padding-left: 0px;
}

/* end of Action Menu Bar */

/* Search bar */

.ep_tm_searchbar {
	padding: 4px 10px;
}

.ep_tm_searchbar form {
	white-space: nowrap;
}

.ep_tm_searchbarbutton {
	text-align: center;
	padding: 1px 4px;
	margin: 0px;
	margin-left: 4px;
	font-size: 85%;
	background-position: 0px -2px;
	border-width: 1px;
	border-radius: 3px;
}

.ep_tm_searchbarbox {
	font-size: 80%;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
}

/* end of search bar */

#ep_tm_languages {
	display: inline;
}
#ep_tm_languages a {
	margin-left: 4px;
}

.ep_tm_searchbar {
        border-width:0;
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
}

.ep_tm_searchbar td {
        padding: 0;
        margin: 0;
}

.ep_tm_page_content {
        max-width:1024px;
        width:auto;
        margin-left: auto;
        margin-right: auto;
        margin-top:10px;
}

.ep_tm_eprints_logo {
        float: right;
        margin-left: 1em;
}

.ep_tm_footer {
	clear: both;
	margin-top: 20px;
	font-size: 90%;
	border-top-width: 2px;
	border-top-style: solid;
	padding: 10px 10px 0px 10px;
}
.ep_tm_footer hr {
	display: none;
}

@media only screen and (min-width:600px) and (max-width:1180px)
{
	.ep_tm_footer img { height: 15px; width: auto !important; }
}
@media only screen and (min-width:0px) and (max-width:600px)
{
    .ep_tm_footer img { display: none; }
}
@media only screen and (min-width:0px) and (max-width:570px)
{
	footer { height: 54px; }
}



/* From: /opt/eprints3/lib/static/style/auto/toolbox.css */


/* Toolbox styles - used to subdivide some content */

.ep_toolbox {
	margin-bottom: 10px;
}

.ep_toolbox_title {
	padding: 2px 10px 2px 10px;
}

.ep_toolbox_content {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
}



/* From: /opt/eprints3/lib/static/style/auto/upload.css */


/* 
   Styles for the upload component.

   ep_upload_*

*/

.ep_upload_newdoc
{
	text-align: center;
/*	margin-top: 1em;
	margin-bottom: 1em; */
}

.ep_upload_fields {
	display: table;
}
.ep_upload_fields > div {
	display: table-row;
}
.ep_upload_fields > div > div {
        display: table-cell;
}


.ep_upload_fields th
{
	text-align: right;
}

/* Document section */

.ep_upload_doc
{
	margin-bottom: 0.5em;
	border-style: solid;
	border-width: 1px;
}

.ep_upload_doc .ep_upload_doc_title_bar {
	padding: 0px 6px 0px 6px; 
	border-bottom: solid 1px #d8dbef;
}
.ep_upload_doc .ep_upload_doc_title {
	color: #444;
}
.ep_upload_doc .ep_upload_doc_content {
	clear: both;
	padding: 6px;
}

.ep_update_doc_delete {
	white-space: nowrap;
}
.ep_update_doc_delete input {
	vertical-align: -2px;
}

.ep_update_doc_options {
	white-space: nowrap;
}
.ep_update_doc_options img {
	vertical-align: -2px;
	border: none;
}
.ep_update_doc_options a {
	text-decoration: none;
}

.ep_upload_doc_toolbar
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
}

.ep_upload_files
{
/*	border: dashed #c8cbdf 1px; 
	text-align: center;
	margin-top: 0.5em; 
	padding: 0.5em; 
	background-color: white; */
}

.ep_upload_file_table 
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}
.ep_upload_add_file_toolbar
{
	margin-top: 0.5em;
}

.ep_upload_doc_expansion_bar
{
	text-align: right;
	padding: 2px .5em;
}
.ep_upload_doc_expansion_bar a
{
	cursor: pointer;
	text-decoration: none;
}

/* End of Document section */

/* Drag and drop */

.ep_dropbox {
	border-width: 2px;
	border-style: dashed;
	border-color: #4ea;
	background-color: #fff;
	font-weight: bold;
	font-size: 110%;
	padding: 40px 0px;
}

/* End of Drap and drop */


.ep_upload_file_label {
        margin-right: 0.3em;
	font-weight: bold;
}


.UploadMethod_file_progress_table {
	display: table;
}

.UploadMethod_file_progress_table > div {
	display: table-row;
}

.UploadMethod_file_progress_table > div > div {
        display: table-cell;
	padding: 0.5em;
}


.ep_upload_doc_title_bar_inner {
	display: table;
	width: 100%;
	border-width: 0;
}

.ep_upload_doc_title_bar_inner > div {
	display: table-row;
}

.ep_upload_doc_title_bar_inner > div > div {
        display: table-cell;
	vertical-align: middle;
}

.ep_upload_doc_title_bar_inner_left {
        text-align: left;
        width: 60%;
}


.ep_upload_doc_title_bar_inner > div > div:last-child {
	text-align: right;
	width: 20%;
}

.ep_upload_doc_icon_info {
	display: block;
	border-width: 0;
	padding: 0.4em;
}

.ep_upload_doc_icon_info > div {
	display: inline-block;
}

.ep_upload_doc_icon_info > div:first-child {
	text-align: center;
}

.ep_upload_doc_icon_info > div.ep_upload_doc_title {
	text-align: left;
	vertical-align: top;
	margin: 0.3em;
}

.ep_upload_doc_actions_inner {
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: 0;
}

.ep_upload_doc_actions_inner > div {
	display: table-row;
}

.ep_upload_doc_actions_inner > div > div {
        display: table-cell;
	padding: 0.2em;
}

.ep_update_doc_options label {
	vertical-align: top;
}




/* From: /opt/eprints3/lib/static/style/auto/view.css */



/* spacing between page elements */
.ep_view_page h2 {
	margin-top: 30px;
}
.ep_view_blurb {
	margin-top: 20px;
}
.ep_view_timestamp {
	margin-top: 30px;
	text-align: right;
}

.ep_view_group_by_current {
	font-weight: bold;
}

.ep_view_group_by {
	border-style: solid none;
	border-width: 1px;
	text-align: center;
	padding: 4px 0px;
	margin: 4px 0px 12px 0px;
}

.ep_view_cols {
	width: 100%;
	margin-top: 1em;
	display: table;
	border: 0;
        padding: 0;
        border-spacing: 0;
        border-collapse: separate;
}

.ep_view_cols > div {
	display: table-row;
}

.ep_view_col {
	display: table-cell;
	vertical-align: top;
}
.ep_view_cols_2 .ep_view_col { width: 50%; }
.ep_view_cols_3 .ep_view_col { width: 33.3%; }
.ep_view_cols_4 .ep_view_col { width: 25%; }
.ep_view_cols_5 .ep_view_col { width: 20%; }
.ep_view_cols_6 .ep_view_col { width: 16.6%; }
.ep_view_cols_7 .ep_view_col { width: 14.28%; }
.ep_view_cols_8 .ep_view_col { width: 12.5%; }

.ep_view_cols ul {
	margin-top: 0px;
	margin-bottom: 0px;
}


	



/* From: /opt/eprints3/lib/static/style/auto/z_eprints_services_template.css */

/* override the default style with on a little cleaner */

  body
  {
    background-color: #eaeaea;
  }
  #wrapper
  {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    padding: 5px;
    max-width: 1280px;
    margin: 10px auto;
  }
  #main_content
  {
    min-height: 640px;
  }
  h1
  {
    padding-bottom: 5px;
  }
  h1, h2, h3, h4
  {
    color: #000000;
  }
  .ep_tm_menu,
  .ep_tm_menu li:hover
  {
    background-image: none;
    color: black;
  }
  .ep_tm_footer
  {
    height: 34px;
  }
  .ep_sr_content, .ep_summary_box_body, .ep_tab_panel, .ep_toolbox_content, .ep_upload_doc
  {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .ep_tm_searchbar, .ep_columns_title, td.ep_columns_alter
  {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom, .ep_view_group_by
  {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .ep_summary_box_title, .ep_sr_title_bar, .ep_sr_collapse_bar 
  {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .ep_blister_node
  {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .ep_form_action_button, .ep_form_internal_button, .ep_tm_searchbarbutton
  {
    background-image: none;
    margin-right: 8px;
    min-width: 145px;
    max-width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
  } 
  #ep_eprint_view_panels .ep_form_action_button 
  {
    min-width: 145px;
    max-width: 145px;
  }
  .ep_tm_searchbarbutton 
  { 
    min-width: inherit; 
  }

  .ep_blister_node_selected
  {
    background-image: none;
  }
  dl.ep_action_list dd
  {
    margin-bottom: 15px;
  }



/* From: /opt/eprints3/lib/static/style/auto/z_metafield.css */

table.ep_metafield_compound,
table.ep_metafield_compound th,
table.ep_metafield_compound td
{
  border: 0.5px solid lightgray;
  border-spacing: 0px;
}

table.ep_metafield_compound th,
table.ep_metafield_compound td
{
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}



/* From: /opt/eprints3/archives/stimrepo/cfg/static/style/auto/zzz_local.css */

/* 
 * This CSS file will be applied after all the built in styles.
 * 
 * CSS files are loaded in alphabetic order, hence the "zzz" in
 * the filename to force it to load after the other css files.
 *
 * Keep this file as the final archive-level override for dynamic admin pages.
 */

/* STIM_ADMIN_PIPELINE_STABLE_20260618_A
 * Stable admin cleanup only.
 * The admin JavaScript adapter is inactive; avoid broad CSS grid layout here.
 */

body.stim-admin-page,
body:has(.ep_tm_searchbar .ep_tm_key_tools) {
  background: #F2F5FA;
  color: #1F2937;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

/* STIM_LOGIN_PUBLIC_SHELL_MATCH_20260621
   Match the login shell to the public homepage without changing the homepage.
   Mobile keeps a safe wrapped header/footer to avoid horizontal overflow. */
html.stim-login-page body.stim-login-page #wrapper {
  background: #FFFFFF !important;
  border: 1px solid rgba(229, 231, 235, 0.92) !important;
  box-sizing: content-box !important;
  box-shadow: 0 18px 38px rgba(18, 51, 95, 0.06) !important;
  margin: 16px auto !important;
  max-width: 1280px !important;
  min-height: calc(100vh - 32px) !important;
  padding: 5px !important;
  width: auto !important;
}

html.stim-login-page body.stim-login-page #wrapper > header,
html.stim-login-page body.stim-login-page #wrapper > #main_content,
html.stim-login-page body.stim-login-page #wrapper > footer {
  box-sizing: content-box !important;
  max-width: none !important;
  width: auto !important;
}

html.stim-login-page body.stim-login-page .ep_tm_header {
  display: block !important;
}

html.stim-login-page body.stim-login-page .stim-header-inner {
  align-items: center !important;
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: minmax(250px, auto) minmax(0, 1fr) auto !important;
  margin: 0 auto !important;
  max-width: 1180px !important;
  padding: 16px 24px !important;
}

html.stim-login-page body.stim-login-page .ep_tm_page_content {
  padding-top: 48px !important;
}

html.stim-login-page body.stim-login-page footer {
  display: block !important;
}

html.stim-login-page body.stim-login-page .ep_tm_footer {
  align-items: center !important;
  box-sizing: content-box !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 18px !important;
  height: auto !important;
  justify-content: space-between !important;
  margin: 26px 0 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 14px 24px !important;
  width: auto !important;
}

@media (max-width: 1304px) {
  html.stim-login-page body.stim-login-page #wrapper {
    box-sizing: border-box !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
    max-width: calc(100% - 12px) !important;
    width: calc(100% - 12px) !important;
  }
}

@media (max-width: 720px) {
  html.stim-login-page body.stim-login-page .stim-header-inner {
    align-items: center !important;
    display: grid !important;
    gap: 10px 12px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    padding: 14px 18px !important;
  }

  html.stim-login-page body.stim-login-page .stim-header-nav {
    grid-column: 1 / -1 !important;
    min-width: 0 !important;
    order: initial !important;
    overflow: visible !important;
  }

  html.stim-login-page body.stim-login-page .stim-header-nav .ep_tm_menu {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  html.stim-login-page body.stim-login-page .stim-header-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin-left: 0 !important;
  }

  html.stim-login-page body.stim-login-page .ep_tm_page_content {
    padding-top: 28px !important;
  }

  html.stim-login-page body.stim-login-page .ep_tm_footer {
    align-items: flex-start !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    min-height: 112px !important;
    padding: 14px 18px !important;
    width: 100% !important;
  }

  html.stim-login-page body.stim-login-page .stim-footer__links {
    text-align: left !important;
  }
}

/* STIM_ITEMS_TABLE_HEADER_WIDTH_FIX_20260703 eof override */
body.stim-operator-deposit-dashboard table.ep_columns .stim-col-lastmod {
  max-width: 128px !important;
  min-width: 128px !important;
  width: 128px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-title {
  max-width: none !important;
  min-width: 300px !important;
  width: auto !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-type {
  max-width: 145px !important;
  min-width: 145px !important;
  width: 145px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-status {
  max-width: 106px !important;
  min-width: 106px !important;
  width: 106px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-actions {
  max-width: 188px !important;
  min-width: 188px !important;
  width: 188px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-lastmod,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-title,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-type,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-status,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-actions {
  line-height: 1.2 !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
  word-break: normal !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-type,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-status,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-actions {
  text-align: center !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-title {
  text-align: left !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-type a,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-status a,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-actions span {
  justify-content: center !important;
  text-align: center !important;
  white-space: normal !important;
}

@media (max-width: 980px) {
  body.stim-operator-deposit-dashboard table.ep_columns .stim-col-title {
    min-width: 270px !important;
  }

  body.stim-operator-deposit-dashboard table.ep_columns .stim-col-type {
    max-width: 140px !important;
    min-width: 140px !important;
    width: 140px !important;
  }

  body.stim-operator-deposit-dashboard table.ep_columns .stim-col-actions {
    max-width: 180px !important;
    min-width: 180px !important;
    width: 180px !important;
  }
}

/* STIM_ITEMS_TABLE_HEADER_WIDTH_FIX_20260703 final override */
body.stim-operator-deposit-dashboard table.ep_columns .stim-col-lastmod {
  max-width: 128px !important;
  min-width: 128px !important;
  width: 128px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-title {
  max-width: none !important;
  min-width: 300px !important;
  width: auto !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-type {
  max-width: 145px !important;
  min-width: 145px !important;
  width: 145px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-status {
  max-width: 106px !important;
  min-width: 106px !important;
  width: 106px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-actions {
  max-width: 188px !important;
  min-width: 188px !important;
  width: 188px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-lastmod,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-title,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-type,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-status,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-actions {
  line-height: 1.2 !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
  word-break: normal !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-type,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-status,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-actions {
  text-align: center !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-title {
  text-align: left !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-type .ep_columns_title_inner,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-status .ep_columns_title_inner,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-actions .ep_columns_title_inner {
  justify-content: center !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-type a,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-status a,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-actions span {
  justify-content: center !important;
  text-align: center !important;
  white-space: normal !important;
}

@media (max-width: 980px) {
  body.stim-operator-deposit-dashboard table.ep_columns .stim-col-title {
    min-width: 270px !important;
  }

  body.stim-operator-deposit-dashboard table.ep_columns .stim-col-type {
    max-width: 140px !important;
    min-width: 140px !important;
    width: 140px !important;
  }

  body.stim-operator-deposit-dashboard table.ep_columns .stim-col-actions {
    max-width: 180px !important;
    min-width: 180px !important;
    width: 180px !important;
  }
}

/* STIM_INFORMATION_HERO_CARD_COLOR_20260703 */
html.stim-public-information-page .stim-about-page > .stim-static-page__header {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #0B2F63 0%, #123F7A 55%, #1557A8 100%) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 45px rgba(10, 47, 99, 0.18) !important;
  color: #FFFFFF !important;
  padding: 34px 36px !important;
}

html.stim-public-information-page .stim-about-page > .stim-static-page__header h1 {
  color: #FFFFFF !important;
}

html.stim-public-information-page .stim-about-page > .stim-static-page__header p {
  color: rgba(255, 255, 255, 0.90) !important;
}

@media (max-width: 640px) {
  html.stim-public-information-page .stim-about-page > .stim-static-page__header {
    padding: 26px 22px !important;
  }
}

/* STIM_HOME_HERO_IMAGE_20260703 */
html.stim-public-home-page .stim-hero,
body:not(.stim-admin-page) .stim-hero {
  background-color: #0B2548 !important;
  background-image:
    linear-gradient(90deg, rgba(7, 32, 70, 0.88), rgba(7, 32, 70, 0.62)),
    url('/images/hero.jpg') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 640px) {
  html.stim-public-home-page .stim-hero,
  body:not(.stim-admin-page) .stim-hero {
    background-image:
      linear-gradient(180deg, rgba(7, 32, 70, 0.90), rgba(7, 32, 70, 0.70)),
      url('/images/hero.jpg') !important;
    background-position: center top !important;
  }
}

/* STIM_HOME_HERO_SLIDESHOW_20260710 */
html.stim-public-home-page .stim-hero.stim-hero-slide-1 {
  background-image:
    linear-gradient(90deg, rgba(7, 32, 70, 0.88), rgba(7, 32, 70, 0.62)),
    url('/images/hero.jpg') !important;
}

html.stim-public-home-page .stim-hero.stim-hero-slide-2 {
  background-image:
    linear-gradient(90deg, rgba(7, 32, 70, 0.88), rgba(7, 32, 70, 0.62)),
    url('/images/hero2.webp') !important;
}

html.stim-public-home-page .stim-hero.stim-hero-slide-3 {
  background-image:
    linear-gradient(90deg, rgba(7, 32, 70, 0.88), rgba(7, 32, 70, 0.62)),
    url('/images/hero3.webp') !important;
}

@media (max-width: 640px) {
  html.stim-public-home-page .stim-hero.stim-hero-slide-1 {
    background-image:
      linear-gradient(180deg, rgba(7, 32, 70, 0.90), rgba(7, 32, 70, 0.70)),
      url('/images/hero.jpg') !important;
  }

  html.stim-public-home-page .stim-hero.stim-hero-slide-2 {
    background-image:
      linear-gradient(180deg, rgba(7, 32, 70, 0.90), rgba(7, 32, 70, 0.70)),
      url('/images/hero2.webp') !important;
  }

  html.stim-public-home-page .stim-hero.stim-hero-slide-3 {
    background-image:
      linear-gradient(180deg, rgba(7, 32, 70, 0.90), rgba(7, 32, 70, 0.70)),
      url('/images/hero3.webp') !important;
  }
}

/* STIM_HOME_HERO_HEIGHT_20260703 */
html.stim-public-home-page .stim-hero,
body:not(.stim-admin-page) .stim-hero {
  align-items: center !important;
  display: flex !important;
  min-height: 320px !important;
  padding-bottom: 58px !important;
  padding-top: 58px !important;
}

html.stim-public-home-page .stim-hero .stim-hero__content,
body:not(.stim-admin-page) .stim-hero .stim-hero__content {
  width: 100% !important;
}

@media (max-width: 1024px) {
  html.stim-public-home-page .stim-hero,
  body:not(.stim-admin-page) .stim-hero {
    min-height: 300px !important;
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}

@media (max-width: 768px) {
  html.stim-public-home-page .stim-hero,
  body:not(.stim-admin-page) .stim-hero {
    min-height: 280px !important;
    padding-bottom: 42px !important;
    padding-top: 42px !important;
  }
}

@media (max-width: 430px) {
  html.stim-public-home-page .stim-hero,
  body:not(.stim-admin-page) .stim-hero {
    min-height: 300px !important;
    padding-bottom: 36px !important;
    padding-top: 36px !important;
  }
}

/* STIM_ITEMS_PAGINATION_CLARITY_20260701 */
body.stim-operator-deposit-dashboard .ep_search_controls {
  display: none !important;
}

body.stim-operator-deposit-dashboard .ep_search_controls_bottom {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(18, 51, 95, 0.07) !important;
  box-sizing: border-box !important;
  color: #12335F !important;
  display: block !important;
  font-size: 0.88rem !important;
  line-height: 1.5 !important;
  margin: 18px 0 0 !important;
  max-width: 100% !important;
  padding: 14px 16px !important;
  width: 100% !important;
}

body.stim-operator-deposit-dashboard .stim-items-pagination {
  align-items: center !important;
  display: flex !important;
  gap: 14px 18px !important;
  justify-content: space-between !important;
  max-width: 100% !important;
}

body.stim-operator-deposit-dashboard .stim-pagination-summary {
  align-items: center !important;
  background: #F4F8FE !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 999px !important;
  color: #12335F !important;
  display: inline-flex !important;
  flex: 0 1 auto !important;
  font-size: 0.86rem !important;
  font-weight: 820 !important;
  line-height: 1.25 !important;
  min-height: 34px !important;
  padding: 7px 12px !important;
  white-space: nowrap !important;
}

body.stim-operator-deposit-dashboard .stim-pagination-controls {
  align-items: center !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-wrap: wrap !important;
  gap: 10px 14px !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
}

body.stim-operator-deposit-dashboard .stim-pagination-size,
body.stim-operator-deposit-dashboard .stim-pagination-pages {
  align-items: center !important;
  display: inline-flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
}

body.stim-operator-deposit-dashboard .stim-pagination-label {
  color: #60708A !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  margin-right: 2px !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

body.stim-operator-deposit-dashboard .stim-pagination-link,
body.stim-operator-deposit-dashboard .stim-pagination-current {
  align-items: center !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  font-size: 0.84rem !important;
  font-weight: 850 !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 34px !important;
  min-width: 36px !important;
  padding: 8px 11px !important;
  text-decoration: none !important;
}

body.stim-operator-deposit-dashboard .stim-pagination-link,
body.stim-operator-deposit-dashboard .stim-pagination-link:visited {
  background: #FFFFFF !important;
  border: 1px solid #CFE0F3 !important;
  color: #0B4DBA !important;
}

body.stim-operator-deposit-dashboard .stim-pagination-link:hover,
body.stim-operator-deposit-dashboard .stim-pagination-link:focus {
  background: #EAF2FF !important;
  border-color: #9DBBE7 !important;
  color: #12335F !important;
}

body.stim-operator-deposit-dashboard .stim-pagination-size-link {
  background: #F8FBFF !important;
  border-color: #D6E3F5 !important;
  color: #12335F !important;
}

body.stim-operator-deposit-dashboard .stim-pagination-current {
  background: #0B4DBA !important;
  border: 1px solid #0B4DBA !important;
  color: #FFFFFF !important;
}

body.stim-operator-deposit-dashboard .stim-pagination-next,
body.stim-operator-deposit-dashboard .stim-pagination-prev {
  min-width: 76px !important;
}

body.stim-operator-deposit-dashboard .stim-pagination-size-link:last-child {
  border-style: dashed !important;
  color: #52677F !important;
  min-width: 66px !important;
}

@media (max-width: 760px) {
  body.stim-operator-deposit-dashboard .ep_search_controls_bottom {
    border-radius: 12px !important;
    margin-top: 14px !important;
    padding: 12px !important;
  }

  body.stim-operator-deposit-dashboard .stim-items-pagination {
    align-items: stretch !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.stim-operator-deposit-dashboard .stim-pagination-summary {
    justify-content: center !important;
    min-height: 36px !important;
    text-align: center !important;
    white-space: normal !important;
    width: 100% !important;
  }

  body.stim-operator-deposit-dashboard .stim-pagination-controls {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-content: stretch !important;
    width: 100% !important;
  }

  body.stim-operator-deposit-dashboard .stim-pagination-size,
  body.stim-operator-deposit-dashboard .stim-pagination-pages {
    background: #F8FBFF !important;
    border: 1px solid #E6EEF8 !important;
    border-radius: 10px !important;
    justify-content: center !important;
    padding: 8px !important;
    width: 100% !important;
  }

  body.stim-operator-deposit-dashboard .stim-pagination-label {
    flex-basis: 100% !important;
    margin: 0 0 2px !important;
    text-align: center !important;
  }

  body.stim-operator-deposit-dashboard .stim-pagination-link,
  body.stim-operator-deposit-dashboard .stim-pagination-current {
    min-height: 38px !important;
    min-width: 40px !important;
  }
}

/* STIM_WORKFLOW_VALIDATION_ALERT_POLISH_20260701 final scoped override */
body.stim-workflow-ui #ep_messages {
  box-sizing: border-box !important;
  margin: 0 0 18px !important;
  max-width: 980px !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  margin: 0 0 18px !important;
  max-width: 100% !important;
  padding: 0 !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_content {
  align-items: flex-start !important;
  background: linear-gradient(180deg, #FFF9F0 0%, #FFF7ED 100%) !important;
  border: 1px solid #FED7AA !important;
  border-left: 4px solid #F59E0B !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(154, 52, 18, 0.08) !important;
  box-sizing: border-box !important;
  color: #0B2548 !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 14px 16px !important;
  width: 100% !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_icon {
  align-items: center !important;
  background: #FFFBEB !important;
  border: 1px solid #FED7AA !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  height: 24px !important;
  justify-content: center !important;
  margin: 1px 0 0 !important;
  padding: 3px !important;
  width: 24px !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_icon img {
  display: block !important;
  height: 16px !important;
  margin: 0 !important;
  max-height: 16px !important;
  max-width: 16px !important;
  object-fit: contain !important;
  width: 16px !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_text {
  color: #12335F !important;
  display: block !important;
  font-size: 0.9rem !important;
  font-weight: 680 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_text::before {
  color: #9A3412 !important;
  content: "Periksa kembali isian berikut:" !important;
  display: block !important;
  font-size: 0.82rem !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  margin: 0 0 8px !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_text ul,
body.stim-workflow-ui #ep_messages .ep_msg_warning_text ol {
  align-items: flex-start !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_text li,
body.stim-workflow-ui #ep_messages .ep_msg_warning_text .stim-admin-validation-message {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #FED7AA !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: #12335F !important;
  display: inline-flex !important;
  flex-wrap: wrap !important;
  font-size: 0.86rem !important;
  font-weight: 720 !important;
  gap: 4px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-height: 34px !important;
  padding: 8px 10px !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_text a,
body.stim-workflow-ui #ep_messages .ep_msg_warning_text a:visited,
body.stim-workflow-ui #ep_messages .ep_msg_warning_text .ep_problem_field {
  color: #0B4DBA !important;
  font-weight: 850 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_text a:hover,
body.stim-workflow-ui #ep_messages .ep_msg_warning_text a:focus {
  color: #12335F !important;
}

@media (max-width: 640px) {
  body.stim-workflow-ui #ep_messages {
    margin-bottom: 14px !important;
    max-width: 100% !important;
  }

  body.stim-workflow-ui #ep_messages .ep_msg_warning_content {
    border-radius: 12px !important;
    gap: 10px !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    padding: 12px !important;
  }

  body.stim-workflow-ui #ep_messages .ep_msg_warning_icon {
    height: 22px !important;
    width: 22px !important;
  }

  body.stim-workflow-ui #ep_messages .ep_msg_warning_text ul,
  body.stim-workflow-ui #ep_messages .ep_msg_warning_text ol {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.stim-workflow-ui #ep_messages .ep_msg_warning_text li,
  body.stim-workflow-ui #ep_messages .ep_msg_warning_text .stim-admin-validation-message {
    align-items: flex-start !important;
    display: flex !important;
    width: 100% !important;
  }
}

/* STIM_ITEMS_PAGINATION_POLISH_20260701 */
body.stim-operator-deposit-dashboard .ep_search_controls {
  display: none !important;
}

body.stim-operator-deposit-dashboard .ep_search_controls_bottom {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(18, 51, 95, 0.07) !important;
  box-sizing: border-box !important;
  color: #55657A !important;
  display: flex !important;
  font-size: 0.88rem !important;
  font-weight: 650 !important;
  justify-content: center !important;
  line-height: 1.55 !important;
  margin: 18px 0 0 !important;
  max-width: 100% !important;
  padding: 13px 16px !important;
  text-align: center !important;
  width: 100% !important;
}

body.stim-operator-deposit-dashboard .ep_search_controls_bottom > div {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 10px !important;
  justify-content: center !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.stim-operator-deposit-dashboard .ep_search_controls_bottom br {
  display: none !important;
}

body.stim-operator-deposit-dashboard .ep_search_controls_bottom .ep_search_number {
  align-items: center !important;
  background: #F4F8FE !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 999px !important;
  color: #12335F !important;
  display: inline-flex !important;
  font-size: 0.82rem !important;
  font-weight: 850 !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 24px !important;
  min-width: 24px !important;
  padding: 4px 8px !important;
}

body.stim-operator-deposit-dashboard .ep_search_controls_bottom a,
body.stim-operator-deposit-dashboard .ep_search_controls_bottom a:visited,
body.stim-operator-deposit-dashboard .ep_search_controls_bottom .ep_search_control,
body.stim-operator-deposit-dashboard .ep_search_controls_bottom .ep_search_control strong {
  align-items: center !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  font-size: 0.84rem !important;
  font-weight: 820 !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 32px !important;
  min-width: 34px !important;
  text-decoration: none !important;
}

body.stim-operator-deposit-dashboard .ep_search_controls_bottom a,
body.stim-operator-deposit-dashboard .ep_search_controls_bottom a:visited {
  background: #FFFFFF !important;
  border: 1px solid #CFE0F3 !important;
  color: #0B4DBA !important;
  padding: 8px 11px !important;
}

body.stim-operator-deposit-dashboard .ep_search_controls_bottom a:hover,
body.stim-operator-deposit-dashboard .ep_search_controls_bottom a:focus {
  background: #EAF2FF !important;
  border-color: #9DBBE7 !important;
  color: #12335F !important;
}

body.stim-operator-deposit-dashboard .ep_search_controls_bottom .ep_search_control {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.stim-operator-deposit-dashboard .ep_search_controls_bottom .ep_search_control strong {
  background: #0B4DBA !important;
  border: 1px solid #0B4DBA !important;
  color: #FFFFFF !important;
  padding: 8px 11px !important;
}

body.stim-operator-deposit-dashboard .ep_search_controls_bottom a[href*="_buffer_page_size"] {
  background: #F8FBFF !important;
  border-color: #D6E3F5 !important;
  color: #12335F !important;
  min-width: 38px !important;
}

body.stim-operator-deposit-dashboard .ep_search_controls_bottom a[href*="_buffer_page_size"]:hover,
body.stim-operator-deposit-dashboard .ep_search_controls_bottom a[href*="_buffer_page_size"]:focus {
  background: #EAF2FF !important;
  color: #0B4DBA !important;
}

body.stim-operator-deposit-dashboard .ep_search_controls_bottom a[href*="_buffer_page_size"]:not([href*="_buffer_page_size=10"]):not([href*="_buffer_page_size=25"]):not([href*="_buffer_page_size=100"]) {
  background: #FFFFFF !important;
  border-style: dashed !important;
  color: #52677F !important;
  min-width: 0 !important;
}

@media (max-width: 760px) {
  body.stim-operator-deposit-dashboard .ep_search_controls_bottom {
    align-items: stretch !important;
    border-radius: 12px !important;
    font-size: 0.84rem !important;
    margin-top: 14px !important;
    padding: 12px !important;
  }

  body.stim-operator-deposit-dashboard .ep_search_controls_bottom > div {
    align-items: center !important;
    display: flex !important;
    gap: 7px !important;
    justify-content: center !important;
  }

  body.stim-operator-deposit-dashboard .ep_search_controls_bottom a,
  body.stim-operator-deposit-dashboard .ep_search_controls_bottom .ep_search_control strong {
    min-height: 34px !important;
    min-width: 36px !important;
    padding: 8px 10px !important;
  }
}

/* STIM_LOGIN_HEADER_MATCH_HOME_20260621
   Match only the login header's nav sizing and login-button state to home. */

/* STIM_LOGIN_RESTORE_SAFE_LAYOUT_20260621
   Keep /cgi/users/login in the public shell and isolate it from admin/sidebar
   layout rules. Authentication fields and the native POST form are unchanged. */
html.stim-login-page body.stim-login-page {
  background: #F5F7FA !important;
}

html.stim-login-page body.stim-login-page .ep_tm_header,
html.stim-login-page body.stim-login-page .stim-header-inner,
html.stim-login-page body.stim-login-page .stim-header-nav,
html.stim-login-page body.stim-login-page .stim-header-actions,
html.stim-login-page body.stim-login-page .ep_tm_menu {
  opacity: 1 !important;
  visibility: visible !important;
}

html.stim-login-page body.stim-login-page .ep_tm_header,
html.stim-login-page body.stim-login-page .stim-header-inner {
  display: flex !important;
}

html.stim-login-page body.stim-login-page .stim-header-nav,
html.stim-login-page body.stim-login-page .stim-header-actions,
html.stim-login-page body.stim-login-page .ep_tm_menu {
  display: flex !important;
}

html.stim-login-page body.stim-login-page #wrapper {
  background: #FFFFFF !important;
  border: 0 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  margin: 0 auto !important;
  max-width: none !important;
  min-height: 100vh !important;
  padding: 0 !important;
  width: 100% !important;
}

html.stim-login-page body.stim-login-page #wrapper > header,
html.stim-login-page body.stim-login-page #wrapper > #main_content,
html.stim-login-page body.stim-login-page #wrapper > footer {
  box-sizing: border-box !important;
  max-width: 100% !important;
  width: 100% !important;
}

html.stim-login-page body.stim-login-page #main_content {
  background: #FFFFFF !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

html.stim-login-page body.stim-login-page .ep_tm_page_content {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  margin: 0 auto !important;
  max-width: 1120px !important;
  min-height: 500px !important;
  padding: 52px 20px 56px !important;
  width: 100% !important;
}

html.stim-login-page body.stim-login-page .ep_tm_page_content > form {
  box-sizing: border-box !important;
  margin: 0 auto !important;
  max-width: 480px !important;
  width: 100% !important;
}

html.stim-login-page body.stim-login-page .stim-login-card {
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 440px !important;
  width: 100% !important;
}

/* STIM_LOGIN_ERROR_ALERT_POLISH_20260703 */
html.stim-login-page body.stim-login-page #ep_messages {
  box-sizing: border-box !important;
  margin: 0 auto 16px !important;
  max-width: 440px !important;
  width: 100% !important;
}

html.stim-login-page body.stim-login-page #ep_messages .ep_msg_error {
  background: #FFF1F2 !important;
  border: 1px solid #FECDD3 !important;
  border-left: 4px solid #E11D48 !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 30px rgba(190, 18, 60, 0.10) !important;
  box-sizing: border-box !important;
  color: #7F1D1D !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  width: 100% !important;
}

html.stim-login-page body.stim-login-page #ep_messages .ep_msg_error_content {
  align-items: flex-start !important;
  background: transparent !important;
  border: 0 !important;
  display: flex !important;
  gap: 11px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

html.stim-login-page body.stim-login-page #ep_messages .ep_msg_error_icon {
  align-items: center !important;
  background: #FFE4E6 !important;
  border: 1px solid #FECDD3 !important;
  border-radius: 999px !important;
  color: #E11D48 !important;
  display: inline-flex !important;
  flex: 0 0 26px !important;
  height: 26px !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 26px !important;
}

html.stim-login-page body.stim-login-page #ep_messages .ep_msg_error_icon::before {
  content: "!" !important;
  font-size: 0.86rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

html.stim-login-page body.stim-login-page #ep_messages .ep_msg_error_icon img {
  display: none !important;
}

html.stim-login-page body.stim-login-page #ep_messages .ep_msg_error_text {
  color: #7F1D1D !important;
  display: grid !important;
  flex: 1 1 auto !important;
  font-size: 0.91rem !important;
  font-weight: 700 !important;
  gap: 2px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
}

html.stim-login-page body.stim-login-page #ep_messages .ep_msg_error_text::before {
  color: #9F1239 !important;
  content: "Login gagal" !important;
  display: block !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.25 !important;
}

html.stim-login-page body.stim-login-page footer {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html.stim-login-page body.stim-login-page .ep_tm_footer {
  box-sizing: border-box !important;
  display: flex !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;
}

html.stim-login-page body.stim-login-page .ep_login_tools:empty {
  display: none !important;
}

@media (max-width: 720px) {
  html.stim-login-page body.stim-login-page .stim-header-inner {
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    gap: 10px 12px !important;
  }

  html.stim-login-page body.stim-login-page .stim-header-nav {
    flex: 1 1 100% !important;
    order: 3 !important;
    overflow-x: auto !important;
  }

  html.stim-login-page body.stim-login-page .stim-header-actions {
    margin-left: auto !important;
  }

  html.stim-login-page body.stim-login-page .ep_tm_page_content {
    min-height: 0 !important;
    padding: 30px 16px 40px !important;
  }

  html.stim-login-page body.stim-login-page .stim-login-card {
    max-width: 100% !important;
    padding: 24px 20px !important;
  }

  html.stim-login-page body.stim-login-page .ep_tm_footer {
    align-items: flex-start !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    height: auto !important;
    min-height: 112px !important;
    padding: 14px 18px !important;
  }

  html.stim-login-page body.stim-login-page .stim-footer__links {
    text-align: left !important;
  }
}

body.stim-admin-page #wrapper,
body:has(.ep_tm_searchbar .ep_tm_key_tools) #wrapper {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0 16px 34px rgba(18, 51, 95, 0.06);
  margin: 16px auto;
  max-width: 1280px;
  min-height: auto;
}

body.stim-admin-page #main_content,
body:has(.ep_tm_searchbar .ep_tm_key_tools) #main_content {
  background: #FFFFFF;
  display: block;
  float: none;
  margin: 0;
  min-height: 0;
  padding: 0;
  position: static;
  width: auto;
}

body.stim-admin-page .ep_tm_page_content,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_page_content {
  background: #FFFFFF;
  display: block;
  float: none;
  margin: 18px auto 36px;
  max-width: 1120px;
  min-height: 0;
  padding: 24px;
  position: static;
  width: auto;
}

body.stim-admin-page .ep_tm_pagetitle,
body.stim-admin-page #page-title,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_pagetitle,
body:has(.ep_tm_searchbar .ep_tm_key_tools) #page-title {
  color: #0B2548;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 18px;
  text-align: center;
}

body.stim-admin-page .ep_tm_searchbar,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar {
  background: #FFFFFF;
  border-bottom: 1px solid #E5E7EB;
  box-shadow: none;
  display: block;
  padding: 10px 14px;
}

body.stim-admin-page .ep_tm_searchbar form,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar form {
  display: none;
}

body.stim-admin-page .ep_tm_key_tools,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools {
  background: transparent;
  display: block;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

body.stim-admin-page .ep_tm_key_tools a,
body.stim-admin-page .ep_tm_key_tools a:visited,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a:visited {
  color: #0B4DBA;
  font-weight: 600;
  text-decoration: none;
}

body.stim-admin-page .ep_tm_key_tools a:hover,
body.stim-admin-page .ep_tm_key_tools a:focus,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a:hover,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a:focus {
  color: #12335F;
  text-decoration: underline;
}

body.stim-admin-page table.ep_columns,
body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns {
  border-collapse: collapse;
  margin: 14px auto;
  max-width: 100%;
}

body.stim-admin-page table.ep_columns th,
body.stim-admin-page table.ep_columns td,
body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns th,
body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns td {
  border: 1px solid #DDE6F0;
  padding: 8px 10px;
  vertical-align: middle;
}

body.stim-admin-page table.ep_columns th,
body.stim-admin-page .ep_columns_title,
body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns th,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_columns_title {
  background: #F3F7FC;
  color: #0B2548;
  font-weight: 700;
}

body.stim-admin-page input[type="text"],
body.stim-admin-page input[type="password"],
body.stim-admin-page select,
body.stim-admin-page textarea,
body:has(.ep_tm_searchbar .ep_tm_key_tools) input[type="text"],
body:has(.ep_tm_searchbar .ep_tm_key_tools) input[type="password"],
body:has(.ep_tm_searchbar .ep_tm_key_tools) select,
body:has(.ep_tm_searchbar .ep_tm_key_tools) textarea {
  border: 1px solid #DDE6F0;
  border-radius: 4px;
  color: #1F2937;
  font-family: inherit;
  min-height: 30px;
  padding: 4px 8px;
}

body.stim-admin-page input[type="submit"],
body.stim-admin-page input[type="button"],
body.stim-admin-page button,
body:has(.ep_tm_searchbar .ep_tm_key_tools) input[type="submit"],
body:has(.ep_tm_searchbar .ep_tm_key_tools) input[type="button"],
body:has(.ep_tm_searchbar .ep_tm_key_tools) button {
  background: #0B4DBA;
  border: 1px solid #0B4DBA;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  min-height: 32px;
  padding: 5px 14px;
}

body.stim-admin-page input[type="submit"]:hover,
body.stim-admin-page input[type="button"]:hover,
body.stim-admin-page button:hover,
body:has(.ep_tm_searchbar .ep_tm_key_tools) input[type="submit"]:hover,
body:has(.ep_tm_searchbar .ep_tm_key_tools) input[type="button"]:hover,
body:has(.ep_tm_searchbar .ep_tm_key_tools) button:hover {
  background: #12335F;
  border-color: #12335F;
}

body.stim-admin-page .ep_toolbox,
body.stim-admin-page .ep_sr_component,
body.stim-admin-page .ep_tab_panel,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_toolbox,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_sr_component,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tab_panel {
  border-color: #DDE6F0;
  border-radius: 4px;
  box-shadow: none;
}

body.stim-admin-page .ep_msg_message,
body.stim-admin-page .ep_msg_warning,
body.stim-admin-page .ep_msg_error,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_msg_message,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_msg_warning,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_msg_error {
  border-radius: 4px;
  box-shadow: none;
}

/* STIM_ADMIN_UI_POLISH_V2_20260618_A
 * CSS-only admin polish from the native EPrints layout.
 * Keep the adapter disabled: no DOM rebuilds, no broad wrapper grid.
 */

body.stim-admin-page,
body:has(.ep_tm_searchbar .ep_tm_key_tools) {
  background: #EEF3F9;
}

body.stim-admin-page #wrapper,
body:has(.ep_tm_searchbar .ep_tm_key_tools) #wrapper {
  border: 1px solid #DDE6F0;
  border-radius: 0;
  box-shadow: 0 18px 48px rgba(18, 51, 95, 0.08);
  margin-top: 14px;
}

body.stim-admin-page .ep_tm_page_content,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_page_content {
  margin-top: 20px;
  max-width: 1160px;
  padding: 28px 30px 38px;
}

body.stim-admin-page .ep_tm_pagetitle,
body.stim-admin-page #page-title,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_pagetitle,
body:has(.ep_tm_searchbar .ep_tm_key_tools) #page-title,
body.stim-admin-page h1,
body:has(.ep_tm_searchbar .ep_tm_key_tools) h1 {
  color: #0B2548;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 18px;
  text-align: center;
}

body.stim-admin-page h2,
body.stim-admin-page h3,
body:has(.ep_tm_searchbar .ep_tm_key_tools) h2,
body:has(.ep_tm_searchbar .ep_tm_key_tools) h3 {
  color: #0B2548;
  font-weight: 700;
  letter-spacing: 0;
}

body.stim-admin-page a,
body.stim-admin-page a:visited,
body:has(.ep_tm_searchbar .ep_tm_key_tools) a,
body:has(.ep_tm_searchbar .ep_tm_key_tools) a:visited {
  color: #0B4DBA;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.stim-admin-page .ep_tm_searchbar,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar {
  background: #F8FAFD;
  border: 1px solid #DDE6F0;
  border-radius: 6px;
  box-shadow: none;
  margin: 0 0 22px;
  padding: 10px 12px;
}

body.stim-admin-page .ep_tm_key_tools,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools {
  color: #53657D;
  font-size: 0.92rem;
  line-height: 2.15;
}

body.stim-admin-page .ep_tm_key_tools a,
body.stim-admin-page .ep_tm_key_tools a:visited,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a:visited {
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  border-radius: 999px;
  color: #0B2548;
  display: inline-block;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 3px 4px;
  padding: 7px 11px;
  text-decoration: none;
  white-space: nowrap;
}

body.stim-admin-page .ep_tm_key_tools a:hover,
body.stim-admin-page .ep_tm_key_tools a:focus,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a:hover,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a:focus {
  background: #EAF2FF;
  border-color: #AFCBFF;
  color: #0B4DBA;
  text-decoration: none;
}

body.stim-admin-page .ep_tm_searchbar input[type="text"],
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar input[type="text"] {
  max-width: 180px;
}

body.stim-admin-page .ep_toolbox,
body.stim-admin-page .ep_sr_component,
body.stim-admin-page .ep_upload_doc,
body.stim-admin-page .ep_tab_panel,
body.stim-admin-page .ep_block,
body.stim-admin-page .ep_summary_box_body,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_toolbox,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_sr_component,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_upload_doc,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tab_panel,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_block,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_summary_box_body {
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(18, 51, 95, 0.04);
  margin-bottom: 16px;
  padding: 14px;
}

body.stim-admin-page .ep_toolbox_title,
body.stim-admin-page .ep_sr_title_bar,
body.stim-admin-page .ep_upload_doc_title_bar,
body.stim-admin-page .ep_summary_box_title,
body.stim-admin-page .ep_summary_box_title_bar,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_toolbox_title,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_sr_title_bar,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_upload_doc_title_bar,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_summary_box_title,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_summary_box_title_bar {
  background: #F3F7FC;
  border: 1px solid #DDE6F0;
  border-radius: 6px;
  color: #0B2548;
  font-size: 0.98rem;
  font-weight: 800;
  margin-bottom: 12px;
  padding: 10px 12px;
}

body.stim-admin-page input[type="submit"],
body.stim-admin-page input[type="button"],
body.stim-admin-page button,
body.stim-admin-page .ep_form_action_button,
body:has(.ep_tm_searchbar .ep_tm_key_tools) input[type="submit"],
body:has(.ep_tm_searchbar .ep_tm_key_tools) input[type="button"],
body:has(.ep_tm_searchbar .ep_tm_key_tools) button,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_form_action_button {
  background: #0B4DBA;
  border: 1px solid #0B4DBA;
  border-radius: 6px;
  box-shadow: 0 6px 14px rgba(11, 77, 186, 0.14);
  color: #FFFFFF;
  font-size: 0.92rem;
  font-weight: 800;
  min-height: 36px;
  padding: 7px 18px;
}

body.stim-admin-page input[type="submit"]:hover,
body.stim-admin-page input[type="button"]:hover,
body.stim-admin-page button:hover,
body.stim-admin-page .ep_form_action_button:hover,
body:has(.ep_tm_searchbar .ep_tm_key_tools) input[type="submit"]:hover,
body:has(.ep_tm_searchbar .ep_tm_key_tools) input[type="button"]:hover,
body:has(.ep_tm_searchbar .ep_tm_key_tools) button:hover,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_form_action_button:hover {
  background: #12335F;
  border-color: #12335F;
}

body.stim-admin-page input[type="text"],
body.stim-admin-page input[type="password"],
body.stim-admin-page select,
body.stim-admin-page textarea,
body:has(.ep_tm_searchbar .ep_tm_key_tools) input[type="text"],
body:has(.ep_tm_searchbar .ep_tm_key_tools) input[type="password"],
body:has(.ep_tm_searchbar .ep_tm_key_tools) select,
body:has(.ep_tm_searchbar .ep_tm_key_tools) textarea {
  background: #FFFFFF;
  border: 1px solid #CFDCEC;
  border-radius: 6px;
  box-shadow: none;
  min-height: 36px;
  padding: 7px 10px;
}

body.stim-admin-page input[type="text"]:focus,
body.stim-admin-page input[type="password"]:focus,
body.stim-admin-page select:focus,
body.stim-admin-page textarea:focus,
body:has(.ep_tm_searchbar .ep_tm_key_tools) input[type="text"]:focus,
body:has(.ep_tm_searchbar .ep_tm_key_tools) input[type="password"]:focus,
body:has(.ep_tm_searchbar .ep_tm_key_tools) select:focus,
body:has(.ep_tm_searchbar .ep_tm_key_tools) textarea:focus {
  border-color: #0B4DBA;
  box-shadow: 0 0 0 3px rgba(11, 77, 186, 0.12);
  outline: none;
}

body.stim-admin-page table.ep_columns,
body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns {
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  border-collapse: separate;
  border-radius: 8px;
  border-spacing: 0;
  box-shadow: 0 14px 30px rgba(18, 51, 95, 0.06);
  overflow: hidden;
}

body.stim-admin-page table.ep_columns th,
body.stim-admin-page table.ep_columns td,
body.stim-admin-page td.ep_columns_cell,
body.stim-admin-page td.ep_columns_cell_inbox,
body.stim-admin-page td.ep_columns_cell_buffer,
body.stim-admin-page td.ep_columns_cell_archive,
body.stim-admin-page td.ep_columns_cell_deletion,
body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns th,
body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns td,
body:has(.ep_tm_searchbar .ep_tm_key_tools) td.ep_columns_cell,
body:has(.ep_tm_searchbar .ep_tm_key_tools) td.ep_columns_cell_inbox,
body:has(.ep_tm_searchbar .ep_tm_key_tools) td.ep_columns_cell_buffer,
body:has(.ep_tm_searchbar .ep_tm_key_tools) td.ep_columns_cell_archive,
body:has(.ep_tm_searchbar .ep_tm_key_tools) td.ep_columns_cell_deletion {
  background: #FFFFFF;
  border-color: #E1E9F4;
  color: #0B2548;
  padding: 11px 13px;
}

body.stim-admin-page table.ep_columns th,
body.stim-admin-page th.ep_columns_title,
body.stim-admin-page td.ep_columns_alter,
body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns th,
body:has(.ep_tm_searchbar .ep_tm_key_tools) th.ep_columns_title,
body:has(.ep_tm_searchbar .ep_tm_key_tools) td.ep_columns_alter {
  background: #F3F7FC;
  color: #0B2548;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: none;
}

body.stim-admin-page table.ep_columns tr:hover td,
body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns tr:hover td {
  background: #F8FBFF;
}

body.stim-admin-page table.ep_columns img,
body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns img {
  border-radius: 5px;
  max-height: 32px;
  max-width: 32px;
  vertical-align: middle;
}

body.stim-admin-page .ep_columns_add,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_columns_add {
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  border-radius: 8px;
  margin: 18px auto;
  padding: 14px;
}

body.stim-admin-page .ep_blister_bar,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_blister_bar {
  background: #F8FAFD;
  border: 1px solid #DDE6F0;
  border-radius: 999px;
  margin: 14px 0 18px;
  padding: 7px;
}

body.stim-admin-page .ep_blister_node,
body.stim-admin-page .ep_blister_node_selected,
body.stim-admin-page .ep_blister_node_done,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_blister_node,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_blister_node_selected,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_blister_node_done {
  border-radius: 999px;
  color: #0B2548;
  font-weight: 700;
  padding: 7px 12px;
}

body.stim-admin-page .ep_blister_node_selected,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_blister_node_selected {
  background: #0B4DBA;
  color: #FFFFFF;
}

body.stim-admin-page .ep_tab_bar,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tab_bar {
  border-bottom: 1px solid #DDE6F0;
  margin: 0 0 14px;
}

body.stim-admin-page .ep_tab_link,
body.stim-admin-page .ep_tab_selected,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tab_link,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tab_selected {
  background: #FFFFFF;
  border: 1px solid #DDE6F0;
  border-radius: 6px 6px 0 0;
  color: #0B2548;
  font-weight: 700;
  padding: 8px 13px;
}

body.stim-admin-page .ep_tab_selected,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tab_selected {
  background: #EAF2FF;
  border-color: #AFCBFF;
}

body.stim-admin-page .ep_form_button_bar,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_form_button_bar {
  background: #F8FAFD;
  border: 1px solid #DDE6F0;
  border-radius: 8px;
  margin-top: 18px;
  padding: 14px;
  text-align: center;
}

@media (max-width: 760px) {
  body.stim-admin-page #wrapper,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) #wrapper {
    margin: 0;
    max-width: none;
  }

  body.stim-admin-page .ep_tm_page_content,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_page_content {
    margin: 12px 0 28px;
    padding: 18px 14px;
  }

  body.stim-admin-page table.ep_columns,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns {
    display: block;
    overflow-x: auto;
    width: 100%;
  }
}

/* STIM_ADMIN_UI_OVERFLOW_FIX_20260618_A
 * CSS-only width and overflow fixes for native EPrints admin pages.
 */

body.stim-admin-page,
body.stim-admin-page *,
body.stim-admin-page *::before,
body.stim-admin-page *::after,
body:has(.ep_tm_searchbar .ep_tm_key_tools),
body:has(.ep_tm_searchbar .ep_tm_key_tools) *,
body:has(.ep_tm_searchbar .ep_tm_key_tools) *::before,
body:has(.ep_tm_searchbar .ep_tm_key_tools) *::after {
  box-sizing: border-box;
}

body.stim-admin-page,
body:has(.ep_tm_searchbar .ep_tm_key_tools) {
  overflow-x: hidden;
}

body.stim-admin-page #wrapper,
body:has(.ep_tm_searchbar .ep_tm_key_tools) #wrapper {
  max-width: min(1480px, calc(100vw - 32px));
  overflow-x: hidden;
  width: auto;
}

body.stim-admin-page #main_content,
body:has(.ep_tm_searchbar .ep_tm_key_tools) #main_content {
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

body.stim-admin-page .ep_tm_page_content,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_page_content {
  max-width: min(1320px, calc(100vw - 72px));
  overflow-x: hidden;
  width: auto;
}

body.stim-admin-page .ep_tm_searchbar,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar {
  overflow: visible;
  width: 100%;
}

body.stim-admin-page .ep_tm_searchbar form,
body.stim-admin-page .ep_tm_searchbar .ep_tm_searchbarbox,
body.stim-admin-page .ep_tm_searchbar input[type="text"],
body.stim-admin-page .ep_tm_searchbar input[type="search"],
body.stim-admin-page .ep_tm_searchbar input[type="submit"],
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar form,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar .ep_tm_searchbarbox,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar input[type="text"],
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar input[type="search"],
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar input[type="submit"] {
  display: none;
}

body.stim-admin-page .ep_tm_key_tools,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-start;
  line-height: 1.4;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}

body.stim-admin-page .ep_tm_key_tools a,
body.stim-admin-page .ep_tm_key_tools a:visited,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a:visited {
  flex: 0 1 auto;
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 6px 10px;
  white-space: normal;
}

body.stim-admin-page .ep_tm_key_tools a:first-of-type,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a:first-of-type {
  margin-left: 0;
}

body.stim-admin-page table.ep_columns,
body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns {
  margin-left: 0;
  margin-right: 0;
  table-layout: auto;
  width: 100%;
}

body.stim-admin-page table.ep_columns th,
body.stim-admin-page table.ep_columns td,
body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns th,
body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns td {
  overflow-wrap: anywhere;
}

body.stim-admin-page td.ep_columns_cell_last,
body.stim-admin-page table.ep_columns td:last-child,
body:has(.ep_tm_searchbar .ep_tm_key_tools) td.ep_columns_cell_last,
body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns td:last-child {
  white-space: nowrap;
}

body.stim-admin-page .ep_columns_add,
body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_columns_add {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 900px) {
  body.stim-admin-page #wrapper,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) #wrapper {
    max-width: 100vw;
  }

  body.stim-admin-page .ep_tm_page_content,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_page_content {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  body.stim-admin-page table.ep_columns,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) table.ep_columns {
    display: block;
    overflow-x: auto;
  }
}

/* STIM_ADMIN_SIDEBAR_SAFE_20260618_A
 * CSS-only sidebar treatment for the native EPrints admin tools row.
 * This does not move DOM nodes or use broad wrapper grid.
 */

@media (min-width: 981px) {
  body.stim-admin-page,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) {
    background: #EEF3F9;
  }

  body.stim-admin-page #wrapper,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) #wrapper {
    max-width: min(1580px, calc(100vw - 32px));
    overflow-x: hidden;
    position: relative;
    width: auto;
  }

  body.stim-admin-page #main_content,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) #main_content {
    margin-left: 292px;
    max-width: calc(100% - 292px);
    overflow-x: hidden;
    padding-top: 0;
    width: auto;
  }

  body.stim-admin-page .ep_tm_page_content,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_page_content {
    margin: 20px 0 40px;
    max-width: none;
    width: 100%;
  }

  body.stim-admin-page .ep_tm_searchbar,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar {
    background: #0B2548;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    box-shadow: 0 22px 45px rgba(18, 51, 95, 0.22);
    color: rgba(255, 255, 255, 0.82);
    left: 24px;
    margin: 0;
    max-height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 22px 18px;
    position: fixed;
    top: 24px;
    width: 260px;
    z-index: 30;
  }

  body.stim-admin-page .ep_tm_searchbar::before,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar::before {
    background: url("/images/custom/logo-stim.png") left center / 34px 34px no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: #FFFFFF;
    content: "Admin Repository";
    display: block;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
    min-height: 38px;
    padding: 5px 0 16px 46px;
  }

  body.stim-admin-page .ep_tm_searchbar form,
  body.stim-admin-page .ep_tm_searchbar .ep_tm_searchbarbox,
  body.stim-admin-page .ep_tm_searchbar input[type="text"],
  body.stim-admin-page .ep_tm_searchbar input[type="search"],
  body.stim-admin-page .ep_tm_searchbar input[type="submit"],
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar form,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar .ep_tm_searchbarbox,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar input[type="text"],
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar input[type="search"],
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar input[type="submit"] {
    display: none;
  }

  body.stim-admin-page .ep_tm_key_tools,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools {
    align-items: stretch;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 7px;
    justify-content: flex-start;
    line-height: 1.35;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
  }

  body.stim-admin-page .ep_tm_key_tools::before,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools::before {
    color: rgba(255, 255, 255, 0.52);
    content: "Navigasi Admin";
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin: 4px 0 2px;
    text-transform: uppercase;
  }

  body.stim-admin-page .ep_tm_key_tools a,
  body.stim-admin-page .ep_tm_key_tools a:visited,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a:visited {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    flex: 0 1 auto;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 10px 12px;
    text-decoration: none;
    white-space: normal;
  }

  body.stim-admin-page .ep_tm_key_tools a:hover,
  body.stim-admin-page .ep_tm_key_tools a:focus,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a:hover,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
    color: #FFFFFF;
    outline: none;
  }

  body.stim-admin-page .ep_tm_key_tools a[href*="logout"],
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a[href*="logout"] {
    border-color: rgba(255, 255, 255, 0.18);
    margin-top: 8px;
  }
}

@media (max-width: 980px) {
  body.stim-admin-page #main_content,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) #main_content {
    margin-left: 0;
    max-width: 100%;
  }

  body.stim-admin-page .ep_tm_searchbar,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar {
    background: #0B2548;
    border-radius: 0;
    color: #FFFFFF;
    margin: 0 0 14px;
    overflow: visible;
    padding: 12px;
    position: static;
    width: 100%;
  }

  body.stim-admin-page .ep_tm_searchbar form,
  body.stim-admin-page .ep_tm_searchbar .ep_tm_searchbarbox,
  body.stim-admin-page .ep_tm_searchbar input[type="text"],
  body.stim-admin-page .ep_tm_searchbar input[type="search"],
  body.stim-admin-page .ep_tm_searchbar input[type="submit"],
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar form,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar .ep_tm_searchbarbox,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar input[type="text"],
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar input[type="search"],
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar input[type="submit"] {
    display: none;
  }

  body.stim-admin-page .ep_tm_key_tools,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: flex-start;
  }

  body.stim-admin-page .ep_tm_key_tools a,
  body.stim-admin-page .ep_tm_key_tools a:visited,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools a:visited {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 700;
    margin: 0;
    padding: 7px 10px;
    text-decoration: none;
  }
}

/* STIM_ADMIN_SIDEBAR_REFINEMENT_20260618_A
 * Keep admin pages visually separate from the public site header.
 */

@media (min-width: 981px) {
  body.stim-admin-page header,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) header,
  body.stim-admin-page .ep_tm_header,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_header,
  body.stim-admin-page .stim-header-inner,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .stim-header-inner,
  body.stim-admin-page .stim-header-nav,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .stim-header-nav,
  body.stim-admin-page .ep_tm_menu,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_menu,
  body.stim-admin-page .stim-header-actions,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .stim-header-actions {
    display: none;
  }

  body.stim-admin-page #wrapper,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) #wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  body.stim-admin-page .ep_tm_searchbar,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar {
    left: 24px;
    top: 24px;
    width: 264px;
  }

  body.stim-admin-page #main_content,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) #main_content {
    margin-left: 304px;
    max-width: calc(100% - 304px);
    padding-top: 0;
  }

  body.stim-admin-page .ep_tm_page_content,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_page_content {
    margin-top: 24px;
  }
}

@media (max-width: 980px) {
  body.stim-admin-page .stim-header-nav,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .stim-header-nav,
  body.stim-admin-page .ep_tm_menu,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_menu,
  body.stim-admin-page .stim-header-actions,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .stim-header-actions {
    display: none;
  }
}

/* STIM_ADMIN_SIDEBAR_RESTORE_20260618_A
 * Restore the native containers needed by EPrints admin tools, then hide only
 * the public navigation block on admin pages.
 */

@media (min-width: 981px) {
  body.stim-admin-page header,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) header,
  body.stim-admin-page .ep_tm_header,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_header,
  body.stim-admin-page .stim-header-inner,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .stim-header-inner,
  body.stim-admin-page .stim-header-actions,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .stim-header-actions {
    display: block;
  }

  body.stim-admin-page .stim-header-inner,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .stim-header-inner,
  body.stim-admin-page .stim-header-actions,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .stim-header-actions {
    display: flex;
  }

  body.stim-admin-page .ep_tm_menu,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_menu {
    display: flex;
  }

  body.stim-admin-page .stim-header-nav,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .stim-header-nav {
    display: none;
  }

  body.stim-admin-page .ep_tm_searchbar,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar {
    display: block;
    visibility: visible;
  }

  body.stim-admin-page .ep_tm_key_tools,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools {
    display: flex;
    visibility: visible;
  }
}

@media (max-width: 980px) {
  body.stim-admin-page .ep_tm_header,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_header,
  body.stim-admin-page .stim-header-inner,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .stim-header-inner,
  body.stim-admin-page .ep_tm_menu,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_menu {
    display: block;
  }

  body.stim-admin-page .stim-header-nav,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .stim-header-nav {
    display: none;
  }

  body.stim-admin-page .ep_tm_searchbar,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_searchbar,
  body.stim-admin-page .ep_tm_key_tools,
  body:has(.ep_tm_searchbar .ep_tm_key_tools) .ep_tm_key_tools {
    display: flex;
    visibility: visible;
  }
}

/* STIM_DEPOSIT_LAYOUT_POLISH_20260618_A
 * CSS-only polish for Manage Deposits / Kelola Deposit.
 * Scoped by the native "Item Baru/New Item" action and deposit listing table.
 */

body:has(input[value="Item Baru"]):has(table.ep_columns),
body:has(input[value="New Item"]):has(table.ep_columns) {
  --stim-deposit-border: #D8E4F2;
  --stim-deposit-line: #E6EDF6;
  --stim-deposit-panel: #FFFFFF;
  --stim-deposit-soft: #F5F8FC;
  --stim-deposit-soft-blue: #EEF5FF;
  --stim-deposit-text: #0B2548;
  --stim-deposit-muted: #52657D;
}

@media (min-width: 981px) {
  body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_tm_page_content,
  body:has(input[value="New Item"]):has(table.ep_columns) .ep_tm_page_content {
    margin-top: 14px !important;
    padding: 22px 28px 30px !important;
  }

  body:has(input[value="Item Baru"]):has(table.ep_columns) #page-title,
  body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_tm_pagetitle,
  body:has(input[value="New Item"]):has(table.ep_columns) #page-title,
  body:has(input[value="New Item"]):has(table.ep_columns) .ep_tm_pagetitle {
    border-bottom: 1px solid var(--stim-deposit-line);
    font-size: 1.55rem !important;
    letter-spacing: 0;
    margin: 0 0 16px !important;
    padding: 0 0 12px !important;
    text-align: left !important;
  }
}

body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_toolbox,
body:has(input[value="New Item"]):has(table.ep_columns) .ep_toolbox {
  background: #F8FBFF !important;
  border: 1px solid var(--stim-deposit-border) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  margin: 10px 0 14px !important;
  padding: 0 !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_toolbox_title,
body:has(input[value="New Item"]):has(table.ep_columns) .ep_toolbox_title {
  background: transparent !important;
  border: 0 !important;
  color: #0B4DBA !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  padding: 9px 12px !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) :is(p, div, td):has(> input[value="Item Baru"]),
body:has(input[value="New Item"]):has(table.ep_columns) :is(p, div, td):has(> input[value="New Item"]) {
  background: var(--stim-deposit-panel) !important;
  border: 1px solid var(--stim-deposit-border) !important;
  border-radius: 10px !important;
  margin: 12px 0 14px !important;
  padding: 14px !important;
  text-align: center !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) input[value="Item Baru"],
body:has(input[value="New Item"]):has(table.ep_columns) input[value="New Item"] {
  background: #0B4DBA !important;
  border: 1px solid #0B4DBA !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #FFFFFF !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  min-height: 40px !important;
  min-width: 170px !important;
  padding: 8px 20px !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) :is(p, div, td):has(> select):has(> input[value="Import"]),
body:has(input[value="New Item"]):has(table.ep_columns) :is(p, div, td):has(> select):has(> input[value="Import"]) {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: center !important;
  margin: 10px 0 12px !important;
  padding: 0 !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) select,
body:has(input[value="New Item"]):has(table.ep_columns) select {
  background: #FFFFFF !important;
  border: 1px solid var(--stim-deposit-border) !important;
  border-radius: 8px !important;
  color: var(--stim-deposit-text) !important;
  min-height: 38px !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) input[value="Import"],
body:has(input[value="New Item"]):has(table.ep_columns) input[value="Import"] {
  border-radius: 8px !important;
  min-height: 38px !important;
  min-width: 150px !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) input[type="checkbox"],
body:has(input[value="New Item"]):has(table.ep_columns) input[type="checkbox"] {
  accent-color: #0B4DBA;
  height: 16px;
  margin: 0 6px 0 0;
  vertical-align: -3px;
  width: 16px;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) form,
body:has(input[value="New Item"]):has(table.ep_columns) form {
  color: var(--stim-deposit-text);
}

body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns {
  background: var(--stim-deposit-panel) !important;
  border: 1px solid var(--stim-deposit-border) !important;
  border-collapse: separate !important;
  border-radius: 12px !important;
  border-spacing: 0 !important;
  box-shadow: 0 14px 28px rgba(18, 51, 95, 0.05) !important;
  margin: 16px 0 12px !important;
  overflow: hidden !important;
  table-layout: auto !important;
  width: 100% !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns th,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns th,
body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns .ep_columns_title,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns .ep_columns_title {
  background: #F0F5FB !important;
  border-color: var(--stim-deposit-line) !important;
  color: #082B5A !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  padding: 13px 16px !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns td,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns td,
body:has(input[value="Item Baru"]):has(table.ep_columns) td.ep_columns_cell,
body:has(input[value="Item Baru"]):has(table.ep_columns) td.ep_columns_cell_inbox,
body:has(input[value="Item Baru"]):has(table.ep_columns) td.ep_columns_cell_buffer,
body:has(input[value="Item Baru"]):has(table.ep_columns) td.ep_columns_cell_archive,
body:has(input[value="Item Baru"]):has(table.ep_columns) td.ep_columns_cell_deletion,
body:has(input[value="New Item"]):has(table.ep_columns) td.ep_columns_cell,
body:has(input[value="New Item"]):has(table.ep_columns) td.ep_columns_cell_inbox,
body:has(input[value="New Item"]):has(table.ep_columns) td.ep_columns_cell_buffer,
body:has(input[value="New Item"]):has(table.ep_columns) td.ep_columns_cell_archive,
body:has(input[value="New Item"]):has(table.ep_columns) td.ep_columns_cell_deletion {
  background: #FFFFFF !important;
  border-color: var(--stim-deposit-line) !important;
  color: var(--stim-deposit-text) !important;
  font-size: 0.92rem !important;
  padding: 14px 16px !important;
  text-align: left !important;
  vertical-align: middle !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns tr:nth-child(even) td,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns tr:nth-child(even) td {
  background: #FAFCFF !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns tr:hover td,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns tr:hover td {
  background: var(--stim-deposit-soft-blue) !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns td:last-child,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns td:last-child {
  min-width: 150px;
  white-space: nowrap !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns img,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns img {
  background: #FFFFFF !important;
  border: 1px solid var(--stim-deposit-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  margin: 0 3px !important;
  max-height: 30px !important;
  max-width: 30px !important;
  padding: 3px !important;
  vertical-align: middle !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_columns_add,
body:has(input[value="New Item"]):has(table.ep_columns) .ep_columns_add {
  align-items: center !important;
  background: var(--stim-deposit-panel) !important;
  border: 1px solid var(--stim-deposit-border) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: flex-end !important;
  margin: 14px 0 0 !important;
  padding: 12px 14px !important;
  width: 100% !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_columns_add select,
body:has(input[value="New Item"]):has(table.ep_columns) .ep_columns_add select {
  max-width: 280px;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_columns_add input[type="submit"],
body:has(input[value="New Item"]):has(table.ep_columns) .ep_columns_add input[type="submit"] {
  min-width: 140px !important;
}

@media (max-width: 980px) {
  body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_tm_page_content,
  body:has(input[value="New Item"]):has(table.ep_columns) .ep_tm_page_content {
    padding: 16px !important;
  }

  body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns,
  body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns {
    display: block;
    overflow-x: auto !important;
  }

  body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_columns_add,
  body:has(input[value="New Item"]):has(table.ep_columns) .ep_columns_add,
  body:has(input[value="Item Baru"]):has(table.ep_columns) :is(p, div, td):has(> select):has(> input[value="Import"]),
  body:has(input[value="New Item"]):has(table.ep_columns) :is(p, div, td):has(> select):has(> input[value="Import"]) {
    align-items: stretch !important;
    flex-direction: column !important;
  }
}

/* STIM_DEPOSIT_DASHBOARD_LAYOUT1_20260618_A
 * Clean dashboard workspace treatment for Kelola Deposit.
 * CSS-only, no DOM movement, no JavaScript, no broad wrapper grid.
 */

body:has(input[value="Item Baru"]):has(table.ep_columns),
body:has(input[value="New Item"]):has(table.ep_columns) {
  --stim-dash-bg: #EEF3F9;
  --stim-dash-card: #FFFFFF;
  --stim-dash-line: #DDE8F5;
  --stim-dash-line-soft: #EAF0F7;
  --stim-dash-head: #F4F8FD;
  --stim-dash-blue: #0B4DBA;
  --stim-dash-blue-dark: #12335F;
  --stim-dash-navy: #0B2548;
  --stim-dash-muted: #5C6F86;
  --stim-dash-danger: #D71920;
}

@media (min-width: 981px) {
  body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_tm_page_content,
  body:has(input[value="New Item"]):has(table.ep_columns) .ep_tm_page_content {
    background: transparent !important;
    box-shadow: none !important;
    margin-top: 12px !important;
    padding: 0 18px 32px !important;
  }

  body:has(input[value="Item Baru"]):has(table.ep_columns) #page-title,
  body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_tm_pagetitle,
  body:has(input[value="New Item"]):has(table.ep_columns) #page-title,
  body:has(input[value="New Item"]):has(table.ep_columns) .ep_tm_pagetitle {
    background: var(--stim-dash-card) !important;
    border: 1px solid var(--stim-dash-line) !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 28px rgba(18, 51, 95, 0.05) !important;
    color: var(--stim-dash-navy) !important;
    font-size: 1.52rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 0 16px !important;
    padding: 18px 22px 16px !important;
    text-align: left !important;
  }

  body:has(input[value="Item Baru"]):has(table.ep_columns) #page-title::after,
  body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_tm_pagetitle::after,
  body:has(input[value="New Item"]):has(table.ep_columns) #page-title::after,
  body:has(input[value="New Item"]):has(table.ep_columns) .ep_tm_pagetitle::after {
    color: var(--stim-dash-muted);
    content: "Kelola item repository yang sedang diproses sebelum dipublikasikan.";
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.45;
    margin-top: 6px;
  }
}

body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_toolbox,
body:has(input[value="New Item"]):has(table.ep_columns) .ep_toolbox {
  background: #F7FAFE !important;
  border: 1px solid var(--stim-dash-line) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  margin: 0 0 12px !important;
  overflow: hidden !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_toolbox_title,
body:has(input[value="New Item"]):has(table.ep_columns) .ep_toolbox_title {
  color: var(--stim-dash-blue) !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
  padding: 8px 12px !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) :is(center, p, div, td):has(> input[value="Item Baru"]),
body:has(input[value="New Item"]):has(table.ep_columns) :is(center, p, div, td):has(> input[value="New Item"]) {
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%) !important;
  border: 1px solid var(--stim-dash-line) !important;
  border-radius: 14px 14px 0 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 16px 18px 12px !important;
  text-align: left !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) :is(center, p, div, td):has(> input[value="Item Baru"])::before,
body:has(input[value="New Item"]):has(table.ep_columns) :is(center, p, div, td):has(> input[value="New Item"])::before {
  color: var(--stim-dash-navy);
  content: "Aksi cepat";
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 800;
  margin-right: 14px;
  vertical-align: middle;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) input[value="Item Baru"],
body:has(input[value="New Item"]):has(table.ep_columns) input[value="New Item"] {
  border-radius: 10px !important;
  box-shadow: 0 8px 18px rgba(11, 77, 186, 0.14) !important;
  font-size: 0.9rem !important;
  min-height: 42px !important;
  min-width: 176px !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) :is(center, p, div, td):has(> select):has(> input[value="Import"]),
body:has(input[value="New Item"]):has(table.ep_columns) :is(center, p, div, td):has(> select):has(> input[value="Import"]) {
  background: #FFFFFF !important;
  border: 1px solid var(--stim-dash-line) !important;
  border-radius: 0 0 14px 14px !important;
  border-top: 0 !important;
  box-shadow: 0 14px 32px rgba(18, 51, 95, 0.05) !important;
  color: var(--stim-dash-muted) !important;
  justify-content: flex-start !important;
  margin: 0 0 14px !important;
  padding: 0 18px 16px !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) :is(center, p, div, td):has(> select):has(> input[value="Import"])::before,
body:has(input[value="New Item"]):has(table.ep_columns) :is(center, p, div, td):has(> select):has(> input[value="Import"])::before {
  color: var(--stim-dash-muted);
  content: "Import data";
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-right: 4px;
  text-transform: uppercase;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) input[value="Import"],
body:has(input[value="New Item"]):has(table.ep_columns) input[value="Import"] {
  min-width: 132px !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) input[type="checkbox"],
body:has(input[value="New Item"]):has(table.ep_columns) input[type="checkbox"] {
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 0 2px #FFFFFF;
  height: 15px;
  width: 15px;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) form,
body:has(input[value="New Item"]):has(table.ep_columns) form {
  font-weight: 600;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) form br,
body:has(input[value="New Item"]):has(table.ep_columns) form br {
  line-height: 1.2;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns {
  border: 1px solid var(--stim-dash-line) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 38px rgba(18, 51, 95, 0.06) !important;
  margin-top: 18px !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns::before,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns::before {
  background: #F6FAFF;
  border-bottom: 1px solid var(--stim-dash-line);
  color: var(--stim-dash-blue);
  content: "Daftar Deposit  /  Item dalam workarea";
  display: table-caption;
  caption-side: top;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 13px 16px;
  text-transform: uppercase;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns th,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns th,
body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns .ep_columns_title,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns .ep_columns_title {
  background: #F6FAFF !important;
  border-top: 0 !important;
  color: #0B3A78 !important;
  font-size: 0.76rem !important;
  padding: 15px 16px !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns td,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns td,
body:has(input[value="Item Baru"]):has(table.ep_columns) td.ep_columns_cell,
body:has(input[value="Item Baru"]):has(table.ep_columns) td.ep_columns_cell_inbox,
body:has(input[value="Item Baru"]):has(table.ep_columns) td.ep_columns_cell_buffer,
body:has(input[value="Item Baru"]):has(table.ep_columns) td.ep_columns_cell_archive,
body:has(input[value="Item Baru"]):has(table.ep_columns) td.ep_columns_cell_deletion,
body:has(input[value="New Item"]):has(table.ep_columns) td.ep_columns_cell,
body:has(input[value="New Item"]):has(table.ep_columns) td.ep_columns_cell_inbox,
body:has(input[value="New Item"]):has(table.ep_columns) td.ep_columns_cell_buffer,
body:has(input[value="New Item"]):has(table.ep_columns) td.ep_columns_cell_archive,
body:has(input[value="New Item"]):has(table.ep_columns) td.ep_columns_cell_deletion {
  border-left: 0 !important;
  border-right: 0 !important;
  color: #142A44 !important;
  font-size: 0.9rem !important;
  padding: 15px 16px !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns td:last-child,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns td:last-child {
  min-width: 176px;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns img,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns img {
  background: #F8FBFF !important;
  border-color: #DDE8F5 !important;
  border-radius: 10px !important;
  margin: 0 4px !important;
  max-height: 31px !important;
  max-width: 31px !important;
  padding: 4px !important;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns a:hover img,
body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns a:hover img {
  background: #EAF2FF !important;
  border-color: #BFD4F6 !important;
  transform: translateY(-1px);
}

body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_columns_add,
body:has(input[value="New Item"]):has(table.ep_columns) .ep_columns_add {
  background: #FFFFFF !important;
  border: 1px solid var(--stim-dash-line) !important;
  border-radius: 12px !important;
  justify-content: flex-end !important;
  margin-top: 12px !important;
  padding: 12px !important;
}

body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_columns_add input[type="submit"],
body:has(input[value="New Item"]):has(table.ep_columns) .ep_columns_add input[type="submit"] {
  min-height: 38px !important;
}

@media (max-width: 980px) {
  body:has(input[value="Item Baru"]):has(table.ep_columns) #page-title::after,
  body:has(input[value="Item Baru"]):has(table.ep_columns) .ep_tm_pagetitle::after,
  body:has(input[value="New Item"]):has(table.ep_columns) #page-title::after,
  body:has(input[value="New Item"]):has(table.ep_columns) .ep_tm_pagetitle::after {
    content: "";
    display: none;
  }

  body:has(input[value="Item Baru"]):has(table.ep_columns) table.ep_columns::before,
  body:has(input[value="New Item"]):has(table.ep_columns) table.ep_columns::before {
    display: none;
  }
}

/* STIM_DEPOSIT_ACTION_TOOLBAR_20260618_A
   CSS-only dashboard toolbar for the native Manage Deposits controls.
   The controls are separate EPrints siblings, so the desktop layout uses
   scoped floats instead of JavaScript or broad wrapper grid. */

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) {
  --stim-toolbar-card: #FFFFFF;
  --stim-toolbar-soft: #F6FAFF;
  --stim-toolbar-line: #DDE8F5;
  --stim-toolbar-line-strong: #CFE0F7;
  --stim-toolbar-blue: #0B4DBA;
  --stim-toolbar-blue-dark: #12335F;
  --stim-toolbar-navy: #0B2548;
  --stim-toolbar-muted: #5C6F86;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_tm_page_content {
  overflow-x: clip !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_toolbox {
  background: #F3F7FC !important;
  border: 1px solid var(--stim-toolbar-line) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  margin: 0 0 14px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_toolbox_title {
  color: var(--stim-toolbar-blue) !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
  padding: 9px 12px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_block:has(.ep_action_list) {
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%) !important;
  border: 1px solid var(--stim-toolbar-line) !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 30px rgba(18, 51, 95, 0.05) !important;
  box-sizing: border-box !important;
  margin: 0 0 12px !important;
  min-height: 76px !important;
  padding: 14px 16px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_block:has(.ep_action_list)::before {
  color: var(--stim-toolbar-navy);
  content: "Aksi utama";
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: 8px;
  text-transform: uppercase;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_action_list {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  justify-content: flex-start !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_action_list li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) input[value="Item Baru"],
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) input[value="New Item"] {
  background: var(--stim-toolbar-blue) !important;
  border: 1px solid var(--stim-toolbar-blue) !important;
  border-radius: 10px !important;
  box-shadow: 0 9px 18px rgba(11, 77, 186, 0.14) !important;
  color: #FFFFFF !important;
  cursor: pointer !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  min-height: 40px !important;
  min-width: 168px !important;
  padding: 0 18px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar {
  background: var(--stim-toolbar-card) !important;
  border: 1px solid var(--stim-toolbar-line) !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 30px rgba(18, 51, 95, 0.05) !important;
  box-sizing: border-box !important;
  color: var(--stim-toolbar-muted) !important;
  margin: 0 0 12px !important;
  min-height: 76px !important;
  padding: 14px 16px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar::before {
  color: var(--stim-toolbar-navy);
  content: "Import data";
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: 8px;
  text-transform: uppercase;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar > div,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar > div > div {
  margin: 0 !important;
  padding: 0 !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar > div:first-child > div {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: flex-end !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar label {
  align-items: center !important;
  color: var(--stim-toolbar-muted) !important;
  display: inline-flex !important;
  flex-wrap: wrap !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  gap: 10px !important;
  margin: 0 !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar select,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_columns_add select {
  background: #FFFFFF !important;
  border: 1px solid var(--stim-toolbar-line) !important;
  border-radius: 10px !important;
  color: var(--stim-toolbar-navy) !important;
  font-size: 0.9rem !important;
  min-height: 40px !important;
  padding: 0 12px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) input[value="Import"] {
  background: var(--stim-toolbar-blue) !important;
  border: 1px solid var(--stim-toolbar-blue) !important;
  border-radius: 10px !important;
  color: #FFFFFF !important;
  cursor: pointer !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  min-height: 40px !important;
  min-width: 132px !important;
  padding: 0 18px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_items_filters {
  align-items: center !important;
  background: var(--stim-toolbar-card) !important;
  border: 1px solid var(--stim-toolbar-line) !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 30px rgba(18, 51, 95, 0.05) !important;
  box-sizing: border-box !important;
  clear: both !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 18px !important;
  padding: 12px 14px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_items_filters::before {
  color: var(--stim-toolbar-muted);
  content: "Filter status";
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin-right: 6px;
  text-transform: uppercase;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_items_filters a {
  align-items: center !important;
  background: #F6FAFF !important;
  border: 1px solid var(--stim-toolbar-line) !important;
  border-radius: 999px !important;
  color: var(--stim-toolbar-blue) !important;
  display: inline-flex !important;
  font-size: 0.84rem !important;
  font-weight: 800 !important;
  gap: 7px !important;
  line-height: 1.2 !important;
  min-height: 32px !important;
  padding: 6px 11px !important;
  text-decoration: none !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_items_filters a:hover {
  background: #EAF2FF !important;
  border-color: #BFD4F6 !important;
  color: var(--stim-toolbar-blue-dark) !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_items_filters img {
  height: 15px !important;
  margin: 0 !important;
  width: 15px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns {
  border: 1px solid var(--stim-toolbar-line) !important;
  border-collapse: separate !important;
  border-radius: 16px !important;
  border-spacing: 0 !important;
  box-shadow: 0 18px 40px rgba(18, 51, 95, 0.06) !important;
  clear: both !important;
  margin: 0 auto 14px !important;
  max-width: 100% !important;
  overflow: hidden !important;
  width: 100% !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns::before {
  background: var(--stim-toolbar-soft);
  border-bottom: 1px solid var(--stim-toolbar-line);
  color: var(--stim-toolbar-blue);
  content: "Daftar Deposit / Item dalam Workarea";
  display: table-caption;
  caption-side: top;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 13px 16px;
  text-align: left;
  text-transform: uppercase;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns th,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_title,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_title_last {
  background: #F2F7FD !important;
  border-color: var(--stim-toolbar-line) !important;
  color: #0B3A78 !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  padding: 15px 16px !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns td,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell_inbox,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell_buffer,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell_archive,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell_deletion {
  background: #FFFFFF !important;
  border-color: var(--stim-toolbar-line-soft, #EAF0F7) !important;
  color: #142A44 !important;
  font-size: 0.9rem !important;
  line-height: 1.45 !important;
  padding: 15px 16px !important;
  vertical-align: middle !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns tr:not(.header_plain):hover td {
  background: #F8FBFF !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell_last {
  min-width: 176px !important;
  white-space: nowrap !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell_last a {
  display: inline-flex !important;
  margin: 0 3px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_columns_add {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid var(--stim-toolbar-line) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  clear: both !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: flex-end !important;
  margin: 14px 0 0 !important;
  padding: 12px 14px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_columns_add input[type="submit"] {
  background: var(--stim-toolbar-blue) !important;
  border-radius: 10px !important;
  min-height: 40px !important;
  min-width: 116px !important;
}

@media (min-width: 981px) {
  body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_block:has(.ep_action_list) {
    float: left !important;
    margin: 0 0 12px !important;
    width: calc(42% - 8px) !important;
  }

  body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar {
    float: right !important;
    margin: 0 0 12px !important;
    width: calc(58% - 8px) !important;
  }
}

@media (max-width: 980px) {
  body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_block:has(.ep_action_list),
  body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar {
    float: none !important;
    width: 100% !important;
  }

  body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar > div:first-child > div,
  body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_columns_add {
    justify-content: flex-start !important;
  }
}

/* STIM_DEPOSIT_DASHBOARD_REFINEMENT_20260618_A
   Final CSS-only refinement for the Manage Deposits dashboard:
   hide the native Help box, remove artificial toolbar labels, and tighten
   the action/filter/table presentation without changing EPrints actions. */

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_toolbox:has(.ep_toolbox_title),
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) div:has(> .ep_toolbox > .ep_toolbox_title) {
  display: none !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_block:has(.ep_action_list)::before,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar::before {
  content: none !important;
  display: none !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_block:has(.ep_action_list),
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar {
  background: #FFFFFF !important;
  border-color: #D8E5F4 !important;
  box-shadow: 0 16px 34px rgba(18, 51, 95, 0.055) !important;
  min-height: 66px !important;
  padding: 12px 16px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_block:has(.ep_action_list) {
  align-items: center !important;
  display: flex !important;
  justify-content: flex-start !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar {
  align-items: center !important;
  display: flex !important;
  justify-content: flex-end !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_action_list {
  width: 100% !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar > div:first-child {
  width: 100% !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar > div:first-child > div {
  justify-content: flex-end !important;
  width: 100% !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) input[value="Item Baru"],
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) input[value="New Item"] {
  min-height: 42px !important;
  min-width: 178px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar label {
  color: #475B72 !important;
  font-size: 0.88rem !important;
  gap: 9px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar select {
  min-width: 190px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) input[value="Import"] {
  min-width: 126px !important;
}

@media (min-width: 981px) {
  body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_block:has(.ep_action_list) {
    border-radius: 16px 0 0 16px !important;
    border-right: 0 !important;
    float: left !important;
    margin: 0 0 10px !important;
    width: calc(36% - 0px) !important;
  }

  body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar {
    border-left: 1px solid #E6EEF8 !important;
    border-radius: 0 16px 16px 0 !important;
    float: right !important;
    margin: 0 0 10px !important;
    width: calc(64% - 0px) !important;
  }
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_items_filters {
  background: #F8FBFF !important;
  border-color: #D8E5F4 !important;
  box-shadow: none !important;
  gap: 7px !important;
  margin-bottom: 16px !important;
  padding: 9px 11px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_items_filters::before {
  color: #6B7F96 !important;
  font-size: 0.72rem !important;
  margin-right: 4px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_items_filters a {
  background: #FFFFFF !important;
  border-color: #D8E5F4 !important;
  color: #12335F !important;
  font-size: 0.8rem !important;
  min-height: 28px !important;
  padding: 5px 10px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_items_filters a:hover {
  background: #EAF2FF !important;
  border-color: #BBD2F2 !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_items_filters img {
  height: 14px !important;
  width: 14px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns {
  background: #FFFFFF !important;
  border: 1px solid #D6E3F3 !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 42px rgba(18, 51, 95, 0.07) !important;
  overflow: hidden !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns::before {
  background: #F7FAFE;
  border-bottom: 1px solid #DCE8F6;
  color: #0B2548;
  content: "Daftar Deposit\A Item dalam workarea";
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.45;
  padding: 15px 18px;
  text-transform: none;
  white-space: pre-line;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns th,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_title,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_title_last {
  background: #EEF4FB !important;
  border-bottom: 1px solid #D6E3F3 !important;
  border-left: 0 !important;
  border-right: 1px solid #DDE8F5 !important;
  color: #12335F !important;
  font-size: 0.74rem !important;
  letter-spacing: 0.035em !important;
  padding: 14px 18px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns th:last-child,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_title_last {
  border-right: 0 !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns td,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell_inbox,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell_buffer,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell_archive,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell_deletion {
  background: #FFFFFF !important;
  border-bottom: 1px solid #E5EEF8 !important;
  border-left: 0 !important;
  border-right: 1px solid #EEF3F8 !important;
  color: #102A43 !important;
  font-size: 0.9rem !important;
  padding: 16px 18px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns tr:nth-child(even) td {
  background: #FAFCFF !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns tr:not(.header_plain):hover td {
  background: #F1F7FF !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns td:last-child,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell_last {
  border-right: 0 !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell_last {
  min-width: 188px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell_last a {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  margin: 0 4px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns img {
  background: #FFFFFF !important;
  border: 1px solid #DCE8F6 !important;
  border-radius: 9px !important;
  box-shadow: 0 1px 3px rgba(18, 51, 95, 0.08) !important;
  max-height: 30px !important;
  max-width: 30px !important;
  padding: 4px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns a:hover img {
  background: #EAF2FF !important;
  border-color: #BBD2F2 !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_columns_add {
  background: #F8FBFF !important;
  border-color: #D8E5F4 !important;
  border-radius: 12px !important;
  margin-top: 12px !important;
  padding: 10px 12px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_columns_add select {
  min-height: 38px !important;
}

body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_columns_add input[type="submit"] {
  min-height: 38px !important;
  min-width: 104px !important;
}

@media (max-width: 980px) {
  body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_block:has(.ep_action_list),
  body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar {
    border: 1px solid #D8E5F4 !important;
    border-radius: 14px !important;
    margin-bottom: 10px !important;
  }
}

/* STIM_OPERATOR_DASHBOARD_OPTION1_20260618_A
   Operator-friendly Manage Deposits dashboard. Scoped to the native EPrints
   Items page and the small page-specific JS class. */

body.stim-operator-deposit-dashboard {
  --stim-op-bg: #EEF4FA;
  --stim-op-card: #FFFFFF;
  --stim-op-card-soft: #F7FAFE;
  --stim-op-line: #D8E5F4;
  --stim-op-line-soft: #E8F0F9;
  --stim-op-blue: #0B4DBA;
  --stim-op-blue-dark: #12335F;
  --stim-op-navy: #0B2548;
  --stim-op-muted: #5F7187;
  --stim-op-danger: #D71920;
}

body.stim-operator-deposit-dashboard .stim-operator-page-title,
body.stim-operator-deposit-dashboard #page-title,
body.stim-operator-deposit-dashboard .ep_tm_pagetitle {
  background: var(--stim-op-card) !important;
  border: 1px solid var(--stim-op-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 38px rgba(18, 51, 95, 0.055) !important;
  color: var(--stim-op-navy) !important;
  font-size: 1.58rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  margin: 0 0 18px !important;
  padding: 20px 24px !important;
  text-align: left !important;
}

body.stim-operator-deposit-dashboard .stim-operator-page-title::after,
body.stim-operator-deposit-dashboard #page-title::after,
body.stim-operator-deposit-dashboard .ep_tm_pagetitle::after {
  content: none !important;
  display: none !important;
}

body.stim-operator-deposit-dashboard .stim-operator-page-subtitle {
  color: var(--stim-op-muted);
  display: block;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 7px;
}

body.stim-operator-deposit-dashboard .stim-operator-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 14px;
}

body.stim-operator-deposit-dashboard .stim-operator-summary-card {
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%);
  border: 1px solid var(--stim-op-line);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(18, 51, 95, 0.045);
  box-sizing: border-box;
  flex: 1 1 180px;
  min-height: 78px;
  padding: 15px 16px;
}

body.stim-operator-deposit-dashboard .stim-operator-summary-card strong {
  color: var(--stim-op-navy);
  display: block;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 7px;
}

body.stim-operator-deposit-dashboard .stim-operator-summary-card span {
  color: var(--stim-op-muted);
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}

body.stim-operator-deposit-dashboard .ep_toolbox,
body.stim-operator-deposit-dashboard div:has(> .ep_toolbox > .ep_toolbox_title) {
  display: none !important;
}

body.stim-operator-deposit-dashboard .ep_block:has(.ep_action_list),
body.stim-operator-deposit-dashboard .ep_import_bar {
  background: var(--stim-op-card) !important;
  border-color: var(--stim-op-line) !important;
  box-shadow: 0 15px 34px rgba(18, 51, 95, 0.052) !important;
  min-height: 64px !important;
  padding: 11px 14px !important;
}

body.stim-operator-deposit-dashboard .ep_block:has(.ep_action_list)::before,
body.stim-operator-deposit-dashboard .ep_import_bar::before {
  content: none !important;
  display: none !important;
}

body.stim-operator-deposit-dashboard .ep_action_list {
  align-items: center !important;
  display: flex !important;
  min-height: 42px !important;
}

body.stim-operator-deposit-dashboard .ep_action_list input[type="submit"],
body.stim-operator-deposit-dashboard .ep_action_list input[type="button"],
body.stim-operator-deposit-dashboard input[value="Tambah Dokumen"] {
  background: var(--stim-op-blue) !important;
  border: 1px solid var(--stim-op-blue) !important;
  border-radius: 11px !important;
  box-shadow: 0 10px 20px rgba(11, 77, 186, 0.16) !important;
  color: #FFFFFF !important;
  font-size: 0.91rem !important;
  font-weight: 800 !important;
  min-height: 42px !important;
  min-width: 180px !important;
  padding: 0 18px !important;
}

body.stim-operator-deposit-dashboard .ep_import_bar label {
  color: var(--stim-op-muted) !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
}

body.stim-operator-deposit-dashboard .ep_import_bar select {
  border-color: var(--stim-op-line) !important;
  border-radius: 11px !important;
  color: var(--stim-op-navy) !important;
  min-height: 42px !important;
  min-width: 190px !important;
}

body.stim-operator-deposit-dashboard input[value="Import XML"] {
  background: #FFFFFF !important;
  border: 1px solid var(--stim-op-blue) !important;
  border-radius: 11px !important;
  color: var(--stim-op-blue) !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  min-height: 42px !important;
  min-width: 126px !important;
}

body.stim-operator-deposit-dashboard input[value="Import XML"]:hover {
  background: #EAF2FF !important;
}

@media (min-width: 981px) {
  body.stim-operator-deposit-dashboard .ep_block:has(.ep_action_list) {
    border-radius: 16px 0 0 16px !important;
    border-right: 0 !important;
    float: left !important;
    width: 34% !important;
  }

  body.stim-operator-deposit-dashboard .ep_import_bar {
    border-left: 1px solid #E6EEF8 !important;
    border-radius: 0 16px 16px 0 !important;
    float: right !important;
    width: 66% !important;
  }
}

body.stim-operator-deposit-dashboard .ep_items_filters {
  background: #F8FBFF !important;
  border: 1px solid var(--stim-op-line) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  margin: 0 0 16px !important;
  padding: 10px 12px !important;
}

body.stim-operator-deposit-dashboard .ep_items_filters::before {
  color: var(--stim-op-muted) !important;
  content: "Status dokumen" !important;
  font-size: 0.74rem !important;
  font-weight: 800 !important;
}

body.stim-operator-deposit-dashboard .ep_items_filters a {
  background: #FFFFFF !important;
  border: 1px solid var(--stim-op-line) !important;
  border-radius: 999px !important;
  color: var(--stim-op-navy) !important;
  font-size: 0.82rem !important;
  min-height: 30px !important;
  padding: 5px 11px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns {
  border: 1px solid #D2E0F1 !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 48px rgba(18, 51, 95, 0.07) !important;
}

body.stim-operator-deposit-dashboard table.ep_columns::before {
  background: #F7FAFE !important;
  color: var(--stim-op-navy) !important;
  content: "Daftar Dokumen\A Item dalam draft atau proses pengelolaan" !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  padding: 16px 18px !important;
  text-transform: none !important;
  white-space: pre-line !important;
}

body.stim-operator-deposit-dashboard table.ep_columns th,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_title,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_title_last {
  background: #EEF4FB !important;
  color: #12335F !important;
  font-size: 0.73rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em !important;
  padding: 14px 18px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_inbox,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_buffer,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_archive,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_deletion {
  border-bottom: 1px solid var(--stim-op-line-soft) !important;
  color: #102A43 !important;
  font-size: 0.91rem !important;
  padding: 17px 18px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr:not(.header_plain):hover td {
  background: #F2F7FF !important;
}

body.stim-operator-deposit-dashboard .stim-operator-hidden-column {
  display: none !important;
}

body.stim-operator-deposit-dashboard .ep_columns_cell_last {
  min-width: 268px !important;
}

body.stim-operator-deposit-dashboard .ep_columns_cell_last a {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #DCE8F6 !important;
  border-radius: 10px !important;
  color: var(--stim-op-navy) !important;
  display: inline-flex !important;
  gap: 6px !important;
  margin: 3px 4px !important;
  min-height: 34px !important;
  padding: 4px 8px !important;
  text-decoration: none !important;
}

body.stim-operator-deposit-dashboard .ep_columns_cell_last a:hover {
  background: #EAF2FF !important;
  border-color: #BBD2F2 !important;
}

body.stim-operator-deposit-dashboard .ep_columns_cell_last img {
  border: 0 !important;
  box-shadow: none !important;
  height: 24px !important;
  margin: 0 !important;
  max-height: 24px !important;
  max-width: 24px !important;
  padding: 0 !important;
  width: 24px !important;
}

body.stim-operator-deposit-dashboard .stim-action-text {
  color: var(--stim-op-navy);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
}

body.stim-operator-deposit-dashboard .ep_columns_add {
  display: none !important;
}

/* STIM_DEPOSIT_FIXED_COLUMNS_20260619_A
   Fixed operator-friendly document list. Keeps native EPrints links/forms intact
   while removing column customization controls from the operator dashboard. */

body.stim-operator-deposit-dashboard table.ep_columns {
  background: #FFFFFF !important;
  border: 1px solid #CFE0F3 !important;
  border-collapse: separate !important;
  border-radius: 18px !important;
  border-spacing: 0 !important;
  margin: 18px 0 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  table-layout: auto !important;
  width: 100% !important;
}

body.stim-operator-deposit-dashboard table.ep_columns::before {
  background: linear-gradient(180deg, #F8FBFF 0%, #F2F7FD 100%) !important;
  border-bottom: 1px solid #D8E5F4 !important;
  color: #0B2548 !important;
  content: "Daftar Dokumen\A Dokumen repository yang sedang dikelola operator" !important;
  display: table-caption !important;
  font-size: 1.03rem !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  padding: 18px 20px !important;
  text-align: left !important;
  white-space: pre-line !important;
}

body.stim-operator-deposit-dashboard table.ep_columns th,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_title,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_title_last {
  background: #F1F6FC !important;
  border-bottom: 1px solid #D8E5F4 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  color: #12335F !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.3 !important;
  padding: 15px 20px !important;
  text-align: left !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_inbox,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_buffer,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_archive,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_deletion,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_last {
  background: #FFFFFF !important;
  border-bottom: 1px solid #E6EEF8 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  color: #102A43 !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  padding: 18px 20px !important;
  vertical-align: middle !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr:last-child td {
  border-bottom: 0 !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr:not(.header_plain):not(.stim-operator-column-controls-row):hover td {
  background: #F6FAFF !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td:nth-child(1) {
  color: #0B2548 !important;
  font-weight: 700 !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td:nth-child(2),
body.stim-operator-deposit-dashboard table.ep_columns td:nth-child(3) {
  color: #12335F !important;
  font-weight: 700 !important;
}

body.stim-operator-deposit-dashboard .stim-operator-hidden-column,
body.stim-operator-deposit-dashboard .stim-operator-column-controls-row,
body.stim-operator-deposit-dashboard .ep_columns_add {
  display: none !important;
}

body.stim-operator-deposit-dashboard .ep_columns_cell_last,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_last {
  min-width: 300px !important;
  white-space: normal !important;
}

body.stim-operator-deposit-dashboard .ep_columns_cell_last a {
  align-items: center !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  gap: 7px !important;
  justify-content: center !important;
  margin: 4px 5px 4px 0 !important;
  min-height: 36px !important;
  min-width: 76px !important;
  padding: 5px 9px !important;
}

body.stim-operator-deposit-dashboard .ep_columns_cell_last a:nth-of-type(1),
body.stim-operator-deposit-dashboard .ep_columns_cell_last a:nth-of-type(3) {
  background: #FFFFFF !important;
  border-color: #CFE0F3 !important;
  color: #12335F !important;
}

body.stim-operator-deposit-dashboard .ep_columns_cell_last a:nth-of-type(2) {
  background: #FFF5F5 !important;
  border-color: #F6C6C8 !important;
  color: #B91C1C !important;
}

body.stim-operator-deposit-dashboard .ep_columns_cell_last a:nth-of-type(4) {
  background: #0B4DBA !important;
  border-color: #0B4DBA !important;
  color: #FFFFFF !important;
}

body.stim-operator-deposit-dashboard .ep_columns_cell_last a:nth-of-type(4) .stim-action-text {
  color: #FFFFFF !important;
}

body.stim-operator-deposit-dashboard .ep_columns_cell_last a:hover {
  box-shadow: 0 10px 20px rgba(18, 51, 95, 0.12) !important;
  transform: translateY(-1px) !important;
}

body.stim-operator-deposit-dashboard .ep_columns_cell_last img {
  height: 22px !important;
  max-height: 22px !important;
  max-width: 22px !important;
  width: 22px !important;
}

body.stim-operator-deposit-dashboard .stim-action-text {
  color: inherit !important;
  display: inline-block !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
}

@media (max-width: 980px) {
  body.stim-operator-deposit-dashboard .stim-operator-summary {
    gap: 8px;
  }

  body.stim-operator-deposit-dashboard .ep_columns_cell_last {
    min-width: 190px !important;
  }

  body.stim-operator-deposit-dashboard .stim-action-text {
    display: none;
  }
}

/* STIM_DEPOSIT_FINAL_CLEANUP_20260619_A
   Final operator-dashboard cleanup for Manage Deposits only. This keeps the
   native EPrints actions/forms intact while removing raw technical clutter. */

body.stim-operator-deposit-dashboard .stim-header-nav,
body.stim-operator-deposit-dashboard .stim-header-actions,
body.stim-operator-deposit-dashboard .ep_tm_header .ep_tm_menu {
  display: none !important;
}

body.stim-operator-deposit-dashboard .ep_tm_header {
  border-bottom: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

body.stim-operator-deposit-dashboard .stim-header-inner {
  min-height: 0 !important;
  padding-bottom: 0 !important;
}

body.stim-operator-deposit-dashboard footer,
body.stim-operator-deposit-dashboard .ep_tm_footer {
  display: none !important;
}

body.stim-operator-deposit-dashboard .stim-operator-summary,
body.stim-operator-deposit-dashboard .stim-operator-summary-hidden {
  display: none !important;
}

body.stim-operator-deposit-dashboard .stim-operator-help-hidden,
body.stim-operator-deposit-dashboard .ep_toolbox,
body.stim-operator-deposit-dashboard .ep_toolbox_title {
  display: none !important;
}

body.stim-operator-deposit-dashboard .stim-operator-add-column-hidden,
body.stim-operator-deposit-dashboard .ep_columns_add,
body.stim-operator-deposit-dashboard .stim-operator-column-controls-row {
  display: none !important;
}

body.stim-operator-deposit-dashboard .ep_tm_page_content {
  padding-bottom: 24px !important;
}

body.stim-operator-deposit-dashboard .stim-operator-page-title,
body.stim-operator-deposit-dashboard #page-title,
body.stim-operator-deposit-dashboard .ep_tm_pagetitle {
  margin-bottom: 14px !important;
}

body.stim-operator-deposit-dashboard .ep_block:has(.ep_action_list),
body.stim-operator-deposit-dashboard .ep_import_bar {
  margin-bottom: 10px !important;
}

body.stim-operator-deposit-dashboard .ep_items_filters {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 10px 0 14px !important;
  min-height: 0 !important;
  padding: 8px 10px !important;
}

body.stim-operator-deposit-dashboard .ep_items_filters::before {
  margin-right: 2px !important;
}

body.stim-operator-deposit-dashboard .ep_items_filters a {
  line-height: 1.2 !important;
  min-height: 28px !important;
  padding: 5px 10px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns {
  margin-top: 12px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns::before {
  padding: 15px 18px !important;
}

/* STIM_WORKFLOW_UI_CLEANUP_20260619_A
   CSS-only visual polish for the add/edit document workflow. The body class is
   added by a small page-specific script and keeps public pages untouched. */

body.stim-workflow-ui {
  background: #EEF4FB !important;
  color: #0B2548 !important;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.stim-workflow-ui .ep_tm_page_content {
  background: transparent !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  padding-top: 20px !important;
}

body.stim-workflow-ui #page-title,
body.stim-workflow-ui .ep_tm_pagetitle,
body.stim-workflow-ui .stim-workflow-page-title {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 28px rgba(18, 51, 95, 0.08) !important;
  color: #0B2548 !important;
  display: block !important;
  font-size: 1.7rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  margin: 0 0 18px !important;
  padding: 22px 28px !important;
  text-align: left !important;
}

body.stim-workflow-ui .stim-workflow-page-title::before {
  color: #0B4DBA !important;
  content: "REPOSITORY STIM LASHARAN JAYA";
  display: block !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 7px !important;
  text-transform: uppercase !important;
}

body.stim-workflow-ui .stim-workflow-page-subtitle {
  color: #58708D !important;
  display: block !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  margin-top: 7px !important;
}

body.stim-workflow-ui form,
body.stim-workflow-ui .ep_form,
body.stim-workflow-ui .ep_block,
body.stim-workflow-ui .ep_form_panel,
body.stim-workflow-ui .ep_form_page,
body.stim-workflow-ui .ep_form_page_block {
  max-width: 100% !important;
}

body.stim-workflow-ui .ep_form,
body.stim-workflow-ui form[action*="/cgi/users/home"] {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 42px rgba(18, 51, 95, 0.08) !important;
  margin-top: 18px !important;
  padding: 26px 30px !important;
}

body.stim-workflow-ui .ep_form_button_bar,
body.stim-workflow-ui .ep_form_action_button,
body.stim-workflow-ui .ep_form_internal_button_bar {
  text-align: right !important;
}

body.stim-workflow-ui .ep_form_button_bar {
  border-top: 1px solid #E3ECF7 !important;
  margin-top: 22px !important;
  padding-top: 18px !important;
}

body.stim-workflow-ui input[type="submit"],
body.stim-workflow-ui input[type="button"],
body.stim-workflow-ui button,
body.stim-workflow-ui .ep_form_action_button {
  background: #0B4DBA !important;
  border: 1px solid #0B4DBA !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: #FFFFFF !important;
  cursor: pointer !important;
  font-family: inherit !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  min-height: 40px !important;
  padding: 10px 18px !important;
}

body.stim-workflow-ui input[type="submit"]:hover,
body.stim-workflow-ui input[type="button"]:hover,
body.stim-workflow-ui button:hover,
body.stim-workflow-ui .ep_form_action_button:hover {
  background: #12335F !important;
  border-color: #12335F !important;
  box-shadow: 0 10px 22px rgba(18, 51, 95, 0.14) !important;
}

body.stim-workflow-ui input[value*="Batal"],
body.stim-workflow-ui input[value*="Cancel"],
body.stim-workflow-ui input[value*="Sebelumnya"],
body.stim-workflow-ui input[value*="Previous"] {
  background: #FFFFFF !important;
  border-color: #CFE0F3 !important;
  color: #12335F !important;
}

body.stim-workflow-ui table,
body.stim-workflow-ui .ep_form_input_grid,
body.stim-workflow-ui .ep_form_input_grid table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body.stim-workflow-ui .ep_form_field_name,
body.stim-workflow-ui .ep_form_label,
body.stim-workflow-ui th,
body.stim-workflow-ui label {
  color: #0B2548 !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

body.stim-workflow-ui .ep_form_field_input,
body.stim-workflow-ui .ep_form_input,
body.stim-workflow-ui td {
  color: #233B57 !important;
  font-size: 0.94rem !important;
  line-height: 1.55 !important;
}

body.stim-workflow-ui input[type="text"],
body.stim-workflow-ui input[type="email"],
body.stim-workflow-ui input[type="password"],
body.stim-workflow-ui input[type="url"],
body.stim-workflow-ui textarea,
body.stim-workflow-ui select {
  background: #FFFFFF !important;
  border: 1px solid #CBD9EA !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: #0B2548 !important;
  font-family: inherit !important;
  font-size: 0.94rem !important;
  min-height: 40px !important;
  padding: 8px 11px !important;
}

body.stim-workflow-ui input[type="text"]:focus,
body.stim-workflow-ui input[type="email"]:focus,
body.stim-workflow-ui input[type="password"]:focus,
body.stim-workflow-ui input[type="url"]:focus,
body.stim-workflow-ui textarea:focus,
body.stim-workflow-ui select:focus {
  border-color: #0B4DBA !important;
  box-shadow: 0 0 0 3px rgba(11, 77, 186, 0.13) !important;
  outline: 0 !important;
}

body.stim-workflow-ui .ep_form_field_help,
body.stim-workflow-ui .ep_form_help,
body.stim-workflow-ui .ep_form_hint {
  color: #58708D !important;
  font-size: 0.86rem !important;
  line-height: 1.6 !important;
}

body.stim-workflow-ui .ep_form_field,
body.stim-workflow-ui .ep_multi,
body.stim-workflow-ui .ep_form_field_input,
body.stim-workflow-ui .ep_form_input_grid {
  border-color: #E3ECF7 !important;
}

body.stim-workflow-ui .ep_form_fieldset,
body.stim-workflow-ui fieldset,
body.stim-workflow-ui .ep_upload_doc,
body.stim-workflow-ui .ep_document {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 14px !important;
  margin-bottom: 16px !important;
  padding: 18px !important;
}

body.stim-workflow-ui .ep_form_fieldset legend,
body.stim-workflow-ui legend,
body.stim-workflow-ui .ep_form_fieldset h2,
body.stim-workflow-ui .ep_form h2,
body.stim-workflow-ui .ep_block h2 {
  color: #0B2548 !important;
  font-size: 1.12rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  margin-bottom: 12px !important;
}

body.stim-workflow-ui .stim-workflow-type-note,
body.stim-workflow-ui .stim-workflow-jenis-note {
  background: #F3F8FF !important;
  border: 1px solid #CFE0F3 !important;
  border-left: 4px solid #0B4DBA !important;
  border-radius: 12px !important;
  color: #12335F !important;
  font-size: 0.9rem !important;
  font-weight: 650 !important;
  line-height: 1.6 !important;
  margin: 12px 0 !important;
  padding: 12px 14px !important;
}

body.stim-workflow-ui .stim-workflow-jenis-koleksi {
  background: #F8FBFF !important;
  border-radius: 12px !important;
}

body.stim-workflow-ui .stim-workflow-type-option {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 18px rgba(18, 51, 95, 0.05) !important;
  display: inline-flex !important;
  margin: 5px 8px 5px 0 !important;
  padding: 9px 12px !important;
}

body.stim-workflow-ui .stim-workflow-type-option-hidden {
  display: none !important;
}

body.stim-workflow-ui .stim-workflow-type-option-muted {
  opacity: 0.45 !important;
}

body.stim-workflow-ui .stim-workflow-type-input-muted {
  opacity: 0.45 !important;
}

body.stim-workflow-ui .stim-workflow-type-option-warning {
  border-color: #F2B705 !important;
}

body.stim-workflow-ui .ep_form_workflow_stage,
body.stim-workflow-ui .ep_form_workflow_stage_current,
body.stim-workflow-ui .ep_form_workflow_stage_done,
body.stim-workflow-ui .ep_form_workflow_stage_disabled {
  border-radius: 999px !important;
  font-family: inherit !important;
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  margin: 3px !important;
  padding: 7px 11px !important;
  text-decoration: none !important;
}

body.stim-workflow-ui .ep_form_workflow_stage_current {
  background: #0B4DBA !important;
  color: #FFFFFF !important;
}

body.stim-workflow-ui .ep_form_workflow_stage,
body.stim-workflow-ui .ep_form_workflow_stage_done {
  background: #EAF2FF !important;
  color: #12335F !important;
}

body.stim-workflow-ui .ep_form_workflow_stage_disabled {
  background: #F3F6FA !important;
  color: #7A8CA3 !important;
}

body.stim-workflow-ui .ep_toolbox {
  background: #F8FBFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  color: #12335F !important;
  margin: 12px 0 !important;
  padding: 12px 14px !important;
}

body.stim-workflow-ui a {
  color: #0B4DBA !important;
  font-weight: 700 !important;
}

/* STIM_HIDE_EPRINTS_TYPE_WORKFLOW_20260619_A */
body.stim-workflow-jenis-stage .stim-workflow-internal-type-field {
  display: none !important;
}

body.stim-workflow-jenis-stage .stim-workflow-type-note {
  display: none !important;
}

body.stim-workflow-jenis-stage .stim-workflow-page-title {
  margin-bottom: 10px !important;
}

body.stim-workflow-jenis-stage .ep_form,
body.stim-workflow-jenis-stage form[action*="/cgi/users/home"] {
  padding: 24px 28px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field {
  background: #FFFFFF !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field > th,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field > td,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_form_field_name,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_form_field_input {
  background: #F8FBFF !important;
  border-color: #DDE8F5 !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-note {
  background: #EFF6FF !important;
  border: 1px solid #CFE0F3 !important;
  border-left: 4px solid #0B4DBA !important;
  border-radius: 12px !important;
  color: #12335F !important;
  font-size: 0.92rem !important;
  font-weight: 650 !important;
  line-height: 1.6 !important;
  margin: 10px 0 16px !important;
  padding: 12px 14px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #D5E2F2 !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 18px rgba(18, 51, 95, 0.05) !important;
  color: #0B2548 !important;
  display: inline-flex !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  margin: 6px 8px 6px 0 !important;
  min-height: 42px !important;
  padding: 10px 13px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option:hover {
  border-color: #0B4DBA !important;
  box-shadow: 0 10px 22px rgba(11, 77, 186, 0.11) !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option:has(input[type="radio"]:checked) {
  background: #EAF2FF !important;
  border-color: #0B4DBA !important;
  box-shadow: 0 0 0 3px rgba(11, 77, 186, 0.10) !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option input[type="radio"] {
  accent-color: #0B4DBA !important;
  margin-right: 8px !important;
}

body.stim-workflow-jenis-stage select[name="jenis_koleksi"] {
  max-width: 420px !important;
  width: 100% !important;
}

/* STIM_WORKFLOW_JENIS_KOLEKSI_FIX_20260619_A
   First workflow stage: hide the internal EPrints type row while keeping its
   enabled inputs in the DOM, then present jenis_koleksi as the only operator
   selection area. */

body.stim-workflow-jenis-stage .stim-workflow-internal-type-field,
body.stim-workflow-jenis-stage .stim-workflow-internal-type-list {
  display: none !important;
}

body.stim-workflow-jenis-stage .ep_sr_component {
  margin-bottom: 14px !important;
}

body.stim-workflow-jenis-stage .ep_sr_title_bar {
  margin-bottom: 0 !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-note {
  max-width: 760px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 28px rgba(18, 51, 95, 0.06) !important;
  display: block !important;
  margin: 0 0 12px !important;
  max-width: 820px !important;
  overflow: hidden !important;
  padding: 18px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field > .ep_table_cell,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_multi_heading,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_multi_input,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_multi_help {
  background: transparent !important;
  border: 0 !important;
  display: block !important;
  padding: 0 !important;
  width: 100% !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_multi_heading {
  color: #0B2548 !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  margin: 0 0 12px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_multi_inline_help,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_multi_help {
  display: none !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-list {
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  margin: 0 !important;
  max-width: 760px !important;
  width: 100% !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option-control {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #D5E2F2 !important;
  border-radius: 10px 0 0 10px !important;
  border-right: 0 !important;
  display: flex !important;
  grid-column: 1 !important;
  justify-content: center !important;
  margin: 0 0 9px !important;
  min-height: 48px !important;
  padding: 0 !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option-label {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #D5E2F2 !important;
  border-radius: 0 10px 10px 0 !important;
  color: #0B2548 !important;
  display: flex !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  grid-column: 2 !important;
  line-height: 1.35 !important;
  margin: 0 0 9px !important;
  min-height: 48px !important;
  min-width: 0 !important;
  padding: 11px 14px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option-control:hover,
body.stim-workflow-jenis-stage .stim-workflow-jenis-option-control:hover + .stim-workflow-jenis-option-label,
body.stim-workflow-jenis-stage .stim-workflow-jenis-option-label:hover {
  border-color: #0B4DBA !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option-control:has(input[type="radio"]:checked),
body.stim-workflow-jenis-stage .stim-workflow-jenis-option-control:has(input[type="radio"]:checked) + .stim-workflow-jenis-option-label {
  background: #EAF2FF !important;
  border-color: #0B4DBA !important;
  box-shadow: 0 0 0 3px rgba(11, 77, 186, 0.09) !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option-control input[type="radio"] {
  accent-color: #0B4DBA !important;
  margin: 0 !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option:not(dt):not(dd) {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #D5E2F2 !important;
  border-radius: 10px !important;
  color: #0B2548 !important;
  display: flex !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  margin: 0 0 9px !important;
  min-height: 48px !important;
  padding: 11px 14px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option:not(dt):not(dd):has(input[type="radio"]:checked) {
  background: #EAF2FF !important;
  border-color: #0B4DBA !important;
  box-shadow: 0 0 0 3px rgba(11, 77, 186, 0.09) !important;
}

body.stim-workflow-jenis-stage .ep_form_button_bar {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  justify-content: flex-end !important;
  margin-top: 14px !important;
  overflow: visible !important;
}

@media (max-width: 760px) {
  body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field {
    padding: 14px !important;
  }

  body.stim-workflow-jenis-stage .stim-workflow-jenis-list {
    grid-template-columns: 40px minmax(0, 1fr) !important;
  }

  body.stim-workflow-jenis-stage .ep_form_button_bar {
    justify-content: stretch !important;
  }

  body.stim-workflow-jenis-stage .ep_form_button_bar input,
  body.stim-workflow-jenis-stage .ep_form_button_bar button {
    flex: 1 1 180px !important;
  }
}

/* STIM_WORKFLOW_C1_TYPE_FIX_20260619_E
   Confirmed EPrints workflow fields render as c1_type and c1_jenis_koleksi.
   These rules only style containers marked by the workflow script. */

.stim-workflow-internal-type-field {
  display: none !important;
}

.stim-workflow-primary-jenis-field {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 28px rgba(18, 51, 95, 0.06) !important;
  margin: 0 0 14px !important;
  max-width: 820px !important;
  overflow: hidden !important;
  padding: 18px !important;
}

.stim-workflow-primary-jenis-field .stim-workflow-jenis-note {
  margin-top: 0 !important;
}

.stim-workflow-primary-jenis-field .stim-workflow-jenis-list {
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  margin: 0 !important;
  width: 100% !important;
}

.stim-workflow-primary-jenis-field .stim-workflow-jenis-option-control {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #D5E2F2 !important;
  border-radius: 10px 0 0 10px !important;
  border-right: 0 !important;
  display: flex !important;
  grid-column: 1 !important;
  justify-content: center !important;
  margin: 0 0 9px !important;
  min-height: 48px !important;
  padding: 0 !important;
}

.stim-workflow-primary-jenis-field .stim-workflow-jenis-option-label {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #D5E2F2 !important;
  border-radius: 0 10px 10px 0 !important;
  color: #0B2548 !important;
  display: flex !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  grid-column: 2 !important;
  line-height: 1.35 !important;
  margin: 0 0 9px !important;
  min-height: 48px !important;
  min-width: 0 !important;
  padding: 11px 14px !important;
}

.stim-workflow-primary-jenis-field .stim-workflow-jenis-option-control:has(input[type="radio"]:checked),
.stim-workflow-primary-jenis-field .stim-workflow-jenis-option-control:has(input[type="radio"]:checked) + .stim-workflow-jenis-option-label {
  background: #EAF2FF !important;
  border-color: #0B4DBA !important;
  box-shadow: 0 0 0 3px rgba(11, 77, 186, 0.09) !important;
}

.stim-workflow-primary-jenis-field .stim-workflow-jenis-option-control input[type="radio"] {
  accent-color: #0B4DBA !important;
  margin: 0 !important;
}

/* STIM_WORKFLOW_INFORMASI_UTAMA_CLEANUP_20260619_A
   Stage 2 only: simplify the title and author entry surface without changing
   EPrints creator input names, rows, or submit behavior. */

body.stim-workflow-informasi-utama-stage .ep_sr_component {
  margin-bottom: 14px !important;
}

body.stim-workflow-informasi-utama-stage .ep_multi {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 28px rgba(18, 51, 95, 0.05) !important;
  max-width: 920px !important;
  overflow: hidden !important;
  padding: 18px !important;
}

body.stim-workflow-informasi-utama-stage .ep_table_row {
  border-bottom: 1px solid #E6EEF8 !important;
  margin: 0 !important;
  padding: 16px 0 !important;
}

body.stim-workflow-informasi-utama-stage .ep_table_row:last-child {
  border-bottom: 0 !important;
}

body.stim-workflow-informasi-utama-stage .ep_multi_heading,
body.stim-workflow-informasi-utama-stage .ep_multi_input,
body.stim-workflow-informasi-utama-stage .ep_multi_help {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.stim-workflow-informasi-utama-stage .ep_multi_heading {
  color: #0B2548 !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

body.stim-workflow-informasi-utama-stage textarea,
body.stim-workflow-informasi-utama-stage input[type="text"] {
  max-width: 100% !important;
}

body.stim-workflow-informasi-utama-stage .ep_form_input_grid {
  margin-top: 4px !important;
  max-width: 100% !important;
  overflow-x: auto !important;
}

body.stim-workflow-informasi-utama-stage input[name*="_creators_"][name$="_id"] {
  background: #F8FBFF !important;
  color: #58708D !important;
  max-width: 180px !important;
}

body.stim-workflow-informasi-utama-stage input[value*="More"],
body.stim-workflow-informasi-utama-stage input[value*="Tambah Baris Penulis"],
body.stim-workflow-informasi-utama-stage button[value*="More"],
body.stim-workflow-informasi-utama-stage button[value*="Tambah Baris Penulis"] {
  background: #FFFFFF !important;
  border-color: #CFE0F3 !important;
  box-shadow: none !important;
  color: #12335F !important;
  font-size: 0.86rem !important;
  min-height: 34px !important;
  padding: 7px 12px !important;
}

body.stim-workflow-informasi-utama-stage .ep_form_button_bar {
  margin-top: 16px !important;
}

@media (max-width: 760px) {
  body.stim-workflow-informasi-utama-stage .ep_multi {
    padding: 14px !important;
  }

  body.stim-workflow-informasi-utama-stage .ep_form_input_grid {
    overflow-x: auto !important;
  }
}

/* STIM_PUBLIC_DETAIL_UI_CLEANUP_20260619_A
   Public summary page only. Visual cleanup for /id/eprint/... without
   changing EPrints URLs, download links, metadata fields, or admin pages. */

html.stim-public-summary-page #main_content {
  background: linear-gradient(180deg, #F8FBFF 0%, #FFFFFF 280px) !important;
}

html.stim-public-summary-page .ep_tm_page_content {
  box-sizing: border-box !important;
  margin: 0 auto !important;
  max-width: 1180px !important;
  padding: 26px 18px 44px !important;
}

html.stim-public-summary-page #page-title,
html.stim-public-summary-page .stim-summary-outer-title {
  display: none !important;
}

html.stim-public-summary-page .ep_summary_content,
html.stim-public-summary-page .ep_summary_content_main,
html.stim-public-summary-page .ep_summary_content_top,
html.stim-public-summary-page .ep_summary_content_bottom,
html.stim-public-summary-page .ep_summary_content_after {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.stim-public-summary-page .ep_summary_content_left,
html.stim-public-summary-page .ep_summary_content_right {
  display: none !important;
}

html.stim-public-summary-page .stim-summary-page {
  box-sizing: border-box !important;
  display: grid !important;
  gap: 18px !important;
  margin: 0 auto !important;
  max-width: 1040px !important;
  padding: 0 !important;
}

html.stim-public-summary-page .stim-summary-hero {
  align-items: start !important;
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 44px rgba(18, 51, 95, 0.10) !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  margin: 0 !important;
  padding: 24px !important;
}

html.stim-public-summary-page .stim-summary-hero .stim-section__eyebrow {
  color: #0B4DBA !important;
  font-size: 0.74rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  margin: 0 0 8px !important;
  text-transform: uppercase !important;
}

html.stim-public-summary-page .stim-summary-hero h1 {
  color: #0B2548 !important;
  font-size: 1.7rem !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
  margin: 0 !important;
  max-width: 900px !important;
}

html.stim-public-summary-page .stim-summary-hero__meta {
  color: #51677F !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

html.stim-public-summary-page .stim-summary-hero__meta span,
html.stim-public-summary-page .stim-summary-badge {
  align-items: center !important;
  background: #F4F8FE !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 999px !important;
  color: #12335F !important;
  display: inline-flex !important;
  font-size: 0.86rem !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  min-height: 30px !important;
  padding: 6px 11px !important;
}

html.stim-public-summary-page .stim-summary-badge {
  background: #EAF2FF !important;
  border-color: #CFE0F3 !important;
  color: #0B4DBA !important;
  justify-self: end !important;
  white-space: nowrap !important;
}

/* STIM_PUBLIC_DETAIL_META_CHIP_FIX_20260619_A */
html.stim-public-summary-page .stim-summary-hero__meta > span {
  background: #F8FBFF !important;
  border: 1px solid #DBEAFE !important;
  border-radius: 999px !important;
  color: #12335F !important;
  display: inline-flex !important;
  font-size: 0.86rem !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  min-height: 30px !important;
  padding: 6px 11px !important;
}

html.stim-public-summary-page .stim-summary-hero__meta > span span,
html.stim-public-summary-page .stim-summary-hero__meta .person_name {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
  display: inline !important;
  font: inherit !important;
  line-height: inherit !important;
  min-height: 0 !important;
  padding: 0 !important;
}

html.stim-public-summary-page .stim-summary-card {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 32px rgba(18, 51, 95, 0.07) !important;
  color: #1F2937 !important;
  margin: 0 !important;
  padding: 22px 24px !important;
}

html.stim-public-summary-page .stim-summary-card h2 {
  color: #12335F !important;
  font-size: 1.05rem !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  margin: 0 0 14px !important;
}

html.stim-public-summary-page .stim-summary-file-list {
  display: grid !important;
  gap: 12px !important;
}

html.stim-public-summary-page .stim-summary-file {
  align-items: center !important;
  background: #F8FBFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 10px !important;
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  padding: 15px !important;
}

html.stim-public-summary-page .stim-document-citation {
  display: grid !important;
  gap: 3px !important;
}

html.stim-public-summary-page .stim-document-citation__name {
  color: #0B2548 !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere !important;
}

html.stim-public-summary-page .stim-document-citation__format,
html.stim-public-summary-page .stim-summary-file__body > span {
  color: #6B7280 !important;
  font-size: 0.86rem !important;
}

/* STIM_PUBLIC_DETAIL_FILE_CARD_SIMPLE_20260710 */
html.stim-public-summary-page .stim-summary-file__type {
  color: #0B2548 !important;
  display: block !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  margin: 0 0 4px !important;
}

html.stim-public-summary-page .stim-summary-file__meta {
  color: #6B7280 !important;
  display: block !important;
  font-size: 0.88rem !important;
  font-weight: 650 !important;
  line-height: 1.4 !important;
}

/* STIM_PUBLIC_ACCESS_PREVIEW_WORKFLOW_20260710 */
html.stim-public-summary-page .stim-summary-file-note {
  background: #F8FBFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 10px !important;
  color: #475569 !important;
  font-size: 0.92rem !important;
  line-height: 1.5 !important;
  margin: 12px 0 0 !important;
  padding: 12px 14px !important;
}

body.stim-workflow-ui input[name$="_public_page_ranges"],
body.stim-workflow-ui input[name="public_page_ranges"] {
  max-width: 520px !important;
}

html.stim-public-summary-page .stim-summary-file__button,
html.stim-public-summary-page .stim-summary-file__button:visited {
  background: #0B4DBA !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 20px rgba(11, 77, 186, 0.18) !important;
  color: #FFFFFF !important;
  display: inline-flex !important;
  font-size: 0.92rem !important;
  font-weight: 850 !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  min-width: 138px !important;
  padding: 11px 15px !important;
  text-decoration: none !important;
}

html.stim-public-summary-page .stim-summary-file__button:hover,
html.stim-public-summary-page .stim-summary-file__button:focus {
  background: #12335F !important;
  color: #FFFFFF !important;
}

html.stim-public-summary-page .stim-summary-abstract {
  max-width: none !important;
}

html.stim-public-summary-page .stim-summary-abstract .ep_field_para,
html.stim-public-summary-page .stim-summary-abstract p,
html.stim-public-summary-page .stim-summary-abstract div {
  color: #334155 !important;
  font-size: 0.98rem !important;
  line-height: 1.76 !important;
  max-width: 900px !important;
}

html.stim-public-summary-page .stim-summary-metadata dl {
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: minmax(170px, 230px) minmax(0, 1fr) !important;
  margin: 0 !important;
}

html.stim-public-summary-page .stim-summary-metadata dt,
html.stim-public-summary-page .stim-summary-metadata dd {
  border-top: 1px solid #E6EEF8 !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 12px 0 !important;
}

html.stim-public-summary-page .stim-summary-metadata dt:first-of-type,
html.stim-public-summary-page .stim-summary-metadata dt:first-of-type + dd {
  border-top: 0 !important;
  padding-top: 0 !important;
}

html.stim-public-summary-page .stim-summary-metadata dt {
  color: #12335F !important;
  font-size: 0.88rem !important;
  font-weight: 850 !important;
  padding-right: 18px !important;
}

html.stim-public-summary-page .stim-summary-metadata dd {
  color: #1F2937 !important;
  font-size: 0.94rem !important;
  line-height: 1.55 !important;
  overflow-wrap: anywhere !important;
}

html.stim-public-summary-page .stim-summary-metadata .ep_compound_header_row,
html.stim-public-summary-page .stim-summary-metadata .ep_compound_data_row_cell[data-row-cell-index="1"] {
  display: none !important;
}

html.stim-public-summary-page .stim-summary-metadata .ep_compound,
html.stim-public-summary-page .stim-summary-metadata .ep_compound_data_row,
html.stim-public-summary-page .stim-summary-metadata .ep_compound_data_row_cell {
  background: transparent !important;
  border: 0 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.stim-public-summary-page .stim-summary-empty-meta {
  display: none !important;
}

html.stim-public-summary-page .ep_summary_page_actions,
html.stim-public-summary-page .summary_page_actions {
  display: none !important;
}

/* STIM_AUTHOR_CHIPS_PUBLIC_DETAIL_20260703 */
html.stim-public-summary-page .stim-author-list {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

html.stim-public-summary-page .stim-summary-hero__meta > .stim-author-list {
  flex: 1 1 100% !important;
}

html.stim-public-summary-page .stim-summary-metadata dd .stim-author-list {
  gap: 7px !important;
  margin: 0 !important;
}

html.stim-public-summary-page .stim-author-chip {
  align-items: center !important;
  background: #F8FBFF !important;
  border: 1px solid #DBEAFE !important;
  border-radius: 999px !important;
  color: #12335F !important;
  display: inline-flex !important;
  font-size: 0.84rem !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
  max-width: 100% !important;
  min-height: 0 !important;
  overflow-wrap: anywhere !important;
  padding: 7px 12px !important;
  white-space: normal !important;
  word-break: normal !important;
}

html.stim-public-summary-page .stim-summary-hero__meta .stim-author-chip {
  box-shadow: none !important;
}

@media (max-width: 520px) {
  html.stim-public-summary-page .stim-author-list {
    gap: 7px !important;
  }

  html.stim-public-summary-page .stim-author-chip {
    font-size: 0.8rem !important;
    padding: 6px 10px !important;
  }
}

@media (max-width: 860px) {
  html.stim-public-summary-page .ep_tm_page_content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  html.stim-public-summary-page .stim-summary-hero,
  html.stim-public-summary-page .stim-summary-file,
  html.stim-public-summary-page .stim-summary-metadata dl {
    grid-template-columns: 1fr !important;
  }

  html.stim-public-summary-page .stim-summary-badge {
    justify-self: start !important;
  }

  html.stim-public-summary-page .stim-summary-metadata dd {
    border-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 620px) {
  html.stim-public-summary-page .stim-summary-hero,
  html.stim-public-summary-page .stim-summary-card {
    padding: 18px !important;
  }

  html.stim-public-summary-page .stim-summary-hero h1 {
    font-size: 1.35rem !important;
  }
}

/* STIM_PUBLIC_BROWSE_INDEX_UI_20260619_A
   Public browse indexes only: /view/year/, /view/divisions/, /view/creators/. */
/* STIM_PUBLIC_VIEW_RESULTS_UI_20260619_A */

html.stim-public-view-root-page #main_content,
html.stim-public-view-year-index #main_content,
html.stim-public-view-divisions-index #main_content,
html.stim-public-view-creators-index #main_content {
  background: linear-gradient(180deg, #F8FBFF 0%, #FFFFFF 300px) !important;
}

html.stim-public-view-root-page .ep_tm_page_content,
html.stim-public-view-year-index .ep_tm_page_content,
html.stim-public-view-divisions-index .ep_tm_page_content,
html.stim-public-view-creators-index .ep_tm_page_content,
html.stim-public-view-result-page .ep_tm_page_content {
  box-sizing: border-box !important;
  margin: 0 auto !important;
  max-width: 1120px !important;
  padding: 32px 18px 48px !important;
}

html.stim-public-view-root-page #page-title,
html.stim-public-view-year-index #page-title,
html.stim-public-view-divisions-index #page-title,
html.stim-public-view-creators-index #page-title,
html.stim-public-view-result-page #page-title {
  color: #0B2548 !important;
  font-size: 2.15rem !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
  margin: 0 0 10px !important;
}

html.stim-public-view-year-index .ep_view_menu,
html.stim-public-view-divisions-index .ep_view_menu,
html.stim-public-view-creators-index .ep_view_menu {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  max-width: 1120px !important;
  padding: 0 !important;
}

html.stim-public-view-root-page .stim-browse-intro {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.stim-public-view-root-page .stim-browse-intro > p {
  color: #5B6F86 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
  margin: 0 0 20px !important;
  max-width: 760px !important;
}

html.stim-public-view-root-page .stim-browse-card-grid {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 24px !important;
}

html.stim-public-view-root-page .stim-browse-card,
html.stim-public-view-root-page .stim-browse-card:visited {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 28px rgba(18, 51, 95, 0.06) !important;
  color: inherit !important;
  display: grid !important;
  gap: 8px !important;
  min-height: 136px !important;
  padding: 20px !important;
  text-decoration: none !important;
}

html.stim-public-view-root-page .stim-browse-card:hover,
html.stim-public-view-root-page .stim-browse-card:focus {
  border-color: #B8D0F1 !important;
  box-shadow: 0 12px 30px rgba(18, 51, 95, 0.09) !important;
  transform: translateY(-1px) !important;
}

html.stim-public-view-root-page .stim-browse-card strong {
  color: #0B2548 !important;
  font-size: 1.08rem !important;
  font-weight: 850 !important;
}

html.stim-public-view-root-page .stim-browse-card span {
  color: #5B6F86 !important;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
}

html.stim-public-view-root-page .ep_view_browse_list {
  display: none !important;
}

/* STIM_BROWSE_INDEX_PAGE_20260619_A */
html.stim-public-view-root-page #main_content {
  background: linear-gradient(180deg, #F8FBFF 0%, #FFFFFF 360px) !important;
}

html.stim-public-view-root-page .ep_tm_page_content {
  max-width: 1160px !important;
  padding: 38px 20px 54px !important;
}

html.stim-public-view-root-page .stim-browse-root-kicker {
  color: #0B4DBA !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  margin: 0 0 10px !important;
  text-transform: uppercase !important;
}

html.stim-public-view-root-page #page-title {
  color: #0B2548 !important;
  font-size: 2.35rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.16 !important;
  margin: 0 0 12px !important;
  max-width: 780px !important;
}

html.stim-public-view-root-page .stim-browse-intro {
  max-width: 1160px !important;
}

html.stim-public-view-root-page .stim-browse-intro > p {
  color: #6B7280 !important;
  font-size: 1.02rem !important;
  line-height: 1.7 !important;
  margin: 0 0 22px !important;
  max-width: 760px !important;
}

html.stim-public-view-root-page .stim-browse-card-grid {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 24px !important;
}

html.stim-public-view-root-page .stim-browse-card,
html.stim-public-view-root-page .stim-browse-card:visited {
  background: #FFFFFF !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(18, 51, 95, 0.055) !important;
  box-sizing: border-box !important;
  color: inherit !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
  min-height: 184px !important;
  padding: 22px !important;
  position: relative !important;
  text-decoration: none !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
}

html.stim-public-view-root-page .stim-browse-card::before {
  align-items: center !important;
  background: #EAF2FF !important;
  border: 1px solid #CFE0F3 !important;
  border-radius: 12px !important;
  color: #0B4DBA !important;
  display: inline-flex !important;
  font-size: 1.25rem !important;
  height: 42px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 0 8px !important;
  width: 42px !important;
}

html.stim-public-view-root-page .stim-browse-card--year::before {
  content: "📅" !important;
}

html.stim-public-view-root-page .stim-browse-card--creators::before {
  content: "👤" !important;
}

html.stim-public-view-root-page .stim-browse-card--divisions::before {
  content: "🎓" !important;
}

html.stim-public-view-root-page .stim-browse-card:hover,
html.stim-public-view-root-page .stim-browse-card:focus {
  border-color: #9DBBE7 !important;
  box-shadow: 0 14px 30px rgba(18, 51, 95, 0.09) !important;
  transform: translateY(-2px) !important;
}

html.stim-public-view-root-page .stim-browse-card strong {
  color: #12335F !important;
  font-size: 1.12rem !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  transition: color 160ms ease !important;
}

html.stim-public-view-root-page .stim-browse-card:hover strong,
html.stim-public-view-root-page .stim-browse-card:focus strong {
  color: #0B4DBA !important;
}

html.stim-public-view-root-page .stim-browse-card span {
  color: #6B7280 !important;
  font-size: 0.94rem !important;
  line-height: 1.6 !important;
  max-width: 27ch !important;
}

html.stim-public-view-root-page .ep_view_browse_list,
html.stim-public-view-root-page .ep_view_browse_list ul {
  display: none !important;
}

html.stim-public-view-year-index .stim-browse-index-intro,
html.stim-public-view-divisions-index .stim-browse-index-intro,
html.stim-public-view-creators-index .stim-browse-index-intro {
  color: #5B6F86 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
  margin: 0 0 20px !important;
  max-width: 720px !important;
}

html.stim-public-view-year-index .stim-browse-index-list,
html.stim-public-view-divisions-index .stim-browse-index-list {
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
  list-style: none !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
}

html.stim-public-view-year-index .stim-browse-index-item,
html.stim-public-view-divisions-index .stim-browse-index-item {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.stim-public-view-year-index .stim-browse-index-card,
html.stim-public-view-divisions-index .stim-browse-index-card,
html.stim-public-view-year-index .stim-browse-index-card:visited,
html.stim-public-view-divisions-index .stim-browse-index-card:visited {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 28px rgba(18, 51, 95, 0.06) !important;
  color: #0B2548 !important;
  display: flex !important;
  gap: 14px !important;
  justify-content: space-between !important;
  min-height: 76px !important;
  padding: 18px 20px !important;
  text-decoration: none !important;
}

html.stim-public-view-year-index .stim-browse-index-card:hover,
html.stim-public-view-divisions-index .stim-browse-index-card:hover,
html.stim-public-view-year-index .stim-browse-index-card:focus,
html.stim-public-view-divisions-index .stim-browse-index-card:focus {
  border-color: #B8D0F1 !important;
  box-shadow: 0 12px 30px rgba(18, 51, 95, 0.09) !important;
  transform: translateY(-1px) !important;
}

html.stim-public-view-year-index .stim-browse-index-card__label,
html.stim-public-view-divisions-index .stim-browse-index-card__label {
  color: #0B2548 !important;
  font-size: 1.08rem !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}

html.stim-public-view-year-index .stim-browse-count-badge,
html.stim-public-view-divisions-index .stim-browse-count-badge,
html.stim-public-view-creators-index .stim-browse-count-badge {
  background: #EAF2FF !important;
  border: 1px solid #CFE0F3 !important;
  border-radius: 999px !important;
  color: #0B4DBA !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  padding: 5px 9px !important;
  white-space: nowrap !important;
}

html.stim-public-view-creators-index .stim-creators-range-note {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: #51677F !important;
  display: inline-block !important;
  margin: 4px 0 14px !important;
  padding: 8px 12px !important;
}

html.stim-public-view-creators-index .stim-creators-range-note .ep_toolbox_content {
  background: transparent !important;
  border: 0 !important;
  color: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.stim-public-view-creators-index .stim-creators-letter-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 18px !important;
}

html.stim-public-view-creators-index .stim-creators-letter-nav a,
html.stim-public-view-creators-index .stim-creators-letter-nav a:visited {
  background: #EAF2FF !important;
  border: 1px solid #CFE0F3 !important;
  border-radius: 999px !important;
  color: #0B4DBA !important;
  font-size: 0.86rem !important;
  font-weight: 850 !important;
  min-width: 34px !important;
  padding: 7px 11px !important;
  text-align: center !important;
  text-decoration: none !important;
}

html.stim-public-view-creators-index .stim-creators-letter-nav a:hover,
html.stim-public-view-creators-index .stim-creators-letter-nav a:focus {
  background: #FFFFFF !important;
  border-color: #9DBBE7 !important;
}

html.stim-public-view-creators-index .stim-creators-empty-section {
  display: none !important;
}

html.stim-public-view-creators-index .stim-creators-section-title {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 10px 10px 0 0 !important;
  color: #12335F !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  margin: 18px 0 0 !important;
  padding: 14px 16px !important;
}

html.stim-public-view-creators-index .stim-creators-section-body {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-top: 0 !important;
  border-radius: 0 0 10px 10px !important;
  box-shadow: 0 10px 28px rgba(18, 51, 95, 0.06) !important;
  margin: 0 0 18px !important;
  padding: 14px !important;
}

html.stim-public-view-creators-index .ep_view_cols,
html.stim-public-view-creators-index .ep_view_cols > div,
html.stim-public-view-creators-index .ep_view_col {
  background: transparent !important;
  border: 0 !important;
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

html.stim-public-view-creators-index .stim-creators-section-body ul {
  display: grid !important;
  gap: 10px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.stim-public-view-creators-index .stim-creator-card {
  align-items: center !important;
  background: #F8FBFF !important;
  border: 1px solid #E2ECF8 !important;
  border-radius: 9px !important;
  display: flex !important;
  gap: 12px !important;
  justify-content: space-between !important;
  margin: 0 !important;
  padding: 12px 14px !important;
}

html.stim-public-view-creators-index .stim-creator-card__link,
html.stim-public-view-creators-index .stim-creator-card__link:visited {
  color: #0B2548 !important;
  font-weight: 820 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

html.stim-public-view-creators-index .stim-creator-card__link:hover,
html.stim-public-view-creators-index .stim-creator-card__link:focus {
  color: #0B4DBA !important;
  text-decoration: underline !important;
}

html.stim-public-view-result-page #main_content {
  background: linear-gradient(180deg, #F8FBFF 0%, #FFFFFF 320px) !important;
}

html.stim-public-view-result-page .stim-view-result-intro {
  color: #5B6F86 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
  margin: 0 0 18px !important;
  max-width: 760px !important;
}

html.stim-public-view-result-page .no_link_decor {
  margin: 0 0 18px !important;
}

html.stim-public-view-result-page .stim-view-back-link,
html.stim-public-view-result-page .stim-view-back-link:visited {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 999px !important;
  color: #12335F !important;
  display: inline-flex !important;
  font-size: 0.86rem !important;
  font-weight: 850 !important;
  gap: 6px !important;
  padding: 7px 12px !important;
  text-decoration: none !important;
}

html.stim-public-view-result-page .stim-view-back-link img {
  display: none !important;
}

html.stim-public-view-result-page form[action*="/cgi/exportview"] {
  display: none !important;
}

html.stim-public-view-result-page .ep_view_page {
  margin: 0 !important;
  max-width: 980px !important;
}

html.stim-public-view-result-page .stim-view-result-count {
  background: #EAF2FF !important;
  border: 1px solid #CFE0F3 !important;
  border-radius: 999px !important;
  color: #0B4DBA !important;
  display: inline-flex !important;
  font-size: 0.84rem !important;
  font-weight: 850 !important;
  margin: 0 0 14px !important;
  padding: 6px 11px !important;
}

html.stim-public-view-result-page .stim-view-document-card {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 28px rgba(18, 51, 95, 0.06) !important;
  margin: 0 0 14px !important;
  padding: 18px 20px !important;
}

html.stim-public-view-result-page .stim-citation {
  display: grid !important;
  gap: 10px !important;
}

html.stim-public-view-result-page .stim-citation__title {
  color: #0B2548 !important;
  display: inline !important;
  font-size: 1.08rem !important;
  font-weight: 850 !important;
  line-height: 1.42 !important;
}

html.stim-public-view-result-page .stim-citation a,
html.stim-public-view-result-page .stim-citation a:visited {
  color: #0B2548 !important;
  text-decoration: none !important;
}

html.stim-public-view-result-page .stim-citation a:hover,
html.stim-public-view-result-page .stim-citation a:focus {
  color: #0B4DBA !important;
  text-decoration: underline !important;
}

html.stim-public-view-result-page .stim-citation__authors {
  color: #5B6F86 !important;
  font-size: 0.92rem !important;
}

html.stim-public-view-result-page .stim-citation__year,
html.stim-public-view-result-page .stim-citation__type,
html.stim-public-view-result-page .stim-citation__program {
  background: #F4F8FE !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 999px !important;
  color: #12335F !important;
  display: inline-flex !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  margin: 0 6px 0 0 !important;
  padding: 5px 9px !important;
  width: fit-content !important;
}

html.stim-public-view-result-page .stim-citation__keywords {
  color: #5B6F86 !important;
  display: block !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  margin-top: 2px !important;
}

/* STIM_VIEW_RESULT_BADGE_INLINE_20260619_A */
html.stim-public-view-result-page .stim-citation {
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
}

html.stim-public-view-result-page .stim-citation__authors {
  display: block !important;
  margin: 0 !important;
}

html.stim-public-view-result-page .stim-citation > a {
  display: inline !important;
  margin: 0 !important;
}

html.stim-public-view-result-page .stim-citation__meta {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

html.stim-public-view-result-page .stim-citation__meta .stim-citation__year,
html.stim-public-view-result-page .stim-citation__meta .stim-citation__type,
html.stim-public-view-result-page .stim-citation__meta .stim-citation__program {
  margin: 0 !important;
}

html.stim-public-view-result-page .stim-citation__keywords {
  margin-top: 0 !important;
}

@media (max-width: 720px) {
  html.stim-public-view-root-page .ep_tm_page_content,
  html.stim-public-view-year-index .ep_tm_page_content,
  html.stim-public-view-divisions-index .ep_tm_page_content,
  html.stim-public-view-creators-index .ep_tm_page_content,
  html.stim-public-view-result-page .ep_tm_page_content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  html.stim-public-view-root-page #page-title,
  html.stim-public-view-year-index #page-title,
  html.stim-public-view-divisions-index #page-title,
  html.stim-public-view-creators-index #page-title,
  html.stim-public-view-result-page #page-title {
    font-size: 1.65rem !important;
  }

  html.stim-public-view-root-page .stim-browse-card-grid {
    grid-template-columns: 1fr !important;
  }

  html.stim-public-view-root-page .stim-browse-card {
    min-height: 170px !important;
  }

  html.stim-public-view-year-index .stim-browse-index-card,
  html.stim-public-view-divisions-index .stim-browse-index-card,
  html.stim-public-view-creators-index .stim-creator-card {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

/* STIM_PUBLIC_SEARCH_UI_20260619_A
   Public search form/results only. Visual cleanup without changing form action,
   input names, checkbox values, or search backend behavior. */
/* STIM_PUBLIC_SEARCH_UI_BUGFIX_20260619_A */

html.stim-public-search-page #main_content {
  background: linear-gradient(180deg, #F8FBFF 0%, #FFFFFF 320px) !important;
  overflow: visible !important;
}

html.stim-public-search-page .ep_tm_page_content {
  box-sizing: border-box !important;
  margin: 0 auto !important;
  max-width: 1160px !important;
  overflow: visible !important;
  padding: 34px 20px 54px !important;
}

html.stim-public-search-page #page-title {
  color: #0B2548 !important;
  display: block !important;
  font-size: 2.15rem !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
  margin: 0 0 12px !important;
  max-width: 900px !important;
  visibility: visible !important;
}

html.stim-public-search-page .stim-search-intro {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #5B6F86 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
  margin: 0 0 22px !important;
  max-width: 820px !important;
  padding: 0 !important;
}

html.stim-public-search-form-page form.stim-search-form-card,
html.stim-public-search-form-page form[action*="/cgi/search/advanced"] {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 40px rgba(18, 51, 95, 0.08) !important;
  box-sizing: border-box !important;
  clear: both !important;
  display: block !important;
  margin: 22px 0 0 !important;
  max-width: 980px !important;
  overflow: visible !important;
  padding: 24px !important;
  width: 100% !important;
}

html.stim-public-search-form-page .ep_search_fields {
  display: grid !important;
  gap: 0 !important;
  margin: 18px 0 0 !important;
  overflow: visible !important;
}

html.stim-public-search-form-page .ep_search_fields .ep_table_row {
  align-items: start !important;
  border-bottom: 1px solid #E6EEF8 !important;
  border-top: 0 !important;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: minmax(210px, 240px) minmax(0, 1fr) 28px !important;
  margin: 0 !important;
  padding: 15px 0 !important;
}

html.stim-public-search-form-page .ep_search_fields .ep_table_row > div,
html.stim-public-search-form-page .ep_search_fields .ep_table_row > .ep_table_cell,
html.stim-public-search-form-page .ep_search_fields > div > div {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

html.stim-public-search-form-page .ep_search_fields .ep_table_row:last-child {
  border-bottom: 0 !important;
}

html.stim-public-search-form-page .ep_multi_heading,
html.stim-public-search-form-page .ep_multi_input,
html.stim-public-search-form-page .ep_multi_help {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  width: auto !important;
}

html.stim-public-search-form-page .ep_multi_heading span {
  color: #12335F !important;
  display: block !important;
  font-size: 0.92rem !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  padding-top: 9px !important;
  white-space: nowrap !important;
}

html.stim-public-search-form-page .ep_multi_heading span::after {
  content: ":" !important;
}

html.stim-public-search-form-page .stim-search-settings-row .ep_multi_heading span::after {
  content: "" !important;
}

html.stim-public-search-form-page .ep_multi_input {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  min-width: 0 !important;
  overflow: visible !important;
}

html.stim-public-search-form-page .ep_multi_input select {
  background: #F8FBFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 8px !important;
  color: #51677F !important;
  font-family: inherit !important;
  font-size: 0.84rem !important;
  min-height: 40px !important;
  padding: 8px 10px !important;
  max-width: 100% !important;
}

html.stim-public-search-form-page .ep_multi_input input[type="text"],
html.stim-public-search-form-page .ep_multi_input input.ep_form_text {
  background: #FFFFFF !important;
  border: 1px solid #CFE0F3 !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
  color: #1F2937 !important;
  flex: 1 1 260px !important;
  font-family: inherit !important;
  font-size: 0.95rem !important;
  min-height: 42px !important;
  padding: 9px 12px !important;
  width: auto !important;
}

html.stim-public-search-form-page .ep_multi_input select[name$="_merge"] {
  flex: 0 0 auto !important;
  min-width: 94px !important;
}

html.stim-public-search-form-page .ep_multi_input input[type="text"]:focus,
html.stim-public-search-form-page .ep_multi_input input.ep_form_text:focus,
html.stim-public-search-form-page .ep_multi_input select:focus {
  border-color: #0B4DBA !important;
  box-shadow: 0 0 0 3px rgba(11, 77, 186, 0.10) !important;
  outline: none !important;
}

html.stim-public-search-form-page .ep_multi_help {
  opacity: 0.55 !important;
  padding-top: 9px !important;
}

html.stim-public-search-form-page .ep_multi_help img {
  height: 16px !important;
  width: 16px !important;
}

html.stim-public-search-form-page .ep_multi_inline_help {
  background: #F8FBFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 8px !important;
  color: #5B6F86 !important;
  font-size: 0.84rem !important;
  line-height: 1.5 !important;
  margin: 0 0 8px !important;
  padding: 10px 12px !important;
  width: 100% !important;
}

html.stim-public-search-form-page .ep_option_list {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

html.stim-public-search-form-page .ep_field_legend {
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
}

html.stim-public-search-form-page .ep_option_list_row,
html.stim-public-search-form-page .ep_option_list_cell {
  display: contents !important;
}

html.stim-public-search-form-page .ep_option_list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
}

html.stim-public-search-form-page .ep_option_list_option {
  margin: 0 !important;
}

html.stim-public-search-form-page .ep_option_list_option label {
  align-items: center !important;
  background: #F8FBFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 999px !important;
  color: #12335F !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-size: 0.88rem !important;
  font-weight: 780 !important;
  gap: 7px !important;
  min-height: 36px !important;
  padding: 7px 11px !important;
}

html.stim-public-search-form-page .ep_option_list_option label:has(input:checked) {
  background: #EAF2FF !important;
  border-color: #9DBBE7 !important;
  color: #0B4DBA !important;
}

html.stim-public-search-form-page .ep_option_list_option input[type="checkbox"] {
  accent-color: #0B4DBA !important;
  margin: 0 !important;
}

html.stim-public-search-form-page .stim-search-settings-title {
  color: #0B2548 !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  margin: 18px 0 2px !important;
  padding-top: 0 !important;
}

html.stim-public-search-form-page .stim-search-settings-row {
  background: #F8FBFF !important;
  border: 1px solid #DDE8F5 !important;
  border-bottom: 1px solid #DDE8F5 !important;
  border-radius: 10px !important;
  margin-top: 8px !important;
  padding: 11px 14px !important;
}

html.stim-public-search-form-page #satisfyall_label,
html.stim-public-search-form-page #order_label {
  padding-top: 7px !important;
}

html.stim-public-search-form-page .ep_search_buttons {
  clear: both !important;
  margin: 18px 0 0 !important;
  overflow: visible !important;
  padding: 2px 0 !important;
  text-align: left !important;
}

html.stim-public-search-form-page .ep_search_buttons > div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  overflow: visible !important;
  padding: 0 !important;
}

html.stim-public-search-form-page input[name="_action_search"].ep_form_action_button {
  background: #0B4DBA !important;
  border: 1px solid #0B4DBA !important;
  border-radius: 8px !important;
  color: #FFFFFF !important;
  font-weight: 850 !important;
  min-height: 42px !important;
  padding: 10px 18px !important;
  width: auto !important;
}

html.stim-public-search-form-page input[name="_action_newsearch"].ep_form_action_button {
  background: #FFFFFF !important;
  border: 1px solid #CFE0F3 !important;
  border-radius: 8px !important;
  color: #12335F !important;
  font-weight: 820 !important;
  min-height: 42px !important;
  padding: 10px 18px !important;
  width: auto !important;
}

/* STIM_SEARCH_BUTTONS_BOTTOM_ONLY_20260619_A */
html.stim-public-search-form-page .stim-search-actions-top-hidden {
  display: none !important;
}

html.stim-public-search-form-page .stim-search-actions-bottom {
  clear: both !important;
  margin: 24px 0 0 !important;
  overflow: visible !important;
  padding: 8px 0 2px !important;
  text-align: center !important;
}

html.stim-public-search-form-page .stim-search-actions-bottom > div {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 100% !important;
}

html.stim-public-search-form-page .stim-search-actions-bottom input[name="_action_search"].ep_form_action_button,
html.stim-public-search-form-page .stim-search-actions-bottom input[name="_action_newsearch"].ep_form_action_button {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  min-width: 160px !important;
  text-align: center !important;
  width: auto !important;
}

html.stim-public-search-form-page .stim-search-actions-bottom input[name="_action_search"].ep_form_action_button {
  background: #0B4DBA !important;
  border-color: #0B4DBA !important;
  color: #FFFFFF !important;
}

html.stim-public-search-form-page .stim-search-actions-bottom input[name="_action_newsearch"].ep_form_action_button {
  background: #FFFFFF !important;
  border-color: #D6E3F5 !important;
  color: #12335F !important;
}

html.stim-public-search-result-page #page-title {
  color: #0B2548 !important;
}

html.stim-public-search-result-page .ep_search_export,
html.stim-public-search-result-page .ep_search_reorder {
  display: none !important;
}

html.stim-public-search-result-page .ep_search_controls,
html.stim-public-search-result-page .ep_search_controls_bottom {
  background: transparent !important;
  border: 0 !important;
  color: #5B6F86 !important;
  font-size: 0.9rem !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
}

html.stim-public-search-result-page .ep_search_controls_bottom {
  margin-top: 14px !important;
}

html.stim-public-search-empty-results .ep_search_controls,
html.stim-public-search-empty-results .ep_search_controls_bottom {
  display: none !important;
}

html.stim-public-search-result-page .ep_search_control a,
html.stim-public-search-result-page .ep_search_control a:visited {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 999px !important;
  color: #0B4DBA !important;
  display: inline-flex !important;
  font-weight: 820 !important;
  margin-top: 8px !important;
  padding: 6px 10px !important;
  text-decoration: none !important;
}

html.stim-public-search-result-page .stim-search-result-count {
  background: #EAF2FF !important;
  border: 1px solid #CFE0F3 !important;
  border-radius: 999px !important;
  color: #0B4DBA !important;
  display: inline-flex !important;
  font-size: 0.86rem !important;
  font-weight: 850 !important;
  margin: 0 0 14px !important;
  padding: 7px 12px !important;
}

html.stim-public-search-result-page .ep_search_results {
  margin: 0 !important;
  max-width: 980px !important;
}

html.stim-public-search-result-page .stim-result-card {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 28px rgba(18, 51, 95, 0.06) !important;
  margin: 0 0 14px !important;
  padding: 18px 20px !important;
}

html.stim-public-search-result-page .stim-result-card__title {
  font-size: 1.08rem !important;
  line-height: 1.42 !important;
  margin-bottom: 10px !important;
}

html.stim-public-search-result-page .stim-result-card__meta {
  gap: 8px !important;
  margin-bottom: 8px !important;
}

html.stim-public-search-result-page .stim-result-card__meta span {
  background: #F4F8FE !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 999px !important;
  color: #12335F !important;
  font-size: 0.82rem !important;
  font-weight: 780 !important;
  padding: 5px 9px !important;
}

html.stim-public-search-result-page .stim-result-card__link {
  color: #0B4DBA !important;
  font-size: 0.9rem !important;
  font-weight: 850 !important;
}

html.stim-public-search-result-page .stim-search-empty-state {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 28px rgba(18, 51, 95, 0.06) !important;
  margin: 0 0 16px !important;
  max-width: 760px !important;
  padding: 24px !important;
}

html.stim-public-search-result-page .stim-search-empty-state p {
  color: #334155 !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin: 0 0 14px !important;
}

html.stim-public-search-result-page .stim-search-empty-state a,
html.stim-public-search-result-page .stim-search-empty-state a:visited {
  background: #0B4DBA !important;
  border-radius: 8px !important;
  color: #FFFFFF !important;
  display: inline-flex !important;
  font-weight: 850 !important;
  padding: 10px 14px !important;
  text-decoration: none !important;
}

@media (max-width: 760px) {
  html.stim-public-search-page .ep_tm_page_content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  html.stim-public-search-page #page-title {
    font-size: 1.65rem !important;
  }

  html.stim-public-search-form-page form[action*="/cgi/search/advanced"] {
    padding: 18px !important;
  }

  html.stim-public-search-form-page .ep_search_fields .ep_table_row {
    grid-template-columns: 1fr !important;
  }

  html.stim-public-search-form-page .ep_multi_help {
    display: none !important;
  }

  html.stim-public-search-form-page .stim-search-actions-bottom > div {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  html.stim-public-search-form-page .stim-search-actions-bottom input[name="_action_search"].ep_form_action_button,
  html.stim-public-search-form-page .stim-search-actions-bottom input[name="_action_newsearch"].ep_form_action_button {
    width: 100% !important;
  }
}

/* STIM_SEARCH_COLON_INLINE_FIX_20260619_A
   Keep public advanced-search labels and their generated colon on one line. */
html.stim-public-search-form-page .ep_search_fields .ep_table_row {
  grid-template-columns: minmax(220px, 240px) minmax(0, 1fr) 28px !important;
}

html.stim-public-search-form-page .ep_search_fields .ep_multi_heading.ep_table_cell {
  align-items: flex-start !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-shrink: 0 !important;
  justify-content: flex-end !important;
  max-width: 240px !important;
  min-width: 220px !important;
  overflow: visible !important;
  padding-right: 4px !important;
  white-space: nowrap !important;
  width: 100% !important;
}

html.stim-public-search-form-page .ep_search_fields .ep_multi_heading.ep_table_cell > span {
  align-items: center !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  gap: 0 !important;
  line-height: 1.35 !important;
  max-width: none !important;
  white-space: nowrap !important;
}

html.stim-public-search-form-page .ep_search_fields .ep_multi_heading.ep_table_cell::after {
  content: "" !important;
  display: none !important;
}

html.stim-public-search-form-page .ep_search_fields .ep_multi_heading.ep_table_cell > span::after {
  content: ":" !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  margin-left: 2px !important;
  white-space: nowrap !important;
}

/* STIM_SEARCH_RESULTS_UI_20260619_A */
html.stim-public-search-page body.stim-admin-page .stim-header-nav,
html.stim-public-search-page body.stim-admin-page .ep_tm_menu,
html.stim-public-search-page body.stim-admin-page .stim-header-actions {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html.stim-public-search-page body.stim-admin-page .ep_tm_header,
html.stim-public-search-page body.stim-admin-page .stim-header-inner {
  display: flex !important;
}

html.stim-public-search-result-page #main_content {
  background: linear-gradient(180deg, #F8FBFF 0%, #FFFFFF 42%) !important;
  overflow: visible !important;
}

html.stim-public-search-result-page .ep_tm_page_content {
  box-sizing: border-box !important;
  margin: 0 auto !important;
  max-width: 1120px !important;
  padding: 30px 20px 52px !important;
}

html.stim-public-search-result-page #page-title {
  color: #0B2548 !important;
  font-size: 2rem !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1.22 !important;
  margin: 0 0 10px !important;
  max-width: 820px !important;
}

html.stim-public-search-result-page .stim-search-result-count {
  align-items: center !important;
  background: #EAF2FF !important;
  border: 1px solid #BBD3F4 !important;
  border-radius: 999px !important;
  color: #0B4DBA !important;
  display: inline-flex !important;
  font-size: 0.9rem !important;
  font-weight: 850 !important;
  margin: 0 0 16px !important;
  padding: 8px 13px !important;
}

html.stim-public-search-result-page .ep_search_controls,
html.stim-public-search-result-page .ep_search_controls_bottom {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  margin: 0 0 18px !important;
  max-width: 980px !important;
  overflow: visible !important;
  padding: 0 !important;
}

html.stim-public-search-result-page .ep_search_controls_bottom {
  margin: 18px 0 0 !important;
}

html.stim-public-search-result-page .ep_search_controls > div,
html.stim-public-search-result-page .ep_search_controls_bottom > div {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  overflow: visible !important;
}

html.stim-public-search-result-page .ep_search_number {
  display: none !important;
}

html.stim-public-search-result-page .ep_search_control {
  display: inline-flex !important;
  font-size: 0.88rem !important;
  line-height: 1.2 !important;
}

html.stim-public-search-result-page .ep_search_control a,
html.stim-public-search-result-page .ep_search_control a:visited,
html.stim-public-search-result-page .stim-search-result-action,
html.stim-public-search-result-page .stim-search-result-action:visited {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #CFE0F3 !important;
  border-radius: 999px !important;
  color: #0B4DBA !important;
  display: inline-flex !important;
  font-size: 0.88rem !important;
  font-weight: 820 !important;
  justify-content: center !important;
  margin: 0 !important;
  min-height: 34px !important;
  padding: 7px 12px !important;
  text-decoration: none !important;
}

html.stim-public-search-result-page .ep_search_control a:hover,
html.stim-public-search-result-page .ep_search_control a:focus,
html.stim-public-search-result-page .stim-search-result-action:hover,
html.stim-public-search-result-page .stim-search-result-action:focus {
  background: #EAF2FF !important;
  border-color: #9DBBE7 !important;
  color: #0B4DBA !important;
}

html.stim-public-search-result-page .ep_search_export,
html.stim-public-search-result-page .ep_search_reorder,
html.stim-public-search-result-page .ep_search_feed {
  display: none !important;
}

html.stim-public-search-result-page .ep_search_results {
  margin: 0 !important;
  max-width: 980px !important;
  overflow: visible !important;
}

html.stim-public-search-result-page .ep_paginate_list {
  display: grid !important;
  gap: 14px !important;
}

html.stim-public-search-result-page .stim-result-card {
  align-items: flex-start !important;
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 30px rgba(18, 51, 95, 0.07) !important;
  box-sizing: border-box !important;
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 18px 20px !important;
}

html.stim-public-search-result-page .stim-result-card:hover {
  border-color: #BBD3F4 !important;
  box-shadow: 0 14px 32px rgba(18, 51, 95, 0.09) !important;
}

html.stim-public-search-result-page .stim-result-card__index {
  align-items: center !important;
  background: #EAF2FF !important;
  border: 1px solid #CFE0F3 !important;
  border-radius: 999px !important;
  color: #0B4DBA !important;
  display: inline-flex !important;
  font-size: 0.86rem !important;
  font-weight: 850 !important;
  height: 32px !important;
  justify-content: center !important;
  line-height: 1 !important;
  width: 32px !important;
}

html.stim-public-search-result-page .stim-result-card__body {
  min-width: 0 !important;
}

html.stim-public-search-result-page .stim-result-card__title {
  font-size: 1.08rem !important;
  font-weight: 850 !important;
  line-height: 1.42 !important;
  margin: 0 0 10px !important;
}

html.stim-public-search-result-page .stim-result-card__title a,
html.stim-public-search-result-page .stim-result-card__title a:visited {
  color: #0B2548 !important;
  text-decoration: none !important;
}

html.stim-public-search-result-page .stim-result-card__title a:hover,
html.stim-public-search-result-page .stim-result-card__title a:focus {
  color: #0B4DBA !important;
  text-decoration: underline !important;
}

html.stim-public-search-result-page .stim-result-card__meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 12px !important;
}

html.stim-public-search-result-page .stim-result-card__meta span {
  align-items: center !important;
  background: #F4F8FE !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 999px !important;
  color: #12335F !important;
  display: inline-flex !important;
  font-size: 0.82rem !important;
  font-weight: 780 !important;
  line-height: 1.25 !important;
  padding: 5px 9px !important;
}

html.stim-public-search-result-page .stim-result-card__meta span span {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
  display: inline !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  padding: 0 !important;
}

html.stim-public-search-result-page .stim-result-card__body > a {
  display: inline-flex !important;
  text-decoration: none !important;
}

html.stim-public-search-result-page .stim-result-card__link {
  align-items: center !important;
  background: #0B4DBA !important;
  border: 1px solid #0B4DBA !important;
  border-radius: 999px !important;
  color: #FFFFFF !important;
  display: inline-flex !important;
  font-size: 0.88rem !important;
  font-weight: 850 !important;
  justify-content: center !important;
  padding: 8px 12px !important;
}

html.stim-public-search-result-page .stim-result-card__body > a:hover .stim-result-card__link,
html.stim-public-search-result-page .stim-result-card__body > a:focus .stim-result-card__link {
  background: #12335F !important;
  border-color: #12335F !important;
}

/* STIM_SEARCH_RESULTS_BOTTOM_CONTROLS_HIDE_20260619_A */
html.stim-public-search-result-page .ep_search_controls_bottom {
  display: none !important;
}

@media (max-width: 760px) {
  html.stim-public-search-result-page .ep_tm_page_content {
    padding: 24px 14px 42px !important;
  }

  html.stim-public-search-result-page #page-title {
    font-size: 1.65rem !important;
  }

  html.stim-public-search-result-page .stim-result-card {
    gap: 12px !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    padding: 16px !important;
  }
}

/* STIM_ADMIN_SIDEBAR_REFINEMENT_20260619 */
@media (min-width: 981px) {
  body.stim-admin-sidebar-refined #wrapper,
  body.stim-admin-page #wrapper:has(.ep_tm_searchbar .ep_tm_key_tools) {
    max-width: min(1540px, calc(100vw - 28px)) !important;
  }

  body.stim-admin-sidebar-refined .ep_tm_searchbar,
  body.stim-admin-page .ep_tm_searchbar:has(.ep_tm_key_tools) {
    background: #0F2F57 !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 24px rgba(15, 47, 87, 0.16) !important;
    color: rgba(226, 238, 255, 0.76) !important;
    display: flex !important;
    flex-direction: column !important;
    left: 20px !important;
    max-height: calc(100vh - 40px) !important;
    min-height: calc(100vh - 40px) !important;
    padding: 18px 15px !important;
    top: 20px !important;
    width: 264px !important;
  }

  body.stim-admin-sidebar-refined #main_content,
  body.stim-admin-page #main_content:has(+ .never-match) {
    margin-left: 300px !important;
    max-width: calc(100% - 300px) !important;
  }

  body.stim-admin-sidebar-refined .ep_tm_searchbar::before,
  body.stim-admin-page .ep_tm_searchbar:has(.ep_tm_key_tools)::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #FFFFFF !important;
    font-size: 0.95rem !important;
    font-weight: 850 !important;
    margin-bottom: 10px !important;
    min-height: 34px !important;
    padding: 4px 0 14px 44px !important;
  }

  body.stim-admin-sidebar-refined .ep_tm_key_tools,
  body.stim-admin-page .ep_tm_searchbar:has(.ep_tm_key_tools) .ep_tm_key_tools {
    color: rgba(226, 238, 255, 0.62) !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    gap: 3px !important;
    font-size: 0.78rem !important;
    justify-content: flex-start !important;
    line-height: 1.35 !important;
    min-height: 0 !important;
  }

  body.stim-admin-sidebar-refined .ep_tm_key_tools::before,
  body.stim-admin-page .ep_tm_searchbar:has(.ep_tm_key_tools) .ep_tm_key_tools::before {
    content: none !important;
    display: none !important;
  }

  body.stim-admin-sidebar-refined .stim-admin-sidebar-user {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(219, 234, 254, 0.12) !important;
    border-radius: 10px !important;
    display: grid !important;
    gap: 3px !important;
    margin: 0 0 12px !important;
    padding: 10px 11px !important;
  }

  body.stim-admin-sidebar-refined .stim-admin-sidebar-user__label {
    color: rgba(219, 234, 254, 0.62) !important;
    font-size: 0.68rem !important;
    font-weight: 850 !important;
    letter-spacing: 0.05em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
  }

  body.stim-admin-sidebar-refined .stim-admin-sidebar-user__value {
    color: #FFFFFF !important;
    display: block !important;
    font-size: 0.78rem !important;
    font-weight: 720 !important;
    line-height: 1.3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.stim-admin-sidebar-refined .ep_tm_key_tools a,
  body.stim-admin-sidebar-refined .ep_tm_key_tools a:visited,
  body.stim-admin-page .ep_tm_searchbar:has(.ep_tm_key_tools) .ep_tm_key_tools a,
  body.stim-admin-page .ep_tm_searchbar:has(.ep_tm_key_tools) .ep_tm_key_tools a:visited {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    border-left: 3px solid transparent !important;
    border-radius: 8px !important;
    color: rgba(226, 238, 255, 0.78) !important;
    display: flex !important;
    font-size: 0.88rem !important;
    font-weight: 680 !important;
    line-height: 1.25 !important;
    min-height: 34px !important;
    overflow: hidden !important;
    padding: 7px 10px !important;
    text-decoration: none !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.stim-admin-sidebar-refined .ep_tm_key_tools a:hover,
  body.stim-admin-sidebar-refined .ep_tm_key_tools a:focus,
  body.stim-admin-page .ep_tm_searchbar:has(.ep_tm_key_tools) .ep_tm_key_tools a:hover,
  body.stim-admin-page .ep_tm_searchbar:has(.ep_tm_key_tools) .ep_tm_key_tools a:focus {
    background: rgba(42, 113, 207, 0.24) !important;
    border-color: rgba(191, 219, 254, 0.20) !important;
    border-left-color: #60A5FA !important;
    color: #FFFFFF !important;
    outline: none !important;
  }

  body.stim-admin-sidebar-refined .ep_tm_key_tools a.stim-admin-sidebar-active-link,
  body.stim-admin-page .ep_tm_searchbar:has(.ep_tm_key_tools) .ep_tm_key_tools a.stim-admin-sidebar-active-link {
    background: rgba(96, 165, 250, 0.16) !important;
    border-left-color: #60A5FA !important;
    color: #FFFFFF !important;
    font-weight: 780 !important;
  }

  body.stim-admin-sidebar-refined .ep_tm_key_tools a[href*="logout"],
  body.stim-admin-sidebar-refined .ep_tm_key_tools a[href*="Logout"],
  body.stim-admin-sidebar-refined .ep_tm_key_tools a.stim-admin-sidebar-logout,
  body.stim-admin-page .ep_tm_searchbar:has(.ep_tm_key_tools) .ep_tm_key_tools a[href*="logout"],
  body.stim-admin-page .ep_tm_searchbar:has(.ep_tm_key_tools) .ep_tm_key_tools a[href*="Logout"] {
    background: transparent !important;
    border: 1px solid rgba(219, 234, 254, 0.34) !important;
    border-left-width: 1px !important;
    color: #DBEAFE !important;
    justify-content: center !important;
    margin-top: auto !important;
    min-height: 38px !important;
  }

  body.stim-admin-sidebar-refined .ep_tm_key_tools a[href*="logout"]:hover,
  body.stim-admin-sidebar-refined .ep_tm_key_tools a[href*="Logout"]:hover,
  body.stim-admin-sidebar-refined .ep_tm_key_tools a.stim-admin-sidebar-logout:hover,
  body.stim-admin-page .ep_tm_searchbar:has(.ep_tm_key_tools) .ep_tm_key_tools a[href*="logout"]:hover,
  body.stim-admin-page .ep_tm_searchbar:has(.ep_tm_key_tools) .ep_tm_key_tools a[href*="Logout"]:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(219, 234, 254, 0.58) !important;
    color: #FFFFFF !important;
  }
}

body.stim-admin-sidebar-refined .stim-admin-sidebar-technical-link,
body.stim-admin-sidebar-refined .ep_tm_key_tools a[href*="EditPage" i],
body.stim-admin-sidebar-refined .ep_tm_key_tools a[href*="page_phrases" i],
body.stim-admin-page .ep_tm_searchbar:has(.ep_tm_key_tools) .ep_tm_key_tools a[href*="EditPage" i],
body.stim-admin-page .ep_tm_searchbar:has(.ep_tm_key_tools) .ep_tm_key_tools a[href*="page_phrases" i] {
  display: none !important;
}

@media (max-width: 980px) {
  body.stim-admin-sidebar-refined .ep_tm_searchbar {
    background: #0F2F57 !important;
    box-shadow: 0 8px 22px rgba(15, 47, 87, 0.14) !important;
  }

  body.stim-admin-sidebar-refined .ep_tm_key_tools a,
  body.stim-admin-sidebar-refined .ep_tm_key_tools a:visited {
    border-radius: 999px !important;
    font-size: 0.82rem !important;
    padding: 7px 10px !important;
  }
}

/* STIM_ADMIN_SIDEBAR_REFINEMENT_20260619_B */
@media (min-width: 981px) {
  body.stim-admin-sidebar-refined .ep_tm_searchbar {
    min-height: calc(100vh - 40px) !important;
    padding: 18px 16px 16px !important;
  }

  body.stim-admin-sidebar-refined .ep_tm_searchbar::before {
    margin-bottom: 8px !important;
    padding-bottom: 12px !important;
  }

  body.stim-admin-sidebar-refined .ep_tm_key_tools {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    gap: 0 !important;
    min-height: 0 !important;
  }

  body.stim-admin-sidebar-refined .stim-admin-sidebar-user {
    flex: 0 0 auto !important;
    margin: 0 0 12px !important;
  }

  body.stim-admin-sidebar-refined .stim-admin-sidebar-nav {
    display: flex !important;
    flex: 0 1 auto !important;
    flex-direction: column !important;
    gap: 2px !important;
    min-height: 0 !important;
  }

  body.stim-admin-sidebar-refined .stim-admin-sidebar-logout-box {
    border-top: 1px solid rgba(219, 234, 254, 0.14) !important;
    display: block !important;
    flex: 0 0 auto !important;
    margin-top: auto !important;
    padding-top: 14px !important;
  }

  body.stim-admin-sidebar-refined .ep_tm_key_tools > a {
    display: none !important;
  }

  body.stim-admin-sidebar-refined .stim-admin-sidebar-nav a,
  body.stim-admin-sidebar-refined .stim-admin-sidebar-nav a:visited {
    background: transparent !important;
    border: 0 !important;
    border-left: 3px solid transparent !important;
    border-radius: 8px !important;
    color: rgba(226, 238, 255, 0.76) !important;
    font-size: 0.88rem !important;
    font-weight: 620 !important;
    min-height: 34px !important;
    padding: 7px 10px !important;
  }

  body.stim-admin-sidebar-refined .stim-admin-sidebar-nav a:hover,
  body.stim-admin-sidebar-refined .stim-admin-sidebar-nav a:focus {
    background: rgba(96, 165, 250, 0.10) !important;
    border-left-color: rgba(147, 197, 253, 0.55) !important;
    color: #FFFFFF !important;
  }

  body.stim-admin-sidebar-refined .stim-admin-sidebar-nav a.stim-admin-sidebar-active-link {
    background: rgba(96, 165, 250, 0.16) !important;
    border-left-color: #60A5FA !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
  }

  body.stim-admin-sidebar-refined .stim-admin-sidebar-logout-box a,
  body.stim-admin-sidebar-refined .stim-admin-sidebar-logout-box a:visited {
    align-items: center !important;
    background: transparent !important;
    border: 1px solid rgba(219, 234, 254, 0.34) !important;
    border-radius: 9px !important;
    color: #DBEAFE !important;
    display: flex !important;
    font-size: 0.88rem !important;
    font-weight: 720 !important;
    justify-content: center !important;
    min-height: 38px !important;
    padding: 8px 12px !important;
    text-decoration: none !important;
    width: 100% !important;
  }

  body.stim-admin-sidebar-refined .stim-admin-sidebar-logout-box a:hover,
  body.stim-admin-sidebar-refined .stim-admin-sidebar-logout-box a:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(219, 234, 254, 0.58) !important;
    color: #FFFFFF !important;
  }
}

body.stim-admin-sidebar-refined .stim-admin-sidebar-technical-link,
body.stim-admin-sidebar-refined a.stim-admin-sidebar-technical-link,
body.stim-admin-sidebar-refined .ep_tm_key_tools a[href*="EditPage" i],
body.stim-admin-sidebar-refined .ep_tm_key_tools a[href*="editpage" i],
body.stim-admin-sidebar-refined .ep_tm_key_tools a[href*="page_phrases" i],
body.stim-admin-sidebar-refined .ep_tm_key_tools a[href*="pagephrases" i] {
  display: none !important;
}

/* STIM_ADMIN_SIDEBAR_LAYOUT_FIX_20260619 */
@media (min-width: 981px) {
  body.stim-admin-sidebar-refined .ep_tm_searchbar {
    min-height: calc(100vh - 48px) !important;
    padding: 18px 16px !important;
  }

  body.stim-admin-sidebar-refined .ep_tm_searchbar::before {
    margin-bottom: 8px !important;
    padding-bottom: 12px !important;
  }

  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools {
    color: transparent !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    font-size: 0 !important;
    gap: 0 !important;
    line-height: 1 !important;
    min-height: calc(100vh - 142px) !important;
    padding: 0 !important;
  }

  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools::before {
    content: none !important;
    display: none !important;
  }

  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-user {
    background: rgba(255, 255, 255, 0.055) !important;
    border: 1px solid rgba(219, 234, 254, 0.12) !important;
    border-radius: 10px !important;
    color: #FFFFFF !important;
    display: grid !important;
    flex: 0 0 auto !important;
    font-size: 0.78rem !important;
    gap: 3px !important;
    line-height: 1.3 !important;
    margin: 0 0 12px !important;
    padding: 10px 11px !important;
  }

  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-user__label {
    color: rgba(219, 234, 254, 0.62) !important;
    display: block !important;
    font-size: 0.68rem !important;
    font-weight: 850 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
  }

  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-user__value {
    color: #FFFFFF !important;
    display: block !important;
    font-size: 0.8rem !important;
    font-weight: 720 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-nav {
    display: flex !important;
    flex: 0 1 auto !important;
    flex-direction: column !important;
    gap: 2px !important;
    min-height: 0 !important;
  }

  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-nav a,
  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-nav a:visited {
    background: transparent !important;
    border: 0 !important;
    border-left: 3px solid transparent !important;
    border-radius: 8px !important;
    color: rgba(226, 238, 255, 0.74) !important;
    display: flex !important;
    font-size: 0.88rem !important;
    font-weight: 620 !important;
    line-height: 1.25 !important;
    min-height: 34px !important;
    padding: 7px 10px !important;
    text-decoration: none !important;
  }

  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-nav a:hover,
  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-nav a:focus {
    background: rgba(96, 165, 250, 0.10) !important;
    border-left-color: rgba(147, 197, 253, 0.55) !important;
    color: #FFFFFF !important;
  }

  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-nav a.stim-admin-sidebar-active-link {
    background: rgba(96, 165, 250, 0.16) !important;
    border-left-color: #60A5FA !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
  }

  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-logout-box {
    border-top: 1px solid rgba(219, 234, 254, 0.14) !important;
    display: block !important;
    flex: 0 0 auto !important;
    font-size: 0.88rem !important;
    margin-top: auto !important;
    padding-top: 14px !important;
  }

  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-logout-box a,
  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-logout-box a:visited {
    align-items: center !important;
    background: transparent !important;
    border: 1px solid rgba(219, 234, 254, 0.34) !important;
    border-radius: 9px !important;
    color: #DBEAFE !important;
    display: flex !important;
    font-size: 0.88rem !important;
    font-weight: 720 !important;
    justify-content: center !important;
    min-height: 38px !important;
    padding: 8px 12px !important;
    text-decoration: none !important;
    width: 100% !important;
  }

  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-logout-box a:hover,
  body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-logout-box a:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(219, 234, 254, 0.58) !important;
    color: #FFFFFF !important;
  }
}

body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-technical-link,
body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools a.stim-admin-sidebar-technical-link {
  display: none !important;
}

/* STIM_ADMIN_SIDEBAR_HIDE_DEMO_MENUS_20260710
   Hide demo-unneeded sidebar entries visually only; backend routes remain
   reachable by direct URL for administrators. */
body.stim-admin-sidebar-refined .stim-admin-sidebar-nav a.stim-admin-sidebar-demo-hidden,
body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-nav a.stim-admin-sidebar-demo-hidden {
  display: none !important;
}

/* STIM_ADMIN_HIDE_DUPLICATE_EMAIL_20260619 */
body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-duplicate-email-hidden {
  display: none !important;
}

/* STIM_ADMIN_HIDE_MAILTO_NAV_20260619 */
body.stim-admin-sidebar-refined .stim-admin-sidebar-nav a[href^="mailto:"],
body.stim-admin-sidebar-refined ul#ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-nav a[href^="mailto:"] {
  display: none !important;
}

/* STIM_ITEMS_PAGE_SAFE_CLEANUP_20260619
   Safe visual-only cleanup for /cgi/users/home?screen=Items.
   Hide only direct technical elements; do not hide forms, wrappers, or tables. */
body.stim-operator-deposit-dashboard #ep_review_instructions,
body.stim-operator-deposit-dashboard #ep_review_instructions_colbar,
body.stim-operator-deposit-dashboard #ep_review_instructions_bar,
body.stim-operator-deposit-dashboard .ep_import_bar,
body.stim-operator-deposit-dashboard .ep_columns_add {
  display: none !important;
}

body.stim-operator-deposit-dashboard .ep_action_list {
  align-items: center !important;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%) !important;
  border: 1px solid #D8E5F4 !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(18, 51, 95, 0.055) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: flex-start !important;
  list-style: none !important;
  margin: 0 0 14px !important;
  min-height: 64px !important;
  padding: 12px 14px !important;
}

body.stim-operator-deposit-dashboard .ep_action_list li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.stim-operator-deposit-dashboard .ep_action_list input[type="submit"],
body.stim-operator-deposit-dashboard .ep_action_list input[type="button"],
body.stim-operator-deposit-dashboard input[value="Tambah Dokumen"] {
  background: #0B4DBA !important;
  border: 1px solid #0B4DBA !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 18px rgba(11, 77, 186, 0.16) !important;
  color: #FFFFFF !important;
  font-size: 0.94rem !important;
  font-weight: 850 !important;
  min-height: 42px !important;
  min-width: 176px !important;
  padding: 0 18px !important;
}

body.stim-operator-deposit-dashboard .ep_items_filters {
  align-items: center !important;
  background: #F8FBFF !important;
  border: 1px solid #D8E5F4 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  margin: 0 0 14px !important;
  padding: 10px 12px !important;
}

body.stim-operator-deposit-dashboard .ep_items_filters::before {
  color: #5F7187 !important;
  content: "STATUS DOKUMEN" !important;
  display: inline-flex !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  margin: 0 4px 0 0 !important;
  text-transform: uppercase !important;
}

body.stim-operator-deposit-dashboard .ep_items_filters a,
body.stim-operator-deposit-dashboard .ep_items_filters a:visited {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #D8E5F4 !important;
  border-radius: 999px !important;
  color: #12335F !important;
  display: inline-flex !important;
  font-size: 0.82rem !important;
  font-weight: 760 !important;
  gap: 6px !important;
  line-height: 1.2 !important;
  min-height: 30px !important;
  padding: 6px 11px !important;
  text-decoration: none !important;
}

body.stim-operator-deposit-dashboard .ep_items_filters a:hover,
body.stim-operator-deposit-dashboard .ep_items_filters a:focus {
  background: #EAF2FF !important;
  border-color: #BBD2F2 !important;
  color: #0B4DBA !important;
}

body.stim-operator-deposit-dashboard table.ep_columns {
  background: #FFFFFF !important;
  border: 1px solid #D8E5F4 !important;
  border-collapse: separate !important;
  border-radius: 16px !important;
  border-spacing: 0 !important;
  box-shadow: 0 14px 32px rgba(18, 51, 95, 0.06) !important;
  margin: 12px 0 0 !important;
  overflow: hidden !important;
  table-layout: auto !important;
  width: 100% !important;
}

body.stim-operator-deposit-dashboard table.ep_columns th,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_title,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_title_last,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain th {
  background: #F1F6FC !important;
  border-bottom: 1px solid #D8E5F4 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  color: #12335F !important;
  font-size: 0.74rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.025em !important;
  line-height: 1.25 !important;
  padding: 13px 16px !important;
  text-align: left !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_inbox,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_buffer,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_archive,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_deletion,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_last {
  background: #FFFFFF !important;
  border-bottom: 1px solid #E6EEF8 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  color: #102A43 !important;
  font-size: 0.9rem !important;
  line-height: 1.45 !important;
  overflow-wrap: normal !important;
  padding: 15px 16px !important;
  vertical-align: middle !important;
  word-break: normal !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr:not(.header_plain):hover td {
  background: #F6FAFF !important;
}

body.stim-operator-deposit-dashboard table.ep_columns th:nth-child(2),
body.stim-operator-deposit-dashboard table.ep_columns td:nth-child(2),
body.stim-operator-deposit-dashboard table.ep_columns th:nth-child(3),
body.stim-operator-deposit-dashboard table.ep_columns td:nth-child(3),
body.stim-operator-deposit-dashboard table.ep_columns th:nth-child(4),
body.stim-operator-deposit-dashboard table.ep_columns td:nth-child(4) {
  min-width: 112px !important;
  overflow-wrap: normal !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_last,
body.stim-operator-deposit-dashboard table.ep_columns td:last-child {
  min-width: 292px !important;
  white-space: normal !important;
}

body.stim-operator-deposit-dashboard .ep_columns_cell_last a,
body.stim-operator-deposit-dashboard table.ep_columns td:last-child a {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #D8E5F4 !important;
  border-radius: 10px !important;
  color: #12335F !important;
  display: inline-flex !important;
  font-size: 0.76rem !important;
  font-weight: 820 !important;
  gap: 6px !important;
  justify-content: center !important;
  margin: 3px 5px 3px 0 !important;
  min-height: 34px !important;
  min-width: 72px !important;
  padding: 5px 8px !important;
  text-decoration: none !important;
  vertical-align: middle !important;
}

body.stim-operator-deposit-dashboard .ep_columns_cell_last a:hover,
body.stim-operator-deposit-dashboard table.ep_columns td:last-child a:hover {
  background: #EAF2FF !important;
  border-color: #BBD2F2 !important;
  box-shadow: 0 8px 16px rgba(18, 51, 95, 0.10) !important;
  transform: none !important;
}

body.stim-operator-deposit-dashboard .ep_columns_cell_last img,
body.stim-operator-deposit-dashboard table.ep_columns td:last-child img {
  height: 20px !important;
  max-height: 20px !important;
  max-width: 20px !important;
  width: 20px !important;
}

@media (max-width: 980px) {
  body.stim-operator-deposit-dashboard table.ep_columns {
    display: block !important;
    overflow-x: auto !important;
  }
}

/* STIM_ITEMS_TABLE_OVERFLOW_FIX_20260619
   Final CSS-only overflow fix for Kelola Deposit / screen=Items.
   Hide only direct technical elements and keep native forms, links, and table intact. */
#ep_review_instructions,
#ep_review_instructions_colbar,
#ep_review_instructions_bar,
.ep_import_bar,
body.stim-operator-deposit-dashboard #ep_review_instructions,
body.stim-operator-deposit-dashboard #ep_review_instructions_colbar,
body.stim-operator-deposit-dashboard #ep_review_instructions_bar,
body.stim-operator-deposit-dashboard .ep_import_bar,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_import_bar {
  display: none !important;
}

.ep_columns_add,
.stim-operator-column-controls-row,
body.stim-operator-deposit-dashboard .ep_columns_add,
body.stim-operator-deposit-dashboard .stim-operator-column-controls-row,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) .ep_columns_add {
  display: none !important;
}

table.ep_columns .stim-operator-hidden-column,
body.stim-operator-deposit-dashboard table.ep_columns .stim-operator-hidden-column {
  border: 0 !important;
  display: none !important;
  max-width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: 0 !important;
}

table.ep_columns,
body.stim-operator-deposit-dashboard table.ep_columns,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns {
  border-collapse: collapse !important;
  max-width: 100% !important;
  overflow: hidden !important;
  table-layout: fixed !important;
  width: 100% !important;
}

table.ep_columns tr,
body.stim-operator-deposit-dashboard table.ep_columns tr,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns tr {
  max-width: 100% !important;
  width: auto !important;
}

table.ep_columns th.ep_columns_title:nth-child(1),
table.ep_columns td.ep_columns_cell_lastmod,
body.stim-operator-deposit-dashboard table.ep_columns th.ep_columns_title:nth-child(1),
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_lastmod {
  max-width: 150px !important;
  width: 150px !important;
}

table.ep_columns th.ep_columns_title:nth-child(2),
table.ep_columns td.ep_columns_cell_title,
body.stim-operator-deposit-dashboard table.ep_columns th.ep_columns_title:nth-child(2),
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_title {
  max-width: none !important;
  min-width: 0 !important;
  width: auto !important;
}

table.ep_columns th.ep_columns_title:nth-child(3),
table.ep_columns td.ep_columns_cell_type,
body.stim-operator-deposit-dashboard table.ep_columns th.ep_columns_title:nth-child(3),
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_type {
  max-width: 120px !important;
  min-width: 120px !important;
  width: 120px !important;
}

table.ep_columns th.ep_columns_title:nth-child(4),
table.ep_columns td.ep_columns_cell_eprint_status,
body.stim-operator-deposit-dashboard table.ep_columns th.ep_columns_title:nth-child(4),
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_eprint_status {
  max-width: 95px !important;
  min-width: 95px !important;
  width: 95px !important;
}

table.ep_columns th.ep_columns_title_last,
table.ep_columns td.ep_columns_cell_last,
body.stim-operator-deposit-dashboard table.ep_columns th.ep_columns_title_last,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_last,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_last,
body:has(.ep_import_bar):has(.ep_items_filters):has(table.ep_columns) table.ep_columns .ep_columns_cell_last {
  max-width: 180px !important;
  min-width: 180px !important;
  width: 180px !important;
}

table.ep_columns td.ep_columns_cell_title,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_title {
  line-height: 1.45 !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
  word-break: normal !important;
}

table.ep_columns td.ep_columns_cell_type,
table.ep_columns td.ep_columns_cell_eprint_status,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_type,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_eprint_status {
  overflow-wrap: normal !important;
  white-space: normal !important;
  word-break: normal !important;
}

table.ep_columns th,
table.ep_columns td,
body.stim-operator-deposit-dashboard table.ep_columns th,
body.stim-operator-deposit-dashboard table.ep_columns td,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_title,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_title_last,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_inbox,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_buffer,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_archive,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_deletion,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_last {
  height: auto !important;
  min-height: 0 !important;
  padding: 12px 14px !important;
  vertical-align: middle !important;
}

table.ep_columns td.ep_columns_cell_last,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_last {
  white-space: normal !important;
}

table.ep_columns td.ep_columns_cell_last a,
table.ep_columns td.ep_columns_cell_last input[type="submit"],
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_last a,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_last input[type="submit"] {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  margin: 4px !important;
}

/* STIM_ITEMS_TABLE_COMPACT_FIX_20260619
   Compact demo-ready treatment for Kelola Deposit. CSS only: no changes to
   EPrints forms, actions, field names, values, URLs, or table data. */
body.stim-operator-deposit-dashboard #ep_review_instructions,
body.stim-operator-deposit-dashboard #ep_review_instructions_colbar,
body.stim-operator-deposit-dashboard #ep_review_instructions_bar,
body.stim-operator-deposit-dashboard .ep_import_bar,
body.stim-operator-deposit-dashboard .ep_columns_add,
body.stim-operator-deposit-dashboard .stim-operator-column-controls-row {
  display: none !important;
}

body.stim-operator-deposit-dashboard .ep_action_list {
  border-radius: 12px !important;
  box-shadow: 0 8px 20px rgba(18, 51, 95, 0.045) !important;
  gap: 8px !important;
  margin: 0 0 10px !important;
  min-height: 0 !important;
  padding: 9px 11px !important;
  width: fit-content !important;
  max-width: 100% !important;
}

body.stim-operator-deposit-dashboard .ep_action_list input[type="submit"],
body.stim-operator-deposit-dashboard .ep_action_list input[type="button"],
body.stim-operator-deposit-dashboard input[value="Tambah Dokumen"] {
  border-radius: 9px !important;
  font-size: 0.86rem !important;
  min-height: 36px !important;
  min-width: 154px !important;
  padding: 0 15px !important;
}

body.stim-operator-deposit-dashboard .ep_items_filters {
  border-radius: 12px !important;
  gap: 6px !important;
  margin: 0 0 10px !important;
  padding: 7px 9px !important;
}

body.stim-operator-deposit-dashboard .ep_items_filters::before {
  font-size: 0.68rem !important;
  margin-right: 2px !important;
}

body.stim-operator-deposit-dashboard .ep_items_filters a,
body.stim-operator-deposit-dashboard .ep_items_filters a:visited {
  font-size: 0.78rem !important;
  min-height: 26px !important;
  padding: 4px 9px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns {
  border-color: #D8E5F4 !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(18, 51, 95, 0.045) !important;
  margin-top: 10px !important;
  table-layout: fixed !important;
}

body.stim-operator-deposit-dashboard table.ep_columns::before {
  font-size: 0.9rem !important;
  line-height: 1.35 !important;
  padding: 11px 14px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns th,
body.stim-operator-deposit-dashboard table.ep_columns td,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_title,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_title_last,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_inbox,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_buffer,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_archive,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_deletion,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_last {
  font-size: 0.84rem !important;
  line-height: 1.35 !important;
  padding: 9px 10px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns th,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_title,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_title_last {
  font-size: 0.68rem !important;
  letter-spacing: 0.035em !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns th.ep_columns_title:nth-child(1),
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_lastmod {
  color: #64748B !important;
  font-size: 0.75rem !important;
  line-height: 1.35 !important;
  max-width: 118px !important;
  min-width: 118px !important;
  white-space: normal !important;
  width: 118px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns th.ep_columns_title:nth-child(2),
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_title {
  max-width: none !important;
  min-width: 0 !important;
  width: auto !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_title {
  color: #0B2548 !important;
  font-size: 0.88rem !important;
  font-weight: 760 !important;
  line-height: 1.38 !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

body.stim-operator-deposit-dashboard table.ep_columns th.ep_columns_title:nth-child(3),
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_type {
  max-width: 106px !important;
  min-width: 106px !important;
  width: 106px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns th.ep_columns_title:nth-child(4),
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_eprint_status {
  max-width: 82px !important;
  min-width: 82px !important;
  width: 82px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_type,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_eprint_status {
  background: #FBFDFF !important;
  color: #12335F !important;
  font-size: 0.76rem !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  overflow-wrap: normal !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_type {
  color: #0B4DBA !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_eprint_status {
  color: #0F766E !important;
}

body.stim-operator-deposit-dashboard table.ep_columns th.ep_columns_title_last,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_last,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_last {
  max-width: 156px !important;
  min-width: 156px !important;
  width: 156px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_last {
  line-height: 1 !important;
  white-space: normal !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_last a,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_last input[type="submit"] {
  border-radius: 8px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  font-size: 0.68rem !important;
  gap: 4px !important;
  margin: 2px !important;
  min-height: 27px !important;
  min-width: 0 !important;
  padding: 3px 5px !important;
  width: calc(50% - 6px) !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_last img {
  height: 16px !important;
  max-height: 16px !important;
  max-width: 16px !important;
  width: 16px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_last .stim-action-text {
  font-size: 0.66rem !important;
  line-height: 1 !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr:not(.header_plain):hover td {
  background: #F8FBFF !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-operator-hidden-column {
  border: 0 !important;
  display: none !important;
  max-width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: 0 !important;
}

/* STIM_ITEMS_TABLE_HEADER_HIDE_DATE_20260703 */
body.stim-operator-deposit-dashboard table.ep_columns .stim-items-date-data-column,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_gscholar_datestamp {
  border: 0 !important;
  display: none !important;
  max-width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: 0 !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain {
  background: #EAF2FB !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain th,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .ep_columns_title,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .ep_columns_title_last {
  background: #EAF2FB !important;
  border-bottom: 1px solid #D8E6F5 !important;
  border-left: 0 !important;
  border-right: 1px solid rgba(216, 230, 245, 0.68) !important;
  border-top: 0 !important;
  color: #082B57 !important;
  font-size: 0.72rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.055em !important;
  line-height: 1.25 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
  vertical-align: middle !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain th:first-child {
  border-top-left-radius: 12px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain th:last-child {
  border-right: 0 !important;
  border-top-right-radius: 12px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .ep_columns_title_inner,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .ep_columns_title_inner > div {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  display: flex !important;
  gap: 6px !important;
  justify-content: space-between !important;
  min-height: 38px !important;
  width: 100% !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .ep_columns_title_inner a,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .ep_columns_title_last span {
  color: #082B57 !important;
  display: inline-flex !important;
  font-size: inherit !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  padding: 11px 12px !important;
  text-decoration: none !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .ep_columns_title_inner a:hover,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .ep_columns_title_inner a:focus {
  color: #0B4DBA !important;
  text-decoration: none !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .ep_columns_title_inner_sort {
  align-items: center !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  justify-content: center !important;
  margin-right: 8px !important;
  opacity: 0.62 !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .ep_columns_title_inner_sort a {
  padding: 6px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .ep_columns_title_inner_sort img {
  display: block !important;
  height: 10px !important;
  opacity: 0.78 !important;
  width: 10px !important;
}

/* STIM_ITEMS_TABLE_HEADER_WIDTH_FIX_20260703 */
body.stim-operator-deposit-dashboard table.ep_columns .stim-col-lastmod {
  max-width: 128px !important;
  min-width: 128px !important;
  width: 128px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-title {
  max-width: none !important;
  min-width: 280px !important;
  width: auto !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-type {
  max-width: 145px !important;
  min-width: 145px !important;
  width: 145px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-status {
  max-width: 106px !important;
  min-width: 106px !important;
  width: 106px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-actions {
  max-width: 188px !important;
  min-width: 188px !important;
  width: 188px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-lastmod,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-type,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-status,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-actions {
  text-align: center !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-title {
  text-align: left !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .ep_columns_title_inner,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .ep_columns_title_inner > div,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .ep_columns_title_inner > div > div {
  min-width: 0 !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain th a,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .ep_columns_title_last span {
  box-sizing: border-box !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-wrap: normal !important;
  text-align: inherit !important;
  white-space: normal !important;
  word-break: normal !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-type a,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-status a,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-actions span {
  justify-content: center !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-title .ep_columns_title_inner_sort {
  margin-right: 4px !important;
  opacity: 0.45 !important;
}

@media (max-width: 980px) {
  body.stim-operator-deposit-dashboard table.ep_columns .stim-col-title {
    min-width: 260px !important;
  }

  body.stim-operator-deposit-dashboard table.ep_columns .stim-col-type {
    max-width: 138px !important;
    min-width: 138px !important;
    width: 138px !important;
  }

  body.stim-operator-deposit-dashboard table.ep_columns .stim-col-actions {
    max-width: 178px !important;
    min-width: 178px !important;
    width: 178px !important;
  }
}

@media (max-width: 980px) {
  body.stim-operator-deposit-dashboard .ep_action_list {
    width: 100% !important;
  }

  body.stim-operator-deposit-dashboard table.ep_columns {
    display: block !important;
    overflow-x: auto !important;
  }
}

/* STIM_DEPOSIT_WORKFLOW_POLISH_20260619
   Visual-only polish for EPrint::Edit deposit workflow pages. Keeps native
   EPrints submit buttons, names, values, URLs, and workflow logic unchanged. */
body.stim-workflow-ui .ep_tm_page_content {
  margin-top: 0 !important;
  padding-top: 10px !important;
}

body.stim-workflow-ui .stim-workflow-page-title,
body.stim-workflow-ui #page-title,
body.stim-workflow-ui .ep_tm_pagetitle {
  margin-bottom: 10px !important;
  padding: 16px 18px !important;
}

body.stim-workflow-ui .stim-workflow-page-title::before {
  margin-bottom: 5px !important;
}

body.stim-workflow-ui .stim-workflow-page-subtitle {
  margin: -4px 0 10px !important;
}

body.stim-workflow-ui .ep_blister_bar {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #D8E5F4 !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 22px rgba(18, 51, 95, 0.045) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 0 0 12px !important;
  padding: 8px !important;
}

body.stim-workflow-ui .ep_blister_node,
body.stim-workflow-ui .ep_blister_node_done,
body.stim-workflow-ui .ep_blister_node_selected {
  border: 1px solid #D8E5F4 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  min-height: 32px !important;
  padding: 7px 11px !important;
  white-space: normal !important;
}

body.stim-workflow-ui .ep_blister_node {
  background: #F8FBFF !important;
  color: #12335F !important;
}

body.stim-workflow-ui .ep_blister_node_done {
  background: #EEF6FF !important;
  color: #0B4DBA !important;
}

body.stim-workflow-ui .ep_blister_node_selected {
  background: #0B4DBA !important;
  border-color: #0B4DBA !important;
  color: #FFFFFF !important;
}

body.stim-workflow-ui .ep_blister_node:hover,
body.stim-workflow-ui .ep_blister_node_done:hover {
  background: #EAF2FF !important;
  border-color: #BBD2F2 !important;
  color: #0B4DBA !important;
}

body.stim-workflow-ui .ep_form_button_bar_top {
  display: none !important;
}

body.stim-workflow-ui .ep_form_button_bar_bottom,
body.stim-workflow-ui .ep_form_button_bar.ep_form_button_bar_bottom {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #D8E5F4 !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 22px rgba(18, 51, 95, 0.045) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: flex-end !important;
  margin: 14px 0 0 !important;
  padding: 12px 14px !important;
  text-align: right !important;
}

body.stim-workflow-ui .ep_form_button_bar_bottom input[type="submit"],
body.stim-workflow-ui .ep_form_button_bar_bottom input[type="button"] {
  border-radius: 10px !important;
  box-shadow: none !important;
  font-size: 0.86rem !important;
  font-weight: 850 !important;
  min-height: 38px !important;
  min-width: 118px !important;
  padding: 0 15px !important;
}

body.stim-workflow-ui .ep_form_button_bar_bottom input[value*="Lanjut"],
body.stim-workflow-ui .ep_form_button_bar_bottom input[value*="Next"],
body.stim-workflow-ui .ep_form_button_bar_bottom input[value*="Simpan"] {
  background: #0B4DBA !important;
  border-color: #0B4DBA !important;
  color: #FFFFFF !important;
}

body.stim-workflow-ui .ep_form_button_bar_bottom input[value*="Batal"],
body.stim-workflow-ui .ep_form_button_bar_bottom input[value*="Cancel"],
body.stim-workflow-ui .ep_form_button_bar_bottom input[value*="Kembali"],
body.stim-workflow-ui .ep_form_button_bar_bottom input[value*="Back"] {
  background: #FFFFFF !important;
  border-color: #CFE0F3 !important;
  color: #12335F !important;
}

body.stim-workflow-ui #c1.ep_sr_component,
body.stim-workflow-ui .ep_sr_component#c1 {
  background: #FFFFFF !important;
  border: 1px solid #D8E5F4 !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 34px rgba(18, 51, 95, 0.055) !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body.stim-workflow-ui #c1_titlebar.ep_sr_title_bar,
body.stim-workflow-ui #c1 .ep_sr_title_bar {
  background: #F7FAFE !important;
  border-bottom: 1px solid #D8E5F4 !important;
  color: #12335F !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  padding: 13px 16px !important;
}

body.stim-workflow-ui #c1__label.ep_sr_title,
body.stim-workflow-ui #c1 .ep_sr_title {
  color: #12335F !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
}

body.stim-workflow-ui #c1_content.ep_sr_content,
body.stim-workflow-ui #c1_content_inner,
body.stim-workflow-ui #c1_ajax_content_target {
  padding: 0 !important;
}

body.stim-workflow-ui #c1 .ep_multi,
body.stim-workflow-ui #c1 .ep_table {
  margin: 0 !important;
  width: 100% !important;
}

body.stim-workflow-jenis-stage .stim-workflow-internal-type-field,
body.stim-workflow-jenis-stage [data-stim-workflow-field="internal-type"] {
  display: none !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field {
  background: transparent !important;
  border: 0 !important;
  display: block !important;
  padding: 16px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field > .ep_table_cell,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_multi_heading,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_multi_input,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_multi_help {
  display: block !important;
  width: 100% !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_multi_heading {
  color: #0B2548 !important;
  font-size: 0.92rem !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  text-align: left !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .stim-workflow-jenis-note {
  background: #F8FBFF !important;
  border: 1px solid #D8E5F4 !important;
  border-radius: 12px !important;
  color: #52657D !important;
  font-size: 0.86rem !important;
  line-height: 1.45 !important;
  margin: 0 0 12px !important;
  padding: 10px 12px !important;
}

body.stim-workflow-jenis-stage #c1_help_jenis_koleksi_outer,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_multi_input {
  margin: 0 !important;
  padding: 0 !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .stim-workflow-jenis-list {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option,
body.stim-workflow-jenis-stage .stim-workflow-jenis-option-control,
body.stim-workflow-jenis-stage .stim-workflow-jenis-option-label {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #D8E5F4 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  color: #12335F !important;
  display: flex !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  gap: 9px !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  min-height: 48px !important;
  padding: 11px 12px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option input[type="radio"],
body.stim-workflow-jenis-stage .stim-workflow-jenis-option-control input[type="radio"],
body.stim-workflow-jenis-stage .stim-workflow-jenis-option-label input[type="radio"] {
  accent-color: #0B4DBA !important;
  flex: 0 0 auto !important;
  height: 16px !important;
  margin: 0 !important;
  width: 16px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option:hover,
body.stim-workflow-jenis-stage .stim-workflow-jenis-option-control:hover,
body.stim-workflow-jenis-stage .stim-workflow-jenis-option-label:hover {
  background: #F8FBFF !important;
  border-color: #BBD2F2 !important;
  color: #0B4DBA !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option:has(input[type="radio"]:checked),
body.stim-workflow-jenis-stage .stim-workflow-jenis-option-control:has(input[type="radio"]:checked),
body.stim-workflow-jenis-stage .stim-workflow-jenis-option-control:has(input[type="radio"]:checked) + .stim-workflow-jenis-option-label,
body.stim-workflow-jenis-stage .stim-workflow-jenis-option-label:has(input[type="radio"]:checked) {
  background: #EAF2FF !important;
  border-color: #0B4DBA !important;
  box-shadow: 0 0 0 1px rgba(11, 77, 186, 0.15) !important;
  color: #0B4DBA !important;
}

body.stim-workflow-ui .ep_tm_footer,
body.stim-workflow-ui footer {
  color: #8A9AB0 !important;
  font-size: 0.78rem !important;
  opacity: 0.72 !important;
}

@media (max-width: 1100px) {
  body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .stim-workflow-jenis-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  body.stim-workflow-ui .ep_blister_bar,
  body.stim-workflow-ui .ep_form_button_bar_bottom {
    justify-content: stretch !important;
  }

  body.stim-workflow-ui .ep_blister_node,
  body.stim-workflow-ui .ep_blister_node_done,
  body.stim-workflow-ui .ep_blister_node_selected,
  body.stim-workflow-ui .ep_form_button_bar_bottom input {
    width: 100% !important;
  }

  body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .stim-workflow-jenis-list {
    grid-template-columns: 1fr !important;
  }
}

/* STIM_DEPOSIT_WORKFLOW_REFINEMENT_20260619
   Refinement pass for the Jenis Koleksi workflow stage. This is visual-only;
   native EPrints submit buttons, radio inputs, names, values, and form actions
   remain unchanged. */
body.stim-workflow-ui .ep_tm_page_content {
  padding-top: 6px !important;
}

body.stim-workflow-ui .stim-workflow-page-title,
body.stim-workflow-ui #page-title,
body.stim-workflow-ui .ep_tm_pagetitle {
  margin-bottom: 8px !important;
  padding: 14px 16px !important;
}

body.stim-workflow-ui .ep_blister_bar {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  gap: 7px !important;
  margin: 0 0 10px !important;
  max-width: 980px !important;
  padding: 0 !important;
}

body.stim-workflow-ui .ep_blister_node,
body.stim-workflow-ui .ep_blister_node_done,
body.stim-workflow-ui .ep_blister_node_selected {
  border-radius: 12px !important;
  box-shadow: none !important;
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  min-height: 30px !important;
  padding: 7px 10px !important;
}

body.stim-workflow-ui .ep_blister_node {
  background: #FFFFFF !important;
  border-color: #DCE8F8 !important;
  color: #12335F !important;
}

body.stim-workflow-ui .ep_blister_node_done {
  background: #F3F8FF !important;
  border-color: #CFE0F7 !important;
  color: #0B4DBA !important;
}

body.stim-workflow-ui .ep_blister_node_selected {
  background: #0B4DBA !important;
  border-color: #0B4DBA !important;
  color: #FFFFFF !important;
}

body.stim-workflow-ui .ep_blister_node:last-child:not(.ep_blister_node_selected) {
  background: #F8FAFC !important;
  border-color: #E5E7EB !important;
  color: #7A8A9E !important;
  font-size: 0.74rem !important;
  opacity: 0.72 !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

body.stim-workflow-ui #c1.ep_sr_component,
body.stim-workflow-ui .ep_sr_component#c1 {
  border: 1px solid #DCE8F8 !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 28px rgba(18, 51, 95, 0.05) !important;
  margin: 0 !important;
  max-width: 960px !important;
}

body.stim-workflow-ui #c1_titlebar.ep_sr_title_bar,
body.stim-workflow-ui #c1 .ep_sr_title_bar {
  background: #FFFFFF !important;
  border-bottom: 1px solid #E7EEF8 !important;
  padding: 12px 16px !important;
}

body.stim-workflow-ui #c1__label.ep_sr_title,
body.stim-workflow-ui #c1 .ep_sr_title {
  font-size: 0.96rem !important;
  font-weight: 850 !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field {
  padding: 14px 16px 16px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_multi_heading {
  font-size: 0.9rem !important;
  margin-bottom: 8px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .stim-workflow-jenis-note {
  border-left: 0 !important;
  font-size: 0.82rem !important;
  line-height: 1.45 !important;
  margin-bottom: 12px !important;
  max-width: 720px !important;
  padding: 9px 11px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-list,
body.stim-workflow-jenis-stage .stim-workflow-jenis-card-list,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .stim-workflow-jenis-list,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .stim-workflow-jenis-card-list {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin: 0 !important;
  max-width: 760px !important;
  padding: 0 !important;
  width: 100% !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-source-hidden {
  display: none !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-card {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #DCE8F8 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  color: #12335F !important;
  cursor: pointer !important;
  display: flex !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  gap: 10px !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  min-height: 50px !important;
  padding: 14px 16px !important;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-card:hover {
  background: #F8FBFF !important;
  border-color: #BBD2F2 !important;
  color: #0B4DBA !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-card:has(input[type="radio"]:checked) {
  background: #EAF2FF !important;
  border-color: #0B4DBA !important;
  box-shadow: 0 0 0 1px rgba(11, 77, 186, 0.12) !important;
  color: #0B4DBA !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-card input[type="radio"] {
  accent-color: #0B4DBA !important;
  flex: 0 0 auto !important;
  height: 16px !important;
  margin: 0 !important;
  width: 16px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-option-control,
body.stim-workflow-jenis-stage .stim-workflow-jenis-option-label {
  box-shadow: none !important;
}

body.stim-workflow-ui .ep_form_button_bar_bottom,
body.stim-workflow-ui .ep_form_button_bar.ep_form_button_bar_bottom {
  box-shadow: none !important;
  margin: 10px 0 0 !important;
  max-width: 960px !important;
  padding: 10px 12px !important;
}

body.stim-workflow-ui .ep_form_button_bar_bottom input[type="submit"],
body.stim-workflow-ui .ep_form_button_bar_bottom input[type="button"] {
  min-height: 36px !important;
}

@media (max-width: 760px) {
  body.stim-workflow-jenis-stage .stim-workflow-jenis-list,
  body.stim-workflow-jenis-stage .stim-workflow-jenis-card-list,
  body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .stim-workflow-jenis-list,
  body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .stim-workflow-jenis-card-list {
    grid-template-columns: 1fr !important;
  }
}

/* STIM_DEPOSIT_WORKFLOW_FINAL_POLISH_20260619
   Final demo polish for internal deposit workflow pages only. Public pages,
   sidebar admin, forms, names, values, and submit behavior are untouched. */
body.stim-workflow-ui .stim-header-nav,
body.stim-workflow-ui .stim-header-actions,
body.stim-workflow-ui .ep_tm_header .ep_tm_menu,
body.stim-workflow-ui .ep_tm_header .ep_tm_key_tools {
  display: none !important;
}

body.stim-workflow-ui .ep_tm_header {
  border-bottom: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

body.stim-workflow-ui .stim-header-inner {
  min-height: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

body.stim-workflow-ui .ep_tm_page_content {
  padding-top: 2px !important;
}

body.stim-workflow-ui .stim-workflow-page-title,
body.stim-workflow-ui #page-title,
body.stim-workflow-ui .ep_tm_pagetitle {
  margin-bottom: 7px !important;
  max-width: 960px !important;
  padding: 13px 16px !important;
}

body.stim-workflow-ui .stim-workflow-page-title::before {
  font-size: 0.68rem !important;
  margin-bottom: 4px !important;
}

body.stim-workflow-ui .stim-workflow-page-subtitle {
  margin: -3px 0 8px !important;
  max-width: 960px !important;
}

body.stim-workflow-ui .ep_blister_bar {
  gap: 6px !important;
  margin-bottom: 8px !important;
  max-width: 960px !important;
}

body.stim-workflow-ui .ep_blister_node,
body.stim-workflow-ui .ep_blister_node_done,
body.stim-workflow-ui .ep_blister_node_selected {
  border-radius: 10px !important;
  font-size: 0.76rem !important;
  min-height: 28px !important;
  padding: 6px 9px !important;
}

body.stim-workflow-ui .ep_blister_node:not(.ep_blister_node_selected),
body.stim-workflow-ui .ep_blister_node_done:not(.ep_blister_node_selected) {
  background: #FFFFFF !important;
  border-color: #DCE8F8 !important;
  color: #12335F !important;
}

body.stim-workflow-ui .ep_blister_node_selected {
  background: #0B4DBA !important;
  border-color: #0B4DBA !important;
  color: #FFFFFF !important;
}

body.stim-workflow-ui .ep_blister_node:last-child:not(.ep_blister_node_selected) {
  background: #F8FAFC !important;
  border-color: #E5E7EB !important;
  color: #8A98AA !important;
  font-size: 0.7rem !important;
  min-height: 26px !important;
  opacity: 0.66 !important;
  padding: 5px 7px !important;
}

body.stim-workflow-ui #c1.ep_sr_component,
body.stim-workflow-ui .ep_sr_component#c1 {
  box-shadow: 0 8px 22px rgba(18, 51, 95, 0.045) !important;
}

body.stim-workflow-ui #c1_titlebar.ep_sr_title_bar,
body.stim-workflow-ui #c1 .ep_sr_title_bar {
  padding: 11px 15px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field {
  padding: 13px 15px 15px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .stim-workflow-jenis-note {
  background: #F8FBFF !important;
  border-color: #E1EAF6 !important;
  font-size: 0.8rem !important;
  margin-bottom: 10px !important;
  padding: 8px 10px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_multi_inline_help,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_multi_help,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_form_field_help,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .ep_form_help,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field img.ep_form_help {
  display: none !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-list,
body.stim-workflow-jenis-stage .stim-workflow-jenis-card-list,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .stim-workflow-jenis-list,
body.stim-workflow-jenis-stage .stim-workflow-primary-jenis-field .stim-workflow-jenis-card-list {
  gap: 9px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-card {
  border-color: #DCE8F8 !important;
  box-shadow: none !important;
  min-height: 52px !important;
  padding: 13px 15px !important;
}

body.stim-workflow-jenis-stage .stim-workflow-jenis-card:has(input[type="radio"]:checked) {
  background: #EAF2FF !important;
  border-color: #0B4DBA !important;
  box-shadow: inset 3px 0 0 #0B4DBA !important;
}

body.stim-workflow-ui .ep_form_button_bar_top {
  display: none !important;
}

body.stim-workflow-ui .ep_form_button_bar_bottom,
body.stim-workflow-ui .ep_form_button_bar.ep_form_button_bar_bottom {
  gap: 8px !important;
  margin-top: 8px !important;
  padding: 9px 12px !important;
}

body.stim-workflow-ui .ep_form_button_bar_bottom input[type="submit"],
body.stim-workflow-ui .ep_form_button_bar_bottom input[type="button"] {
  font-size: 0.84rem !important;
  min-height: 35px !important;
  min-width: 112px !important;
  padding: 0 13px !important;
}

/* STIM_ADMIN_AUDIT_FIXES_20260620_A
   Scoped fixes from the read-only Playwright audit. No forms, tables, links,
   workflow inputs, or public-page headers are removed or structurally changed. */
body.stim-admin-page .stim-header-nav,
body.stim-admin-page .stim-header-actions,
body.stim-admin-page .ep_tm_header .ep_tm_menu {
  display: none !important;
}

body.stim-admin-page .ep_tm_header {
  border-bottom: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

body.stim-admin-page .stim-header-inner {
  min-height: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

body.stim-operator-deposit-dashboard #ep_review_instructions,
body.stim-operator-deposit-dashboard #ep_review_instructions_colbar,
body.stim-operator-deposit-dashboard #ep_review_instructions_bar,
body.stim-operator-deposit-dashboard .ep_import_bar,
body.stim-operator-deposit-dashboard .ep_columns_add,
body.stim-operator-deposit-dashboard .stim-operator-column-controls-row {
  display: none !important;
}

body.stim-operator-deposit-dashboard table.ep_columns {
  max-width: 100% !important;
  table-layout: fixed !important;
  width: 100% !important;
}

body.stim-operator-deposit-dashboard table.ep_columns th,
body.stim-operator-deposit-dashboard table.ep_columns td {
  height: auto !important;
  padding: 9px 10px !important;
  vertical-align: middle !important;
}

body.stim-operator-deposit-dashboard table.ep_columns th:first-child,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_lastmod {
  max-width: 130px !important;
  min-width: 130px !important;
  width: 130px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns th:first-child {
  line-height: 1.25 !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
  word-break: keep-all !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_lastmod {
  font-size: 0.76rem !important;
  line-height: 1.3 !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_title {
  line-height: 1.35 !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

/* STIM_ADMIN_AUDIT_BATCH1_20260620
   Internal admin header and profile cleanup. These selectors only activate
   after the archive-level admin script confirms a /cgi/users/ URL. */
html.stim-admin-internal-page body .stim-header-nav,
html.stim-admin-internal-page body .stim-header-actions,
html.stim-admin-internal-page body .ep_tm_header .ep_tm_menu,
body.stim-admin-internal-page .stim-header-nav,
body.stim-admin-internal-page .stim-header-actions,
body.stim-admin-internal-page .ep_tm_header .ep_tm_menu {
  display: none !important;
}

html.stim-admin-internal-page body .ep_tm_header,
body.stim-admin-internal-page .ep_tm_header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  min-height: 0 !important;
}

html.stim-admin-internal-page body .stim-header-inner,
body.stim-admin-internal-page .stim-header-inner {
  min-height: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

body.stim-admin-profile-page .stim-admin-profile-destroy-hidden,
body.stim-admin-profile-page input.ep_form_action_button[value="Destroy"],
body.stim-admin-profile-page input[type="submit"][value="Destroy"],
body.stim-admin-profile-page .stim-admin-profile-technical-row {
  display: none !important;
}

body.stim-admin-profile-page .stim-admin-profile-title {
  color: #12335F !important;
  font-size: 1.45rem !important;
  line-height: 1.3 !important;
  margin-bottom: 14px !important;
}

body.stim-admin-profile-page table.ep_view_details_table {
  background: #FFFFFF !important;
  border: 1px solid #E5E7EB !important;
  border-collapse: separate !important;
  border-radius: 10px !important;
  border-spacing: 0 !important;
  box-shadow: 0 6px 18px rgba(18, 51, 95, 0.05) !important;
  max-width: 920px !important;
  overflow: hidden !important;
  width: 100% !important;
}

body.stim-admin-profile-page table.ep_view_details_table th,
body.stim-admin-profile-page table.ep_view_details_table td {
  border-bottom: 1px solid #EAF0F7 !important;
  line-height: 1.45 !important;
  padding: 11px 14px !important;
  vertical-align: top !important;
}

body.stim-admin-profile-page table.ep_view_details_table th {
  color: #52647A !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  width: 210px !important;
}

body.stim-admin-profile-page table.ep_view_details_table td {
  color: #1F2937 !important;
  font-size: 0.9rem !important;
  overflow-wrap: anywhere !important;
}

body.stim-admin-profile-page table.ep_view_details_table tr:last-child th,
body.stim-admin-profile-page table.ep_view_details_table tr:last-child td {
  border-bottom: 0 !important;
}

@media (max-width: 720px) {
  body.stim-admin-profile-page table.ep_view_details_table th {
    width: 150px !important;
  }
}

body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_type {
  max-width: 112px !important;
  min-width: 112px !important;
  white-space: normal !important;
  width: 112px !important;
  word-break: keep-all !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_eprint_status {
  max-width: 88px !important;
  min-width: 88px !important;
  white-space: nowrap !important;
  width: 88px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns th.ep_columns_title_last,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_last,
body.stim-operator-deposit-dashboard table.ep_columns .ep_columns_cell_last {
  max-width: 196px !important;
  min-width: 196px !important;
  width: 196px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_last .ep_action_list {
  align-items: stretch !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  gap: 5px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_last .ep_action_list li {
  display: block !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_last .ep_action_list a {
  box-sizing: border-box !important;
  margin: 0 !important;
  min-height: 30px !important;
  min-width: 0 !important;
  padding: 4px 6px !important;
  width: 100% !important;
}

/* STIM_ITEMS_TABLE_HEADER_WIDTH_FIX_20260703 final table override */
body.stim-operator-deposit-dashboard table.ep_columns .stim-col-lastmod {
  max-width: 128px !important;
  min-width: 128px !important;
  width: 128px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-title {
  max-width: none !important;
  min-width: 300px !important;
  width: auto !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-type {
  max-width: 145px !important;
  min-width: 145px !important;
  width: 145px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-status {
  max-width: 106px !important;
  min-width: 106px !important;
  width: 106px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns .stim-col-actions {
  max-width: 188px !important;
  min-width: 188px !important;
  width: 188px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-lastmod,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-title,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-type,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-status,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-actions {
  line-height: 1.2 !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
  word-break: normal !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-type,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-status,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-actions {
  text-align: center !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-title {
  text-align: left !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-type a,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-status a,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain .stim-col-actions span {
  justify-content: center !important;
  text-align: center !important;
  white-space: normal !important;
}

@media (max-width: 980px) {
  body.stim-operator-deposit-dashboard table.ep_columns .stim-col-title {
    min-width: 270px !important;
  }

  body.stim-operator-deposit-dashboard table.ep_columns .stim-col-type {
    max-width: 140px !important;
    min-width: 140px !important;
    width: 140px !important;
  }

  body.stim-operator-deposit-dashboard table.ep_columns .stim-col-actions {
    max-width: 180px !important;
    min-width: 180px !important;
    width: 180px !important;
  }
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain th.ep_columns_title.stim-col-lastmod,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_lastmod.stim-col-lastmod {
  max-width: 128px !important;
  min-width: 128px !important;
  width: 128px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain th.ep_columns_title.stim-col-title,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_title.stim-col-title {
  max-width: none !important;
  min-width: 300px !important;
  width: auto !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain th.ep_columns_title.stim-col-type,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_type.stim-col-type {
  max-width: 145px !important;
  min-width: 145px !important;
  width: 145px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain th.ep_columns_title.stim-col-status,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_eprint_status.stim-col-status {
  max-width: 106px !important;
  min-width: 106px !important;
  width: 106px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain th.ep_columns_title_last.stim-col-actions,
body.stim-operator-deposit-dashboard table.ep_columns td.ep_columns_cell_last.stim-col-actions {
  max-width: 188px !important;
  min-width: 188px !important;
  width: 188px !important;
}

body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain th.ep_columns_title.stim-col-type .ep_columns_title_inner,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain th.ep_columns_title.stim-col-status .ep_columns_title_inner,
body.stim-operator-deposit-dashboard table.ep_columns tr.header_plain th.ep_columns_title_last.stim-col-actions .ep_columns_title_inner {
  text-align: center !important;
}

body.stim-workflow-ui .ep_blister_node,
body.stim-workflow-ui .ep_blister_node_done,
body.stim-workflow-ui .ep_blister_node_selected {
  box-sizing: border-box !important;
  min-height: 40px !important;
  height: 40px !important;
  padding: 6px 9px !important;
}

body.stim-workflow-ui .ep_blister_node:last-child:not(.ep_blister_node_selected) {
  height: 28px !important;
  min-height: 28px !important;
}

body.stim-workflow-ui .stim-workflow-secondary-help-hidden {
  display: none !important;
}

.stim-summary-page .stim-summary-empty {
  color: #64748B !important;
  font-style: italic !important;
  font-weight: 700 !important;
}

/* STIM_ADMIN_PREVIEW_MATCH_PUBLIC_DETAIL_20260703 */
body.stim-admin-internal-page .stim-summary-page {
  box-sizing: border-box !important;
  display: grid !important;
  gap: 18px !important;
  margin: 18px 0 0 !important;
  max-width: 1040px !important;
  padding: 0 !important;
}

body.stim-admin-internal-page .stim-summary-hero {
  align-items: start !important;
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 44px rgba(18, 51, 95, 0.10) !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  margin: 0 !important;
  padding: 24px !important;
}

body.stim-admin-internal-page .stim-summary-hero .stim-section__eyebrow {
  color: #0B4DBA !important;
  font-size: 0.74rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  margin: 0 0 8px !important;
  text-transform: uppercase !important;
}

body.stim-admin-internal-page .stim-summary-hero h1 {
  color: #0B2548 !important;
  font-size: 1.7rem !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
  margin: 0 !important;
  max-width: 900px !important;
}

body.stim-admin-internal-page .stim-summary-hero__meta {
  align-items: center !important;
  color: #51677F !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

body.stim-admin-internal-page .stim-summary-hero__meta > .stim-author-list {
  flex: 1 1 100% !important;
}

body.stim-admin-internal-page .stim-summary-hero__meta > span,
body.stim-admin-internal-page .stim-summary-badge {
  align-items: center !important;
  background: #F8FBFF !important;
  border: 1px solid #DBEAFE !important;
  border-radius: 999px !important;
  color: #12335F !important;
  display: inline-flex !important;
  font-size: 0.86rem !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  min-height: 30px !important;
  padding: 6px 11px !important;
}

body.stim-admin-internal-page .stim-summary-badge {
  background: #EAF2FF !important;
  border-color: #CFE0F3 !important;
  color: #0B4DBA !important;
  justify-self: end !important;
  white-space: nowrap !important;
}

body.stim-admin-internal-page .stim-summary-card {
  background: #FFFFFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 32px rgba(18, 51, 95, 0.07) !important;
  color: #1F2937 !important;
  margin: 0 !important;
  padding: 22px 24px !important;
}

body.stim-admin-internal-page .stim-summary-card h2 {
  color: #12335F !important;
  font-size: 1.05rem !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  margin: 0 0 14px !important;
}

body.stim-admin-internal-page .stim-summary-file-list {
  display: grid !important;
  gap: 12px !important;
}

body.stim-admin-internal-page .stim-summary-file {
  align-items: center !important;
  background: #F8FBFF !important;
  border: 1px solid #DDE8F5 !important;
  border-radius: 10px !important;
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  padding: 15px !important;
}

body.stim-admin-internal-page .stim-document-citation {
  display: grid !important;
  gap: 3px !important;
}

body.stim-admin-internal-page .stim-document-citation__name {
  color: #0B2548 !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere !important;
}

body.stim-admin-internal-page .stim-document-citation__format,
body.stim-admin-internal-page .stim-summary-file__body > span {
  color: #6B7280 !important;
  font-size: 0.86rem !important;
}

body.stim-admin-internal-page .stim-summary-file__button,
body.stim-admin-internal-page .stim-summary-file__button:visited {
  background: #0B4DBA !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 20px rgba(11, 77, 186, 0.18) !important;
  color: #FFFFFF !important;
  display: inline-flex !important;
  font-size: 0.92rem !important;
  font-weight: 850 !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  min-width: 138px !important;
  padding: 11px 15px !important;
  text-decoration: none !important;
}

body.stim-admin-internal-page .stim-summary-file__button:hover,
body.stim-admin-internal-page .stim-summary-file__button:focus {
  background: #12335F !important;
  color: #FFFFFF !important;
}

body.stim-admin-internal-page .stim-summary-abstract .ep_field_para,
body.stim-admin-internal-page .stim-summary-abstract p,
body.stim-admin-internal-page .stim-summary-abstract div {
  color: #334155 !important;
  font-size: 0.98rem !important;
  line-height: 1.76 !important;
  max-width: 900px !important;
}

body.stim-admin-internal-page .stim-summary-metadata dl {
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: minmax(170px, 230px) minmax(0, 1fr) !important;
  margin: 0 !important;
}

body.stim-admin-internal-page .stim-summary-metadata dt,
body.stim-admin-internal-page .stim-summary-metadata dd {
  border-top: 1px solid #E6EEF8 !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 12px 0 !important;
}

body.stim-admin-internal-page .stim-summary-metadata dt:first-of-type,
body.stim-admin-internal-page .stim-summary-metadata dt:first-of-type + dd {
  border-top: 0 !important;
  padding-top: 0 !important;
}

body.stim-admin-internal-page .stim-summary-metadata dt {
  color: #12335F !important;
  font-size: 0.88rem !important;
  font-weight: 850 !important;
  padding-right: 18px !important;
}

body.stim-admin-internal-page .stim-summary-metadata dd {
  color: #1F2937 !important;
  font-size: 0.94rem !important;
  line-height: 1.55 !important;
  overflow-wrap: anywhere !important;
}

body.stim-admin-internal-page .stim-author-list {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.stim-admin-internal-page .stim-summary-metadata dd .stim-author-list {
  gap: 7px !important;
}

body.stim-admin-internal-page .stim-author-chip {
  align-items: center !important;
  background: #F8FBFF !important;
  border: 1px solid #DBEAFE !important;
  border-radius: 999px !important;
  color: #12335F !important;
  display: inline-flex !important;
  font-size: 0.84rem !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
  max-width: 100% !important;
  min-height: 0 !important;
  overflow-wrap: anywhere !important;
  padding: 7px 12px !important;
  white-space: normal !important;
  word-break: normal !important;
}

@media (max-width: 860px) {
  body.stim-admin-internal-page .stim-summary-hero,
  body.stim-admin-internal-page .stim-summary-file,
  body.stim-admin-internal-page .stim-summary-metadata dl {
    grid-template-columns: 1fr !important;
  }

  body.stim-admin-internal-page .stim-summary-badge {
    justify-self: start !important;
  }

  body.stim-admin-internal-page .stim-summary-metadata dd {
    border-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 620px) {
  body.stim-admin-internal-page .stim-summary-hero,
  body.stim-admin-internal-page .stim-summary-card {
    padding: 18px !important;
  }

  body.stim-admin-internal-page .stim-summary-hero h1 {
    font-size: 1.35rem !important;
  }

  body.stim-admin-internal-page .stim-summary-file__button {
    width: 100% !important;
  }
}

/* STIM_ADMIN_DETAIL_TAB_POLISH_20260703 */
/* STIM_ADMIN_DETAIL_TAB_CLASS_FIX_20260703 */
body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 {
  box-sizing: border-box !important;
  max-width: 1080px !important;
  overflow-x: visible !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 > table {
  border-collapse: separate !important;
  border-spacing: 0 14px !important;
  color: #1F2937 !important;
  max-width: 100% !important;
  width: 100% !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .ep_title_row {
  background: #EAF2FF !important;
  border: 1px solid #D6E5F7 !important;
  border-bottom: 0 !important;
  border-radius: 12px 12px 0 0 !important;
  color: #12335F !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  padding: 13px 16px !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .stim-admin-detail-system-heading {
  background: #F3F6FA !important;
  border-color: #E1E8F0 !important;
  color: #44546A !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .ep_title_row_inner > div {
  align-items: center !important;
  display: flex !important;
  gap: 12px !important;
  justify-content: space-between !important;
  width: 100% !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .ep_title_row_inner form {
  margin: 0 !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .stim-admin-detail-edit-button,
body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .ep_title_row input.ep_form_action_button {
  background: #FFFFFF !important;
  border: 1px solid #BCD4F4 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #0B4DBA !important;
  cursor: pointer !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  min-height: 28px !important;
  padding: 6px 12px !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .stim-admin-detail-edit-button:hover,
body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .stim-admin-detail-edit-button:focus {
  background: #F8FBFF !important;
  border-color: #0B4DBA !important;
  color: #12335F !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 tr.ep_table_row th.ep_row,
body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 tr.ep_table_row td.ep_row {
  background: #FFFFFF !important;
  border-bottom: 1px solid #E7EEF7 !important;
  border-top: 0 !important;
  line-height: 1.55 !important;
  padding: 12px 16px !important;
  vertical-align: top !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 tr.ep_table_row th.ep_table_header {
  border-left: 1px solid #DDE8F5 !important;
  color: #12335F !important;
  font-size: 0.88rem !important;
  font-weight: 850 !important;
  width: 230px !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 tr.ep_table_row td.ep_table_data {
  border-right: 1px solid #DDE8F5 !important;
  color: #1F2937 !important;
  font-size: 0.93rem !important;
  max-width: 760px !important;
  overflow-wrap: anywhere !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 tr.ep_table_row th.ep_table_header a,
body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 tr.ep_table_row td.ep_table_data a {
  color: #0B4DBA !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 tr.ep_table_row th.ep_table_header a:hover,
body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 tr.ep_table_row td.ep_table_data a:hover {
  text-decoration: underline !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .stim-admin-detail-muted-row th.ep_row,
body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .stim-admin-detail-muted-row td.ep_row {
  background: #FBFCFE !important;
  color: #64748B !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .stim-admin-detail-muted-row td.ep_table_data {
  font-style: italic !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .ep_table_data table {
  background: #F8FBFF !important;
  border: 1px solid #E1EAF5 !important;
  border-collapse: separate !important;
  border-radius: 10px !important;
  border-spacing: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .ep_table_data table th,
body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .ep_table_data table td {
  border-bottom: 1px solid #E7EEF7 !important;
  color: #1F2937 !important;
  padding: 9px 11px !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .ep_table_data table th {
  color: #12335F !important;
  font-size: 0.82rem !important;
  font-weight: 850 !important;
}

body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 img {
  max-width: 100% !important;
}

@media (max-width: 720px) {
  body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 {
    overflow-x: visible !important;
  }

  body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 > table {
    min-width: 0 !important;
  }

  body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 tr.ep_table_row th.ep_table_header {
    width: auto !important;
  }

  body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 > table,
  body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 > table > tbody,
  body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 > table > tbody > tr,
  body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 > table > tbody > tr > th,
  body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 > table > tbody > tr > td {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
  }

  body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .ep_title_row {
    border-radius: 12px 12px 0 0 !important;
  }

  body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .ep_title_row_inner > div {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 tr.ep_table_row th.ep_row,
  body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 tr.ep_table_row td.ep_row {
    border-left: 1px solid #DDE8F5 !important;
    border-right: 1px solid #DDE8F5 !important;
  }

  body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 tr.ep_table_row th.ep_row {
    border-bottom: 0 !important;
    padding-bottom: 4px !important;
  }

  body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 tr.ep_table_row td.ep_row {
    padding-top: 4px !important;
  }

  body.stim-admin-item-detail-tab #ep_eprint_view_panel_1 .ep_table_data table {
    display: block !important;
    max-width: 100% !important;
    overflow-x: auto !important;
  }
}

/* STIM_ADMIN_ACTION_TAB_POLISH_20260703 */
body.stim-admin-item-action-tab #ep_eprint_view_panel_2 {
  box-sizing: border-box !important;
  max-width: 1080px !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 > table,
body.stim-admin-item-action-tab #ep_eprint_view_panel_2 > table > tbody,
body.stim-admin-item-action-tab #ep_eprint_view_panel_2 > table > tbody > tr,
body.stim-admin-item-action-tab #ep_eprint_view_panel_2 > table > tbody > tr > td {
  background: transparent !important;
  border: 0 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-section-heading,
body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .ep_title_row {
  background: #EAF2FF !important;
  border: 1px solid #D6E5F7 !important;
  border-radius: 12px !important;
  color: #12335F !important;
  display: block !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  margin: 18px 0 12px !important;
  padding: 13px 16px !important;
  text-align: left !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 dl.stim-admin-action-list-polished {
  display: grid !important;
  gap: 14px !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #DBE7F5 !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 26px rgba(18, 51, 95, 0.06) !important;
  box-sizing: border-box !important;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  margin: 0 !important;
  padding: 16px 18px !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card--danger {
  background: #FFF7F7 !important;
  border-color: #F3C6C6 !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__icon {
  align-items: center !important;
  background: #EAF2FF !important;
  border: 1px solid #CFE0F3 !important;
  border-radius: 999px !important;
  color: #0B4DBA !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-size: 0.9rem !important;
  font-weight: 900 !important;
  height: 32px !important;
  justify-content: center !important;
  width: 32px !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card--danger .stim-admin-action-card__icon {
  background: #FEE2E2 !important;
  border-color: #FECACA !important;
  color: #B91C1C !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__content {
  min-width: 0 !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__title {
  color: #0B2548 !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  margin: 0 0 5px !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__description {
  color: #5B6B80 !important;
  display: block !important;
  font-size: 0.9rem !important;
  left: auto !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  top: auto !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__term {
  margin: 0 !important;
  padding: 0 !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__term form {
  margin: 0 !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__form {
  align-items: center !important;
  background: #0B4DBA !important;
  border: 1px solid #0B4DBA !important;
  border-radius: 9px !important;
  box-shadow: 0 10px 20px rgba(11, 77, 186, 0.16) !important;
  box-sizing: border-box !important;
  color: #FFFFFF !important;
  display: inline-flex !important;
  font-size: 0.86rem !important;
  font-weight: 850 !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  min-height: 36px !important;
  min-width: 150px !important;
  padding: 9px 14px !important;
  position: relative !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__form::after {
  content: attr(data-stim-label) !important;
  pointer-events: none !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card--danger .stim-admin-action-card__form {
  background: #FFFFFF !important;
  border-color: #F3B6B6 !important;
  box-shadow: none !important;
  color: #B91C1C !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__form:hover,
body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__form:focus-within {
  background: #12335F !important;
  border-color: #12335F !important;
  color: #FFFFFF !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card--danger .stim-admin-action-card__form:hover,
body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card--danger .stim-admin-action-card__form:focus-within {
  background: #FEE2E2 !important;
  border-color: #DC2626 !important;
  color: #991B1B !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__button,
body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__button.ep_form_action_button {
  background: transparent !important;
  border: 0 !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  color: transparent !important;
  cursor: pointer !important;
  font-size: 0.86rem !important;
  font-weight: 850 !important;
  height: 100% !important;
  inset: 0 !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  width: 100% !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__button:hover,
body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__button:focus {
  background: transparent !important;
  border-color: transparent !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__button--danger,
body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__button--danger.ep_form_action_button {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__button--danger:hover,
body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__button--danger:focus {
  background: #FEE2E2 !important;
  border-color: #DC2626 !important;
  color: #991B1B !important;
}

body.stim-admin-item-action-tab #ep_eprint_view_panel_2 select,
body.stim-admin-item-action-tab #ep_eprint_view_panel_2 input[type="submit"]:not(.stim-admin-action-card__button) {
  border: 1px solid #D6E3F5 !important;
  border-radius: 8px !important;
  font-size: 0.88rem !important;
  min-height: 34px !important;
  padding: 7px 10px !important;
}

@media (max-width: 720px) {
  body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card {
    align-items: stretch !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__actions {
    grid-column: 1 / -1 !important;
  }

  body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__button,
  body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__button.ep_form_action_button,
  body.stim-admin-item-action-tab #ep_eprint_view_panel_2 .stim-admin-action-card__form {
    width: 100% !important;
  }
}

/* STIM_ADMIN_AUDIT_BATCH2_RESPONSIVE_20260620
   Mobile-only overflow fixes for the Items table, deposit workflow stepper,
   and public item-detail header. Desktop sizing and native controls remain
   unchanged. */
@media (max-width: 640px) {
  body.stim-operator-deposit-dashboard table.ep_columns {
    display: block !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-color: #A9C5EA #EDF4FD;
    scrollbar-width: thin;
    touch-action: pan-x pan-y;
    width: 100% !important;
    -webkit-overflow-scrolling: touch;
  }

  html body.stim-admin-internal-page.stim-operator-deposit-dashboard table.ep_columns.ep_columns {
    overflow: auto hidden !important;
  }

  body.stim-operator-deposit-dashboard table.ep_columns::before {
    box-sizing: border-box !important;
    content: "Daftar Dokumen\A Dokumen repository yang sedang dikelola operator\A Geser ke samping untuk melihat semua kolom" !important;
    display: block !important;
    font-size: 0.84rem !important;
    left: 0 !important;
    line-height: 1.4 !important;
    min-width: 344px !important;
    padding: 10px 12px !important;
    position: sticky !important;
    width: calc(100vw - 46px) !important;
    z-index: 2 !important;
  }

  body.stim-operator-deposit-dashboard table.ep_columns tbody {
    display: table !important;
    min-width: 720px !important;
    table-layout: fixed !important;
    width: 720px !important;
  }

  body.stim-operator-deposit-dashboard table.ep_columns::-webkit-scrollbar,
  body.stim-workflow-ui .ep_blister_bar::-webkit-scrollbar {
    height: 7px;
  }

  body.stim-operator-deposit-dashboard table.ep_columns::-webkit-scrollbar-track,
  body.stim-workflow-ui .ep_blister_bar::-webkit-scrollbar-track {
    background: #EDF4FD;
    border-radius: 999px;
  }

  body.stim-operator-deposit-dashboard table.ep_columns::-webkit-scrollbar-thumb,
  body.stim-workflow-ui .ep_blister_bar::-webkit-scrollbar-thumb {
    background: #A9C5EA;
    border-radius: 999px;
  }

  body.stim-workflow-ui .ep_blister_bar {
    box-sizing: border-box !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 7px !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 8px !important;
    scroll-padding-left: 1px;
    scroll-snap-type: x proximity;
    scrollbar-color: #A9C5EA #EDF4FD;
    scrollbar-width: thin;
    touch-action: pan-x pan-y;
    width: 100% !important;
    -webkit-overflow-scrolling: touch;
  }

  body.stim-workflow-ui .ep_blister_node,
  body.stim-workflow-ui .ep_blister_node_done,
  body.stim-workflow-ui .ep_blister_node_selected {
    flex: 0 0 150px !important;
    height: 38px !important;
    min-height: 38px !important;
    min-width: 150px !important;
    padding: 6px 10px !important;
    scroll-snap-align: start;
    width: 150px !important;
  }

  body.stim-workflow-ui .ep_blister_node:last-child:not(.ep_blister_node_selected) {
    flex-basis: 92px !important;
    height: 38px !important;
    min-height: 38px !important;
    min-width: 92px !important;
    width: 92px !important;
  }

  html.stim-public-summary-page .stim-header-inner {
    align-items: stretch !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    grid-template-columns: none !important;
    max-width: 100% !important;
    padding: 12px !important;
    width: 100% !important;
  }

  html.stim-public-summary-page .stim-header-brand,
  html.stim-public-summary-page .stim-header-nav,
  html.stim-public-summary-page .stim-header-actions {
    box-sizing: border-box !important;
    flex: 1 1 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  html.stim-public-summary-page .stim-header-brand__link {
    max-width: 100% !important;
  }

  html.stim-public-summary-page .stim-header-brand__text {
    min-width: 0 !important;
  }

  html.stim-public-summary-page .stim-header-nav .ep_tm_menu {
    gap: 3px !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  html.stim-public-summary-page .stim-header-nav .ep_tm_menu a {
    font-size: 0.78rem !important;
    padding: 7px 8px 9px !important;
  }

  html.stim-public-summary-page .stim-header-actions {
    justify-content: flex-start !important;
  }

  html.stim-public-summary-page .stim-header-actions a,
  html.stim-public-summary-page .stim-header-actions input,
  html.stim-public-summary-page .stim-header-actions button {
    box-sizing: border-box !important;
    font-size: 0.8rem !important;
    max-width: 100% !important;
    min-height: 34px !important;
    padding: 7px 12px !important;
  }
}

/* STIM_ADMIN_AUDIT_BATCH4_FULL_UI_LANGUAGE_QA_20260620
   Final scoped language-QA presentation for internal admin and workflow UI. */
body.stim-admin-language-polish .ep_tm_footer,
body.stim-admin-language-polish footer,
body.stim-workflow-ui .ep_tm_footer,
body.stim-workflow-ui footer {
  display: none !important;
}

body.stim-admin-language-polish .stim-admin-validation-message,
body.stim-workflow-ui .stim-admin-validation-message {
  background: #FFF7ED !important;
  border: 1px solid #FED7AA !important;
  border-radius: 8px !important;
  color: #9A3412 !important;
  display: block !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin: 6px 0 !important;
  padding: 9px 11px !important;
}

body.stim-admin-secondary-page table.ep_columns th,
body.stim-admin-secondary-page table.ep_columns .ep_columns_title,
body.stim-admin-secondary-page table.ep_columns .ep_columns_title_last {
  background: #F4F8FD !important;
  color: #12335F !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
}

body.stim-admin-secondary-page .ep_box_collapse_link {
  background: #F8FBFF !important;
  border: 1px solid #DCE8F8 !important;
  border-radius: 7px !important;
  color: #0B4DBA !important;
  display: inline-flex !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  padding: 5px 9px !important;
  text-decoration: none !important;
}

body.stim-admin-secondary-page table.ep_columns input[type="image"] {
  background: #F8FBFF !important;
  border: 1px solid #DCE8F8 !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  height: 26px !important;
  margin: 2px !important;
  object-fit: contain !important;
  opacity: 0.82 !important;
  padding: 5px !important;
  width: 26px !important;
}

body.stim-admin-secondary-page table.ep_columns input[type="image"]:hover,
body.stim-admin-secondary-page table.ep_columns input[type="image"]:focus {
  background: #EAF2FF !important;
  border-color: #A9C5EA !important;
  opacity: 1 !important;
}

@media (min-width: 641px) {
  body.stim-workflow-ui .ep_blister_bar {
    display: grid !important;
    gap: 7px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    max-width: 980px !important;
    width: 100% !important;
  }

  body.stim-workflow-ui .ep_blister_node,
  body.stim-workflow-ui .ep_blister_node_done,
  body.stim-workflow-ui .ep_blister_node_selected,
  body.stim-workflow-ui .ep_blister_node:last-child:not(.ep_blister_node_selected) {
    box-sizing: border-box !important;
    font-size: 0.78rem !important;
    height: 40px !important;
    min-height: 40px !important;
    min-width: 0 !important;
    padding: 6px 8px !important;
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  body.stim-workflow-ui .ep_blister_node,
  body.stim-workflow-ui .ep_blister_node_done,
  body.stim-workflow-ui .ep_blister_node_selected {
    flex-basis: 200px !important;
    min-width: 200px !important;
    width: 200px !important;
  }

  body.stim-workflow-ui .ep_blister_node:last-child:not(.ep_blister_node_selected) {
    flex-basis: 180px !important;
    min-width: 180px !important;
    width: 180px !important;
  }
}

/* STIM_ADMIN_AUDIT_BATCH3_LANGUAGE_POLISH_20260620
   Scoped presentation for translated admin secondary pages and empty states. */
body.stim-admin-language-polish .ep_tm_footer,
body.stim-admin-language-polish footer {
  color: #8A9AB0 !important;
  font-size: 0.74rem !important;
  line-height: 1.5 !important;
  opacity: 0.7 !important;
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}

body.stim-admin-secondary-page .stim-admin-empty-state,
body.stim-admin-secondary-page td.ep_columns_no_items {
  background: #F8FBFF !important;
  color: #64748B !important;
  font-size: 0.9rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  height: auto !important;
  line-height: 1.5 !important;
  padding: 24px 18px !important;
  text-align: center !important;
}

body.stim-admin-secondary-page table.ep_columns {
  background: #FFFFFF !important;
  border: 1px solid #E5E7EB !important;
  border-collapse: separate !important;
  border-radius: 10px !important;
  border-spacing: 0 !important;
  box-shadow: 0 6px 18px rgba(18, 51, 95, 0.04) !important;
  max-width: 100% !important;
}

body.stim-admin-secondary-page table.ep_columns th,
body.stim-admin-secondary-page table.ep_columns td {
  border-color: #EAF0F7 !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

@media (max-width: 640px) {
  body.stim-admin-secondary-page table.ep_columns {
    display: block !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-color: #A9C5EA #EDF4FD;
    scrollbar-width: thin;
    width: 100% !important;
    -webkit-overflow-scrolling: touch;
  }

  body.stim-admin-secondary-page table.ep_columns tbody {
    display: table !important;
    min-width: 620px !important;
    width: 620px !important;
  }

  html.stim-public-search-page .stim-header-inner,
  html.stim-public-browse-page .stim-header-inner {
    align-items: stretch !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    grid-template-columns: none !important;
    max-width: 100% !important;
    padding: 12px !important;
    width: 100% !important;
  }

  html.stim-public-search-page .stim-header-brand,
  html.stim-public-search-page .stim-header-nav,
  html.stim-public-search-page .stim-header-actions,
  html.stim-public-browse-page .stim-header-brand,
  html.stim-public-browse-page .stim-header-nav,
  html.stim-public-browse-page .stim-header-actions {
    box-sizing: border-box !important;
    flex: 1 1 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  html.stim-public-search-page .stim-header-brand__text,
  html.stim-public-browse-page .stim-header-brand__text {
    min-width: 0 !important;
  }

  html.stim-public-search-page .stim-header-nav .ep_tm_menu,
  html.stim-public-browse-page .stim-header-nav .ep_tm_menu {
    gap: 3px !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  html.stim-public-search-page .stim-header-nav .ep_tm_menu a,
  html.stim-public-browse-page .stim-header-nav .ep_tm_menu a {
    font-size: 0.78rem !important;
    padding: 7px 8px 9px !important;
  }

  html.stim-public-search-page .stim-header-actions,
  html.stim-public-browse-page .stim-header-actions {
    justify-content: flex-start !important;
  }

  html.stim-public-search-form-page .ep_search_fields .ep_table_row {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }

  html.stim-public-search-form-page .ep_search_fields .ep_multi_heading.ep_table_cell,
  html.stim-public-search-form-page .ep_search_fields .ep_multi_input.ep_table_cell {
    box-sizing: border-box !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  html.stim-public-search-form-page .ep_search_fields fieldset.ep_option_list,
  html.stim-public-search-form-page .ep_search_fields .ep_option_list_option,
  html.stim-public-search-form-page .ep_search_fields .ep_option_list_option label {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

/* Batch 4: EPrints nests all workflow steps inside one wrapper. */
body.stim-workflow-ui .ep_blister_bar > div > .ep_blister_join,
body.stim-admin-secondary-page .ep_blister_bar > div > .ep_blister_join {
  display: none !important;
}

body.stim-admin-secondary-page .ep_blister_bar > div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

body.stim-admin-secondary-page .ep_blister_bar > div > div:not(.ep_blister_join) input {
  box-sizing: border-box !important;
  min-width: 110px !important;
  width: auto !important;
}

@media (min-width: 641px) {
  body.stim-workflow-ui .ep_blister_bar {
    display: block !important;
  }

  body.stim-workflow-ui .ep_blister_bar > div {
    display: grid !important;
    gap: 7px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
  }

  body.stim-workflow-ui .ep_blister_bar > div > div:not(.ep_blister_join) {
    min-width: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  body.stim-workflow-ui .ep_blister_bar {
    display: block !important;
  }

  body.stim-workflow-ui .ep_blister_bar > div {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 7px !important;
    width: max-content !important;
  }

  body.stim-workflow-ui .ep_blister_bar > div > div:not(.ep_blister_join) {
    flex: 0 0 250px !important;
    min-width: 250px !important;
    width: 250px !important;
  }

  body.stim-workflow-ui .ep_blister_bar > div > div:not(.ep_blister_join):last-child {
    flex-basis: 180px !important;
    min-width: 180px !important;
    width: 180px !important;
  }

  body.stim-workflow-ui .ep_blister_bar > div > div:not(.ep_blister_join) input {
    width: 100% !important;
  }
}

/* STIM_ADMIN_AUDIT_BATCH5_PROFILE_POLISH_20260620
   Scoped polish for user profile edit/view, Review/Saved Search controls,
   and the mobile operator card. Native inputs and actions remain intact. */
body.stim-admin-user-edit-page .stim-admin-user-edit-title {
  color: #12335F !important;
  font-size: 1.55rem !important;
  line-height: 1.3 !important;
  margin-bottom: 14px !important;
}

body.stim-admin-user-edit-page .ep_sr_component {
  border: 1px solid #DCE8F8 !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 18px rgba(18, 51, 95, 0.045) !important;
  margin-bottom: 14px !important;
  max-width: 920px !important;
  overflow: hidden !important;
}

body.stim-admin-user-edit-page .ep_sr_title_bar {
  background: #F8FBFF !important;
  border-bottom: 1px solid #E5EDF8 !important;
  padding: 11px 14px !important;
}

body.stim-admin-user-edit-page .ep_sr_title {
  color: #12335F !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
}

body.stim-admin-user-edit-page .ep_sr_content {
  padding: 8px 12px 12px !important;
}

body.stim-admin-user-edit-page .ep_table_row {
  border-bottom-color: #EAF0F7 !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

body.stim-admin-user-edit-page .stim-admin-user-technical-component,
body.stim-admin-user-edit-page .stim-admin-user-secondary-row {
  display: none !important;
}

body.stim-admin-user-edit-page .ep_multi_inline_help,
body.stim-admin-user-edit-page .ep_form_help_icon {
  opacity: 0.55 !important;
}

body.stim-admin-listing-controls-polished .stim-admin-filter-toggle .stim-admin-filter-toggle-icon {
  display: none !important;
}

body.stim-admin-listing-controls-polished .stim-admin-filter-toggle {
  align-items: center !important;
  background: #EAF2FF !important;
  border-color: #C9DCF6 !important;
  color: #0B4DBA !important;
  min-height: 30px !important;
  padding: 6px 11px !important;
}

body.stim-admin-listing-controls-polished table.ep_columns .stim-admin-column-control {
  filter: saturate(0.65) !important;
  opacity: 0.42 !important;
  transition: opacity 0.15s ease, filter 0.15s ease !important;
}

body.stim-admin-listing-controls-polished table.ep_columns .stim-admin-column-control:hover,
body.stim-admin-listing-controls-polished table.ep_columns .stim-admin-column-control:focus {
  filter: saturate(1) !important;
  opacity: 0.92 !important;
}

@media (max-width: 640px) {
  html.stim-admin-internal-page body.stim-admin-sidebar-refined #ep_tm_menu_tools.ep_tm_key_tools .stim-admin-sidebar-user {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    display: grid !important;
    flex: 1 1 100% !important;
    gap: 5px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin: 0 0 8px !important;
    min-width: 100% !important;
    padding: 10px 12px !important;
    width: 100% !important;
  }

  html.stim-admin-internal-page body.stim-admin-sidebar-refined .stim-admin-sidebar-user__label,
  html.stim-admin-internal-page body.stim-admin-sidebar-refined .stim-admin-sidebar-user__value {
    display: block !important;
    grid-column: 1 !important;
    line-height: 1.35 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  html.stim-admin-internal-page body.stim-admin-sidebar-refined .stim-admin-sidebar-user__label {
    font-size: 0.62rem !important;
    letter-spacing: 0 !important;
  }

  html.stim-admin-internal-page body.stim-admin-sidebar-refined .stim-admin-sidebar-user__value {
    font-size: 0.72rem !important;
    overflow: visible !important;
    overflow-wrap: anywhere !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }

  html.stim-admin-internal-page body #ep_tm_menu_tools.ep_tm_key_tools > .stim-admin-sidebar-nav {
    flex: 1 1 100% !important;
    width: 100% !important;
  }

  body.stim-admin-user-edit-page .ep_sr_component {
    max-width: 100% !important;
  }

  body.stim-admin-user-edit-page .ep_sr_content {
    padding: 7px 8px 10px !important;
  }
}

/* Final cascade position for the login public-shell override. */
/* STIM_PUBLIC_MOBILE_VIEWPORT_DRAWER_20260621
   Shared public mobile drawer. The original nav and Login Admin link are
   retained and moved into one accessible panel; admin pages never run it. */
.stim-mobile-menu-toggle,
.stim-mobile-menu-backdrop,
.stim-mobile-menu-panel__title {
  display: none;
}

.stim-mobile-menu-panel {
  display: contents;
}

@media (max-width: 640px) {
  html.stim-public-mobile-drawer-ready .stim-header-inner {
    align-items: center !important;
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    padding: 14px 18px !important;
  }

  html.stim-public-mobile-drawer-ready .stim-header-brand {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
  }

  html.stim-public-mobile-drawer-ready .stim-header-brand__link,
  html.stim-public-mobile-drawer-ready .stim-header-brand__text {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html.stim-public-mobile-drawer-ready .stim-header-brand__name {
    overflow-wrap: anywhere !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-toggle {
    align-items: center !important;
    background: #FFFFFF !important;
    border: 1px solid #D6E3F5 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    cursor: pointer !important;
    display: inline-flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    height: 42px !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 !important;
    width: 44px !important;
    z-index: 1102 !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-toggle span {
    background: #12335F !important;
    border-radius: 2px !important;
    display: block !important;
    height: 2px !important;
    transition: transform 0.18s ease, opacity 0.18s ease !important;
    width: 20px !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg) !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0 !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg) !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-panel {
    align-items: stretch !important;
    background: #FFFFFF !important;
    box-shadow: -18px 0 42px rgba(11, 37, 72, 0.18) !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    height: 100dvh !important;
    max-width: 86vw !important;
    overflow-y: auto !important;
    padding: 22px 18px !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    transform: translateX(105%) !important;
    transition: transform 0.2s ease !important;
    visibility: hidden !important;
    width: 310px !important;
    z-index: 1101 !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-panel.is-open {
    transform: translateX(0) !important;
    visibility: visible !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-panel:not(.is-open) *,
html.stim-public-mobile-drawer-ready.stim-login-page body.stim-login-page .stim-mobile-menu-panel:not(.is-open) * {
  visibility: hidden !important;
}

/* STIM_WORKFLOW_VALIDATION_ALERT_POLISH_20260701
   Compact validation warning presentation for deposit workflow pages only. */
body.stim-workflow-ui #ep_messages {
  box-sizing: border-box !important;
  margin: 0 0 18px !important;
  max-width: 980px !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  margin: 0 0 18px !important;
  max-width: 100% !important;
  padding: 0 !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_content {
  align-items: flex-start !important;
  background: linear-gradient(180deg, #FFF9F0 0%, #FFF7ED 100%) !important;
  border: 1px solid #FED7AA !important;
  border-left: 4px solid #F59E0B !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(154, 52, 18, 0.08) !important;
  box-sizing: border-box !important;
  color: #0B2548 !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 14px 16px !important;
  width: 100% !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_icon {
  align-items: center !important;
  background: #FFFBEB !important;
  border: 1px solid #FED7AA !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  height: 24px !important;
  justify-content: center !important;
  margin: 1px 0 0 !important;
  padding: 3px !important;
  width: 24px !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_icon img {
  display: block !important;
  height: 16px !important;
  margin: 0 !important;
  max-height: 16px !important;
  max-width: 16px !important;
  object-fit: contain !important;
  width: 16px !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_text {
  color: #12335F !important;
  display: block !important;
  font-size: 0.9rem !important;
  font-weight: 680 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_text::before {
  color: #9A3412 !important;
  content: "Periksa kembali isian berikut:" !important;
  display: block !important;
  font-size: 0.82rem !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  margin: 0 0 8px !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_text ul,
body.stim-workflow-ui #ep_messages .ep_msg_warning_text ol {
  align-items: flex-start !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_text li,
body.stim-workflow-ui #ep_messages .ep_msg_warning_text .stim-admin-validation-message {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #FED7AA !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: #12335F !important;
  display: inline-flex !important;
  flex-wrap: wrap !important;
  font-size: 0.86rem !important;
  font-weight: 720 !important;
  gap: 4px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-height: 34px !important;
  padding: 8px 10px !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_text a,
body.stim-workflow-ui #ep_messages .ep_msg_warning_text a:visited,
body.stim-workflow-ui #ep_messages .ep_msg_warning_text .ep_problem_field {
  color: #0B4DBA !important;
  font-weight: 850 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
}

body.stim-workflow-ui #ep_messages .ep_msg_warning_text a:hover,
body.stim-workflow-ui #ep_messages .ep_msg_warning_text a:focus {
  color: #12335F !important;
}

@media (max-width: 640px) {
  body.stim-workflow-ui #ep_messages {
    margin-bottom: 14px !important;
    max-width: 100% !important;
  }

  body.stim-workflow-ui #ep_messages .ep_msg_warning_content {
    border-radius: 12px !important;
    gap: 10px !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    padding: 12px !important;
  }

  body.stim-workflow-ui #ep_messages .ep_msg_warning_icon {
    height: 22px !important;
    width: 22px !important;
  }

  body.stim-workflow-ui #ep_messages .ep_msg_warning_text ul,
  body.stim-workflow-ui #ep_messages .ep_msg_warning_text ol {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.stim-workflow-ui #ep_messages .ep_msg_warning_text li,
  body.stim-workflow-ui #ep_messages .ep_msg_warning_text .stim-admin-validation-message {
    align-items: flex-start !important;
    display: flex !important;
    width: 100% !important;
  }
}

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-panel__title {
    border-bottom: 1px solid #E5E7EB !important;
    color: #12335F !important;
    display: block !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    padding: 2px 2px 14px !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-panel .stim-header-nav,
  html.stim-public-mobile-drawer-ready.stim-login-page body.stim-login-page .stim-mobile-menu-panel .stim-header-nav {
    display: block !important;
    grid-column: auto !important;
    height: auto !important;
    min-width: 0 !important;
    overflow: visible !important;
    width: 100% !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-panel .ep_tm_menu,
  html.stim-public-mobile-drawer-ready.stim-login-page body.stim-login-page .stim-mobile-menu-panel .ep_tm_menu {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 4px !important;
    height: auto !important;
    justify-content: flex-start !important;
    min-height: 0 !important;
    width: 100% !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-panel .ep_tm_menu > li {
    display: block !important;
    width: 100% !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-panel .ep_tm_menu > li > a {
    border-left: 3px solid transparent !important;
    border-radius: 7px !important;
    box-sizing: border-box !important;
    color: #12335F !important;
    display: flex !important;
    font-size: 0.94rem !important;
    justify-content: flex-start !important;
    min-height: 44px !important;
    padding: 12px 13px !important;
    width: 100% !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-panel .ep_tm_menu > li > a.is-active,
  html.stim-public-mobile-drawer-ready .stim-mobile-menu-panel .ep_tm_menu > li > a[aria-current="page"] {
    background: #EAF2FF !important;
    border-left-color: #0B4DBA !important;
    color: #0B4DBA !important;
    font-weight: 800 !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-panel .ep_tm_menu ul {
    display: none !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-panel .stim-header-actions,
  html.stim-public-mobile-drawer-ready.stim-login-page body.stim-login-page .stim-mobile-menu-panel .stim-header-actions {
    border-top: 1px solid #E5E7EB !important;
    display: block !important;
    grid-column: auto !important;
    grid-row: auto !important;
    margin: auto 0 0 !important;
    max-width: none !important;
    padding-top: 16px !important;
    width: 100% !important;
  }

  html.stim-public-mobile-drawer-ready .stim-mobile-menu-panel .stim-admin-login,
  html.stim-public-mobile-drawer-ready.stim-login-page body.stim-login-page .stim-mobile-menu-panel .stim-admin-login {
    align-items: center !important;
    background: #0B4DBA !important;
    border: 1px solid #0B4DBA !important;
    border-radius: 7px !important;
    box-sizing: border-box !important;
    color: #FFFFFF !important;
    display: flex !important;
    justify-content: center !important;
    min-height: 44px !important;
    width: 100% !important;
  }

  .stim-mobile-menu-backdrop {
    background: rgba(11, 37, 72, 0.42) !important;
    border: 0 !important;
    bottom: 0 !important;
    cursor: pointer !important;
    display: block !important;
    left: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    transition: opacity 0.2s ease !important;
    visibility: hidden !important;
    z-index: 1100 !important;
  }

  .stim-mobile-menu-backdrop.is-open {
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
  }

  body.stim-mobile-menu-open {
    overflow: hidden !important;
  }
}

html.stim-login-page body.stim-login-page .stim-header-nav {
  display: block !important;
}

html.stim-login-page body.stim-login-page .stim-admin-login,
html.stim-login-page body.stim-login-page .stim-admin-login:visited,
html.stim-login-page body.stim-login-page .stim-admin-login.is-active,
html.stim-login-page body.stim-login-page .stim-admin-login[aria-current="page"] {
  background: #FFFFFF !important;
  border: 1px solid #12335F !important;
  box-shadow: none !important;
  color: #12335F !important;
}

html.stim-login-page body.stim-login-page .stim-admin-login:hover,
html.stim-login-page body.stim-login-page .stim-admin-login:focus {
  background: #12335F !important;
  border-color: #12335F !important;
  color: #FFFFFF !important;
}

/* STIM_ADMIN_USER_PROFILE_POLISH_20260703
   Scoped polish for the operator profile Workflow::View page. This keeps
   user data, form actions, tab behavior, and history links untouched. */
body.stim-admin-user-profile-page .ep_view_tabs {
  border-bottom: 1px solid #DCE8F8 !important;
  margin-bottom: 18px !important;
}

body.stim-admin-user-profile-page .ep_view_tabs a,
body.stim-admin-user-profile-page .ep_view_tabs span {
  border-radius: 10px 10px 0 0 !important;
  font-weight: 700 !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_0,
body.stim-admin-user-profile-page #ep_workflow_views_panel_1 {
  max-width: 1040px !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .ep_view_details_table {
  border-collapse: separate !important;
  border-spacing: 0 14px !important;
  max-width: 940px !important;
  width: 100% !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-section-heading {
  background: linear-gradient(135deg, #F4F8FF 0%, #EAF2FF 100%) !important;
  border: 1px solid #DCE8F8 !important;
  border-radius: 14px 14px 0 0 !important;
  box-shadow: 0 10px 24px rgba(18, 51, 95, 0.06) !important;
  color: #12335F !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-section-heading .ep_title_row_inner {
  background: transparent !important;
  border: 0 !important;
  color: #12335F !important;
  font-size: 0.98rem !important;
  font-weight: 800 !important;
  padding: 13px 16px !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-section-heading .ep_title_row_inner > div,
body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-section-heading .ep_title_row_inner form {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: space-between !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-edit-button {
  background: #FFFFFF !important;
  border: 1px solid #C9DCF6 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #0B4DBA !important;
  cursor: pointer !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  min-height: 30px !important;
  padding: 7px 13px !important;
  width: auto !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-edit-button:hover,
body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-edit-button:focus {
  background: #0B4DBA !important;
  border-color: #0B4DBA !important;
  color: #FFFFFF !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-detail-row th,
body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-detail-row td {
  background: #FFFFFF !important;
  border-bottom: 1px solid #EAF0F7 !important;
  line-height: 1.45 !important;
  padding: 12px 16px !important;
  vertical-align: top !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-detail-row th {
  border-left: 1px solid #DCE8F8 !important;
  color: #12335F !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  width: 225px !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-detail-row td {
  border-right: 1px solid #DCE8F8 !important;
  color: #1F2937 !important;
  font-size: 0.9rem !important;
  overflow-wrap: anywhere !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-detail-row:last-child th,
body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-detail-row:last-child td {
  border-bottom-color: #DCE8F8 !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-warning,
body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .ep_msg_warning {
  align-items: flex-start !important;
  background: #FFF7ED !important;
  border: 1px solid #FED7AA !important;
  border-left: 4px solid #F97316 !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.08) !important;
  color: #7C2D12 !important;
  display: flex !important;
  gap: 10px !important;
  margin: 0 0 16px !important;
  max-width: 940px !important;
  min-height: 0 !important;
  padding: 13px 15px !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-warning::before,
body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .ep_msg_warning::before {
  color: #EA580C !important;
  content: "!" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: #FFEDD5 !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  margin-top: 1px !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-warning a,
body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .ep_msg_warning a {
  color: #0B4DBA !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .ep_search_results,
body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .ep_paginate_list {
  display: grid !important;
  gap: 12px !important;
  max-width: 1040px !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-card {
  background: #FFFFFF !important;
  border: 1px solid #DCE8F8 !important;
  border-left: 4px solid #7BAAF7 !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(18, 51, 95, 0.055) !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 14px 16px !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-card__item {
  color: #12335F !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  margin-bottom: 8px !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-card__item a {
  color: #0B4DBA !important;
  text-decoration: none !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-card__item--missing {
  color: #6B7280 !important;
  font-style: italic !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-card__action {
  align-items: center !important;
  color: #42526B !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px 10px !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-badge {
  align-items: center !important;
  background: #EAF2FF !important;
  border: 1px solid #C9DCF6 !important;
  border-radius: 999px !important;
  color: #0B4DBA !important;
  display: inline-flex !important;
  font-size: 0.76rem !important;
  font-weight: 900 !important;
  min-height: 24px !important;
  padding: 4px 9px !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-card__action--destroyed .stim-user-history-badge {
  background: #FFF1F2 !important;
  border-color: #FECDD3 !important;
  color: #BE123C !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-summary {
  color: #12335F !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-operator,
body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-time {
  color: #6B7280 !important;
  font-size: 0.82rem !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-operator a {
  color: #0B4DBA !important;
  text-decoration: none !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-time {
  margin-left: auto !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-card__details {
  background: #F8FBFF !important;
  border: 1px solid #E5EDF8 !important;
  border-radius: 12px !important;
  color: #52647A !important;
  font-size: 0.82rem !important;
  line-height: 1.5 !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  padding: 10px 12px !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-card__details .ep_history_xmlblock {
  background: #FFFFFF !important;
  border: 1px solid #EAF0F7 !important;
  border-radius: 10px !important;
  color: #334155 !important;
  font-size: 0.72rem !important;
  line-height: 1.45 !important;
  margin: 8px 0 !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  padding: 9px 10px !important;
  white-space: pre-wrap !important;
  word-break: break-word !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-card__details .ep_history_diff_table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  font-size: 0.78rem !important;
  min-width: 0 !important;
  width: 100% !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-card__details .ep_history_diff_table th,
body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-card__details .ep_history_diff_table td {
  border-bottom: 1px solid #EAF0F7 !important;
  padding: 8px 9px !important;
  vertical-align: top !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-pagination {
  background: #FFFFFF !important;
  border: 1px solid #DCE8F8 !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(18, 51, 95, 0.05) !important;
  margin: 0 0 14px !important;
  max-width: 1040px !important;
  padding: 13px 15px !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-pagination__inner {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 16px !important;
  justify-content: space-between !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-pagination__summary {
  color: #12335F !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-pagination__nav {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  justify-content: flex-end !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-pagination__label {
  color: #6B7280 !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  margin-right: 2px !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-pagination__link,
body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-pagination__current {
  align-items: center !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  justify-content: center !important;
  min-height: 30px !important;
  min-width: 30px !important;
  padding: 6px 10px !important;
  text-decoration: none !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-pagination__link {
  background: #FFFFFF !important;
  border: 1px solid #D6E3F5 !important;
  color: #12335F !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-pagination__link:hover,
body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-pagination__link:focus {
  background: #EAF2FF !important;
  border-color: #9CC1F3 !important;
  color: #0B4DBA !important;
}

body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-pagination__current {
  background: #0B4DBA !important;
  border: 1px solid #0B4DBA !important;
  color: #FFFFFF !important;
}

@media (max-width: 720px) {
  body.stim-admin-user-profile-page #ep_workflow_views_panel_0,
  body.stim-admin-user-profile-page #ep_workflow_views_panel_1 {
    max-width: 100% !important;
  }

  body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .ep_view_details_table,
  body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .ep_view_details_table tbody,
  body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-section-heading,
  body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-detail-row,
  body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-detail-row th,
  body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-detail-row td {
    display: block !important;
    width: 100% !important;
  }

  body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-detail-row th {
    border-right: 1px solid #DCE8F8 !important;
    padding-bottom: 5px !important;
  }

  body.stim-admin-user-profile-page #ep_workflow_views_panel_0 .stim-user-profile-detail-row td {
    border-left: 1px solid #DCE8F8 !important;
    padding-top: 5px !important;
  }

  body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-card {
    padding: 12px 13px !important;
  }

  body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-time {
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }

  body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-pagination__inner,
  body.stim-admin-user-profile-page #ep_workflow_views_panel_1 .stim-user-history-pagination__nav {
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
}

/* STIM_ADMIN_REVIEW_PAGE_POLISH_20260710
   STIM_ADMIN_REVIEW_TITLE_COLUMN_20260710
   Visual-only review queue polish. Native review links, move forms, CSRF
   inputs, sorting, filtering, and backend actions remain unchanged. */
body.stim-admin-review-page .ep_tm_page_content {
  max-width: 1180px !important;
}

body.stim-admin-review-page .stim-admin-review-title {
  background: #FFFFFF !important;
  border: 1px solid #DCE8F8 !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 34px rgba(18, 51, 95, 0.06) !important;
  color: #0B2548 !important;
  display: block !important;
  font-size: 1.55rem !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  margin: 0 0 18px !important;
  padding: 20px 24px !important;
  text-align: left !important;
}

body.stim-admin-review-page .stim-admin-review-subtitle {
  color: #52647A !important;
  display: block !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin-top: 7px !important;
}

body.stim-admin-review-page .stim-admin-review-help-hidden,
body.stim-admin-review-page .stim-admin-review-column-controls-row {
  display: none !important;
}

body.stim-admin-review-page .stim-admin-review-filter {
  background: #F8FBFF !important;
  border: 1px solid #DCE8F8 !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 18px rgba(18, 51, 95, 0.045) !important;
  margin: 0 0 14px !important;
  max-width: 100% !important;
  padding: 10px 12px !important;
}

body.stim-admin-review-page .stim-admin-review-filter .ep_summary_box_title,
body.stim-admin-review-page .stim-admin-review-filter .ep_summary_box_body {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.stim-admin-review-page .stim-admin-review-filter .stim-admin-filter-toggle,
body.stim-admin-review-page .stim-admin-review-filter .ep_box_collapse_link {
  align-items: center !important;
  background: #EAF2FF !important;
  border: 1px solid #C9DCF6 !important;
  border-radius: 8px !important;
  color: #0B4DBA !important;
  display: inline-flex !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  min-height: 32px !important;
  padding: 7px 11px !important;
  text-decoration: none !important;
}

body.stim-admin-review-page table.stim-admin-review-table {
  background: #FFFFFF !important;
  border: 1px solid #DCE8F8 !important;
  border-collapse: separate !important;
  border-radius: 14px !important;
  border-spacing: 0 !important;
  box-shadow: 0 14px 34px rgba(18, 51, 95, 0.055) !important;
  max-width: 100% !important;
  overflow: hidden !important;
  table-layout: fixed !important;
  width: 100% !important;
}

body.stim-admin-review-page table.stim-admin-review-table tr.header_plain th {
  background: #EAF2FB !important;
  border-bottom: 1px solid #D8E6F5 !important;
  border-right: 1px solid #DDEAF7 !important;
  color: #082B57 !important;
  font-size: 0.76rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  padding: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  vertical-align: middle !important;
  white-space: normal !important;
  word-break: normal !important;
}

body.stim-admin-review-page table.stim-admin-review-table tr.header_plain th a,
body.stim-admin-review-page table.stim-admin-review-table tr.header_plain th span {
  color: #082B57 !important;
  display: block !important;
  font-weight: 900 !important;
  padding: 14px 12px !important;
  text-decoration: none !important;
}

body.stim-admin-review-page table.stim-admin-review-table .ep_columns_title_inner,
body.stim-admin-review-page table.stim-admin-review-table .ep_columns_title_inner > div {
  align-items: center !important;
  display: flex !important;
  gap: 5px !important;
  justify-content: center !important;
  min-height: 54px !important;
}

body.stim-admin-review-page table.stim-admin-review-table .ep_columns_title_inner_sort {
  opacity: 0.55 !important;
}

body.stim-admin-review-page table.stim-admin-review-table td {
  border-bottom: 1px solid #E5EDF8 !important;
  border-right: 1px solid #EAF0F7 !important;
  color: #0B2548 !important;
  font-size: 0.86rem !important;
  line-height: 1.45 !important;
  padding: 16px 14px !important;
  vertical-align: middle !important;
}

body.stim-admin-review-page table.stim-admin-review-table tr.row_a td,
body.stim-admin-review-page table.stim-admin-review-table tr.row_b td {
  background: #FFFFFF !important;
}

body.stim-admin-review-page table.stim-admin-review-table tr.row_b td {
  background: #F8FBFF !important;
}

body.stim-admin-review-page table.stim-admin-review-table tr.row_a:hover td,
body.stim-admin-review-page table.stim-admin-review-table tr.row_b:hover td {
  background: #F1F7FF !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-col-type {
  width: 135px !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-col-id {
  text-align: center !important;
  width: 90px !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-col-title {
  text-align: left !important;
  width: 390px !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-col-user {
  width: 150px !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-col-date {
  width: 140px !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-col-actions {
  width: 260px !important;
}

body.stim-admin-review-page table.stim-admin-review-table td.stim-review-col-type,
body.stim-admin-review-page table.stim-admin-review-table td.stim-review-col-date,
body.stim-admin-review-page table.stim-admin-review-table td.stim-review-col-user {
  font-weight: 700 !important;
}

body.stim-admin-review-page table.stim-admin-review-table td.stim-review-col-id {
  color: #0B4DBA !important;
  font-weight: 900 !important;
}

body.stim-admin-review-page table.stim-admin-review-table td.stim-review-col-title {
  color: #0B2548 !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere !important;
  text-align: left !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-title-link {
  color: #0B2548 !important;
  display: block !important;
  font-weight: 900 !important;
  line-height: 1.42 !important;
  text-decoration: none !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-title-link:hover,
body.stim-admin-review-page table.stim-admin-review-table .stim-review-title-link:focus {
  color: #0B4DBA !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-title-id,
body.stim-admin-review-page table.stim-admin-review-table .stim-review-title-loading-text {
  color: #6B7280 !important;
  display: block !important;
  font-size: 0.74rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin-top: 5px !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-title-loading-text {
  color: #0B4DBA !important;
}

body.stim-admin-review-page table.stim-admin-review-table td.stim-review-col-user a {
  color: #0B4DBA !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body.stim-admin-review-page table.stim-admin-review-table td.ep_columns_cell_last {
  overflow: visible !important;
  white-space: normal !important;
}

body.stim-admin-review-page table.stim-admin-review-table .ep_action_list {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.stim-admin-review-page table.stim-admin-review-table .ep_action_list li {
  display: inline-flex !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-action-button {
  align-items: center !important;
  background: #FFFFFF !important;
  border: 1px solid #D6E3F5 !important;
  border-radius: 999px !important;
  color: #12335F !important;
  display: inline-flex !important;
  gap: 6px !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 6px 10px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-action-button:hover,
body.stim-admin-review-page table.stim-admin-review-table .stim-review-action-button:focus-within,
body.stim-admin-review-page table.stim-admin-review-table .stim-review-action-button:focus {
  background: #EAF2FF !important;
  border-color: #9CC1F3 !important;
  color: #0B4DBA !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-action-approve .stim-review-action-button {
  background: #0B4DBA !important;
  border-color: #0B4DBA !important;
  color: #FFFFFF !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-action-return .stim-review-action-button {
  background: #FFF7ED !important;
  border-color: #FED7AA !important;
  color: #9A3412 !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-action-danger .stim-review-action-button {
  background: #FFF1F2 !important;
  border-color: #FECDD3 !important;
  color: #BE123C !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-action-icon {
  border: 0 !important;
  height: 16px !important;
  margin: 0 !important;
  max-width: 16px !important;
  opacity: 0.78 !important;
  padding: 0 !important;
  width: 16px !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-action-approve .stim-review-action-icon,
body.stim-admin-review-page table.stim-admin-review-table .stim-review-action-return .stim-review-action-icon,
body.stim-admin-review-page table.stim-admin-review-table .stim-review-action-danger .stim-review-action-icon {
  filter: saturate(0.75) !important;
}

body.stim-admin-review-page table.stim-admin-review-table .stim-review-action-label {
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

@media (max-width: 900px) {
  body.stim-admin-review-page table.stim-admin-review-table {
    display: block !important;
    overflow-x: auto !important;
    table-layout: fixed !important;
  }

  body.stim-admin-review-page table.stim-admin-review-table .stim-review-col-actions {
    width: 240px !important;
  }
}

/* STIM_PUBLIC_RESPONSIVE_BATCH1_HEADER_QUICKGRID_20260621
   Mobile-only header repair for public home/information plus a responsive
   homepage quick-access grid. Search, browse, detail, login, and admin keep
   their existing page-specific layouts. */
@media (max-width: 768px) {
  html.stim-public-home-page .stim-card-grid {
    gap: 12px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html.stim-public-home-page .stim-card {
    min-width: 0 !important;
    padding: 13px 14px !important;
  }
}

@media (max-width: 640px) {
  html.stim-public-home-page .stim-header-inner,
  html.stim-public-information-page .stim-header-inner {
    align-items: center !important;
    display: grid !important;
    gap: 10px 12px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    padding: 14px 18px !important;
  }

  html.stim-public-home-page .stim-header-brand,
  html.stim-public-information-page .stim-header-brand {
    min-width: 0 !important;
  }

  html.stim-public-home-page .stim-header-brand__link,
  html.stim-public-information-page .stim-header-brand__link {
    max-width: 100% !important;
  }

  html.stim-public-home-page .stim-header-brand__text,
  html.stim-public-information-page .stim-header-brand__text {
    min-width: 0 !important;
  }

  html.stim-public-home-page .stim-header-brand__name,
  html.stim-public-information-page .stim-header-brand__name {
    overflow-wrap: anywhere !important;
  }

  html.stim-public-home-page .stim-header-nav,
  html.stim-public-information-page .stim-header-nav {
    display: block !important;
    grid-column: 1 / -1 !important;
    height: auto !important;
    min-width: 0 !important;
    overflow: visible !important;
    width: 100% !important;
  }

  html.stim-public-home-page .stim-header-nav .ep_tm_menu,
  html.stim-public-information-page .stim-header-nav .ep_tm_menu {
    flex-wrap: wrap !important;
    height: auto !important;
    justify-content: center !important;
    min-height: 31px !important;
    row-gap: 2px !important;
  }

  html.stim-public-home-page .stim-header-actions,
  html.stim-public-information-page .stim-header-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
  }

  html.stim-public-home-page .stim-admin-login,
  html.stim-public-information-page .stim-admin-login {
    max-width: 100% !important;
  }
}

@media (max-width: 380px) {
  html.stim-public-home-page .stim-card-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

html.stim-login-page body.stim-login-page #wrapper {
  background: #FFFFFF !important;
  border: 1px solid rgba(229, 231, 235, 0.92) !important;
  box-sizing: content-box !important;
  box-shadow: 0 18px 38px rgba(18, 51, 95, 0.06) !important;
  margin: 16px auto !important;
  max-width: 1280px !important;
  min-height: calc(100vh - 32px) !important;
  padding: 5px !important;
  width: auto !important;
}

html.stim-login-page body.stim-login-page #wrapper > header,
html.stim-login-page body.stim-login-page #wrapper > #main_content,
html.stim-login-page body.stim-login-page #wrapper > footer {
  box-sizing: content-box !important;
  max-width: none !important;
  width: auto !important;
}

html.stim-login-page body.stim-login-page .ep_tm_header {
  display: block !important;
}

html.stim-login-page body.stim-login-page .stim-header-inner {
  align-items: center !important;
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: minmax(250px, auto) minmax(0, 1fr) auto !important;
  margin: 0 auto !important;
  max-width: 1180px !important;
  padding: 16px 24px !important;
}

html.stim-login-page body.stim-login-page .ep_tm_page_content {
  padding-top: 48px !important;
}

html.stim-login-page body.stim-login-page footer {
  display: block !important;
}

html.stim-login-page body.stim-login-page .ep_tm_footer {
  align-items: center !important;
  box-sizing: content-box !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 18px !important;
  height: auto !important;
  justify-content: space-between !important;
  margin: 26px 0 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 14px 24px !important;
  width: auto !important;
}

@media (max-width: 1304px) {
  html.stim-login-page body.stim-login-page #wrapper {
    box-sizing: border-box !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
    max-width: calc(100% - 12px) !important;
    width: calc(100% - 12px) !important;
  }
}

@media (max-width: 720px) {
  html.stim-login-page body.stim-login-page .stim-header-inner {
    align-items: center !important;
    display: grid !important;
    gap: 10px 12px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    padding: 14px 18px !important;
  }

  html.stim-login-page body.stim-login-page .stim-header-nav {
    grid-column: 1 / -1 !important;
    min-width: 0 !important;
    order: initial !important;
    overflow: visible !important;
  }

  html.stim-login-page body.stim-login-page .stim-header-nav .ep_tm_menu {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  html.stim-login-page body.stim-login-page .stim-header-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin-left: 0 !important;
  }

  html.stim-login-page body.stim-login-page .ep_tm_page_content {
    padding-top: 28px !important;
  }

  html.stim-login-page body.stim-login-page .ep_tm_footer {
    align-items: flex-start !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    min-height: 112px !important;
    padding: 14px 18px !important;
    width: 100% !important;
  }

  html.stim-login-page body.stim-login-page .stim-footer__links {
    text-align: left !important;
  }
}
