@charset "UTF-8";
@import "../common-scss/global.css";
#footer a {
  text-decoration: none !important;
  border: none;
}

#header .nav-logo {
  width: 130px;
  height: 50px;
  margin-bottom: 0px;
}
#header .text {
  font-size: 12px;
}
#header .navbar-brand {
  font-size: 12px;
}
#header .pad {
  padding: 8px;
}
#header small {
  font-size: 90%;
}
#header .height {
  width: 22px;
  height: 20px;
}

#navbar .navbar-toggler:focus {
  text-decoration: none;
  box-shadow: unset;
}
#navbar .nav-link {
  transition: unset;
}
#navbar #navbar-tabs #navbar-text .nav-item:hover {
  box-shadow: 0 -4px 0 0 #336E80 inset;
  --bs-nav-underline-border-width: 0rem;
}
#navbar .nav-item > a {
  color: #334456;
}
#navbar .nav-item > a.active {
  font-weight: 700 !important;
  color: #336E80;
}
#navbar .nav-item:not(:last-child) {
  border-bottom: 1px solid var(--bs-border-color);
}
#navbar #navbar-tabs {
  border-top: 1px solid var(--bs-border-color);
}
#navbar .nav-underline .nav-link.active,
#navbar .nav-underline .show > .nav-link {
  border-bottom: none;
}
#navbar #navbar-text > li > a {
  font-size: 100%;
  font-weight: 500;
}
#navbar .navbar-toggler .bi.bi-x {
  width: 30px;
  height: 30px;
  font-size: 40px;
  align-items: center;
  justify-content: center;
}
#navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  display: none;
}
#navbar .navbar-toggler[aria-expanded=true] .bi.bi-x {
  display: flex;
}
#navbar .navbar-toggler[aria-expanded=true] + .current-page-name {
  opacity: 0;
  visibility: hidden;
}
#navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  display: flex;
}
#navbar .navbar-toggler[aria-expanded=false] .bi.bi-x {
  display: none;
}

@media (max-width: 576px) {
  #navbar .nav-item {
    padding-left: 20px;
  }
}
@media (min-width: 375px) {
  #header .nav-logo {
    width: 130px;
    height: 50px;
  }
  #header .text {
    font-size: 14px;
  }
  #header .height {
    width: 28px;
    height: 26px;
  }
  #header .pad {
    padding: 8px;
  }
}
@media (min-width: 576px) {
  #header .nav-logo {
    width: 152px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  #header .pad {
    padding-left: 12px;
  }
  #header .current-page {
    padding-left: 6px;
  }
}
@media (min-width: 991px) {
  #header .pad {
    padding: 8px;
  }
  #header .nav-logo {
    width: 162px;
    height: 65px;
  }
  #header .text {
    font-size: 14px;
  }
  #header .height {
    width: 28px;
    height: 26px;
  }
}
@media (min-width: 1200px) {
  #header .pad {
    padding: 0px 0px 0px 9px;
  }
  #header .current-page {
    padding: 0px;
  }
  #header .nav-logo {
    width: 200px;
    height: 78px;
    margin-bottom: -1px;
    margin-top: -1px;
  }
  #navbar .nav-item:not(:last-child) {
    border-bottom: none;
  }
  #navbar .nav-item:has(a.active) {
    box-shadow: 0 -4px 0 0 #336E80 inset;
  }
  #navbar #navbar-tabs {
    border-top: 0;
  }
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}
@media (min-width: 1440px) {
  #header .nav-logo {
    width: 240px;
    height: 93px;
    margin-bottom: -2px;
  }
  #header .text {
    font-size: 16px;
  }
  #header .height {
    width: 28px;
    height: 26px;
  }
}
@media (min-width: 1560px) {
  #header .nav-logo {
    width: 270px;
    height: 105px;
  }
}
@media (min-width: 1680px) {
  #header .nav-logo {
    width: 300px;
    height: 117px;
  }
}
@media (min-width: 1920px) {
  #header .nav-logo {
    width: 330px;
    height: 130px;
  }
  #header .height {
    width: 34px;
    height: 32px;
  }
  #header .text {
    font-size: 22px;
  }
}
@media (min-width: 2560px) {
  #header .nav-logo {
    width: 400px;
    height: 156px;
  }
  #header .height {
    width: 38px;
    height: 36px;
  }
  #header .text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  #header {
    margin-bottom: 38px;
  }
  #navbar .nav-item {
    border-left: 5px solid transparent;
  }
  .active-border {
    border-left: 5px solid #336E80 !important;
  }
  .mobile-header {
    position: absolute;
    top: 68px;
    left: 0px;
    right: 0px;
    z-index: 2;
    background-color: white;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-header {
    position: absolute;
    top: 68px !important;
    left: 0px;
    right: 0px;
    z-index: 2;
    background-color: white;
  }
  .mobile-padding {
    padding-top: 20px !important;
  }
  .mobile-height-20 {
    margin-top: 20px !important;
  }
}
.select-height {
  height: 32px !important;
}

