* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: #191a1c;
  font-weight: 400;
  font-family: "SF Pro Display";
}

/* ========= Utility Class Starts ==========  */

.font_200 {
  font-weight: 200 !important;
}

.font_300 {
  font-weight: 300 !important;
}

.font_400 {
  font-weight: 400 !important;
}

.font_500 {
  font-weight: 500 !important;
}

.font_600 {
  font-weight: 600 !important;
}

.font_700 {
  font-weight: 700 !important;
}

.font_800 {
  font-weight: 800 !important;
}

.font_900 {
  font-weight: 900 !important;
}

.font_8 {
  font-size: 8px !important;
}

.font_10 {
  font-size: 10px !important;
}

.font_11 {
  font-size: 11px !important;
}

.font_12 {
  font-size: 12px !important;
}

.font_13 {
  font-size: 13px !important;
}

.font_14 {
  font-size: 14px !important;
}

.font_15 {
  font-size: 15px !important;
}

.font_16 {
  font-size: 16px !important;
}

.font_17 {
  font-size: 17px !important;
}

.font_18 {
  font-size: 18px !important;
}

.font_19 {
  font-size: 19px !important;
}

.font_20 {
  font-size: 20px !important;
}

.font_22 {
  font-size: 22px !important;
}

.font_24 {
  font-size: 24px !important;
}

.font_25 {
  font-size: 25px !important;
}

.font_26 {
  font-size: 26px !important;
}

.font_28 {
  font-size: 28px !important;
}

.font_30 {
  font-size: 30px !important;
}

.font_32 {
  font-size: 32px !important;
}

.font_34 {
  font-size: 34px !important;
}

.font_36 {
  font-size: 36px !important;
}

.font_40 {
  font-size: 40px !important;
}

.font_46 {
  font-size: 46px !important;
}

.font_48 {
  font-size: 48px !important;
}

.font_60 {
  font-size: 60px !important;
}

a {
  color: inherit;
  text-decoration: none !important;
}

a:hover {
  color: inherit;
  text-decoration: none !important;
}

.nav-link:hover {
  color: inherit;
}

.btn:focus,
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #191a1c;
}

ul .dropdown-item:focus,
ul .dropdown-item:hover {
  background-color: transparent;
}

