.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.text-black{
    color:#000 !important;
}
  
.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-10 {
    margin-right: 10px !important;
}
.mr-25 {
    margin-right: 25px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.offcanvas-title {
    font-family: 'Open Sans', sans-serif;
}

.onos-logo {
    height: 80px;
    margin-right: 10px;
}

.inf-logo {
    height: 140px;
    margin-top: 20px;
    float: contour !important;
}

.logo-text {
    white-space: nowrap;
    font-size: 50px;
    margin: 0px !important;
    padding: 0px;
    font-weight: bold !important;
    color: rgb(18, 50, 101) !important;
}

.bg-dark {
    background: #123265 !important;
}

.bg-body-tertiary {
    background: #123265 !important;
}

.link-body-emphasis {
    color: #fff !important;
}

.nav-link {
    color: #fff !important;
    /* Change text color */
    font-weight: 600 !important;
	font-size: 15px !important;
}

.menu .nav-link:hover,
.nav-link:visited {
    border-bottom: 1px solid #fff;
    /* Add rounded corners */
    color: #fff !important;
    font-weight: 600 !important;
}

.top-bar-menu .nav-link:hover {
    color: #fff !important;
    font-weight: 600 !important;
}

.nav-link.active {
    border-bottom: 2px solid #fff;
    /* Add rounded corners */
    font-weight: 600 !important;
}

.fs-8 {
    font-size: 0.9rem;
}

.footer {
    background: #123265 !important;
}

.footer-col-title {
    color: #fff;
    font-weight: 700;
}

.bottom-footer {
    color: #fff;
}

.featured-search-box {
    background-color: #f7f8f9;
    padding: 20px 20px;
    height: 100%;
    border: 1px dashed #123265 !important;
}

.featured-search-box input[type='text'] {
    border-radius: 0px;
}

.featured-search-box button {
    border-radius: 0px;
}

.section-title {
    padding-bottom: 60px;
    position: relative;
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0px;
}

.institute-filter {
    text-decoration: none;
}

.institute-filter .active {
    border-bottom: 5px solid #fff;
    padding-bottom: 2px;
    border-radius: 10px;
}

.institute-filter:hover {
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 30px 0 rgba(0, 0, 0, 0.19);
    border-radius: .5rem;
}
/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/

section,
.section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 60px 0;
    scroll-margin-top: 100px;
    overflow: clip;
}

@media (max-width: 1199px) {
    section,
    .section {
        scroll-margin-top: 66px;
    }
}
/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/

.section-title {
    padding-bottom: 60px;
    position: relative;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    position: relative;
}

.section-title h2::after {
    content: '';
    width: 120px;
    height: 1px;
    display: inline-block;
    background: var(--accent-color);
    margin: 4px 10px;
}

.section-title div {
    color: var(--heading-color);
    margin: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--heading-font);
}

.text-justify {
    text-align: justify;
}

.vikshit-logo {
    height: 80px;
}

.mt-30 {
    margin-top: 30px;
}

.box {
    float: left;
    width: 50%;
    /* Adjust as needed */
}

.no-style {
    list-style: none;
    padding-left: 5px;
}

.vertical-line {
    border-left: 1px solid #fff;
    /* Change color to your preference */
    height: 20px;
    /* Adjust height */
    margin: 10px 10px;
    /* Space between links */
}

.dropdown-menu {
    border-radius: 0px !important;
    margin-top: 5px !important;
}

.dropdown-menu li {
    border-bottom: 1px solid #e5e5e5;
    padding: 2px 5px;
    margin: 0px 5px !important;
}

.dropdown-menu li a {
    padding-left: 0px;
    margin: 0px 5px !important;
}

.dropdown-menu li:last-child {
    border-bottom: none !important;
}

.onos-bg-color {
    background: #004394 !important;
}

.onos-border-color {
    border: 1px solid #004394 !important;
}