@media only screen and (max-width: 990px) {
  .mobile-header {
    position: absolute;
    top: 78px;
    left: 0px;
    right: 0px;
    z-index: 2;
    background-color: white;
  }
}
@media screen and (min-width: 990px) and (max-width: 1199px) {
  #header {
    margin-bottom: 38px;
  }
  #navbar .nav-item {
    border-left: 5px solid transparent;
  }
  .active-border {
    border-left: 5px solid #336E80 !important;
  }
  .mobile-header {
    position: absolute;
    top: 83px;
    left: 0px;
    right: 0px;
    z-index: 2;
    background-color: white;
  }
}
:root,
[data-bs-theme=light] {
  --bs-primary:#EAB100;
  --bs-secondary: #31b5b2;
  --bs-font-sans-serif: "Work Sans", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-border-color: var(--bs-black);
  --bs-border-radius: 0;
  --bs-body-color: var(--bs-black);
  --bs-body-color-rgb: 0, 0, 0;
  --bs-yellow:#EAB100;
  --bs-blue:#3486AC;
  --bs-grey:#6F6F6F;
}

body {
  box-sizing: border-box;
  font-size: 16px;
}

h1 {
  font-size: 300%;
}

h1.max {
  font-size: 400%;
}

h2 {
  font-size: 200%;
}

h3 {
  font-size: 150%;
}

.lead {
  font-size: 125%;
}

.lead-bold {
  font-size: 125%;
  font-weight: bold;
}

.bold {
  font-weight: 700;
}

p {
  font-size: 100%;
}

.bold-medium {
  font-weight: 600;
}

p .small {
  font-size: 87.5%;
}

p .lead-regular {
  font-size: 112.5%;
}

.btn {
  font-size: 100%;
  font-weight: 600;
  color: #3C4147;
}

.vertical-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.vertical-padding-circular {
  padding-top: 60px;
  padding-bottom: 40px;
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/WorkSans-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/WorkSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/WorkSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/WorkSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans Semibold";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/WorkSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans Bold";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/WorkSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans Black";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/WorkSans-Black.ttf") format("truetype");
}
body {
  font-family: "Work Sans";
  overflow-x: hidden;
}

button {
  border-radius: 0px !important;
  border-width: 4px !important;
}

u {
  text-decoration: none;
  border-bottom: 1px solid black;
}

​ a {
  text-decoration: none !important;
  border: none;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.vl-35 {
  border-left: 2px solid #334456;
  height: 35px;
}

.vl-50 {
  border-left: 2px solid #334456;
  height: 50px;
}

.vl-100 {
  border-left: 2px solid #334456;
  height: 100px;
}

.border-specification {
  color: #5A5A5A;
  width: 2px;
}

.card-time {
  border-bottom: 2px solid #F1A06A;
}

.card-btn {
  color: white;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-next:before,
.slick-prev:before {
  color: var(--bs-black);
  font-family: bootstrap-icons !important;
}

.slick-prev:before {
  content: "\f284";
}

.slick-next:before {
  content: "\f285";
}

.slick-dots {
  bottom: 20px;
}
@media (max-width: 991px) {
  .slick-dots {
    position: static;
  }
}
.slick-dots li {
  width: 32px;
}
.slick-dots li button {
  padding: 0;
  width: 100%;
  border-top: 4px solid var(--bs-gray-400);
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  border-top-color: var(--bs-gray-700);
}

#feature {
  background-color: #F7C6A6;
}
@media (max-width: 991px) {
  #feature h3,
  #feature p {
    font-size: 95%;
  }
}

.text-black-variant-dark {
  color: #3C4147 !important;
}

.text-grey-variant {
  color: #363434 !important;
}

.text-black-variant-light {
  color: #353535 !important;
}

.text-black-variant-1 {
  color: #2E2E2E !important;
}

.text-black-variant-2 {
  color: #212121 !important;
}

.text-black-variant {
  color: #334456 !important;
}

