


ul.breadcrumb, ul.breadcrumb a {
    color: white !important;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
    text-transform: capitalize;
}
.btn-black:hover, .btn-black {
    background: #17313b;
    color: white !important;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
}
.no-margin {
    margin:0 !important;
}
.input-group-append {
    margin: 1px;
    margin-left: -1px;
}
.social-icons {
    margin-top:10px;
}
.social-icons li {
    margin-left:5px;
}
.text-bold {
    font-weight: bold;
}
.page-header {
    padding-top: 95px !important;
}

.page-header {
    background-size: cover;
}
.subtitle {
    font-weight: normal;
    font-size: 1.2em !important;
    line-height: 1.3em;
    color: white !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
#header {
    z-index: 9999 !important;
}
#header .dropdown-menu {
    border-top: none !important;
}
#header .dropdown .dropdown-menu {
    border: 1px solid #dadada !important;
}
#header .header-nav.header-nav-links nav &gt; ul li:hover &gt; a {
    color: rgba(255,255,255,0.6);
}
a.from-journal {
    color: #17313b !important;
}
h1.from-journal {
    color: #17313b !important;
}
h4.from-journal {
    color: #17313b !important;
}
strong.from-journal {
    color: #17313b !important;
}
i.from-journal {
    color: #17313b !important;
}
div.from-journal {
    background-color: #17313b !important;
}
.from-journal-content a {
    color: #17313b !important;
}
.countdown-number {
    color: #17313b !important;
}
.tabs-vertical .nav-item.active .nav-link, .nav-link:hover  {
    border-right-color: #17313b !important;
}
.tabs-bottom .nav-item.active .nav-link, .nav-link:hover  {
    border-bottom-color: #17313b !important;
}
.btn-primary {
    background-color: #17313b !important;
    border-color: unset !important;
}
.badge-custom {
    background-color: #17313b !important;
    color: #ffffff;
    border: 1px solid #17313b !important;
    cursor: pointer;
    padding: 0.9em !important;
    font-weight: 600;
    font-size: 11px;
}
#header .header-nav.header-nav-line nav &gt; ul li:hover &gt; a {
    color: #17313b;
}
#header .header-nav.header-nav-line nav &gt; ul li:hover &gt; a:before {
    background: #17313b;
}
#citationContainer .blockquote-primary {
    border-color: #17313b !important;
}
span.at-icon-wrapper {
    background-color: #17313b !important;
}
.owl-custom-years .owl-item.active.center
{
    border-bottom: 2px solid #17313b !important;
}
.header-btn-collapse-nav {
    background: #17313b !important;
}

.col.link-right {
    float: right;
    max-width: 50px !important;
}

.main-container section {
    padding-top: 130px !important;
}

#header {
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
    z-index: 0;
}

.header-nav-top-custom {
   justify-content: flex-end !important;
}


#footer .footer-ribbon {
    background: #e0b200 !important; 
   background: linear-gradient(135deg, #758564 60%, #aba552 100%);
}

#footer i {
   color: #bdbdbd !important;
}

#footer .footer-ribbon:before {
   border-right-color: #e0b200; 
   border-left-color: #e0b200;
}

#footer .footer-ribbon span {
   color: #fff;
   font-size: 1.6em;
   font-family: unset !important;
}

#header .header-nav {
   justify-content: left;
}
.header-nav-bar {
   border-bottom: 1px solid #ededed;
}

.info-table p {
   margin: 0;
}

.table td,
.table th {
   padding: 5px;
}

.header-journal {
   z-index: 0 !important;
}
.simple-post-list li {
   padding: 10px 0 !important;
}
.pl-0 {
   padding-left: 0 !important;
}
.pr-0 {
   padding-right: 0 !important;
}

i.fas.fa-bars:hover {
   transition: all 0.25s linear;
   transform: rotate(180deg);
   color: #ffffff;
}
#header .header-btn-collapse-nav {
background: #17313b !important;
}

/****************************Article Page Design Start***********************/

ul li {
   list-style: none;
}

.blue.auth-info.mt-3.f-styl.mb-3 i {
    border: 1px solid;
    padding: 3px 3px 0px 3px;
    border-radius: 13px;
    background: #80808029;
}

.article-tools {
    padding: 20px !important;
    background: white !important;
/*    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.45);*/
}
    

.sticky-column {
    position: -webkit-sticky; 
    position: sticky;
    top: 20px; 
    height: calc(100vh - 40px); 
    z-index: 1000; 
    background-color: #fff; 
    overflow-y: auto; 
    padding-top: 20px; 
}

.sticky-bar {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    transition: all .2s ease-out;
    width: 100vw;
    z-index: 1000;
}

.article-tools-list-button:focus,
.article-tools-dropdown-list-button:focus {
        outline: none;
    }

.article-tools{
    z-index: 1;
}

.article-tools-list {
    border-top: 1px solid #c2c2c2;
    display: flex;
    justify-content: space-between;
    outline: 0;
}

.article-tools-list-item i {
    color: #2d5a89;
    font-size: 16px;
}

.article-tools-list-button {
    background-color: transparent;
    color: #2d5a89;
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 1rem 0;
    transition: all .2s;
    width: 100%;
    border: none;
    outline: none;
}

.article-tools-list-button:hover{
    background-color: #f0f0f0;
    outline: none;
    border: none;
}
.article-tools-list-button:active
{
    background-color: #f0f0f0;
    outline: none;
    border: none;
}


