
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
.theme-white .navbar {
    background-color: #1b389c;
    color: #fff;
    box-shadow: 15px 9px 25px 0 rgb(0 0 0 / 10%);
}

/* Loader fade transition - added to prevent loader hanging */
.loader {
    transition: opacity 0.3s ease-in-out;
}

.theme-white .navbar .nav-link .feather {
    color: #ffffff;
}


.navbar .dropdown-list-toggle .message-toggle .headerBadge1 {
    position: absolute;
    top: 4px;
    right: 0px;
    font-weight: 300;
    padding: 3px 6px;
    background: #a69250;
    border-radius: 10px;
}
body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a {
    padding-left: 20px;
    position: relative;
    color: #ffffff;/*#6777ef*/;
}

.light-sidebar .main-sidebar .sidebar-menu li.active a {
    background-color: #1b389c;/*#f0f3ff;*/
}
.theme-white .btn-primary {
    background-color: #1b389c;
    border-color: transparent !important;
    color: #fff;
}
.theme-white .card.card-primary {
    border-top: 2px solid #1b389c;
}
.card.card-primary {
    border-top: 2px solid #1b389c;
}
@media (max-width: 767.98px){
.card .card-header-custome {
    height: auto;
    flex-wrap: wrap;
}}
.card .card-header-custome {
    border-bottom-color: #f9f9f9;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    padding: 10px 25px;
    align-items: center;
}

.card .card-header-custome, .card .card-body, .card .card-footer {
    background-color: transparent;
    padding: 20px 25px;
}
.card-header-custome:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header-custome {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
button.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    line-height: 1.2;
}
.dropdown-menu button {
    font-size: 13px;
}

/* ==================== Manuscript Wizard Steps ==================== */
.wizard-steps {
    align-items: center;
    padding: 10px 0;
}
.wizard-step {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: default;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}
.wizard-step.active,
.wizard-step.completed {
    opacity: 1;
}
.wizard-step.completed {
    cursor: pointer;
}
.wizard-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.3s ease;
}
.wizard-step.active .wizard-step-number {
    background-color: #1b389c;
}
.wizard-step.completed .wizard-step-number {
    background-color: #28a745;
}
.wizard-step-label {
    font-weight: 500;
    font-size: 14px;
    color: #666;
}
.wizard-step.active .wizard-step-label {
    color: #1b389c;
    font-weight: 600;
}
.wizard-step.completed .wizard-step-label {
    color: #28a745;
}
.wizard-step-line {
    flex: 1;
    height: 2px;
    background-color: #ddd;
    margin: 0 12px;
    min-width: 40px;
}
.checklist-container .custom-control {
    padding: 10px 10px 10px 35px;
    border: 1px solid #eee;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}
.checklist-container .custom-control:hover {
    background-color: #f8f9fa;
}
.border-primary{
    border-color: #1b389c !important;
}
.active-submenu{
    border-color: #1b389c !important;
    color: red;
}

/* ICONS SIZE */
.size-18{
    width: 16px;
    height: 16px;
}
.size-28{
    width: 24px;
    height: 24px;
}
.size-38{
    width: 38px;
    height: 38px;
}
.size-48{
    width: 48px;
    height: 48px;
}
.main-navbar{
    left: 0;
}
#custom-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 150px;
    height: 70px; /* Matching the navbar's height */
    min-width: 150px;
    
    /* These negative margins counteract the navbar's padding */
    margin-top: -8px; 
    margin-bottom: -8px;
    margin-left: -16px;
    margin-right: 16px; /* Space between white box and nav items */
    
    z-index: 1; /* Ensures it stays on top of any background elements */
}

#custom-logo-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    padding: 10px; /* Gives the logo some breathing room within the white box */
}

/* Live search (keywords / affiliation) */
.js-tag-search {
    position: relative;
}
.js-tag-search-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    min-height: 42px;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: text;
}
.js-tag-search-box:focus-within {
    border-color: #1b389c;
    box-shadow: 0 0 0 0.15rem rgba(27, 56, 156, 0.18);
}
.js-tag-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #1b389c;
    color: #fff;
    border-radius: 16px;
    padding: 3px 8px 3px 10px;
    font-size: 0.82rem;
    line-height: 1.3;
    max-width: 100%;
}
.js-tag-chip button {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    opacity: 0.85;
}
.js-tag-chip button:hover {
    opacity: 1;
}
.js-tag-search-input {
    flex: 1 1 140px;
    min-width: 140px;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-size: 0.95rem;
    padding: 4px 0;
}
.js-tag-search-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    z-index: 2000;
    background: #fff;
    border: 1px solid #dbe1e8;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(27, 56, 156, 0.12);
    max-height: 240px;
    overflow-y: auto;
}
.js-tag-search-menu.is-open {
    display: block;
}
.js-tag-search-item,
.js-tag-search-empty {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    background: #fff;
    padding: 8px 12px;
    font-size: 0.92rem;
    color: #333;
    cursor: pointer;
}
.js-tag-search-item:hover,
.js-tag-search-item.is-active {
    background: #eef2fb;
    color: #1b389c;
}
.js-tag-search-item.is-create {
    color: #1b389c;
    font-weight: 600;
}
.js-tag-search-empty {
    color: #888;
    cursor: default;
}