.text-primary {
  color: #EAB100 !important;
}

.text-secondary {
  color: #47D2D0 !important;
}

.text-grey {
  color: #6F6F6F !important;
}

.text-blue-variation {
  color: var(--Blue, #3486AC) !important;
}

.text-sky-blue {
  color: #16A7BF;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-56 {
  padding-top: 56px;
}

.padding-left-60 {
  padding-left: 60px;
}

.padding-right-60 {
  padding-right: 60px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-after {
  padding-bottom: 45px;
}

.padding-before {
  padding-top: 56px;
}

.lh-0 {
  line-height: 0rem;
}

.lh-120 {
  line-height: 120%;
}

.container-start,
.container-xxl-start,
.container-xl-start,
.container-lg-start,
.container-md-start,
.container-sm-start {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .vertical-padding {
    padding-top: 56px;
    padding-bottom: 45px;
  }
  .vertical-padding-circular {
    padding-top: 56px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .mobile-width {
    width: 80%;
  }
}
@media (min-width: 320px) {
  .wrapcontent {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .container-start {
    max-width: 300px;
    margin-right: auto;
  }
}
@media (min-width: 360px) {
  .container-start,
  .container-sm-start {
    max-width: 330px;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .container-start,
  .container-sm-start {
    max-width: 540px;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .container-start,
  .container-sm-start,
  .container-md-start {
    max-width: 720px;
    margin-right: auto;
  }
  .padding-after {
    padding-bottom: 60px;
  }
  .padding-before {
    padding-top: 60px;
  }
  .wrapcontent {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start {
    max-width: 960px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start {
    max-width: 1000px;
    margin-right: 0;
  }
}
@media (min-width: 1100px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start {
    max-width: 1050px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start,
  .container-xl-start {
    max-width: calc((100% - 1140px) / 2 + 1140px);
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start,
  .container-xl-start,
  .container-xxl-start {
    max-width: calc((100% - 1320px) / 2 + 1320px);
    margin-right: 0;
  }
}
@media (min-width: 1560px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start,
  .container-xl-start,
  .container-xxl-start {
    max-width: calc((100% - 1480px) / 2 + 1480px);
    margin-right: 0;
  }
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1480x;
  }
}
@media (min-width: 1680px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start,
  .container-xl-start,
  .container-xxl-start {
    max-width: calc((100% - 1580px) / 2 + 1580px);
    margin-right: 0;
  }
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1580px;
  }
  body {
    font-size: 22px !important;
  }
}
@media (min-width: 1920px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start,
  .container-xl-start,
  .container-xxl-start {
    max-width: calc((100% - 1840px) / 2 + 1840px);
    margin-right: 0;
  }
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1840px;
  }
}
@media (min-width: 2560px) {
  body {
    font-size: 28px !important;
  }
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start,
  .container-xl-start,
  .container-xxl-start {
    max-width: calc((100% - 2400px) / 2 + 2400px);
    margin-right: 0;
  }
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 2400px;
  }
}
#hero {
  overflow: hidden;
}
#hero #first-banner {
  padding-top: 96px;
}
#hero .image-size {
  height: 305px;
  width: 100%;
}

@media (max-width: 992px) {
  .image-bottom-border {
    background-color: #F7C6A6;
    margin-right: -24px;
  }
  .image-slide {
    border-bottom: 2px solid var(--bs-border-color);
  }
  #hero .image-slide {
    padding-right: 24px !important;
    background-color: var(--bs-yellow);
    max-height: 400px;
  }
  #hero .image-slide img {
    border-right: 2px solid var(--bs-border-color);
  }
}
@media (max-width: 991px) {
  #hero #first-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #hero #second-banner .image-bottom-border {
    border-bottom: none;
  }
}
@media (min-width: 320px) {
  #hero #first-banner {
    order: 2;
  }
  #hero #second-banner {
    order: 1;
  }
  #hero .hero-para {
    font-size: 16px;
  }
  #hero .hero-heading {
    font-size: 38px;
  }
  #hero .hero-description {
    font-size: 18px;
  }
  #hero .hero-btn {
    font-size: 14px;
  }
}
@media (min-width: 375px) {
  #hero .hero-para {
    font-size: 16px;
  }
  #hero .hero-heading {
    font-size: 38px;
  }
  #hero .hero-description {
    font-size: 18px;
  }
  #hero .hero-btn {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  #hero .hero-para {
    font-size: 16px;
  }
  #hero .hero-heading {
    font-size: 38px;
  }
  #hero .hero-description {
    font-size: 18px;
  }
  #hero .hero-btn {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #hero #first-banner {
    order: 2;
  }
  #hero #second-banner {
    order: 1;
  }
  #hero .hero-para {
    font-size: 16px;
  }
  #hero .hero-heading {
    font-size: 38px;
  }
  #hero .hero-description {
    font-size: 18px;
  }
  #hero .hero-btn {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #hero {
    background: linear-gradient(to right, var(--bs-blue) 0%, var(--bs-blue) 50%, var(--bs-yellow) 50%, var(--bs-yellow) 100%);
  }
  #hero .image-slide {
    border-left: 2px solid var(--bs-border-color);
  }
  #hero .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 8px;
    text-align: left;
  }
  #hero > .container-fluid {
    border-left: 2px solid var(--bs-border-color);
    border-right: 2px solid var(--bs-border-color);
  }
  #hero #first-banner {
    order: 1;
    padding-top: 48px;
  }
  #hero #second-banner {
    order: 2;
  }
  #hero .hero-para {
    font-size: 18px;
  }
  #hero .hero-heading {
    font-size: 38px;
  }
  #hero .hero-description {
    font-size: 18px;
  }
  #hero .hero-btn {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  #hero {
    border-bottom: 2px solid;
  }
  #hero .hero-para {
    font-size: 20px;
  }
  #hero .hero-heading {
    font-size: 38px;
    max-width: 400px;
  }
  #hero .hero-description {
    font-size: 18px;
    max-width: 400px;
  }
  #hero .hero-btn {
    font-size: 16px;
  }
  #hero #first-banner {
    padding-top: 48px;
  }
}
@media (min-width: 1200px) {
  #hero {
    border-bottom: 2px solid;
  }
  #hero #first-banner {
    padding-top: 80px;
  }
  #hero .hero-para {
    font-size: 20px;
  }
  #hero .hero-heading {
    font-size: 38px;
    max-width: 350px;
  }
  #hero .hero-description {
    font-size: 20px;
    max-width: 530px;
  }
  #hero .hero-btn {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  #hero .hero-para {
    font-size: 20px;
  }
  #hero .hero-heading {
    font-size: 38px;
  }
  #hero .hero-description {
    font-size: 20px;
  }
  #hero .hero-btn {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  #hero .hero-para {
    font-size: 20px;
  }
  #hero .hero-heading {
    font-size: 38px;
  }
  #hero .hero-description {
    font-size: 20px;
  }
  #hero .hero-btn {
    font-size: 16px;
  }
}
@media (min-width: 1680px) {
  #hero .image-size {
    height: 400px;
    width: 100%;
  }
  #hero #first-banner {
    padding-top: 96px;
  }
  #hero .hero-para {
    font-size: 22px;
  }
  #hero .hero-heading {
    font-size: 58px;
    max-width: 600px;
  }
  #hero .hero-description {
    font-size: 22px;
  }
  #hero .hero-btn {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  #hero #first-banner {
    padding-top: 128px;
  }
  #hero .hero-para {
    font-size: 24px;
  }
  #hero .hero-heading {
    font-size: 64px;
  }
  #hero .hero-description {
    font-size: 22px;
    max-width: 750px;
  }
  #hero .hero-btn {
    font-size: 22px;
  }
}
@media (min-width: 2560px) {
  #hero .image-size {
    height: 500px !important;
  }
  #hero .hero-para {
    font-size: 30px;
  }
  #hero .hero-heading {
    font-size: 72px;
  }
  #hero .hero-description {
    font-size: 30px;
    max-width: 900px;
  }
  #hero .hero-btn {
    font-size: 30px;
  }
}
#question-paper-page input[type=radio i] {
  background-color: unset;
}
#question-paper-page #details {
  background-color: #EBF3F7;
}
#question-paper-page #details .card {
  border-radius: 0px;
}
#question-paper-page #modules {
  background-color: #EBF3F7;
}
#question-paper-page #modules .nav-item:has(a.active) {
  background-color: var(--bs-black);
  color: var(--bs-white);
}
#question-paper-page #modules .nav-pills {
  --bs-nav-pills-border-radius: 0px!important;
}
#question-paper-page #modules .bi-chevron-down::before {
  padding: 10px;
  font-size: 14px;
}
#question-paper-page #modules .navbar {
  --bs-navbar-toggler-border-color:none;
  --bs-navbar-toggler-padding-x:0px;
}
#question-paper-page #modules .navbar .show {
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
  left: 0px;
  top: 100%;
  position: absolute;
  background-color: white;
  width: -webkit-fill-available;
  overflow: auto;
  z-index: 999;
  margin-left: -1px;
  margin-right: -1px;
}
#question-paper-page #modules .nav-pills .nav-link {
  color: var(--bs-black);
  white-space: nowrap;
}
#question-paper-page #modules .nav-pills .nav-link .nav-item:has(a.active) {
  background-color: var(--bs-black);
  color: var(--bs-white);
}
#question-paper-page #modules .nav-pills .nav-link.active {
  background-color: var(--bs-black);
  color: var(--bs-white);
}
#question-paper-page #modules .nav-underline .nav-item .nav-link.active,
#question-paper-page #modules .nav-underline .show > .nav-link {
  border-bottom: none;
}
#question-paper-page #modules #navbar .nav-item:not(:last-child) {
  border-bottom: 1px solid var(--bs-border-color);
}
#question-paper-page #modules #navbar #navbar-tabs {
  border-top: 1px solid var(--bs-border-color);
}
#question-paper-page #modules u {
  text-decoration: underline;
  border-bottom: unset;
}
#question-paper-page #modules select {
  width: 300px;
  font-size: 100%;
}
#question-paper-page #modules .form-select:focus {
  box-shadow: unset;
}
#question-paper-page #modules #classSelect {
  width: 261px !important;
  font-size: 100%;
  border: 2px solid;
}
#question-paper-page #modules .card-body {
  padding: unset;
}
#question-paper-page #modules .card-description {
  min-height: 494px;
  width: 100%;
}
#question-paper-page #modules .card {
  max-width: 400px;
}
#question-paper-page #module-nav-content {
  background-color: #EAF2FC;
}
#question-paper-page #module-nav-content #cardsContainer .card {
  height: 100% !important;
}
#question-paper-page #module-nav-content #cardsContainer .card .course-name {
  max-width: 70%;
}
#question-paper-page #module-nav-content select option {
  font-size: 100%;
}
#question-paper-page #module-nav-content select option :first-child {
  font-size: 100%;
}
#question-paper-page #module-nav-content select {
  width: 261px;
  font-size: 14px;
}
#question-paper-page #module-nav-content u {
  text-decoration: underline;
  border-bottom: unset;
}
#question-paper-page #module-nav-content .radio-color {
  accent-color: black;
}