.article-tools-list-icon-holder {
    display: flex;
    flex-direction: column;
    
}


.article-tools-list-icon-title {
    font-family: Fira Sans,sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-top: .8rem;
}

.article-tools-dropdown-list-dots {
    -ms-scroll-chaining: none;
    max-height: calc(100vh - 160px);
    overflow: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    white-space: normal;
}

.article-tools-dropdown-list {
    background-color: #fff;
    border-top: 1px solid #c2c2c2;
/*    bottom: 100%;*/
    display: none;
    left: 0;
    list-style: none;
    padding-top: 1.6rem;
    position: absolute;
    right: 0;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    padding-left: 0px;
}

@media (max-width: 550px){
    .article-tools-dropdown-list {
    background-color: #fff;
    border-top: 1px solid #c2c2c2;
  bottom: 100%;
    display: none;
    left: 0;
    list-style: none;
    padding-top: 1.6rem;
    position: absolute;
    right: 0;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
}

.article-tools-dropdown-list-dots .article-tools-dropdown-list-item {
    align-items: center;
    display: flex;
}

.article-tools-dropdown-list-item {
    position: relative;
}

.article-tools-dropdown-list-dots .article-tools-dropdown-list-button {
    padding: .2rem 1rem;
}

.article-tools-dropdown-list-button {
    background-color: transparent;
    color: #2d5a89;
    cursor: pointer;
    font-size: 14px;
    padding: 2px 8px;
    text-align: left;
    width: 100%;
    border: 0px;
    outline: none;
}

.article-tools-dropdown-list-button:hover,
.article-tools-dropdown-list-button:active{
    background-color: #f0f0f0;
    outline: none;
    border: none;
}

.article-tools-dropdown-list-dots .article-tools-dropdown-list-item-level2 {
    padding-left: 2rem;
}

hr{
    margin: 2px 0;
}

.border-left {
    border-left: 1px solid #dee2e6 !important; 
}

 .small-table {
        border-collapse: separate;
        border-spacing: 20px 4px;
        font-size: 15px;
    }

.f-styl {
    font-size: 15px;
    color: #777;
    font-weight: 600;
}

.auth-info {
    cursor: pointer;

}

.toggy {
    transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
    .article-tools {
        position: sticky;
        top: 5rem;
    }
}

@media (min-width: 992px) {

    /*.sticky-bar {
        flex-basis: 7%!important;
        height: 100%;
        order: -1;
        
        position: fixed;
        transition: none;
        width: auto;
    }*/
    .article-tools {
        position: sticky;
        top: 5rem;
    }

    @media (max-width: 768px) {
          .article-tools-dropdown-list {
            min-width: auto !important;
            width: 200px !important;  /* or set exact width like 200px if needed */
            max-width: 100%;
          }
        }

    .article-tools-list-button {
        padding: .8rem 0;
    }

    .article-tools-list {
        border-top: none;
        flex-direction: column;
        padding: 0;
    }

    .article-tools-list-icon-holder {
         justify-content: flex-end;
    }

    .article-tools-dropdown-list-dots {
        max-height: calc(100vh - 50px);
        min-width: 40rem;
    }

    .article-tools-dropdown-list {
        border: 1px solid #c2c2c2;
        bottom: auto;
        left: 100%;
        max-width: 44rem;
        min-width: 18.8rem;
        padding: 1.3rem 0;
        right: auto;
        top: 0;
        width: auto;
    }

    .article-tools-dropdown-list-item {
        padding-bottom: 6px;
    }

    .article-tools-dropdown-list-item {
    padding-bottom: 6px;
    }
}







.btn-primary{
    background-color: #0b688a !important;
}

.btn-outline-primary {
    color: #0b688a !important;
    border-color: #0b688a !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #0b688a !important;
    border-color: #0b688a !important;
}

    .right-box {
        border: 0.3px solid #0b688a !important;
        border-radius: 10px;
        padding: 10px;
    }

    .br2{
        border-radius: 20px !important;
    }

    .und {
        text-decoration: underline;
    }

    .blue {
        color: #0b688a !important;
    }

    .bg-00 {
        background: #6d6c6c;
        color: white;
        padding: 6px 0px;
    }
    
    .form-check {
        display: flex;
        align-items: center;
    }

    hr {
        background: #b1b1b1;
        border: 0;
        height: 1px;
        margin: 22px 0;
    }

    input.form-check-input {
        width: 22px;
        height: 22px;
    }

    .bg-secondary {
        background-color: #e7ebf1 !important;
    }

    .badge {
            padding: 1.25em 3.4em;
    }
    .rounded-pill {
        border: 1px solid #e5efe6 !important;
        font-size: 16px;
        margin: 5px;
        padding: 10px 20px;
        cursor: pointer;
    }

    /* .rounded-pill {
        background-color: #e7ebf1 !important;
        font-size: 16px;
        text-decoration: none;
    } */

    .blue {
        font-size: 13px;
    }
    .breadcrumbs {
        background-color: #ffffff;
        color: #016baa;
        padding: 12px 10px;
        justify-content: flex-end;
        display: flex;
    }

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px; /* Space between items */
}

.breadcrumbs li {
    cursor: pointer;
}

 .article-tools-dropdown-list-button.m-active {
    background: #f0f0f0;
}



.sticky-sidebar-m {
    position: fixed;
    top: 85px;  
/*    z-index: 999999; */
}


.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff00;
    border-color: #ffffff00;
}

/****************************Article Page Design End ***********************/
 