.form-check-input:focus {
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

button {
  border: inherit;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-1 {
  flex: 1;
}

.primary_btn {
  border-radius: 8px;
  background: #764af1;
  display: inline-block;
  white-space: nowrap;
  padding: 13px 30px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
}

.primary_btn:hover {
  background: #ffffff;
  border-color: #764af1;
  color: #764af1;
}

.secondary_btn {
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #764af1;
  display: inline-block;
  white-space: nowrap;
  padding: 13px 30px;
  color: #764af1;
  font-weight: 600;
  text-align: center;
}

.secondary_btn:hover {
  background: #764af1;
  border-color: transparent;
  color: #ffffff;
}

textarea.form-control {
  resize: none;
}

.black_19 {
  color: #191a1c;
}

.purple_76 {
  color: #764af1;
}

.gray_2e {
  color: #2e4659;
}

.gray_7e {
  color: #7e879f;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_80 {
  margin-bottom: 80px;
}

.dropdown-menu a:hover {
  color: white;
  background-color: #764af1;
}

/* ========= Utility Class Ends ==========  */

/* ===============================================
Header Styling Starts Here
=============================================== */

.index_header.fixed-top {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.navbar-light .navbar-nav .nav-link {
  color: #191a1c;
  padding-right: 0px;
  padding-left: 0px;
  font-weight: 400;
}

.navbar-light .navbar-nav .nav-item {
  padding-right: 30px;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #764af1;
  font-weight: 600;
}

.index_header .navbar {
  padding-top: 22px;
  padding-bottom: 24px;
}

.navbar-light .navbar-toggler {
  padding: 0;
  border: none;
}

.profile_dropdown {
  border-radius: 8px;
  border: 1px solid #764af1;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 8px 13px;
}

.profile_dropdown.dropdown-toggle::after {
  border: none;
  background: url("../images/icons/dp-arrow.svg");
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  margin-left: 25px;
}

.profile_pic {
  height: 24px;
  width: 24px;
  border-radius: 100px;
  object-fit: cover;
}

.dropdown-menu {
  border-radius: 10px;
  border: 1px solid #191a1c;
  background: #ffffff;
  padding: 11px 0px;
}

.notification_dp.dropdown-toggle::after {
  display: none;
}

.notification_dp {
  border-radius: 8px;
  border: 1px solid #191a1c;
  background: #ffffff;
  padding: 8px;
  position: relative;
}

.notification_number {
  position: absolute;
  padding: 1px 6px;
  border-radius: 50%;
  background-color: #c12929;
  top: -10px;
  right: -9px;
  border: 2px solid #ffffff;
}

.notification_heading {
  border-bottom: 1px solid #191a1c;
  padding-bottom: 15px;
  margin: 0 15px 15px 15px;
}

.inner_bell_image {
  border-radius: 8px;
  border: 1px solid #191a1c;
  background: #ffffff;
  height: 49px;
  min-width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}

.notification_topic {
  white-space: break-spaces;
}

.notification_dropdown_items {
  min-width: 340px;
  max-width: 340px;
}

/* ===============================================
Header Styling Ends Here
=============================================== */

/* ===============================================
Index Page Styling Starts Here
=============================================== */

.index_bg {
  background: url("../images/page-images/bottom-home-image.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 100%;
  height: inherit;
}

.hero_banner {
  padding: 15px 0 152px 0;
  position: relative;
  z-index: 0;
  background: url("../images/page-images/top-home-image.png") no-repeat;
  background-size: cover;
}

.hero_banner_home {
  padding: 116px 0 152px 0;
  position: relative;
  z-index: 0;
  background: url("../images/page-images/top-home-image.png") no-repeat;
  background-size: cover;
}

.hero_banner_padding {
  padding-top: 101px;
}

.padd_ani {
  padding-right: 315px !important;
  padding-top: 15px !important;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.about_the_card {
  padding: 18px;
  border: 1px solid #191a1c;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.text_label {
  margin-bottom: 0;
  margin-right: 15px;
  height: 13px;
  width: 13px;
  background: #764af1;
  border-radius: 2px;
}

.darkred_violet {
  background: #8f2990;
}

.yellow_label {
  background: #febd39;
}

.how_it_works {
  padding: 45px 0 100px 0;
}

.select_teacher {
  display: flex;
}

.select_teacher_number {
  height: 70px;
  width: 70px;
  background: #764af1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 27px;
  border-radius: 50%;
}

.work_line {
  position: relative;
  z-index: 0;
}

.work_line::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: rgba(46, 70, 89, 0.3);
  z-index: -1;
}

.mb_86 {
  margin-bottom: 86px;
}

.mb_50 {
  margin-bottom: 50px;
}

.quiz {
  padding-bottom: 100px;
}

.colleges_courses {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.course_box {
  width: 20%;
  padding-right: 34px;
  margin-bottom: 34px;
}

.courses {
  width: 100%;
  border-radius: 12.253px;
  border: 1.149px solid #8f2990;
  background: #ffffff;
  padding: 40px 20px 14px 20px;
  transition: transform 0.3s ease-in-out;
}

.quiz_2_border {
  border-color: #4f2c8a;
}

.quiz_3_border {
  border-color: #c12929;
}

.quiz_4_border {
  border-color: #efe119;
}

.quiz_5_border {
  border-color: #039ee2;
}

.quiz_6_border {
  border-color: #febd39;
}

.quiz_7_border {
  border-color: #039ee2;
}

.quiz_8_border {
  border-color: #8f2990;
}

.quiz_11_border {
  border-color: #efe119;
}

.quiz_13_border {
  border-color: #f68f16;
}

.main_goal {
  background: url("../images/page-images/goal.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  padding: 240px 0 70px 0;
}

.main_goal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: -1;
  width: 100%;
  height: 100%;
}

.goal_box {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.13);
  padding: 44px 72px 44px 48px;
}

.goal_logo {
  width: 260px;
  height: 40px;
}

.goal_logo img {
  height: 100%;
  width: 100%;
}

.faq {
  padding: 100px 0;
}

.listing01 h2 {
  margin-top: 0;
}

.listing01 {
  padding-left: 0;
}

.listing01 li {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.listing01 .inner_bell_image {
  height: 40px;
  min-width: 40px;
}

.accordion-item {
  border-radius: 12px !important;
  border: 1px solid #191a1c !important;
}

.accordion-button {
  border-radius: 12px !important;
  padding: 30px 22px;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #191a1c;
}

.accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #191a1c;
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("../images/icons/down-arrow.svg");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/icons/down-arrow.svg");
}

.accordion-body {
  padding-top: 0;
}

.become_teacher {
  padding-bottom: 120px;
}

.teacher_purple_box {
  border-radius: 15px;
  background: url("../images/page-images/pattern.png"),
    lightgray 50% / cover no-repeat;
  padding: 22px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #764af1;
  /* background-color: #764AF1; */
}

.yellow_btn {
  border-radius: 8px;
  background: #febd39;
  display: inline-block;
  padding: 13px 30px;
}

.subContainer {
  max-height: 400px !important;
  overflow-y: auto !important;
}

.subContainer::-webkit-scrollbar {
  width: 8px;
}

.subContainer::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.subContainer::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.subContainer::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* ===============================================
Index Page Styling Ends Here
=============================================== */

/* ===============================================
Footer Styling Starts Here
=============================================== */

.footer_fluid.container-fluid {
  max-width: unset;
}

.copyright_footer {
  padding: 9px 0;
  background: #ffffff;
}

.footer_logo {
  margin-bottom: 30px;
}

.middle_footer {
  margin-top: 64px;
  padding: 64px 0 70px 0;
  border-top: 1px solid rgba(126, 135, 159, 0.4);
}

.footer_lists li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.footer_lists li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.05em;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.footer_lists li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.mb_30 {
  margin-bottom: 30px;
}

.color_tra {
  color: transparent;
}

.border_right {
  border-right: 1px solid rgba(126, 135, 159, 0.4);
}

.form-control {
  padding: 14px 14px;
  color: #2e4659;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #191a1c;
  background: #ffffff;
  font-weight: 400;
}

.form-control ::-webkit-input-placeholder {
  color: #2e4659;
}

.form-control ::-moz-placeholder {
  color: #2e4659;
}

.form-control :-ms-input-placeholder {
  color: #2e4659;
}

input:-moz-placeholder {
  color: #2e4659;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 13px;
  right: 6%;
  z-index: 9999;
  border: none;
  outline: none;
  background: #764af1;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 7px 16px 0px rgba(118, 74, 241, 0.7);
}

.uparrow_white {
  height: 27px;
  width: 27px;
}

/* ===============================================
Footer Styling Ends Here
=============================================== */

/* ===============================================
Authentication Styling Starts Here
=============================================== */

.authentication {
  padding-top: 78px;
  margin-bottom: auto;
  height: calc(100% - 142px);
  background: url("../images/page-images/auth-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.login_form {
  border-radius: 20px;
  border: 1px solid #191a1c;
  background: #ffffff;
  padding: 60px 68px;
}

.input-group {
  padding: 14px 14px;
  border-radius: 8px;
  border: 1px solid #191a1c;
  background: #ffffff;
}

.input-group .form-control,
.input-group .input-group-text {
  border: none;
  padding: 0;
  background: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  padding: 0;
}

.otp_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.otp_input .form-control {
  background: #e0e3e6;
  height: 55px;
  width: 95px;
  border-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.signup_check {
  display: flex;
  align-items: flex-start;
}

.signup_check .form-check-input {
  margin-right: 15px;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  margin-top: 2px;
}

.signup_check .form-check-input:checked {
  background-color: #764af1;
  border-color: #764af1;
}

.signup_check .form-check-label {
  flex: 1;
}

.form-check-input:focus {
  border-color: #764af1;
}

/* ===============================================
Authentication Styling Ends Here
=============================================== */

/* ===============================================
Home Page Styling Starts Here
=============================================== */

.h_fit_content {
  height: fit-content;
}

.all_teachers {
  padding: 120px 0 100px 0;
}

.romin_box {
  border-radius: 20px;
  border: 1px solid #191a1c;
  background: #ffffff;
  padding: 26px 30px;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.romin_pic {
  height: 150px;
  width: 150px;
  border-radius: 100px;
  object-fit: cover;
}

.worksheet_box {
  border-radius: 18px;
  border: 1px solid #191a1c;
  background: #ffffff;
  padding: 16px;
  margin-bottom: 30px;
  display: block;
  transition: transform 0.4s ease-in-out;
}

.worksheet_box:hover {
  transform: scale(1.05);
  /* Adjust the scale factor as needed */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* Add a box shadow for a subtle lift */
}

.worksheet_image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.home_worksheet_image {
  width: 60%;
  margin: 0;
}

.worksheet_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #191a1c;
}

.worksheet_detail_text {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.worksheet_badges {
  display: flex;
  align-items: center;
  margin-top: auto;
  flex-wrap: wrap;
  gap: 10px;
}

.red_badge {
  color: #c12929;
  display: inline-block;
  border-radius: 4px;
  background: rgba(193, 41, 41, 0.1);
  padding: 6px 14px;
}

.blue_badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 7px;
  border-radius: 4px;
  background: rgba(3, 158, 226, 0.2);
  color: rgba(3, 158, 226, 1);
}

.purple_badge {
  color: #ffffff;
  display: inline-block;
  border-radius: 4px;
  background: #8f2990;
  padding: 6px 12px;
}

/* ===============================================
Home Page Styling Ends Here
=============================================== */

/* ===============================================
Explore Worksheet Page Styling Starts Here
=============================================== */

.bread_purple {
  padding: 52px 0px;
  background-color: #8f2990;
}

.worksheet_explored {
  padding: 52px 0 100px 0;
  position: relative;
  z-index: 0;
}

.worksheet_explored_image {
  position: relative;
  z-index: 0;
}

.worksheet_explored_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/page-images/explore.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 732px;
  z-index: -1;
}

.filter_heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #191a1c;
  margin-bottom: 30px;
}

.age_box {
  border-radius: 16px;
  border: 1px solid #191a1c;
  background: #ffffff;
  padding: 22px 0;
}

.age_heading {
  border-bottom: 1px solid #191a1c;
  padding: 0 20px 15px 20px;
}

.age_box_content {
  padding: 0 20px;
}

.more_btn_p {
  padding: 8px 15px;
}

.increase_value {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.value-button {
  display: inline-block;
  margin: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

.increase_value #decrease {
  color: #764af1;
}

.increase_value #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.increase_value #input-wrap {
  margin: 0px;
  padding: 0px;
}

.increase_value input#number {
  text-align: center;
  border: none;
  margin: 0px;
  width: 40px;
  height: 40px;
}

.increase_value input[type="number"]::-webkit-inner-spin-button,
.increase_value input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pagination .page-item .page-link {
  border-radius: 100px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  border: none;
  color: #2e4659;
  margin-right: 15px;
}

.pagination .page-item.active .page-link {
  border-radius: 100px;
  background: #764af1;
  box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.14);
  color: #ffffff;
  font-weight: 700;
}

.pagination .page-item.active .page-link:hover {
  background: #764af1;
  color: #ffffff;
}

.pagination .page-item .page-link:hover {
  background-color: transparent;
}

.pagination .page-item .page-link:focus {
  background-color: transparent;
  box-shadow: none;
}

.purple_badge_border {
  border: 1px solid #ffffff;
}

.id_box {
  border-radius: 4px;
  border: 1px solid #ffffff;
  padding: 5px 7px;
  color: #ffffff;
  width: max-content;
}

.breadcrumb_top {
  background: rgba(228, 233, 242, 0.28);
  padding: 16px 0;
  margin-bottom: 30px;
}

.breadcrumb-item {
  color: #ffffff;
}

.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

.bread_purple_80 {
  padding-bottom: 80px !important;
}

.double_digit {
  margin: -40px 0 126px 0;
  z-index: 2;
  position: relative;
}

.age_romin_box {
  border: none;
  padding: 0 18px 18px 18px;
}

/* ===============================================
Explore Worksheet Page Styling Ends Here
=============================================== */

/* ===============================================
Explore Teachers Page Styling Ends Here
=============================================== */

.bread_blue {
  padding: 52px 0px;
  background-color: #039ee2;
}

.gray_breadcrumb .breadcrumb-item {
  color: #191a1c;
}

.gray_breadcrumb .breadcrumb-item.active {
  color: rgba(25, 26, 28, 0.5);
}

.gray_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #191a1c;
}

.teacher_profile_box {
  border-radius: 16px;
  border: 1px solid #191a1c;
  background: #039ee2;
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.teacher_profile_details {
  margin-left: 30px;
}

/* ===============================================
Explore Teachers Page Styling Ends Here
=============================================== */

/* ===============================================
Explore Teachers Page Styling Ends Here
=============================================== */

.bread_red {
  padding: 52px 0px;
  background-color: #c12929;
}

/* ===============================================
Explore Teachers Page Styling Ends Here
=============================================== */

/* ===============================================
My Account Page Styling Ends Here
=============================================== */

.delete_account_box {
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
  align-items: center;
}

.delete_account {
  border-radius: 8px;
  background: #c12929;
  padding: 9px 25px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #c12929;
}

.delete_account:hover {
  background: #ffffff;
  color: #c12929;
}

/* ===============================================
My Account Page Styling Ends Here
=============================================== */

/* ===============================================
Quiz Performance Page Styling Starts Here
=============================================== */

.voilet_badge {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid rgba(25, 26, 28, 0.1);
  background: rgba(118, 74, 241, 0.1);
  padding: 5px 16px;
}

.puzzle_image {
  position: relative;
  z-index: 0;
}

.puzzle_image:after {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 106px;
  background: url("../images/page-images/join.png");
  background-repeat: no-repeat;
  z-index: -1;
  height: 172px;
  width: 222px;
}

.pdf_box {
  padding: 12px;
  border: 1px solid #191a1c;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.time_box {
  padding: 20px;
  border-bottom: 1px solid #e4e9f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.purple_time {
  padding: 3px 10px;
  background: #764af1;
  border-radius: 5px;
}

.gray_attempt {
  padding: 3px 10px;
  background: #e4e9f2;
  border-radius: 5px;
}

.violet_bg {
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0px 0px 16px 16px;
  background: rgba(118, 74, 241, 0.1);
}

.answer_box {
  border-radius: 16px;
  border: 1px solid #191a1c;
  background: #ffffff;
}

.answer_nav {
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  background: rgba(228, 233, 242, 0.5);
  border: none;
  margin-bottom: 25px;
}

.answer_nav .nav-item .nav-link {
  padding: 16px 32px;
  color: #2e4659;
  background: transparent;
  border-radius: 15px 0 0 0;
  border: none;
}

.answer_nav .nav-item .nav-link.active {
  color: #191a1c;
  font-weight: 600;
  border-bottom: 2px solid #764af1;
}

.answersheet_ul .answersheet_li {
  padding: 24px 32px;
  border-bottom: 1px solid #191a1c;
}

.answersheet_ul .answersheet_li:last-child {
  border-bottom: none;
}

.light_green_correct {
  border-radius: 4px;
  background: rgba(46, 180, 94, 0.1);
  padding: 3px 13px;
  color: #2eb45e;
  width: max-content;
}

.light_green_incorrect {
  border-radius: 4px;
  background: rgba(251, 11, 26, 0.1);
  padding: 3px 13px;
  color: #fb0b1a;
  width: max-content;
}

.earth_image {
  border-radius: 5px;
  height: 25px;
  width: 25px;
  object-fit: cover;
  margin: 0 10px 0 15px;
}

.matchup_heading_box {
  border-radius: 16px;
  border: 1px solid #191a1c;
  background: #c12929;
  padding: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.matchup_heading_text {
  flex: 1;
  margin-left: 25px;
}

.system_box {
  border-radius: 16px;
  border: 1px solid #191a1c;
  background: #ffffff;
  padding: 16px;
  display: block;
  height: calc(100% - 20px);
}

.system_image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.system_image img {
  border-radius: 8px;
  min-height: 190px;
  max-height: 190px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.start_quiz_btn {
  border-radius: 8px;
  background: #ffffff;
  padding: 9px 30px;
  text-align: center;
  display: inline-block;
}

.sea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 550px;
  width: 100%;
  background: url("../images/page-images/sea.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 0;
  border-radius: 20px;
}

.sea:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.53) 0%,
    rgba(0, 0, 0, 0.53) 100%
  );
  border-radius: 20px;
}

.submit_answer_image {
  background: url("../images/page-images/submit-answer.png");
}

.submit_answer_image::after {
  display: none;
}

.submitted_answer_image {
  background: url("../images/page-images/submitted-answer.png");
}

.submitted_answer_image::after {
  display: none;
}

.modal-content {
  border-radius: 20px;
  background: #ffffff;
}

.modal-header {
  border-radius: 20px 20px 0 0;
  padding: 38px 0;
}

.modal-body {
  background: url("../images/page-images/modal.png");
  background-repeat: no-repeat;
  width: 100%;
  padding: 60px 70px;
}

.violet_bg_modal {
  background: #ffffff;
  padding-top: 14px;
  padding-bottom: 14px;
}

.notification-time {
  display: flex;
  align-items: center;
}

/* ===============================================
Quiz Performance Page Styling Ends Here
=============================================== */

/* 20-05-2025 */
.bg-color-img {
  width: 100%;
  height: 190px;
  border-radius: 8px;
}

.pagination {
  justify-content: end;
}

.questionBox {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.img-question {
  width: 150px;
  height: 150px;
}
.img-question img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boxanswer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.box-yourquestion {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.badgetheam{
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  background-color: #764af1;
  color: #ffffff;
  border-radius: 6px;
  flex-shrink: 0;
  display: inline-block;
  height: 24px;
  padding: 8px 16px;
}

.result_info_card.cust{
  width: 300px;
  background: #fff;
  border: 1px solid #ddd;
  font-family: "sans-serif";
}


.age_box.cust {
  width: 300px;
  }

  .img-quixperformace, .bgcolor-quixperformace {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
    flex-shrink: 0;
}

  .img-quixperformace img{
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
    border-radius: 8px;
  }


.quizBox{
  display: flex;
  gap: 24px;
}
  /* ========= Media Query Starts ===========  */

@media only screen and (min-width: 1400px) {
  .container-fluid {
    max-width: 1322px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  .padd_ani {
    padding-right: 170px !important;
    padding-top: 15px !important;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .padd_ani {
    padding-right: 110px !important;
    padding-top: 15px !important;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  .padd_ani {
    padding-right: 80px !important;
    padding-top: 15px !important;
  }
}

@media only screen and (max-width: 1400px) {
  .padd_ani {
    padding-right: 30px !important;
    padding-top: 5px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }
}

@media only screen and (max-width: 1199.5px) {
  .font_10 {
    font-size: 10px !important;
  }

  .font_12 {
    font-size: 12px !important;
  }

  .font_13 {
    font-size: 12px !important;
  }

  .font_14 {
    font-size: 14px !important;
  }

  .font_15 {
    font-size: 14px !important;
  }

  .font_16 {
    font-size: 15px !important;
  }

  .font_17 {
    font-size: 16px !important;
  }

  .font_18 {
    font-size: 16px !important;
  }

  .font_19 {
    font-size: 18px !important;
  }

  .font_20 {
    font-size: 18px !important;
  }

  .font_22 {
    font-size: 20px !important;
  }

  .font_24 {
    font-size: 22px !important;
  }

  .font_26 {
    font-size: 22px !important;
  }

  .font_25 {
    font-size: 22px !important;
  }

  .font_28 {
    font-size: 22px !important;
  }

  .font_30 {
    font-size: 23px !important;
  }

  .font_32 {
    font-size: 23px !important;
  }

  .font_34 {
    font-size: 24px !important;
  }

  .font_36 {
    font-size: 24px !important;
  }

  .font_40 {
    font-size: 24px !important;
  }

  .font_46 {
    font-size: 32px !important;
  }

  .font_48 {
    font-size: 32px !important;
  }

  .font_60 {
    font-size: 36px !important;
  }

  .login_form {
    padding: 50px 58px;
  }

  .otp_input .form-control {
    width: 75px;
  }

  .romin_pic {
    height: 120px;
    width: 120px;
  }
  
  .result_info_card.cust,.age_box.cust {
    width: 48.7%;
    }
}

@media only screen and (max-width: 991.98px) {
  .font_10 {
    font-size: 10px !important;
  }

  .font_12 {
    font-size: 12px !important;
  }

  .font_13 {
    font-size: 12px !important;
  }

  .font_14 {
    font-size: 14px !important;
  }

  .font_15 {
    font-size: 14px !important;
  }

  .font_16 {
    font-size: 15px !important;
  }

  .font_17 {
    font-size: 16px !important;
  }

  .font_18 {
    font-size: 16px !important;
  }

  .font_19 {
    font-size: 18px !important;
  }

  .font_20 {
    font-size: 18px !important;
  }

  .font_22 {
    font-size: 20px !important;
  }

  .font_24 {
    font-size: 22px !important;
  }

  .font_26 {
    font-size: 22px !important;
  }

  .font_25 {
    font-size: 22px !important;
  }

  .font_28 {
    font-size: 22px !important;
  }

  .font_30 {
    font-size: 23px !important;
  }

  .font_32 {
    font-size: 23px !important;
  }

  .font_34 {
    font-size: 24px !important;
  }

  .font_36 {
    font-size: 24px !important;
  }

  .font_40 {
    font-size: 26px !important;
  }

  .font_46 {
    font-size: 30px !important;
  }

  .font_48 {
    font-size: 30px !important;
  }

  .font_60 {
    font-size: 32px !important;
  }

  .navbar-light .navbar-nav .nav-item {
    padding-right: 0px;
  }

  .index_header .navbar {
    padding-top: 23px;
  }

  .pb_mb_1rem {
    padding-bottom: 1rem;
  }

  .work_line::after {
    display: none;
  }

  .mb_86 {
    margin-bottom: 0;
  }

  .mb_50 {
    margin-bottom: 35px;
  }

  .course_box {
    width: 33%;
  }

  .goal_box {
    padding: 40px;
  }

  .accordion-button {
    padding: 25px 18px;
  }

  .border_right {
    border-right: none;
  }

  .become_teacher {
    padding-bottom: 100px;
  }

  .teacher_image {
    margin: 35px 0 50px 0 !important;
  }

  .login_form {
    padding: 40px 40px;
  }

  .otp_input .form-control {
    width: 65px;
  }

  .romin_pic {
    height: 90px;
    width: 90px;
  }

  .romin_box {
    padding: 20px 20px;
  }

  .teacher_profile_box {
    padding: 25px;
  }

  .time_box {
    padding: 15px;
  }

  .violet_bg {
    padding: 15px;
  }

  .matchup_heading_box {
    padding: 26px;
  }

  .bg-color-img {
    height: 150px;
  }
  .system_image img {
    min-height: 150px;
    max-height: 150px;
  }

  .teacher_purple_box {
    background: white;
    border: 1px solid #764af1;
  }

  .result_info_card.cust,.age_box.cust {
    width: 100%;
    }
}

@media only screen and (max-width: 767.5px) {
  .font_10 {
    font-size: 10px !important;
  }

  .font_12 {
    font-size: 12px !important;
  }

  .font_13 {
    font-size: 12px !important;
  }

  .font_14 {
    font-size: 14px !important;
  }

  .font_15 {
    font-size: 14px !important;
  }

  .font_16 {
    font-size: 15px !important;
  }

  .font_17 {
    font-size: 15px !important;
  }

  .font_18 {
    font-size: 16px !important;
  }

  .font_19 {
    font-size: 16px !important;
  }

  .font_20 {
    font-size: 16px !important;
  }

  .font_22 {
    font-size: 16px !important;
  }

  .font_24 {
    font-size: 17px !important;
  }

  .font_26 {
    font-size: 17px !important;
  }

  .font_25 {
    font-size: 18px !important;
  }

  .font_28 {
    font-size: 18px !important;
  }

  .font_30 {
    font-size: 20px !important;
  }

  .font_32 {
    font-size: 20px !important;
  }

  .font_34 {
    font-size: 20px !important;
  }

  .font_36 {
    font-size: 20px !important;
  }

  .font_40 {
    font-size: 26px !important;
  }

  .font_46 {
    font-size: 28px !important;
  }

  .font_48 {
    font-size: 28px !important;
  }

  .font_60 {
    font-size: 28px !important;
  }

  .hero_banner_padding {
    padding: 70px 10px;
  }

  .hero_banner_home {
    padding: 70px 10px;
  }

  .how_it_works {
    padding: 30px 0 50px 0;
  }

  .mb_15 {
    margin-bottom: 12px;
  }

  .mb_20 {
    margin-bottom: 16px;
  }

  .mb_25 {
    margin-bottom: 20px;
  }

  .mb_80 {
    margin-bottom: 40px;
  }

  .mb_50 {
    margin-bottom: 25px;
  }

  .course_box {
    width: 50%;
    padding-right: 18px;
  }

  .course_box:nth-child(2n) {
    padding-right: 0px;
  }

  .quiz {
    padding-bottom: 50px;
  }

  .goal_box {
    padding: 30px;
  }

  .faq {
    padding: 50px 0;
  }

  .accordion-button {
    padding: 20px 15px;
  }

  .become_teacher {
    padding-bottom: 50px;
  }

  .select_teacher_number {
    height: 50px;
    width: 50px;
    margin-right: 14px;
  }

  .romin_pic {
    height: 110px;
    width: 110px;
  }

  .teacher_profile_box {
    padding: 20px;
  }

  .double_digit {
    margin: -40px 0 70px 0;
  }

  .matchup_heading_box {
    padding: 20px;
  }

  .teacher_purple_box {
    padding: 15px 22px;
  }
}

@media only screen and (max-width: 576px) {
  /* .inner_bell_image {
    display: none !important;
  } */

  .font_10 {
    font-size: 10px !important;
  }

  .font_12 {
    font-size: 11px !important;
  }

  .font_13 {
    font-size: 11px !important;
  }

  .font_14 {
    font-size: 12px !important;
  }

  .font_15 {
    font-size: 12px !important;
  }

  .font_16 {
    font-size: 13px !important;
  }

  .font_17 {
    font-size: 14px !important;
  }

  .font_18 {
    font-size: 14px !important;
  }

  .font_19 {
    font-size: 14px !important;
  }

  .font_20 {
    font-size: 15px !important;
  }

  .font_22 {
    font-size: 16px !important;
  }

  .font_24 {
    font-size: 16px !important;
  }

  .font_26 {
    font-size: 16px !important;
  }

  .font_25 {
    font-size: 16px !important;
  }

  .font_28 {
    font-size: 16px !important;
  }

  .font_30 {
    font-size: 20px !important;
  }

  .font_32 {
    font-size: 20px !important;
  }

  .font_34 {
    font-size: 20px !important;
  }

  .font_36 {
    font-size: 20px !important;
  }

  .font_40 {
    font-size: 22px !important;
  }

  .font_46 {
    font-size: 24px !important;
  }

  .font_48 {
    font-size: 24px !important;
  }

  .font_60 {
    font-size: 24px !important;
  }

  .hero_banner_padding {
    padding: 50px 10px;
  }

  .hero_banner_home {
    padding: 50px 10px;
  }

  .course_box {
    width: 100%;
    padding-right: 0;
  }

  .goal_box {
    padding: 20px;
  }

  .accordion-button {
    padding: 15px;
  }

  .mb_30 {
    margin-bottom: 20px;
  }

  .login_form {
    padding: 30px 30px;
  }

  .system_box {
    padding: 8px;
  }

  .listing01 .inner_bell_image {
    height: 36px;
    min-width: 36px;
    margin-right: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }

  .listing01 li {
    padding-left: 16px;
  }

  .pagination {
    justify-content: center;
  }

  .quizBox {
 flex-direction: column;
 height: 250px;
}
.img-quixperformace, .bgcolor-quixperformace{
  width: 100%;
}

/* .worksheet_box {
  padding: 16px 16px 32px 16px;
} */
}

@media only screen and (max-width: 530px) {
  .teacher_purple_box {
    display: block;
  }
}

@media only screen and (max-width: 470px) {
  .home_worksheet_image {
    width: 80%;
  }
  .age_badge {
    display: none;
  }
  .delete_account_box {
    display: block;
    padding: 20px 20px !important;
  }
}

@media only screen and (max-width: 330px) {
  .teacher_purple_box {
    background: white;
    padding: 15px 15px;
  }
}

/* ========== Media Query Ends ===========  */

.h-100 {
  height: 100% !important;
}

.text-break {
  word-break: break-word;
}