@media (max-width: 991px) {
  #question-paper-page .space {
    padding-bottom: 30px;
  }
  #question-paper-page #modules .navbar {
    width: 50%;
    --bs-navbar-toggler-focus-width:unset;
    --bs-navbar-toggler-padding-x: unset;
    background-color: white;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    padding: 0px;
    --bs-navbar-toggler-padding-y:unset;
  }
  #question-paper-page #modules .navbar .navbar-toggler {
    padding-left: 15px;
  }
  #question-paper-page #modules .navbar button {
    width: 350px;
    border-width: unset !important;
  }
  #question-paper-page #modules .navbar button p {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
  }
  #question-paper-page #modules .navbar .nav-item {
    border-bottom: 1px solid;
  }
  #question-paper-page #modules .navbar .navbar-toggler {
    padding-left: 31px;
    padding-top: 6px;
    color: unset;
  }
  #question-paper-page #module-nav .nav-item a {
    margin-left: 1em;
    font-size: 14px;
  }
}
@media (min-width: 320px) {
  #question-paper-page #modules .navbar .navbar-toggler {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  #question-paper-page #modules .nav-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  #question-paper-page #modules .navbar .navbar-toggler {
    padding-left: 31px;
  }
}
@media (min-width: 992px) {
  #question-paper-page #modules {
    background-color: #EAF2FC;
  }
  #question-paper-page #modules #navbarNavAltMarkup {
    border-bottom: 1px solid;
  }
}
@media (min-width: 1680px) {
  #question-paper-page #module-nav-content .form-select {
    width: 450px !important;
    font-size: 100% !important;
    height: 50px !important;
  }
  #question-paper-page #module-nav-content select option {
    font-size: 70% !important;
  }
  #question-paper-page #module-nav-content select option :first-child {
    font-size: 70% !important;
  }
  #question-paper-page input[type=radio i] { /* IE 9 */ /* Chrome, Safari, Opera */
    transform: scale(1.5);
  }
}/*# sourceMappingURL=question-paper.css.map */