:root {
  --background: #ffffff;
  --foreground: #171717;
  --font-roboto: "Roboto", sans-serif;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

/* html,
body {
  max-width: 100vw;
  overflow-x: hidden;
} */

body {
  color: var(--foreground);
  background: var(--background);
  font-family: '"Roboto", serif';
  letter-spacing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7 !important;
  font-size: 14px;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}

h1,
.h1 {
  font-size: 2.4rem;
  font-weight: 800 !important;
}

h2,
.h2 {
  font-size: 2rem;
  font-weight: 700 !important;
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 600 !important;
}

h4,
.h4 {
  font-size: 18px;
  font-weight: 500 !important;
}

h5,
.h5 {
  font-size: 14px;
  font-weight: 500 !important;
}

h6,
.h6 {
  font-size: 12px;
  font-weight: 500 !important;
}

h1,
h2,
.h1,
.h2 {
  line-height: 1.42857143 !important;
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.42857143 !important;
}

h1 small,
h2 small,
.h1 small,
.h2 small,
h1 .small,
h2 .small,
.h1 .small,
.h2 .small,
h3 small,
h4 small,
h5 small,
h6 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  line-height: 1 !important;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.place-items-center {
  place-items: center;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-500 {
  font-weight: 500;
}

.font-10 {
  font-size: 10px;
}

/* margin top */
.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

/* margin bottom */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

/* margin left */
.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

/* margin right */
.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mr-3 {
  margin-right: 40px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

/* padding top */
.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

/* padding bottom */
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

/* padding left */
.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

/* padding right */
.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.pr-5 {
  padding-right: 50px !important;
}

p {
  font-size: 14px;
  margin-bottom: 10px !important;
}

.text-right {
  text-align: right;
}

.spheron {
  color: #fc9928;
}

/* screen start */
/* @media (width >=1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1270px !important;
  }
} */

/* @media (max-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 970px !important;
  }
} */

/* @media (max-width : 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 750px !important;
  }
} */

/* @media (max-width : 576px) {

  .container,
  .container-sm {
    max-width: 100% !important;
  }
} */

a {
  text-decoration: none;
}

:root {
  scrollbar-color: #ff7f00 #b0b7c4;
}

.top-tooltip {
  position: absolute;
  left: 50%;
  bottom: 150%;
  width: clamp(200px, 100%, 200px);
  /* max-width: 200px; */
  background: #484747;
  z-index: 99;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  text-align: center;
  transform: translate(-50%);
  display: none;
  transition: 1s;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 400;
  font-size: 12px;
}

.top-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  border: 7px solid;
  border-color: rgb(72, 71, 71) transparent transparent transparent;
}

.tooltip-hover:hover>.top-tooltip {
  display: block;
}

.left-tooltip {
  left: -65%;
  bottom: -90%;
  transform: translate(-100%);
}

.left-tooltip::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 7px solid #0000;
  transition: all 1s ease-in;
  right: -7%;
  top: 39%;
  border-left-color: #484747;
}

.left-tooltip::after {
  display: none;
}

@media only screen and (max-width:991px) {
  .top-tooltip {
    width: clamp(140px, 100%, 140px);
  }
}

@media only screen and (max-width:767px) {
  .top-tooltip {
    width: clamp(100px, 100%, 100px);
  }
}

.faq-que-answer-list {
  list-style-type: none;
  display: flex;
  place-items: center;
  gap: 10px;
  border: 1px solid #cecece;
}

.faq-que-answer-list>div {
  width: 95%;
}

.faq-que-answer-list>button {
  width: 5%;
  margin-right: 5px;
}

.faq-que-answer-list>div>p {
  margin-bottom: 0px !important;
  border-right: 1px solid #cecece;
  padding: 5px;
}

.faq-que-answer-list>div>p:first-child {
  border-bottom: 1px solid #cecece;
}

.spheron1 {
  color: #d27301;
}

.navbar-toggler-icon {
  height: 1.2em;
  width: 1.2em;
}

.table>thead {
  vertical-align: top !important;
}

@media only screen and (max-width:575px) {

  .Accordion-module__15h95G__accordionHeader,
  .Accordion-module__15h95G__accordionContent.Accordion-module__15h95G__open>.content-wrapper>p,
  .Accordion-module__15h95G__accordionHeader span,
  .Accordion-module__15h95G__accordionContent.Accordion-module__15h95G__open>.content-wrapper>div,
  .Accordion-module__15h95G__accordionContent.Accordion-module__15h95G__open>.content-wrapper>div>p {
    font-size: 12px !important;
  }

  .mobile-text-justify {
    text-align: justify;
  }
}


/* spinner */

.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #fc9928;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* spinner */
@media only screen and (max-width:575px) {
  .mobile-font-20 {
    font-size: 20px !important;
  }

  .mobile-font-18 {
    font-size: 18px !important;
  }

  .mobile-font-16 {
    font-size: 16px !important;
  }

  .mobile-font-13 {
    font-size: 13px !important;
  }

  .mobile-font-14 {
    font-size: 14px !important;
  }

  .mobile-font-13 {
    font-size: 13px !important;
  }

  .mobile-font-12 {
    font-size: 12px !important;
  }

  .mobile-font-10 {
    font-size: 10px !important;
  }

  .syllabus-bg-common {
    padding: 0 5px !important;
  }

  .breadcrumb>li>a,
  .breadcrumb>li {
    font-size: 14px !important;
  }

  .breadcrumb>li>svg {
    font-size: 10px !important;
  }
}

/* imp links */
.implink {
  list-style: none;
  padding-left: 0px;
}

.implink li {
  display: inline-block;
  margin-right: 10px;
}

.implink li a {
  border: 1px solid #8080804f;
  padding: 5px 11px;
  border-radius: 5px;
  font-size: 12px;
  background: #fcfcfc61;
  line-height: 2.8;
  white-space: nowrap;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  color: #999999;
}

.implink li a:hover {
  color: #737373;
}

.btnactive {
  color: #fc9928;
}