a {
    color: fff;
    text-decoration: none;
}
.navbar-brand:hover {
    color: #fff;
  }
.header {
    background: linear-gradient(to right,#0555e6,#021b79);
  }
.navbar-brand {
    color: #fff;
  }
  .navbar-toggler {
    color: #fff;
  }

.nav-link {
    color: #fff;
}
.nav-link:hover {
    color: #fff;
}
.payment-confirm {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .main_content_area {
    padding: 30px;
  }
  .question-answer-section {
    background-color: #f7f8fa;
    padding: 50px 0;
    border-radius: 10px;
}

.question-header {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.question-body {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.answer-body .form-check {
    padding: 10px 20px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #4a90e2;
    margin-right: 10px;
    transition: border-color 0.3s ease;
}

.form-check-input:checked {
    background-color: #4a90e2;
    border-color: #4a90e2;
}

.form-check-label {
    font-size: 1rem;
    font-weight: 500;
    color: #555;
}
.question-submit-btn .btn-submit {
    display: block;
    padding: 10px 10px;
    background-color: #4a90e2;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .question-submit-btn .btn-submit:hover {
    background-color: #357ab7;
}

.question-footer {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.time-remaining span {
    font-size: 1.2rem;
    font-weight: bold;
    color: #d9534f;
}

.question-info {
    font-size: 1rem;
    color: #333;
}

.answered-questions,
.current-level,
.question-score {
    display: block;
    margin-bottom: 10px;
}

.time-remaining .time-display {
    font-size: 1.4rem;
    font-weight: bold;
    color: #5bc0de;
}

.time-remaining {
    font-weight: bold;
}

.question-level,
.question-score {
    font-size: 1rem;
    color: #5bc0de;
}

.question-count span,
.question-level span,
.question-score span {
    font-size: 1.1rem;
}


.button-head-1 {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}
.button-head-1:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}
.button-head-1:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}
.button-head-1:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}
.exam-section {
    padding: 30px;
    margin-bottom: 60px;
  }
#userInfoTab {
    position: fixed;
    bottom: 0;
    z-index: 1030;
    width: 100%;
    left: 0;
  }
#userInfoTab .nav-link {
    color: white;
    font-weight: bold;
    padding: 15px 10px;
    text-align: center;
    border-radius: 5px;
}
#userInfoTab .nav-link.active {
    background: #3c3b10;
    color: white;
    border-radius: 0;
  }
#userInfoTab .nav-link:hover {
    background: #0056b3;
    color: #fff;
    border-radius: 0;
}
#userInfoTab li a {
    transition: background 0.3s ease, color 0.3s ease;
}

.bg-subhead-title {
    background-color: #a62a2a;
  }

#userInfoTab ul{
    background: linear-gradient(90deg, #007bff, #0056b3);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

