:root {
  --bg-main: #f8f9fa;
  --bg-footer: #343a40;
  --primary-blue: #032258;
  --primary-orange: #ff7900;
}
::marker {
    color: #666;
}

*,*::before, *::after{
    transition: .7s;
}
.text-primary{
    color: var(--primary-blue) !important;
}
.text-orange{
    color: var(--primary-orange) !important;
}
.bg-orange{
    background-color: var(--primary-orange) !important;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    background: var(--bg-main);
    padding: 0 !important;
}
body p, table td, body li {
    text-align: justify;
    color: #666;
    line-height: 25px;
    letter-spacing: 0.2px;
    margin: 0;
}
body li {
    text-align: left;
}
.bg-primary{
    background: var(--primary-blue) !important;
}
a{
    text-decoration: none;
}
#suggestions li{
    cursor: pointer;
}
.navbar-brand img{
    width: 90px;
}
.topbar .login .nav-link{
    transition: .7s;
}
.topbar .login .nav-link:hover{
    color: white !important;
    background-color: var(--primary-blue) !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-menu.show {
    /*max-height: 400px;*/
    /*overflow-y: scroll;*/
}
.topbar form input{
    box-shadow: none !important;
}
.topbar form{
    width: 60%;
}
.topbar form .input-group{
    padding: 7px 7px !important;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.sidebarMenu li:hover{
    background: var(--primary-blue) !important;
}
.sidebarMenu li:hover a{
    color: #fff !important;
}
.sidebarMenu li a {
    font-size: 16px;
}
.stateCard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, #00000069 28%, transparent 83%);
}
.stateList .dropdown-item.active{
    background: var(--primary-blue);
    color: white;
}
.owl-nav-container button{
    background: var(--primary-blue);
    color: white;
    border: 0;
    margin: 0 2px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0 11px 2px rgb(0 0 0 / 22%);
}
.owl-nav-container button:hover{
    background: #024ab5 !important;
}
.owl-nav-container button.disabled{
    cursor: no-drop;
    background: #c3c3c3;
}
.search-box {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.stat-box {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.college-card {
    border: none;
    border-radius: 16px;
    transition: 0.3s;
    height: 115% !important;
}
.college-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}
#collegeList .col-md-4.mb-4{
    margin-bottom: 4rem !important;
}
.college-card a.btn.btn-outline-primary.btn-sm.mt-2 {
    position: absolute;
    bottom: 20px;
    left: 15px;
}
.badge-state {
    background: #e7f1ff;
    color: #0d6efd;
}
footer {
    background: var(--bg-footer);
}
.filters{
    position: sticky;
    top: 0;
}
.filters div.stateList {
    display: flex;
    flex-direction: column;
    height: 200px;
    min-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 200px;
    height: auto;
}
.filters .dropdown-menu{
    min-width: 350px;
}
.filters .stateList a.dropdown-item {
    font-size: 13px;
    display: inline;
    /*margin-bottom: 10px;*/
    padding: 5px 5px;
}
table th, table td{
    vertical-align: middle;
    text-align: start;
}
table td span{
    text-align: start;
}
table th{
    font-weight: 500;
}
.collegeDetails .nav-item .nav-link{
    border-bottom: 2px solid transparent;
}
.collegeDetails .nav-item .nav-link.active{
    border-bottom: 2px solid var(--primary-blue);
    color: var(--primary-blue) !important;
    opacity: 1 !important;
}
.sponseredLinks .d-flex a {
    margin-right: 10px;
}
div#mds {
    scroll-margin-top: 50px;
}
#admissionEnquiry.modal .form-control ~ label{
    top: 0 !important;
    left: 10px !important;
    font-size: 12px !important;
}
#admissionEnquiry.modal .form-control:focus ~ .bi{
    color: var(--primary-orange);
}
.collegeHomeInfo .collegeNameHead{
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.collegeHomeInfo .table td{
    font-size: 13px;
    padding: 2px 0;
}
.collegeHomeInfo .bg-image{
    height: 19ch;
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: .5rem
}
/* Card Styling */
.claimCollege .auth-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.claimCollege .auth-left {
    background: linear-gradient(135deg, var(--primary-blue), #02173d);
    color: #fff;
    padding: 40px;
}

.claimCollege .auth-left h3 {
    font-weight: 600;
}

.claimCollege .auth-right {
    background: #fff;
    padding: 40px;
}

/* Tabs */
.claimCollege .nav-tabs .nav-link {
    color: var(--primary-blue);
    font-weight: 500;
}

.claimCollege .nav-tabs .nav-link.active {
    background-color: var(--primary-blue);
    color: #fff;
    border-radius: 5px;
}

/* Buttons */
.claimCollege .btn-blue {
    background: var(--primary-blue);
    color: #fff;
}

.claimCollege .btn-blue:hover {
    background: #02173d;
    color: #fff;
}

.claimCollege .btn-orange {
    background: var(--primary-orange);
    color: #fff;
}

.claimCollege .btn-orange:hover {
    background: #e56d00;
    color: #fff;
}

/* Inputs */
.claimCollege .form-control:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 0.15rem rgba(3, 34, 88, 0.2);
}

.neet-schedule ul a:hover{
    color: var(--primary-orange) !important;
}

.page-item.active .page-link{
    color: white !important;
}
.page-item .page-link{
    font-weight: normal;
}

@media only screen and (max-width: 768px){
    .col-lg-4.position-sticky.h-100{
        position: relative !important;
        top: 0 !important;
    }
}