:root {
  --primary-font: "Outfit", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #eee;
  font-family: var(--primary-font);
  font-size: 16px;
}

.link {
  text-decoration: none;
  border-bottom: 1px solid #0d6efd;
}

.sidebar {
  width: 300px;
}

.brand b {
  opacity: 0.7;
}

.brand span {
  margin-top: -7px;
}

.content {
  width: calc(100vw - 300px - 150px);
}

.content-container {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.sidebar-bottom-login {
  position: fixed;
  bottom: 20px;
}

.nav-link .badge {
  position: absolute;
  margin-top: 3px;
  margin-left: 3px;
}

.college-feature {
  background: #eee;
  padding: 15px;
  border-radius: 15px;
}

.college-feature h3 {
  font-size: 24px;
  font-family: monospace;
}

.college-feature h5 {
  font-size: 13px;
  color: #555;
}

.card-question .card-body {
  border-radius: 8px;
}

.card-question:hover {
  border: 1px solid #0d6efd;
  border-radius: 8px;
}

.badge {
  font-weight: normal;
  border-radius: 16px;
  font-size: 13px;
  padding: 5px 10px;
  vertical-align: middle;
}

.question-right-side {
  background: #f9f9f9;
  border-radius: 16px;
  padding: 7px 15px;
}

.question-option:hover {
  background: #f9f9f9;
}

.question-option .img-fluid {
  max-width: 90%;
  vertical-align: middle;
}

.mono {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.badge-w {
  width: 30px;
}

.loading-animate {
  width: 100%;
  /* Full width */
  height: 4px;
  /* Slim progress bar */
  background: rgba(0, 0, 0, 0.1);
  /* Light gray background */
  position: relative;
  overflow: hidden;
}

.loading-animate::after {
  content: "";
  display: block;
  width: 50%;
  /* Size of animated bar */
  height: 100%;
  background: #007bff;
  /* Bootstrap primary color */
  position: absolute;
  left: -50%;
  animation: loading-move 1.5s linear infinite;
}

@keyframes loading-move {
  0% {
    left: -50%;
  }

  100% {
    left: 100%;
  }
}

.status-correct,
.status-answered {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #155724;
  /* Dark green text */
  background-color: #d4edda;
  /* Light green background */
  border: 1px solid #c3e6cb;
  /* Slight border */
  border-radius: 12px;
}

.text-answered {
  color: #155724;
}

.status-incorrect,
.status-not-answered {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #721c24;
  /* Dark red text */
  background-color: #f8d7da;
  /* Light red background */
  border: 1px solid #f5c6cb;
  /* Slight border */
  border-radius: 12px;
}

.text-not-answered {
  color: #721c24;
}

.status-marked-for-review {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #176bd8;
  /* Dark red text */
  background-color: #a0c9ff;
  /* Light red background */
  border: 1px solid #a0c9ff;
  /* Slight border */
  border-radius: 12px;
}

.correct-answer-highlight {
  background-color: #d4edda;
  /* Light green Bootstrap success */
  border: 1px solid #155724;
  padding: 10px;
  border-radius: 6px;
}

@media only screen and (max-width: 600px) {
  .content {
    width: 100vw !important;
  }
}

.footer-logo {
  border-radius: 16px;
  width: 120px;
  margin: 15px 0;
}


/* // Code written by Kishor // */

.sidebar-sticky {
  position: sticky;
  top: 15px;
}

.rank-card {
  height: 160px;
}

.bottom-nav {
  display: none;
}


/* Responcive css for Mobile view */
@media screen and (max-width: 620px) {

  body {
    font-size: 14px;
  }
  .navbar-logo{
    width: 50px;
    border-radius: 12px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .card-header{
    padding: 5px 10px;
  }

  .content-container {
    border-radius: 0;
  }

  .bottom-nav.footer-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .rank-card {
    margin-bottom: 15px;
  }

  .footer-nav .nav-item {
    text-align: center;
    flex: 1;
    color: #888;
    font-size: 14px;
  }
  .footer-nav .nav-item .nav-link {
    font-size: 10px;
    text-transform: uppercase;
  }

  .footer-nav .nav-item i {
    display: block;
    font-size: 30px;
    margin-bottom: 4px;
  }
  .footer-nav .nav-item svg{
    fill: #000000;
  }
  .footer-nav .nav-item .active svg{
    fill: #092c95;
  }

  .footer-nav .nav-item .active {
    color: #092c95;
  }

  .footer-nav .fab {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: #092c95;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 4px solid #092c95;
  }

  .result-card {
    padding: 0 !important;
  }

  .mobile-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
  }

  .question-right-side {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .badge-w {
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .h2,
  h2 {
    font-size: 20px;
  }

  footer .about-section {
    width: 100%;
    margin: 0 auto;
  }

  .moblie-w-100 {
    width: 100%;
  }

  .status-correct,
  .status-answered {
    font-size: 12px;
  }

  .h3, h3{
    font-size: 18px;
  }


}