.onos-btn-color:hover {
    background: #123265 !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

div.alphabet {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 1em;
}

div.alphabet span {
    display: table-cell;
    color: #3174c7;
    cursor: pointer;
    text-align: center;
    width: 3.5%;
}

div.alphabet span:hover {
    text-decoration: underline;
}

div.alphabet span.active {
    color: black;
}

div.alphabet span.empty {
    color: red;
}

div.alphabetInfo {
    display: block;
    position: absolute;
    background-color: #111;
    border-radius: 3px;
    color: white;
    top: 2em;
    height: 1.8em;
    padding-top: 0.4em;
    text-align: center;
    z-index: 1;
}

.no-underline-white {
    text-decoration: none;
    color: white;
}

.arrow {
    margin-left: 5px;
    font-size: 14px;
    /* Adjust size as needed */
    transition: transform 0.3s ease-in-out;
    /* For smooth arrow rotation */
}

.rotate-up {
    transform: rotate(180deg);
    /* Rotate the arrow to point up (▲) */
}
/* General styling for the form container */

.btn-search {
    height: 40px;
    padding: 5px 20px;
}

.search-container input {
    width: 100%;
    height: 40px;
    padding: 5px;
}

.journal-count {
    color: #fff;
    font-weight: bolder;
    padding: 3px 5px;
    background: #123265;
    margin-left: 10px !important;
    border-radius: 3px;
    font-size: 12px;
}

button.acc-btn {
    /* create a grid */
    display: grid;
    /* create colums. 1fr means use available space */
    grid-template-columns: 1fr max-content max-content;
    align-items: center;
    grid-gap: 10px;
}

.journal-title {
    font-weight: 600;
    font-size: 20px !important;
    color: #123265;
}

.breadcrumb li a {
    color: #123265 !important;
}

.visitor-counter {
    font-size: 14px;
    /* Adjust font size */
    font-weight: bold;
    /* Make the text bold */
    color: #0d6efd;
    /* Orange color for the counter */
}

.featured-list {
    padding-left: 1rem;
}

.featured-list li {
    text-align: justify;
    margin-bottom: 10px;
}

.nav-link svg {
    font-size: 12px;
    padding-bottom: 2px;
}

.fieldset {
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.legend {
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
    margin-bottom: 15px;
}

.form-control {
    border-radius: 0px;
    line-height: 25px;
}

.btn-block {
    display: block;
    width: 100%;
}

.mt-45 {
    margin-top: 45px;
}

.featured-list li {
    text-align: justify;
    margin-bottom: 10px;
    padding-left: 5px;
}

.nav-link svg {
    font-size: 12px;
	padding-bottom: 0px !important;
}

.list-group-item a {
    text-decoration: none;
    color: #0a58ca;
    font-weight: 600;
    font-size: 15px;
}

.pr-2 {
    padding-right: 2px;
}

.latest-news-header {
    font-size: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    text-align: right;
}

#scroll-container {
    color: #fff;
    overflow: hidden;
    vertical-align: middle;
    font-weight: 600;
}

.onos-scoll-div {
    background: #123265 !important;
    padding: 8px 0px;
}

.select2-selection {
	border-radius: 0px !important;
	line-height: 25px !important;
	padding-top: 5px;
	
}

.select2-container .select2-selection--single {
  height: 40px !important;
}
 
.child-list {
	list-style: none !important; 
	padding-left: 2rem !important;
}	
#scroll-text {
    margin-top: 4px;
    /* animation properties */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: my-animation 35s linear infinite;
    -webkit-animation: my-animation 35s linear infinite;
    animation: my-animation 35s linear infinite;
}
#scroll-text p {
	margin-bottom: 0px;
}

#alphaFilter a {
    margin: 0 17px;
    cursor: pointer;
    text-decoration: none;
    color: #3174c7;
}

#alphaFilter a.active {
    font-weight: bold;
    color: black;
}

        .dropdown-container {
            position: relative;
            width: 100%;
            max-width: 100%;
        }

        .dropdown-button {
            padding: 10px;
            border: 1px solid #ccc;
            background: #fff;
            cursor: pointer;
            width: 100%;
            text-align: left;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background: #fff;
            border: 1px solid #ccc;
            max-height: 300px;
            overflow-y: auto;
            width: 100%;
            z-index: 1000;
        }

        .dropdown-container.open .dropdown-content {
            display: block;
        }

        .dropdown-content ul {
            list-style: none;
            margin: 0;
            padding-left: 1rem;
        }

        .dropdown-content label {
            display: block;
            padding: 4px 8px;
        }

        .selected-tag {
            display: inline-block;
            background-color: #e0e0e0;
            padding: 5px 10px;
            border-radius: 20px;
            margin: 5px;
            font-size: 0.9rem;
        }

        .selected-tag .remove-tag {
            margin-left: 8px;
            cursor: pointer;
            font-weight: bold;
        }

        .dt-column-order {
            display: none !important;
        }
		
/* for Firefox */

@-moz-keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(-100%);
    }
}
/* for Chrome */

@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}