.sub_heading {
  font-size: 1.10rem;
  line-height: 1.75rem;
}

.subclass {
  background: blue;
  border-radius: 50%;
}

.side_nav_bar {
  position: sticky;
  top: 0;
}
.side_nav_bar .side_navtab {
  border-radius: 0.25rem;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 3px 0 rgba(0, 0, 0, 0.1019607843), 0 1px 2px -1px rgba(0, 0, 0, 0.1019607843);
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: space-between;
  color: #000;
  margin: 4px 0;
  padding: 0 8px !important;
}
.side_nav_bar .side_navtab.nav-pills {
  padding: 4px 10px;
}
.side_nav_bar .side_navtab.indative_score {
  background-color: rgb(243, 244, 246);
  padding: 10px;
}
.side_nav_bar .side_navtab.indative_score .round_shape {
  background-color: rgb(30, 64, 175) !important;
  color: #fff !important;
}
.side_nav_bar .side_navtab .show_text {
  color: rgb(156, 163, 175);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.side_nav_bar .side_navtab .show_value {
  display: flex;
  align-items: center;
}
.side_nav_bar .side_navtab .show_value .round_shape {
  display: flex;
  color: rgb(0, 0, 0);
  background-color: rgb(229, 231, 235);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-weight: 600;
}

.main_content #designatedregionalareastudyId {
  display: none;
}
.main_content .single_point_listing {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.1019607843), 0 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  padding: 1.5rem;
  margin: 20px 0;
  position: relative;
}
.main_content .single_point_listing .choose_your_score {
  margin: 20px 0;
}
.main_content .single_point_listing .choose_your_score .form-check {
  margin: 10px 0;
  display: grid;
  grid-template-columns: 0px auto;
  align-items: center;
  gap: 10px;
}
.main_content .single_point_listing .choose_your_score .form-check input {
  width: 1rem !important;
  height: 1rem !important;
}
.main_content .single_point_listing .choose_your_score .form-check label {
  font-size: 1rem;
  line-height: 1.5rem;
}
.main_content .single_point_listing .choose_your_score .form-check label .inner_label_list,
.main_content .single_point_listing .choose_your_score .form-check label .small_main_text {
  color: rgb(156, 163, 175);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
}
.main_content .single_point_listing .main_list_items,
.main_content .single_point_listing .small_main_text {
  color: rgb(156, 163, 175);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 20px 0 0;
}
.main_content .single_point_listing h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.main_content .single_point_listing .show_inner_value {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  background-color: rgb(30, 64, 175);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  top: 1rem;
  right: 1rem;
}

.main_title_section h1 {
  margin: 50px 0;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  padding: 0 0 32px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.main_title_section h1 span {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 0 0 10px;
}
.main_title_section p b {
  background-color: #2040aa;
  color: white;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 14px;
  margin-left: 2px;
}
.main_title_section h4 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.main_title_section h4 .min_score {
  color: #19176e !important;
  text-decoration: underline;
}

header .navbar input[type=checkbox],
header .navbar .hamburger-lines {
  display: none;
}
header .container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
header .navbar {
  box-shadow: 0px 5px 10px 0px #aaa;
  width: 100%;
  background: #fff;
  color: #000;
  opacity: 0.85;
  z-index: 100;
}
header .navbar-container {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}
header .menu-items {
  order: 2;
  display: flex;
}
header .logo {
  order: 1;
  font-size: 2.3rem;
}
header .menu-items li {
  list-style: none;
  margin-left: 1.5rem;
  font-size: 18px;
}
header .navbar a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}
header .navbar a:hover {
  color: #117964;
  border-bottom: 3px solid #64d6f4;
}
@media (max-width: 768px) {
  header .navbar {
    opacity: 0.95;
  }
  header .navbar-container input[type=checkbox],
  header .navbar-container .hamburger-lines {
    display: block;
  }
  header .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }
  header .navbar-container input[type=checkbox] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  header .navbar-container .hamburger-lines {
    display: block;
    height: 14px;
    width: 28px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  header .navbar-container .hamburger-lines .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #333;
  }
  header .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.3s ease-in-out;
  }
  header .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  header .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.3s ease-in-out;
  }
  header .navbar .menu-items {
    padding-top: 100px;
    background: #fff;
    height: 100vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 40px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px 0px 10px 0px #aaa;
    overflow: scroll;
  }
  header .navbar .menu-items li {
    margin-bottom: 1.8rem;
    font-size: 1.1rem;
    font-weight: 500;
  }
  header .logo {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2.5rem;
  }
  header .navbar-container input[type=checkbox]:checked ~ .menu-items {
    transform: translateX(0);
  }
  header .navbar-container input[type=checkbox]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  header .navbar-container input[type=checkbox]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  header .navbar-container input[type=checkbox]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
}
@media (max-width: 500px) {
  header .navbar-container input[type=checkbox]:checked ~ .logo {
    display: none;
  }
}

.reset_btn {
  color: #fff;
  background-color: rgb(30, 58, 138);
  border: 1px solid rgb(30, 58, 138);
  padding: 6px 28px;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  margin: 10px 0;
}

/* for register */
select,
input {
  outline: none;
  box-shadow: none;
}

.main_form_register {
  align-items: center;
  background-color: #e9ecef;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
}
@media (max-width: 992px) {
  .main_form_register {
    height: auto;
    padding: 20px 0;
  }
}

.main_form_login {
  align-items: center;
  background-color: #e9ecef;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
  padding: 20px;
}

.register_page {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
  width: 600px;
  margin: auto;
  border: 1px solid #f5f2f2;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
}
@media (max-width: 800px) {
  .register_page {
    width: 100%;
    margin: 24px;
  }
}
.register_page.login_page {
  width: 400px;
}
@media (max-width: 500px) {
  .register_page.login_page {
    width: 100%;
  }
}
.register_page input {
  padding: 8px 12px;
}
.register_page label {
  font-weight: 500;
  font-size: 16px;
}
.register_page .label_section {
  text-align: left;
}
.register_page .required {
  color: red;
}
.register_page .row_form_grp_dvd_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: baseline;
}
@media (max-width: 700px) {
  .register_page .row_form_grp_dvd_2 {
    grid-template-columns: 1fr;
  }
}
.register_page .row_form_grp_dvd {
  margin: 24px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: baseline;
}
.register_page .grid_form_grp {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.register_page .grid_form_grp .input_div {
  width: 100%;
}
.register_page .logo {
  margin: 0 0 24px auto;
  text-align: center;
}
.register_page .logo img {
  width: 120px;
  height: auto;
}
.register_page .password-container {
  position: relative;
}
.register_page .password-container input {
  width: 100%;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}
.register_page .password-container .toggle-eye {
  position: absolute;
  top: 20px;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  color: #888;
}
.register_page .password-container .toggle-eye:hover {
  color: #333;
}
.register_page .row_form_grp_dvd_reg {
  text-align: center;
  margin: 12px;
}
.register_page .row_form_grp_dvd_reg a {
  font-weight: 500;
  text-decoration: none;
}
.register_page .register_btn {
  padding: 5px 30px;
  background: #545cd8;
  border: 2px solid #545cd8;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}
.register_page .register_btn:hover {
  background: transparent;
  color: #545cd8;
}
.register_page .form-check input {
  padding: 8px;
}
.register_page .btn_and_remember {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 400px) {
  .register_page .btn_and_remember {
    display: grid;
    justify-content: space-around;
    gap: 12px;
  }
}/*# sourceMappingURL=style.css.map */