body {
  padding: 0px;
  margin: 0px;
  position: relative;
  font-family: 'Inter';
  top: 0px!important;
}

/* font kit start here */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
    url('../fonts/Inter-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.woff2') format('woff2'),
    url('../fonts/Lato-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff2') format('woff2'),
    url('../fonts/Lato-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* font kit end here */
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #DCDCDC;
}

a {
  text-decoration: none;
}


.primary-color {
  color: #1769D2;
}

.cursor-pointer {
  cursor: pointer;
}

/* header css start here */
.header_top_btn a {
  padding: 7px 25px;
  font-size: 20px;
  font-weight: 500;
  color: #1769D2;
  font-family: 'Inter';
}

.bar_icon {
  cursor: pointer;
}

body .bg-blue-btn {
  padding: 7px 25px;
  font-size: 20px;
  font-weight: 500;
  background-color: #1769D2;
  color: #fff;
  font-family: 'Inter';
  /* border-radius: 10px; */
}

header .navbar {
  padding: 20px;
  z-index: 99;
  background-color: #fff;
  position: fixed;
  width: 100%;
}

/* header css end here */
#liveToast.success_alert {
  background-color: #d2ffca;
  color: green;
}

/* login sec start here */
.bg-image {
  /* background-image: url(../images/bg-image.png); */
  background-color: #eff8ff;
  padding: 110px 0px 120px;
  min-height: 100vh;
}

.form_input .password-toggle {
  position: absolute;
  right: 10px;
  top: 27px;
  transform: translateY(-50%);
}

.login_inner {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px #ABBED166;
  padding: 40px 60px;
  border-radius: 16px;
}

.login_inner h2,
.quiz_outer h2,
.quiz_container h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38.73px;
  font-family: 'Inter';
}

.login_inner form {
  max-width: 550px;
  margin: auto;
  padding: 80px 0px 0px;
}

.form_outer input,
.form_outer select {
  padding: 10px 24px 10px 55px;
  background-color: #F5FAFD;
  font-size: 18px;
  font-weight: 400;
  line-height: 33.89px;
  border: none;
  color: #717171;
  font-family: 'Inter';
}

.form_outer .form_input .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 24px 10px 55px;
  background-color: #F5FAFD;
  font-size: 18px;
  font-weight: 400;
  line-height: 33.89px;
  border: none;
  color: #717171;
  font-family: 'Inter';
  border-radius: 5px;
}


.select2-container {
  width: 100% !important;
}

.form_outer .form_input .select2-container--default .select2-selection--single {
  border: 0;
  margin-bottom: 30px;
}

.form_outer .form_input .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 16px;
  right: 1px;
  width: 20px;
}

.form_outer input:focus,
.form_outer select:focus {
  background-color: #F5FAFD;
}

.form_outer .input_icon {
  position: absolute;
  left: 25px;
  top: 14px;
  /* transform: translateY(-50%); */
}

.login_btn button {
  padding: 10px 10px;
  max-width: 300px;
  font-family: 'Inter';
}

.have_acc_text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24.2px;
  font-family: 'Inter';
}

/* login sec end here */

/* signUp sec start here */
.sign_up_tabs .nav-link {
  border: 1px solid #1769D2;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 29.05px;
  color: #717171;
  font-family: 'Inter';
}

.sign_up_tabs .nav-link:hover {
  background: #F5FAFD;
  border: 1px solid #1769D2;

}

.sign_up_tabs .nav-link.active {
  border: 1px solid #1769D2;
  background: #F5FAFD;
}

.bg-grey-btn {
  padding: 8px 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  color: #FFFFFF;
  background-color: #CCCBCB;
  font-family: 'Inter';
}

.terms_condition_check input {
  height: 20px;
  width: 20px;
  border: 2px solid #212326;
  margin-right: 10px;
  font-family: 'Inter';
  padding: 0;
  background-color: transparent;
}

.terms_condition_check input:focus {
  background-color: #0d6efd;
}

.terms_condition_check {
  position: absolute;
  bottom: 0px;
  width: -webkit-fill-available;
}

.terms_condition_check .bg-grey-btn:disabled {
  background-color: #CCCBCB;
}

.terms_condition_check .bg-grey-btn {
  background-color: #1769D2;
  padding: 8px 40px;
}

.terms_condition_check label {
  font-size: 14px;
  color: #212326;
  margin-top: 4px;
}

/* signUp sec end here */

/* chatpage css start */
.chat_page_sec .ask_question h2 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.73px;
  color: #3A3A3A;
  margin-bottom: 20px;
}

.chat_page_sec .ask_question .question_box_outer {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.ask_question .question_box_outer .question_box button {
  background: #FFFFFF;
  padding: 10px 0px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 29.05px;
  color: #274374;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 60px;
}

.chat_footer {
  height: 250px;
  background-color: #fff;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: end;
}

.chat_footer .ask_question_input input {
  box-shadow: 0px 2px 4px 0px #ABBED199;
  border-radius: 60px;
  margin: auto;
  padding: 20px 30px;
  font-size: 24px;
  font-weight: 400;
  color: #333;
  font-family: 'Inter';
}

.chat_footer .ask_question_input input::placeholder {
  color: #BDBABB;

}

.ask_question_input,
.ask_question_input_outer {
  position: absolute;
  top: -40px;
  width: 100%;
  max-width: 800px;
}

.ask_question_input_outer {
  border: 1px solid #3A3A3A73;
  padding: 8px 8px;
  box-shadow: 0px 2px 4px 0px #ABBED199;
  border-radius: 20px;
  background-color: #fff;
  top: -88px;
}

.ask_question_input_outer .speech_to_text img {
  width: 30px;
  height: 30px;
}

.chat_footer p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32.68px;
  color: #3A3A3A;
  font-family: 'Inter';
}

.chat_footer .input_img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.ask_question_inner h6.ai_assistant_text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28.8px;
  color: #3A3A3A;
}

.ask_question_inner {
  height: 400px;
  overflow: auto;
  scrollbar-width: thin;
  background-color: #fff;
  border-radius: 24px;
  max-width: 800px;
  margin: auto;
  padding: 20px 20px 70px;
}

.ask_question_input_outer label {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #BDBABB;
}

.ask_question_input_outer select {
  background-color: #D9D9D94D;
  width: 150px;
  padding: 4px 10px;
  border: none;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #3A3A3A;
  border-radius: 4px;
}

.ask_question_input_outer select:focus {
  background-color: #D9D9D94D;
}

.chat_footer .chat_input {
  border-top: 1px solid #3A3A3A73;
  padding: 24px 15px;
}

.chat_footer .chat_input input {
  border: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 32.68px;
  color: #333;
}

.chat_footer .chat_input input::placeholder {
  color: #BDBABB;

}

.speech_to_text {
  background-color: #EFF8FF;
  padding: 15px 10px;
  border-radius: 8px;
  margin-right: 10px;
}

.speech_to_text span {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: #464343;
}

.chat_footer .send_btn button {
  height: 60px;
  width: 60px;
  background-color: #EBEBEB;
  border: none;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat_question_ans p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  color: #3A3A3A;
}

.chat_question_ans .chat_question {
  border-bottom: 1px solid #B9BBBE;
  padding-bottom: 20px;
  overflow: hidden;
}

.chat_question_ans .chat_answer {
  padding: 10px 0px 30px;
}

.chatpage_sidebar {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100%;
  background: #F5FAFD;
  padding: 119px 40px 30px;
  width: 350px;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  z-index: 9;
  overflow: auto;
}

.chatpage_sidebar.active {
  transform: translateX(0);
}

.chatpage_sidebar .sidebar_option button {
  border: 1px solid #CCCBCB;
  background: #FFFFFF;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 12px 10px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.05px;
  color: #3A3A3A;
}

.speech_to_textModal .modal-content {
  height: 500px;
}

.speech_to_textModal .modal-dialog {
  max-width: 700px;
}

.speech_to_textModal .speech_mic {
  background: #EFF8FF;
  border-radius: 100%;
  height: 170px;
  width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

/* chatpage css end */

/* student homepage css start */
.after_login_header .user_dropdown button {
  background-color: transparent;
  border: none;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.2px;
}

.after_login_header .user_dropdown button:hover {
  color: #1769D2;
}

.after_login_header .user_dropdown button span {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #F5F7FA;
  margin-right: 16px;

}

.user_dropdown .dropdown-toggle::after {
  border: none;
  background-image: url(../images/dropdown-toggle-icon.svg);
  height: 12px;
  width: 20px;
}

.after_login_header .points,
.after_login_header .fire_points {
  box-shadow: 0px 2px 4px 0px #BDBABBBF;
  border: 0.75px solid #1769D2BF;
  background: #FFFFFF;
  padding: 5px 10px;
  border-radius: 12px;
}

.after_login_header .fire_points {
  border: none;
  box-shadow: 0px 2px 4px 0px #BDBABB40;

}

.after_login_header .points span,
.after_login_header .fire_points span {
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 28.6px;
  color: #FD4D4D;
}

.sec_bg_blue {
  background-color: #F5FAFD;
  min-height: 100vh;
}

.homepage_sec {
  padding: 150px 0px 40px;
}

.homepage_card {
  background: #FFFFFF;
  padding: 20px 24px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage_card h6 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 33.89px;
  color: #464343;
  margin-top: 15px;
}
.homepage_card img{
  width: 100px;
  height: 100px;
}

.homepage_card_outer {
  padding: 50px 50px;
}

.study_schedule .schedule_header h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  color: #000000;
}

.study_schedule .schedule_header button {
  background: #FFFFFF;
  border: 1px solid #1769D2;
  padding: 8px 16px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #394149;
}

.study_schedule_table table,
.student_list_table table {
  border-collapse: separate;
  border-spacing: 0px 20px;
}

.study_schedule_table table th,
.study_schedule_table table td {
  border-bottom: none;
  padding: 18px 20px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
  color: #000;
  vertical-align: middle;
}

.study_schedule_table table th {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  border-radius: 8px 0px 0px 8px;
}

.study_schedule_table table td:last-child,
.student_list_table table td:last-child,
.student_list_table table th:last-child {
  border-radius: 0px 8px 8px 0px;

}

.study_schedule_table table tr {
  background-color: #fff;
}

.teacher_notification h6 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  color: #000000;
  margin-bottom: 20px;
}

.notification_inner {
  background: #FFFFFF;
  padding: 25px 25px;
  border-radius: 8px;
  max-height: 280px;
  overflow: auto;
}

.teacher_notification {
  margin-top: -30px;
  padding-left: 30px;
}

.teacher_notification ul li {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  padding: 10px 0px 20px;
  border-bottom: 1px solid #464343;
}

/* student homepage css end */
/* essay grader css start */
.essay_grader_header h2 {
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  line-height: 38.73px;
  text-align: left;
}

.essay_grader_header button {
  font-family: Lato;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
  color: #717171;
}

.essay_grader_ques,
.new_essay_box_inner {
  padding: 25px 25px;
  border-bottom: 1px solid #717171;
}

.essay_grader_ques h5 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #3A3A3A;
}

.essay_grader_ques h5 span {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #CCCBCB;
  padding-left: 30px;
}

.new_essay_box {
  padding: 40px 0px;
}

.new_essay_box_inner h6 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #CCCBCB;
}

.essay_grader_outer {
  box-shadow: 0px 4px 8px 0px #ABBED166;
  background: #FFFFFF;
  padding: 40px 40px;
  border-radius: 16px;
  height: 700px;
  overflow: auto;
  margin: 0px 70px;
}

.essay_grader_ans {
  background: #F5F7FA;
  padding: 20px 30px;
  border-radius: 16px;
}

.essay_grader_ans p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #717171;
}

.essay_grader_outer .next_btn button {
  border-radius: 8px;
  padding: 7px 35px;
}

.enter_essay_title {
  padding: 65px 0px;
}

.enter_essay_title input {
  font-family: Lato;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #717171;
  background: #EFF8FF;
  max-width: 400px;
  margin: auto;
  padding: 25px 10px;
  text-align: center;
  border: none;
}

.flashcard_select_quiz select {
  background-color: #EFF8FF;
  font-family: Lato;
  font-size: 24px;
  font-weight: 400;
  color: #717171;
  padding: 22px 60px;
  border: none;
}

.flashcard_enter_title {
  max-width: 700px;
  margin: auto;
}

.enter_essay_title input:focus {
  background: #EFF8FF;
}

.upload_file_or_doc {
  max-width: 750px;
  margin-bottom: 90px;
}

.upload_file_or_doc label.upload_file {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.upload_file_or_doc label img {
  width: 65px;
  height: 50px;
  border-radius: 10px;
  background-color: #EBEBEB;
}

.upload_file_or_doc input {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #717171;
  padding: 20px 30px;
  background-color: #F5F7FA;
  border: none;
}

.upload_file_or_doc input:focus {
  background-color: #F5F7FA;
}

/* essay grader css end */

/* teacher quiz css start */
.quiz_outer {
  box-shadow: 0px 4px 8px 0px #ABBED166;
  background: #FFFFFF;
  border-radius: 16px;
  text-align: center;
  padding: 70px 40px;
  margin-top: 30px;

}

p.quiz_info_msg {
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #394149;
  margin: 15px 0px;
}

.create_quiz_btn button {
  background-color: #EFF8FF;
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  color: #717171;
  padding: 10px 50px;
  border: none;
}

.create_new_quiz_box {
  padding-top: 35px;
  text-align: unset;
  position: relative;
}

.quiz_outer .next_btn input {
  padding: 15px 45px;
  border-radius: 8px;
  background: #1769D2;
  color: #fff;
}

.create_quiz_form input,
.create_quiz_form select {
  background-color: #EFF8FF;
  font-family: Lato;
  font-size: 24px;
  font-weight: 400;
  color: #717171;
  padding: 15px 30px;
  border: none;
}

.create_quiz_form input.form-control:focus,
.create_quiz_form select:focus {
  background-color: #EFF8FF;
}

.create_quiz_form .input_icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.create_quiz_form {
  padding: 80px 70px 30px;
}

.create_quiz_box {
  background-color: #F5FAFD;
  padding: 90px 50px;
  border-radius: 16px;
  width: 300px;
  text-align: center;
}

.create_quiz_box span {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  color: #3A3A3A;
}

.create-quiz-option {
  gap: 80px;
}

.choose_quiz_type a {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 20.2px;
  color: #212326;
}

.quiz_sidebar_options {
  background: #E0F1FF;
  height: 500px;
  overflow: auto;
}

.quiz_sidebar_options ul li a,
.quiz_sidebar_options .add_new_question button,
.quiz_sidebar_options .nav-pills .nav-link {
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  color: #717171;
  padding: 8px 10px;
}

.quiz_sidebar_options .nav-pills .nav-link {
  background-color: transparent;
}

.quiz_sidebar_options .nav-pills .nav-link.active {
  background-color: #fff;
}

.quiz_sidebar_options ul li a.active {
  background-color: #fff;
}

.quiz_sidebar_options .add_new_question button {
  border: none;
  border-bottom: 3px solid #FFFFFF;
}

.quiz_content_header {
  margin-bottom: 40px;
}

.quiz_content_header h6 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}

.quiz_content {
  padding: 8px 0px 8px 30px;
}

.quiz_content_select_options {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 40px 80px;
}

.quiz_content .select_option a {
  border: 1px dashed #000000;
  padding: 26px 22px;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  color: #212326;
}

.select_option a.blue {
  background: #BCF3F7;
}

.select_option a.light_pruple {
  background: #EFBCF7;
}

.select_option a.yellow {
  background: #E8F7BC;
}

.select_option a.green {
  background: #BCF7DA;
}

.quiz_ques_ans_fill_form label {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
}

.quiz_ques_ans_fill_form textarea {
  background-color: #F5F7FA;
  padding: 20px 20px;
  border: none;
  border-radius: 8px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  color: #717171;
  resize: none;
  border-radius: 16px;
}

.quiz_ques_ans_fill_form textarea:focus {
  background-color: #F5F7FA;
}

.quiz_ques_ans_fill_form input {
  background-color: #F5F7FA;
  padding: 8px 20px;
  border: none;
  border-radius: 8px;
}

.quiz_ques_ans_fill_form .skipped_word_input input {
  max-width: 320px;
}

.quiz_ques_ans_fill_form input:focus-visible {
  outline: none;
}

.quiz_ques_ans_fill_form span {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  color: #000;
  padding-right: 10px;
}

.quiz_outer .quiz_form_next_btn input {
  border-radius: 0px;
  padding: 8px 50px;
}

.correct_ans select {
  background-color: #F5F7FA;
  padding: 10px 20px;
  border-radius: 8px;
  max-width: 80px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
}

.qus_lenght {
  position: absolute;
  right: 14px;
  bottom: 15px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  color: #717171;
}

.options_input h6 {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.selected-option span,
.options_input .selected-option h6,
.correct-ans h6 {
  color: #00CDB3;
}

.correct-ans h6 {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  padding: 8px;
}

.quiz_ques_ans_fill_form {
  padding: 0px 0px 0px 40px;
}

.skipped_word_input input:focus {
  background-color: #F5F7FA;
}

.quiz_ques_ans_fill_form .form-inputs p {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  color: #717171;
  padding: 20px 20px;
}

.next_btn.quiz_form_next_btn {
  position: absolute;
  right: 40px;
  bottom: 30px;
}

.quiz_ques_ans_fill_form span.check-box {
  height: 25px;
  width: 25px;
  border: 1px solid #000000;
  background: #F5F7FA;
}

.correct_ans .answers_box {
  background-color: #F5F7FA;
  padding: 8px 20px;
  border: none;
  border-radius: 8px;
  max-width: 342px;
}

.quiz_ques_ans_fill_form .correct_ans .answers_box input {
  padding: 0px;
}

.correct_ans .answers_box span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  padding: 8px 12px;
  color: #717171;
  background-color: #00CDB321;
}

.multiple-choice-option h6 {
  color: #717171;
}

.ai_assis_chat_input {
  position: absolute;
  width: -webkit-fill-available;
  bottom: 0px;
}

.ai_assis_chat_input textarea {
  width: 100%;
  height: 50px;
  max-height: 200px;
  overflow-y: hidden;
  resize: none;
  background-color: #F5F7FA;
  border-radius: 10px;
  border: none;
  padding: 10px 60px 10px 30px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  color: #717171;
}

.ai_assis_chat_input textarea:focus {
  background-color: #F5F7FA;
}

.ai_assis_chat_input .send_btn button {
  border-radius: 10px;
  height: 40px;
  width: 44px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #274374;
}

.ai_assis_chat_input .send_btn {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.ask_ai_ques_chat_outer {
  height: 370px;
  overflow: auto;
  margin-bottom: 40px;
}

.chat_ques {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #717171;
}

.chat_ques span.choose_ans {
  color: #00CDB3;
}

.cancel_acc_btns button {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding: 8px 12px;
  border: none;
  background-color: #EE7A7A;
}

.cancel_acc_btns button.acc_btn {
  background-color: #00CDB3;
}

.enter_code_input input {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  border: 1px solid #717171;
  padding: 8px 15px;
  border-radius: 8px 0px 0px 8px;
  max-width: 213px;
}

.enter_code_input input::placeholder {
  color: #D6D6D8;
}

.enter_code_input .enter_code_input_icon {
  background-color: #1769D2;
  height: 50px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #717171;
  cursor: pointer;
}

.enter_code_input input:focus-visible {
  outline: none;
}

.add_new_quiz {
  border: 1px solid #BDBABB;
  background: #F5F7FA;
  padding: 60px 10px;
  border-radius: 8px;
  cursor: pointer;
  gap: 30px;
  width: 100%;
  max-width: 280px;
}

.add_new_quiz span {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #717171BF;
}

.my_quizes_outer {
  /* padding: 120px 60px 60px; */
  padding: 120px 0;
}

.atomic_structure_box .atomic_structure_img {
  background: #1769D2;
  border-radius: 8px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
  border: 2px solid #1769D2;
}

.my_quizes_inner {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.atomic_structure_options {
  position: absolute;
  top: 10px;
  right: 10px;
}

.atomic_structure_options .dropdown-toggle::after {
  display: none;
}

.atomic_structure_content {
  border: 1px solid #BDBABB;
  border-radius: 0px 0px 8px 8px;
  background: #F5F7FA;
  margin: 0px 10px;
  margin-top: -10px;
  padding: 25px 15px 15px;
  transition: 0.3s;
  cursor: pointer;
}

.atomic_structure_content h6 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  color: #394149;
}

.atomic_structure_content p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  color: #717171;
  margin-bottom: 2px;
}

.atomic_structure_box {
  width: 100%;
  max-width: 280px;
  transition: 0.3s;
}

a.all_quiz_box {
  max-width: 280px;
}

.atomic_structure_box:hover .atomic_structure_content {
  background: #1769D2;
}

.atomic_structure_box:hover .atomic_structure_content h6,
.atomic_structure_box:hover .atomic_structure_content p {
  color: #fff;
}

.atomic_structure_box:hover .atomic_structure_img {
  background: #F5F7FA;
  border: 2px solid #1769D2;
}

.atomic_structure_box:hover .atomic_structure_img svg path {
  fill: #1769D2;
}

.atomic_structure_box:hover .atomic_structure_options button svg path {
  stroke: #1769D2;
}

/* teacher quiz css end */

/* student quiz css start */
.quiz_question_ans {
  padding: 30px 100px 0px;
}

.quiz_question_ans .quiz_ques span {
  height: 50px;
  width: 100%;
  max-width: 50px;
  background-color: #1769D2;
  color: #fff;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz_question_ans .quiz_ques h5 {
  max-width: 660px;
  font-family: Lato;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #3A3A3A;
}

.quiz_answer_options button {
  border: 1px solid #1769D2;
  width: 100%;
  padding: 12px 12px;
  border-radius: 8px;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #3A3A3A;
  background-color: transparent;
  margin-bottom: 20px;
  text-align: left;
}

.quiz_submit_btn button {
  background-color: #1769D2;
  padding: 12px 50px;
  border-radius: 8px;
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 29.05px;
  border: none;
}

.ans_correct_incorrect_ans_box {
  border: 1px solid #CCCBCB;
  border-radius: 8px;
  padding: 17px 10px;
}

.ans_correct_incorrect_ans_box span.answer-option {
  height: auto;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EBEBEB;
  border-radius: 10px;
  margin: auto;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  color: #3A3A3A;
  padding: 10px;
}

.question_name h4 {
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #3A3A3AD9;
  margin: 20px 0px 30px;
}

.correct-incorrect-btn button {
  background: #F59999;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #3A3A3AD9;
  border: none;
  padding: 8px 24px;
  border-radius: 8px;
  background: #BCF7DA;
}

.correct-incorrect-btn button.incorrect_btn {
  background: #F59999;
}

.quiz_answer_text p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #B9BBBE;
  max-width: 600px;
}

.quiz_bottom_btns button {
  border: 1px solid #CDCBCB;
  border-radius: 8px;
  padding: 8px 16px;
  background-color: transparent;
  width: 100%;
  max-width: 140px;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #464343;
}

.quiz_score_outer .score_heading h5 {
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  color: #3A3A3A;
  margin: 15px 0px;
}

.quiz_score_outer .score_heading span {
  font-family: Lato;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  color: #3A3A3A;
}

.quiz_score_outer button.try_again_btn {
  background: #BCF7DA;
  padding: 8px 24px;
  border-radius: 8px;
  border: none;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #3A3A3AD9;
  margin: 35px 0px;
}

.quiz_score_outer .answer_points span {
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #3A3A3A;
  width: 100%;
  max-width: 185px;
  text-align: start;
}

.select_another_quiz a {
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #1769D2;
}

.flashcard_atomic_structure h6 {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  margin: 27px 0px;
}

.flashcard_atomic_structure h3,
.student_list_outer h3 {
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
}

.flashcard_front_card {
  background-color: #EFF8FF;
  width: 100%;
  text-align: center;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin: 0px 10px;
}

.flashcard_front_card h4,
.flashcard_front span {
  font-family: Lato;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #717171;
}

.flashcard_front span {
  color: #545454;
}

.flashcard_back_card {
  background-color: #F5F7FA;
  padding: 13px 30px;
  margin: 0px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.flashcard_back_card p {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #717171;
}

.flashcard_atomic_structure {
  padding: 0px 30px;
}

.flashcard_atomic_structure_outer {
  height: unset;
}

.site_pagination .page-item a {
  border: 1px solid #CCCBCB;
  border-radius: 100% !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F7FA;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  color: #3A3A3A;
}

.site_pagination .page-item a:focus {
  box-shadow: none;
}

.site_pagination .page-item.active a {
  background-color: #1769D2;
  color: #fff;
}

.create_flashcard_btn button {
  border-radius: 8px;
  font-size: 18px;
  padding: 14px 25px;
}

.flashcard_crad_header h2 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #3A3A3A;
}

.flashcard_slider .flashcard_slider_content {
  max-width: 640px;
  margin: auto;
  margin-top: 50px;
}

.flashcard_slider .flashcard_slider_inner p {
  background-color: #1769D2;
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  padding: 16px 10px;
}

.flashcard_slider .flashcard_atomic_name {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3A3A3A;
}

.flashcard_slider .flashcard_slider_inner h3 {
  font-family: Lato;
  font-size: 80px;
  font-weight: 600;
  line-height: 100px;
  color: #464343;
}

.flashcard_slider .slick-next:before,
.flashcard_slider .slick-prev:before {
  content: '';
  background-image: url(../images/arrow-right-circle.svg);
  height: 94px;
  width: 94px;
  display: block;
}

.flashcard_slider .slick-prev:before {
  background-image: url(../images/arrow-left-circle.svg);
}

.flashcard_slider .slick-next {
  right: 70px;
  top: 40%;
}

.flashcard_slider .slick-prev {
  left: -8px;
  z-index: 999;
  top: 40%;
}

.flip_card_btn {
  margin-top: 50px;
}

.flip_card_btn button {
  background: #274374;
  border: none;
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  padding: 14px 35px;
  border-radius: 8px;
}

.flashcard_atomic_back h6 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #464343;
}

.flashcard_atomic_back {
  display: none;
}

.flashcard.flipped .flashcard_atomic_front {
  display: none;
}

.flashcard.flipped .flashcard_atomic_back {
  display: block;
  width: 100%;
  max-width: 400px;
  text-align: start;
}

.flashcard_slider_inner {
  padding: 0px 10px;
}

.correct_ans .answers_box span.ans_option_active {
  background-color: lightblue;
}

.answer_box_outer .answers_box span {
  border: 1px solid #1769D2;
  background-color: transparent;
}

.toast-container .toast {
  background: #ff2236;
  border: 1px solid #ff0017;
}

.toast-container .toast.green {
  background: #009502;
  border: 1px solid #9eeaf9;
}

.select_ques_type_dropdown {
  position: absolute;
  bottom: 50px;

}

.select_ques_type .ai_assis_chat_input {
  bottom: 20px;
  margin-right: 40px;
}

.student_list_outer {
  padding-top: 140px;
}

.student_list_table th {
  font-weight: 600;
  font-family: Lato;
  font-size: 16px;
  line-height: 19.2px;
  border-bottom: none;
  padding: 18px 20px;
  border-radius: 8px 0px 0px 8px;
}

.student_list_table table td {
  font-family: Lato;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
  color: #000;
  vertical-align: middle;
  border-bottom: none;
  padding: 18px 20px;
}

.student_list_table table tr {
  background-color: #fff;
}

.quiz_container_list h4 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
}

.quiz_container_list .quiz_answer_options button {
  padding: 9px 11px;
  font-size: 16px;
  margin-bottom: 9px;
  pointer-events: none;
}

.quiz_container_list .quiz_answer_options button.correct {
  background-color: #d4edda;
  border: 1px solid #249940;
}

.quiz_container_list .quiz_answer_options button.incorrect {
  background-color: #f8d7da;
  border: 1px solid #dc3545;
}

.correct_ans_box span {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
}

.correct_ans_box h6 {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 8px;
  background-color: #d4edda;
  border: 1px solid #249940;
}

.correct_ans_box .bg_coustom_ans{
  background-color: #f8d7da;
    border: 1px solid #dc3545;
}

/* student quiz css end */
/* parent homepage css start */

.check_uncheck span {
  width: 40px;
  height: 40px;
  border: 1px solid #6c6c6c;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.see_quiz_result_btn {
  background-color: #1769D2;
  color: #fff;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  border: 1px solid transparent;
}

.see_quiz_result_btn:hover {
  color: #fff;
}

/* .after_login_header .navbar .modal-backdrop {
  position: relative;
  z-index: -1;
}

.loader_box_icon_add_child .loader-icon-add-child {
  position: relative;
  left: 606px;
  top: 49%;
  z-index: 9999;
}

.modal-backdrop {
  background-color: transparent;
  position: relative;
  z-index: -1;
} */

/* .select2-selection__rendered{
 padding: 10px 20px 10px 50x !important; 
    background-color: #F5FAFD;
    font-size: 18px;
    font-weight: 400;
    line-height: 33.89px;
    border: none;
    color: #717171;
    font-family: 'Inter';

    
}

.select2-container--default .select2-selection--single{
  background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 100% !important;
} */
/* parent homepage css end */


/* new css  */

.back_btn_new button {
  background-color: #274374;
  color: #fff;
  border: 1px solid #274374;
  padding: 8px 20px;
  border-radius: 10px;
  margin-left: 73px;
}

.loader_box_icon .loader-icon {
  position: relative;
  bottom: 301px;
  left: 50%;
}

.loader_box_icon_new .loader-icon {
  position: relative;
  top: 51px;
  left: 30%;
}

.notification_icon_inner {
  background-color: #F5F7FA;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.notification_number {
  position: absolute;
  right: 2px;
  top: -6px;
  z-index: 1;
  background-color: #1769D2;
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MCQ AI quiz  */
.Quiz_AI_outer .quiz_AI_inner h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 38.73px;
  font-family: 'Inter';
  text-align: center;
  color: #274374;
}

.Quiz_AI_outer .quiz_AI_inner form label {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  font-family: 'Inter';
  text-align: left;
}

.Quiz_AI_outer .quiz_AI_inner form button {
  background-color: #274374;
  color: #fff;
  border: 1px solid #274374;
  padding: 8px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: end;

}


.ai_quiz_modal .mcq_question input {
  background-color: #fff;
  border: 1px solid #444;
  margin: 10px 3px;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}

.answerClassAIQUiz input {
  background-color: #F5F7FA;
  border: 1px solid #F5F7FA;
  margin: 10px 3px;
  padding: 10px;
  width: 45%;
  border-radius: 5px;
}

.ai_quiz_modal .mcq_answer {
  background-color: #F5F7FA;
  border: 1px solid #F5F7FA;
  margin: 10px 3px;
  padding: 5px;
  width: 30%;
  border-radius: 5px;
}

.ai_quiz_modal form h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  font-family: 'Inter';
  text-align: left;
}

.quiz_footer_btn .btn_quiz_footer {
  background-color: #274374;
  color: #fff;
  border: 1px solid #274374;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 14px;
}


.custom-scrollbar .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.custom-scrollbar .modal-content::-webkit-scrollbar {
  width: 5px;
}

.custom-scrollbar .modal-content::-webkit-scrollbar-thumb {
  background-color: #274374;
  border-radius: 5px;
}

.custom-scrollbar .modal-content::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.custom-scrollbar .modal-content {
  scrollbar-width: thin;
  scrollbar-color: #274374 #f1f1f1;
}

.flashcard_atomic_structure_bottom {
  /* margin-left: 70px; */
  margin-top: 21px;
}

.quiz_inner_ai a button {
  background-color: #274374;
  color: #fff;
  border: 1px solid #274374;
  padding: 8px 20px;
  border-radius: 5px;
}

/* Admin css  */

.admin_document_management .top_btn a button {
  background-color: #274374;
  color: #fff;
  border: 1px solid #274374;
  padding: 8px 20px;
  border-radius: 5px;
}

.admin_document_management table tr td button {
  background-color: #274374;
  color: #fff;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #274374;
  font-size: 14px;
}

.notification_icon_outer .dropdown-menu {
  width: 390px;
}

.notification_icon_outer .dropdown-menu .mark_btn {
  position: absolute;
  background-color: #274374;
  color: #fff;
  right: 18px;
  top: 13px;
  font-size: 14px;
  padding: 3px;
  border-radius: 5px;
}

.admin_modal .modal-footer button {
  background-color: #274374;
  color: #fff;
  border: 1px solid #274374;

}

/* .notification_icon_outer .dropdown-menu .notification_inner button{
  background-color: red;
} */

.notification_icon_outer ul .title {
  background-color: transparent;
  padding: 20px;
  color: #274374;
  font-size: 16px;
  font-weight: 500;
}

.notification_icon_outer .notification_circel {
  border: 1px solid #F5F7FA;
  background-color: #F5F7FA;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification_icon_outer button {
  border: 1px solid #F5F7FA;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  margin: 10px 0;
}

.notification_icon_outer form {
  position: absolute;
  right: 0;
  z-index: 1;
  background: #274374;
  font-size: 14px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.view_file_popup ul li {
  background-color: #F5FAFD;
  margin: 5px;
  padding: 5px;
}

.admin_student_data .student_list_table table tr {
  background-color: #eff8ff;
}

.admin_user_management .back_btn button {
  background-color: #274374;
  color: #fff;
  border: 1px solid #274374;
  padding: 8px 20px;
  border-radius: 10px;
  margin-left: 73px;
}

.user_management_tab .nav-link.active,
.user_management_tab .show>.nav-link {
  background-color: #274374;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
}

.user_management_tab .nav-link.active i,
.user_management_tab .show>.nav-link i {
  color: #fff;
}

.user_management_tab .nav-link i {
  color: #274374;
  font-size: 14px;
}

.user_management_tab .nav-link {
  background-color: #eff8ff;
  color: #000;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
}

.user_management_popup button {
  background-color: #274374;
  color: #fff;
  border: 1px solid #274374;
  padding: 8px 20px;
  border-radius: 10px;
}

.admin_user_management .flex_btn_admin .search_filter input {
  background-color: #eff8ff;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px 30px;
}

.search_filter {
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}

.search_filter input {
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.search_filter i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  font-size: 20px;
}

.pagination_user_managment .page-item .page-link {
  background-color: #eff8ff;
  color: #274374;
  padding: 5px;
  border: 1px solid #eff8ff;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}

.history-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s;
}

.history-item:hover {
  background-color: #f5f5f5;
}

#history-container {
  height: 400px;
  overflow: auto;
}

.modal_history_new {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal_history_new .modal-content {
  margin: auto;
}

.pagination_user_managment {
  display: flex;
  gap: 14px;
}

.scroll_tabel_height {
  height: 500px;
  overflow: auto;
}

.scroll_tabel_height::-webkit-scrollbar {
  width: 5px;
}

.scroll_tabel_height::-webkit-scrollbar-thumb {
  background-color: #274374;
  border-radius: 5px;
}

.scroll_tabel_height .table thead th {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

.scroll_tabel_height .table {
  border-collapse: separate;
  border-spacing: 0;
}

.essay_form_outer .essay_inner_data button {
  background-color: #274374;
  color: #fff;
  border: 1px solid #274374;
  padding: 5px 10px;
  border-radius: 10px;
}

.essay_grader_header .header_heading .view_file_btn a button,
.essay_grader_header .header_heading .view_file_btn button {
  background-color: #1769d2;
  border: 1px solid #1769d2;
  padding: 8px 20px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}

.forgot_password a {
  color: #0d6efd;
  font-weight: 600;
}


.answerCorrectGreen {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
  border-radius: 8px;
  background-color: #d4edda;
  border: 1px solid #249940;
  width: fit-content;
}

.answerWrongRed {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
  border-radius: 8px;
  background-color: #f8d7da;
  border: 1px solid #dc3545;
  width: fit-content;
}

.questionBlanks {
  margin: 0;
}

.error_heading {
  color: red;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;

}

.chat_question img {
  width: 368px;
  height: 262px;
  object-fit: contain;
  cursor: pointer;
}


.chat_files {
  margin: 0 auto;
  text-align: center;
}

.chat-icons-container button {
  background-color: transparent;
  color: #274374;
  border: none;
}

.chat-icons-container {
  display: flex;
}

/* .quiz_ques_ans_fill_form input:focus {
  background-color: #F5F7FA;
  padding: 8px 20px;
  border: none;
  border-radius: 8px;
} */

.quiz_ques_ans_fill_form .New_next_btn:focus {
  background: #1769D2;
  color: #fff;
  border-radius: 0px;
  padding: 8px 50px;
}

.bg_new_chat {
  background-color: #eff8ff;
  padding: 20px;
  height: 500px;
}

.custom_container {
  width: 100%;
  max-width: 1490px;
  margin-left: auto;
  padding: 0 0 0 20px;
}

/* .left_slide_outer {
  height: 100vh;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #1769D2 transparent;
} */

.left_slide_outer::-webkit-scrollbar {
  width: 2px;

}

.left_slide_outer::-webkit-scrollbar-thumb {
  background-color: #1769D2;
  border-radius: 10px;
}

.left_slide_outer::-webkit-scrollbar-track {
  background-color: transparent;
}

.brain_box p {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Inter';
  border-left: 5px solid #1769D2;
  border-bottom: 5px solid #1769D2;
  border-radius: 10px;
  padding: 0 5px;
}

.brain_box img {
  height: 35px;
}
.quiz_result_top_btn p{
  box-shadow: 0px 2px 4px 0px #BDBABBBF;
  border: 0.75px solid #1769D2BF;
  background: #FFFFFF;
  padding: 5px 10px;
  border-radius: 12px;
  margin-bottom: 0px;
}
.select2-container--default .select2-selection--multiple {
  padding: 10px 24px 10px 55px;
  background-color: #F5FAFD !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 33.89px;
  border: none !important;
  color: #717171;
  font-family: 'Inter';
  border-radius: 5px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin: 0;
}

.payment_history_sec h2 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  color: #000000;
  text-align: center;
}

.header_payment_tabel form label {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #274374;
}

.header_payment_tabel form input {
  background: #FFFFFF;
  border: 1px solid #274374;
  padding: 8px 16px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #394149;
}

.header_payment_tabel form select {
  padding: 8px 16px;
  border: 1px solid #274374;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #394149;
  width: 300px;
  border-radius: unset;
}

.header_payment_tabel form .button_header button {
  background-color: #274374;
  color: #fff;
  border: 1px solid #274374;
  padding: 8px 30px;
  border-radius: 5px;
  font-size: 16px;
}

.payment_history_section .back_btn button {
  background-color: #274374;
  color: #fff;
  border: 1px solid #274374;
  padding: 8px 30px;
  border-radius: 5px;
  font-size: 16px;
}

.payment_box_design_outer {
  height: 100vh;
  overflow: hidden;
}

.inner_box_payment {
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  width: 100%;
  max-width: 580px;
}

.inner_box_payment h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38.73px;
  font-family: 'Inter';
}

.inner_box_payment form label {
  font-size: 14px;
  color: #212326;
  margin-top: 4px;
}

.inner_box_payment form input {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-size: 18px;
  font-weight: 400;
  border: none;
  color: #717171;
  font-family: 'Inter';
  background-color: #F5FAFD;
  padding: 5px 5px;
  width: 100%;
}

.inner_box_payment form input:focus {
  outline: none;
}

.inner_box_payment form button {
  background-color: #274374;
  padding: 8px;
  width: 100px;
  color: #fff;

}

.inner_box_payment form .card_design {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-size: 18px;
  font-weight: 400;
  border: none;
  color: #717171;
  font-family: 'Inter';
  background-color: #F5FAFD;
  padding: 10px 5px;
}

.pay_success_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.payment_msg .success_page_btn {
  background-color: #274374;
  color: #fff;
  border-radius: 8px;
  width: 150px;
  margin: 0 auto;
}

.payment_loading {
  --speed-of-animation: 0.9s;
  --gap: 6px;
  --first-color: #4c86f9;
  --second-color: #49a84c;
  --third-color: #f6bb02;
  --fourth-color: #f6bb02;
  --fifth-color: #2196f3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  gap: 6px;
  height: 100px;
}

.payment_loading span {
  width: 4px;
  height: 50px;
  background: var(--first-color);
  animation: scale var(--speed-of-animation) ease-in-out infinite;
}

.payment_loading span:nth-child(2) {
  background: var(--second-color);
  animation-delay: -0.8s;
}

.payment_loading span:nth-child(3) {
  background: var(--third-color);
  animation-delay: -0.7s;
}

.payment_loading span:nth-child(4) {
  background: var(--fourth-color);
  animation-delay: -0.6s;
}

.payment_loading span:nth-child(5) {
  background: var(--fifth-color);
  animation-delay: -0.5s;
}

@keyframes scale {

  0%,
  40%,
  100% {
    transform: scaleY(0.05);
  }

  20% {
    transform: scaleY(1);
  }
}

.flashcard_front_card .new_truncate_text {
  width: 200px;
}

.flashcard_back_card .new_truncate_text {
  width: 200px;
}

.how_it_works_outer{
  padding: 80px 0px;
  text-align: center;
}
.video_slider_outer h2{
  font-size: 20px;
    font-weight: 700;
    line-height: 28.73px;
  font-family: 'Inter';
}
.video_container{
  border: 1px solid #274374;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-bottom: 15px;
  height: 360px;
}
.video_container video{
  width: 100%;
  height: 100%;
}
.video_slider_outer .slick-next:before,
.video_slider_outer .slick-prev:before {
  content: '';
  background-image: url(../images/arrow-right-circle.svg);
  height: 94px;
  width: 94px;
  display: block;
  background-size: 70px;
  background-repeat: no-repeat;
}

.video_slider_outer .slick-prev:before {
  background-image: url(../images/arrow-left-circle.svg);
}

.video_slider_outer .slick-next {
  right: 100px;
  top: 40%;
}

.video_slider_outer .slick-prev {
  left: 42px;
  z-index: 999;
  top: 40%;
}

@media screen and (max-width: 512px) {
  .flashcard_front_card .new_truncate_text {
    width: 85px;
  }

  .flashcard_back_card .new_truncate_text {
    width: 85px;
  }
}

.payment_msg h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38.73px;
  font-family: 'Inter';

}

.navbar-brand img {
  width: 180px;
  height: auto;
}

.payment_box_design_outer {
  height: 100vh;
  overflow: hidden;
}

.inner_box_payment {
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  width: 100%;
  max-width: 580px;
}

.inner_box_payment h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38.73px;
  font-family: 'Inter';
}

.inner_box_payment form label {
  font-size: 14px;
  color: #212326;
  margin-top: 4px;
}

.inner_box_payment form input {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-size: 18px;
  font-weight: 400;
  border: none;
  color: #717171;
  font-family: 'Inter';
  background-color: #F5FAFD;
  padding: 5px 5px;
}

.inner_box_payment form input:focus {
  outline: none;
}

.inner_box_payment form button {
  background-color: #274374;
  padding: 8px;
  width: 100px;
  color: #fff;

}

.inner_box_payment form .card_design {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-size: 18px;
  font-weight: 400;
  border: none;
  color: #717171;
  font-family: 'Inter';
  background-color: #F5FAFD;
  padding: 10px 5px;
}

.pay_success_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.payment_msg .success_page_btn {
  background-color: #274374;
  color: #fff;
  border-radius: 8px;
  width: 150px;
  margin: 0 auto;
}

.payment_loading {
  --speed-of-animation: 0.9s;
  --gap: 6px;
  --first-color: #4c86f9;
  --second-color: #49a84c;
  --third-color: #f6bb02;
  --fourth-color: #f6bb02;
  --fifth-color: #2196f3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  gap: 6px;
  height: 100px;
}

.payment_loading span {
  width: 4px;
  height: 50px;
  background: var(--first-color);
  animation: scale var(--speed-of-animation) ease-in-out infinite;
}

.payment_loading span:nth-child(2) {
  background: var(--second-color);
  animation-delay: -0.8s;
}

.payment_loading span:nth-child(3) {
  background: var(--third-color);
  animation-delay: -0.7s;
}

.payment_loading span:nth-child(4) {
  background: var(--fourth-color);
  animation-delay: -0.6s;
}

.payment_loading span:nth-child(5) {
  background: var(--fifth-color);
  animation-delay: -0.5s;
}

@keyframes scale {

  0%,
  40%,
  100% {
    transform: scaleY(0.05);
  }

  20% {
    transform: scaleY(1);
  }
}

.payment_msg h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38.73px;
  font-family: 'Inter';

}

.hamburger {
  cursor: pointer;
}

.hamburger input {
  display: none;
}

.hamburger svg {
  height: 3em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: #274374;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger input:checked+svg {
  transform: rotate(-45deg);
}

.hamburger input:checked+svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}


.bar_loader {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  transform: rotate(165deg);
}

.bar_loader:before,
.bar_loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}

.bar_loader:before {
  animation: before8 2s infinite;
}

.bar_loader:after {
  animation: after6 2s infinite;
}

@keyframes before8 {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }

  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }

  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }

  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}

@keyframes after6 {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }

  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }

  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }

  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}

.bar_loader {
  position: absolute;
  top: calc(50% - 1.25em);
  right: 45px;
}

.after_login_header .navbar-toggler {
  border: none;
  padding: 0;
  font-size: unset;
}

.chat_input .chat_textarea {
  padding: 8px 10px;
  height: 45px;
  width: 100%;
}

.chat_footer .new_send_btn button {
  height: 45px;
  width: 45px;
  background-color: #1769D2;
  border: none;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-radius: 1px solid #ced4da;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 24px;
  border-top-right-radius: .375rem;
}

.admin_side_pagination .page-item .page-link {
  border: 1px solid #274374;
  background-color: #274374;
}




.mic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.mic::before,
.mic::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: 2;
  box-shadow: 0 0 20px 20px #1c084f;
}

.mic::before {
  width: 200px;
  height: 200px;
  background-color: #1a084e;
}

.mic::after {
  width: 167px;
  height: 167px;
  background-color: #2f1e5f;
}

.mic-icon {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(5);
  display: block;
  width: 16px;
  height: 12px;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  border: 2px solid;
  border-top: 0;
  margin-top: 20px;
  z-index: 3;
}

.mic-icon::before,
.mic-icon::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.mic-icon::before {
  width: 2px;
  height: 5px;
  top: calc(100% + 1px);
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
}

.mic-icon::after {
  border: 2px solid;
  width: 8px;
  height: 18px;
  left: 50%;
  top: -10px;
  border-radius: 4px;
  transform: translate(-50%, 0);
}

button.active .mic::after {
  animation: circle-size 0.8s linear infinite alternate;
}

button.active .mic-shadow {
  animation: shadow-rotate 1.5s linear infinite;
}

.mic-shadow {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  z-index: 1;
  box-shadow: 10px -55px 30px 15px #823ca6, 24px -10px 47px 10px #aab3d2, -21px -25px 97px 10px #5acee3, 51px 5px 17px 10px #1b7d8f, 3px 2px 77px 10px #f30bf5;
  transform-origin: center;
}

@keyframes circle-size {
  from {
    width: 250px;
    height: 250px;
  }

  to {
    width: 300px;
    height: 300px;
  }
}

@keyframes shadow-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.modal .save_btn {
  background-color: #1769D2;
}

.study_schedule_table .action_btns button {
  background: #1769d2;
  border: none;
  border-radius: 4px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.delete_schedule_modal .modal-btns button {
  background: #1769d2;
  border: none;
  border-radius: 4px;
}

.study_schedule_table .action_btns button.dlt-btn,
.delete_schedule_modal .modal-btns .delete_btn {
  background: #fd4d4d;
}

.delete_schedule_modal h3 {
  font-size: 20px;
  text-align: center;
}

.delete_schedule_modal .modal-body {
  padding: 40px 20px;
}

.delete_schedule_modal .modal-dialog {
  max-width: 400px;
}

.modal_header button {
  top: -11px;
  position: absolute;
  right: -10px;
  background: #1769d2;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: none;
  z-index: 9;
}

/* General styles for the loader */

/* dashboard chat css start */
.left_sidebar_content {
  height: 100%;
  /* border-radius: 12px 0px 0px 0px; */
  border: 1px solid #E3E8E7;
  background: #FFF;
  background-color: #fff;
}

.left_sidebar_content .all_messages {
  padding: 16px 21px 0px;
}

.left_sidebar_content .serach_input_box {
  padding: 22px 16px 8px;
  position: relative;
}

.left_sidebar_content .serach_input_box input[type="text"] {
  border: none;
  width: 100%;
  color: #747474;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 11px 40px;
  border-radius: 8px;
  border: 1px solid #E3E8E7;
  background-color: #F6F6F6;
}

.left_sidebar_content .serach_icon {
  position: absolute;
  top: 28px;
  left: 30px;
}

.all_messages p {

  font-size: 18px;
  font-weight: 600;
}

.left_sidebar_links a {
  text-decoration: none;
}

.left_sidebar_content .sidebar_info {
  padding: 16px 5px 16px 45px;
  gap: 16px;
  transition: all 0.3s ease-in;
  border-bottom: 1px solid #E3E8E7;
}

.last_active span {
  font-size: 12px;
  width: 100%;
  display: block;
  color: #707070;
}

/* .chat_data_right {
  width: 100%;
} */

.chat_dropdown button {
  background-color: transparent;
  border: none;
  padding: 0px;
}

.chat_dropdown li {
  font-size: 14px;
}

.chat_dropdown .dropdown-menu {
  padding: 5px 10px;
  width: max-content;
}

.chat_dropdown .dropdown-menu li {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.chat_dropdown .dropdown-menu li:hover {
  color: #226241;
}

.chat_dropdown button:after {
  display: none;
}

.left_sidebar_content .sidebar_info {
  display: flex;
}

.left_sidebar_content .sidebar_info h5 {
  color: #000000;

  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 0px;
}

.left_sidebar_content .sidebar_info p {
  overflow: hidden;
  color: #333333;
  width: 190px;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}

.left_sidebar_content .user_data {
  width: 180px;
}

.right_sidebar_info .right_sidebar_header {
  justify-content: space-between;
  border-bottom: 1px solid #D3D3D3;
  border-top: 1px solid #D3D3D3;
  padding: 16px 18px;
  background-color: #fff;
}

.right_sidebar_info {
  border-bottom: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  position: relative;
}

.right_sidebar_info .user_details {
  display: flex;
  gap: 8px;
  align-items: center;
}

.active_chat_user_name h5 {
  margin-bottom: 0px;
  color: #000;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.active_chat_user_name p {
  color: #747474;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.chat_process_info {
  padding: 24px 40px;
  background-color: #fff;
  overflow-y: scroll;
  height: 600px;
  height: calc(100vh - 340px);
}

.chat_process_info small {
  display: block;
  color: #888;
  font-size: 11px;
  font-weight: 500;
}

.chat_process_info .chat_sender_content small {
  text-align: right;
}

.icon-text {
  border: none;
  background: none;
}

.left_sidebar_links {
  overflow-y: auto;
  height: calc(100vh - 296px);
}

section.homepage_sec.sec_bg_blu.chatpage_outer {
  padding: 150px 0px 10px;
}

.right_sidebar_info .chat_reciever,
.chat_sender {
  max-width: 320px;
  width: 100%;
  /* display: flex;
  align-items: center;
  gap: 12px; */
  margin-bottom: 5px;
}

.right_sidebar_info .chat_user_img {
  width: 100%;
  max-width: fit-content;
}

.right_sidebar_info .chat_reciever img,
.chat_sender .chat_user_img img {
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: 10px;
  display: block;
}

.right_sidebar_info .chat_sender {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: end;
}

.right_sidebar_info .chat_sender p {
  margin-bottom: 4px;
  color: #333;
  font-size: 14px;
  font-family: PT Sans;
  font-weight: 400;
  border-radius: 20px 20px 0px 20px;
  background: #F3F3F3;
  padding: 8px 20px;
  width: fit-content;
  margin-left: auto;
}

.right_sidebar_info .chat_sender p a {
  word-break: break-all;
}

.right_sidebar_info .chat_reciever p {
  margin-bottom: 4px;
  color: #000;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 400;
  line-height: 156%;
  border-radius: 20px 20px 20px 0px;
  background: #c1dcff;
  word-break: break-all;
  padding: 20px;
  padding: 8px 20px;
  width: fit-content;
  margin-right: auto;
}

.right_sidebar_info .chat_reciever p.member_bg {
  background: #cee8ff;
  color: #000;
}

.right_sidebar_info .chat_timings span {
  border-radius: 100px;
  border: 1px solid #F9CC81;
  background: #FDDA9F;
  padding: 2px 10px;
  color: #595959;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.left_sidebar_content .sidebar_info p.manager_name {
  margin-top: 10px;
  font-weight: bold;
  color: #226241;
}

.chat_filter select.form-select {
  width: auto;
  margin-left: 17px;
  height: 39px;
}

.chat_filter select.form-select:focus {
  box-shadow: none;

}

.chat_dropdown {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-bottom: 10px;
}

.active-bg {
  background-color: #c1dcff;
}

.sidebar_info:hover {
  background-color: #c1dcff;
}

.left_sidebar_links .rounded-pill {
  background-color: #1769d2 !important;
}

.sidebar_info .message_time p {

  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #868686;
  padding-top: 10px;
}

.position-rel {
  position: relative;
  bottom: 28px;
}

.chat_input_box textarea {
  width: 100%;
  border: 1px solid #D0D5DD;
  height: 41px;
  border-radius: 30px;
  /* overflow: hidden; */
  font-size: 14px;
  color: #848484;
  padding: 9px 50px 9px 9px;
}

.chat_input_box {
  display: flex;
  gap: 8px;
}

.icon-text {
  background-color: #1769d2;
  border-radius: 50%;
  height: 35px;
  width: 100%;
  max-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-text svg {
  fill: white;
}

.chatpage_outer .chat_footer {
  text-align: center;
  background-color: #ffffff;
  height: unset;
  margin-top: 0px;
  display: block;
  padding: 30px 30px 30px 14px;
}

.chat_input_box textarea:focus-visible {
  border: 1px solid #D0D5DD;
  outline: none;
}

.sidebar_info {
  position: relative;
}

.message_time a {
  position: relative;
  right: 3px;
}

.user_info_image img {
  position: absolute;
  top: 18px;
  left: 17px;
}

.test {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
}

.tooltip2 {
  position: relative;
  top: 5px;
  padding: 5px 12px;
  margin: 5px;
  font-size: 15px;
  border-radius: 100%;
  color: #fff;
  left: 13px;
}

#message_input.sophia_textarea_msg_input {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  max-height: 200px;
  overflow-y: auto;
  resize: none;
}

.tooltip2:before,
.tooltip2:after {
  position: absolute;
  content: "";
  opacity: 0;
  transition: all 0.4s ease;
}

.tooltip2:before {
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: green transparent transparent transparent;
  top: -15px;
  transform: translateY(20px);
}

.tooltip2:after {
  content: attr(data-tooltip);
  background: #ECD924;
  width: 200px;
  height: auto;
  font-size: 14px;
  font-weight: 300;
  top: -70px;
  right: -10px;
  padding: 20px;
  border-radius: 5px;


  color: #205A3A;
}

.tooltip2:hover::before,
.tooltip2:hover::after {
  opacity: 1;
  transform: translateY(-2px);
}

@keyframes shake {
  0% {
    transform: rotate(2deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  70% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#anim:hover {
  animation: shake 500ms ease-in-out forwards;
}






@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }

  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }

  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

.avatar {

  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  transform: translatey(0px);
  animation: float 5s ease-in-out infinite;

}

.chat_input_box input {
  width: 94%;
  border: 1px solid #D0D5DD;
  height: 41px;
  border-radius: 30px;
  overflow: hidden;
  font-size: 14px;
  color: #848484;
  padding: 9px;
}

.chat_input_box input:focus-visible {
  border: 1px solid #D0D5DD;
  outline: none;
}


.loader {
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  text-align: center;
  background-color: #333333;
}

/* .loader_box_icon{
  position:relative;
} */
.loader_box_icon {
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.loader-icon {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99;
}

.loader-icon-email {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99;
}

.admin_upload_timesheet {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.np-loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* loading  */

.half {
  display: inline-flex;
  justify-content: left;
  align-items: center;
  font-size: 1rem;
  margin-top: 10px;
}

.half.light .typing {
  background-color: #e0e0e0;
}

.half.dark {
  background-color: #262626;
}

.half.dark .typing {
  background-color: #525252;
}

/*  */

.typing {
  display: block;
  width: 54px;
  height: 23px;
  border-radius: 20px;
  margin: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;

}

.circle {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #8d8d8d;
  margin: 3px;
}

.circle.scaling {
  animation: typing 1000ms ease-in-out infinite;
  animation-delay: 3600ms;
}

.circle.bouncing {
  animation: bounce 1000ms ease-in-out infinite;
  animation-delay: 3600ms;
}

.circle:nth-child(1) {
  animation-delay: 0ms;
}

.circle:nth-child(2) {
  animation-delay: 333ms;
}

.circle:nth-child(3) {
  animation-delay: 666ms;
}

@keyframes typing {
  0% {
    transform: scale(1);
  }

  33% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.4);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  33% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.nav a {
  text-decoration: none;
}

.nav,
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.nav li {
  display: block;
  /* float: left; */
  clear: both;
}

.nav>li {
  position: relative;
  cursor: pointer;
  /* padding: 15px; */
  font-size: 20px;
  color: #999;
  border: none;

}



.nav>li .num {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 100%;
  background-color: #eee;
  color: #999;
  text-align: center;
}

.nav>li>ul {
  position: absolute;
  background-color: #ffffff;
  width: 340px;
  border: 1px solid #ccc;
  margin-top: 15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  right: 0px;
  border-radius: 20px;
}



.nav>li>ul:before {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ccc transparent;
  z-index: 1px;
}


.nav>li>ul>li {
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding: 7px 15px;
}

.nav>li>ul>li:last-child {
  border: none;
}

.nav>li>ul>li.title {
  font-size: 16px;
  color: #000;
  padding: 8px 15px;
}

.dashboard_header_lang .goog-te-combo {
  margin-top: 0px;
}

.cm-msg-text p {
  margin: 0;
}

#chatbot_header_icon {
  display: flex;
  gap: 10px;
}

label.live_agent_text {
  font-size: 16px;
  cursor: pointer;
}

label.live_agent_text:hover {
  color: #ECD924;
}

.job_search_hha_input {
  width: 50%;
  margin-left: auto;
  margin-bottom: 10px;
}

.job_search_hha_input input {
  padding-left: 40px;
}

.job_search_hha_input input:focus {
  box-shadow: none;
  border: 1px solid #dcdcdc;
}

.mic_btn {
  position: relative;
  bottom: 8px;
  right: 0px;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 4px 14px 0px #0000001A;
  transition: all 0.5s ease-in-out;
}

.admin_dashboard .mic_btn {
  top: 3px;
  right: 3px;
  width: 35px;
  height: 35px;
  position: absolute;
}

span.sender_name {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  color: #000000bd;
  cursor: pointer;
}

button.create_group_btn {
  padding: 4px 11px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  background-color: #1769D2;
  color: #fff;
  font-family: 'Inter';
  border: none;
}

.chat_group_header_btn button {
  background: #1769d2;
  border: none;
  color: #fff;
  padding: 0px;
  font-size: 13px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.chat_group_header_btn button.copy_link_btn {
  background: #f4cf60;
  color: #000;
}

.add-participant-modal .add-btn button {
  background: #1769d2;
  border: none;
  color: #fff;
  padding: 8px 15px;
  font-size: 13px;
  border-radius: 4px;
}

.view_participant_box {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  background: #fff;
  z-index: 9;
  width: 210px;
  display: none;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.15) -1.95px -1.95px 2.6px;
  padding: 20px 15px;
  overflow: auto;
  scrollbar-width: thin;
}

.open-participant .view_participant_box {
  display: block;
}

.view_participant_box {
  display: none;
  /* Add other styling as needed */
}

.view_participant_box li {
  font-size: 16px;
  cursor: pointer;
  padding-bottom: 10px;
}

.view_participant_box h3 {
  font-size: 20px;
  font-weight: 600;
}

.view-participant-modal h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Lato';
}

.participant_detail h6 {
  font-size: 16px;
  font-family: 'Lato';
  margin-bottom: 4px;
  font-weight: 700;
}

.participant_detail p {
  color: #95aac9;
  font-size: 16px;
  font-family: 'Inter';
}

.participant_detail .border-b {
  border-bottom: 2px solid #f5f8fb;
}

.participant_detail .border-b:last-child {
  border: none;
}

.close-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 3px;
  top: 5px;
  background: #fd4d4d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}

.chat_group_header_btn .tooltiptext {
  visibility: hidden;
  position: absolute;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  font-size: 12px;
  padding: 2px 10px;
}

.buttonTooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.chat_group_header_btn .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* dashboard chat css end */

/* worksheet_generator css start */
.worksheet_generator_outer {
  background-color: #fff;
  text-align: start;
  padding: 40px 40px;
}

.worksheet_generator_outer label {
  color: #1769D2;
  font-size: 16px;
  font-weight: 700;
}

.worksheet_generator_outer select {
  background-color: #eef2f5;
  border: none;
  border-radius: 10px;
  padding: 12px 16px;
}

.topic_text_box {
  background-color: #eef2f5;
  border: none;
  padding: 12px 16px;
  border-radius: 10px;
  height: 180px;
}

.worksheet_generator_outer .topic_text_box i {
  color: grey;
  font-size: 23px;
}

.worksheet_generator_outer .topic_text_box input {
  border: none;
  background-color: transparent;
}

.worksheet_generator_outer .topic_text_box input:focus-visible {
  outline: none;
}

.worksheet_generator_outer label.attach_file_icon {
  rotate: 135deg;
  color: grey;
}

.worksheet_generator_botton_btns {
  padding: 30px 0px;
}

.worksheet_generator_botton_btns .clear_inputs button {
  background-color: transparent;
  border: none;
  color: #1769D2;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 16px;
}

.worksheet_generator_botton_btns .generate_btn {
  background-color: #1769D2;
  color: #fff;
  padding: 10px 60px;
  border-radius: 4px;
  border: none;
}

.edit_promot_btn {
  background-color: transparent;
  border: none;
  color: #1769D2;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  font-size: 18px;
}

.page_back_btn {
  position: absolute;
  margin-top: 20px;
}

.page_back_btn a {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Lato';
  color: #1769D2;
}

.new_essay_grader_outer .essay_grader_outer {
  height: auto;
}

.new_essay_grader_outer .enter_essay_title textarea {
  background-color: #EFF8FF;
}

.new_essay_grader_outer .enter_essay_title {
  padding: 25px 0px;
}

.new_essay_grader_outer .essay_grader_ques {
  padding: 25px 0px;
}

.essay_next_btn a {
  background: #1769D2;
  color: #fff;
  padding: 8px 50px;
  display: block;
  font-size: 14px;
}

.essay_next_btn input {
  font-size: 14px;
}

.new_essay_grader_outer .quiz_question_ans {
  padding: 30px 0px;
}

.essay_grader_btns button {
  background-color: #1769D2;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  padding: 6px 15px;
  color: #fff;
}

.quiz_outer .quiz_content_header .marks_input input {
  background-color: transparent;
  border: 1px solid #ccc;
  width: 100px;
  padding: 4px 6px;
}

.quiz_outer .quiz_content_header .marks_input label {
  font-size: 14px;
  color: #000;
}

.total_marks_box label {
  font-weight: 600;
}

.ques_marks {
  width: 100px;
  justify-content: end;
  display: flex;
}

.ques_marks p {
  font-size: 14px;
}

.assignent_grader_box h4 {
  font-size: 18px;
  font-weight: 600;
}

.assignent_grader_box p {
  font-size: 16px;
  color: #717171;
}

.assignent_grader_box textarea {
  background-color: #F5F7FA;
  padding: 20px 20px;
  border: none;
  border-radius: 16px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  color: #717171;
  resize: none;
}

.assignment_grade_boxes svg {
  fill: #1769D2;
}

.assignment_grade_boxes i {
  color: #1769D2;
}

.assignment_grade_boxes button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: transparent;
  width: 100%;
  padding: 20px 10px;
  gap: 4px;
  font-size: 14px;
  color: #717171;
}

.assignment_grade_boxes button:focus {
  border: 1px solid #1769D2;
}

.assignment_grade_outer .worksheet_generator_botton_btns .generate_btn {
  padding: 10px 40px;
}

.assignment_feedback_sec {
  padding-top: 102px;
  padding-bottom: 20px;
}

.assignment_feedback_sec .student_answer {
  padding: 20px 20px;
}

.drag_highlight_text span {
  color: #717171;
  font-size: 14px;
}

.student_answer_box {
  height: calc(100vh - 190px);
  overflow: auto;
  scrollbar-width: thin;
}

.assignment_feedback_sec .student_answer h3,
.assignment_feedback_sec .feedback_box h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.assignment_feedback_sec .student_answer p {
  color: #333;
  font-size: 14px;
}

.assignment_feedback_sec .student_answer span.highlighted_text {
  background-color: #fdfd16;
}

.assignment_feedback_sec .feedback_box,
.apply_regrade_box {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 100%;
  padding: 30px 20px 20px;
}

.assignment_feedback_sec .summary_box h4 {
  font-size: 18px;
  font-weight: 700;
}

.assignment_feedback_sec .summary_box p,
.assignment_feedback_sec .summary_box li {
  font-size: 16px;
  color: #000;
}

.assignment_feedback_sec .summary_box h5 {
  font-size: 18px;
  font-weight: 600;
}

.summary_glow_box h5 {
  color: #ffa700;
}

.summary_grow_box h5 {
  color: green;
}

.summary_think_box h5 {
  color: #9300cc;
}

.assignment_feedback_sec .summary_box .add_btn a {
  color: #1769d2;
  font-size: 14px;
}

.feedback_bottom button,
.feedback_bottom input {
  background-color: #ECEFFF;
  color: #638dff;
  border: none;
  border-radius: 6px;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
}

.feedback_bottom input {
  padding: 8px 12px;
}

.feedback_bottom input:focus {
  background-color: #ECEFFF;
  color: #638dff;
}

.feedback_bottom input::placeholder {
  color: #638dff;
}

.apply_regrade_box h4 {
  font-size: 18px;
  font-weight: 600;
}

.apply_regrade_box .accordion-item {
  border: none;
}

.apply_regrade_box .accordion-button {
  color: #717171;
  padding: 0px;
  font-size: 14px;
}

.apply_regrade_box .grade_box p {
  color: #717171;
  font-size: 14px;
}

.apply_regrade_box .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.apply_regrade_box .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #717171;
  box-shadow: none;
}

.apply_regrade_box .accordion-body textarea {
  background-color: #F5F7FA;
  font-weight: 500;
  color: #717171;
  border-radius: 12px;
  border: none;
  font-size: 14px;
}

.grade_box .assignment_grade_boxes {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 16px;
}

.apply_regrade_link a {
  font-size: 20px;
  font-weight: 600;
}

.apply_regrade_box .total_marks h4 {
  font-size: 16px;
}

.apply_regrade_box .score input {
  width: 90px;
  padding: 5px;
}

.assignment_feedback_sec .loader-outer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  height: 100%;
  width: 100%;
  background: #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
}

.assignment_feedback_sec .loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  background: transparent;
  position: static;
}

/* Spin animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.payment_enter_box {
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.payment_enter_box label {
  font-weight: 700;
  font-family: 'Lato';
  margin-bottom: 5px;
}

.payment_enter_box .received_coins p span {
  font-weight: 700;
}

.payment_enter_box .pay_now_btn button {
  background-color: #1769D2;
  border: none;
  padding: 5px 15px;
  font-family: 'Lato';
  font-size: 16px;
  color: #fff;
}

.payment_enter_box .user_access h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Lato';
  color: #1769d2;
}

.payment_enter_box .user_access ul li {
  font-size: 17px;
  color: #2b2b2b;
  font-family: 'Lato';
  padding-bottom: 8px;
}

.payment_enter_box .user_access ul li i {
  color: #1769d2;
}

.terms_conditions h2 {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Lato';
}

.terms_condition_content p {
  margin-bottom: 20px;
  font-family: 'Lato';
}

.terms_condition_content h4 {
  font-size: 17px;
  font-family: 'Lato';
  font-weight: 700;
  margin-bottom: 15px;
}

.contact_us_form {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 16px;
  padding: 30px 50px;
}

.contact_us_form h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38.73px;
  font-family: 'Inter';
  margin-bottom: 30px;
}
.contact_us_form label{
  font-weight: 600;
}
.contact_us_form .send_btn button {
  border-radius: 4px;
  border: none;
  background: #1769D2;
  padding: 11px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.multiple_select_outer .select2-selection{
  min-height: unset;
  height: auto!important;
  padding: 5px;
}
.multiple_select_outer .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 8px;
}
.quiz_select_box .select2-container--default .select2-selection--single{
  background: #eff8ff;
  border: none;
  padding: 15px 15px;
}
.quiz_select_box .select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #717171;
  font-size: 18px;
}
.quiz_select_box .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 17px;
  right: 10px;
}
.mcq_selects .select2-container--default .select2-selection--single{
  border: 1px solid #ced4da;
}
.without_login_chatpage .dropdown button{
  background-color: #1769D2;
  border: 1px solid #1769D2;
  border: none;
  background: #FFFFFF;
  padding: 10px 20px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 29.05px;
  color: #274374;
  margin-bottom: 15px;
  border-radius: 60px;
  text-align: left;
}
.without_login_chatpage .dropdown-toggle::after{
  right: 20px;
  position: absolute;
  top: 23px;
}
/* worksheet_generator css end */

/* footer css start */
.site-footer {
  padding: 30px 0;
}

.site-footer p,
.site-footer p a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.site-footer p a:hover{
  color: #1769D2;
}
.quiz_sidebar_options .nav-pills{
  width: 100%;
}
.quiz_sidebar_options .nav-pills button{
  border-radius: 0px;
}
.ai_generate_btn{
  padding: 7px 25px;
  font-size: 18px;
  font-weight: 500;
  background-color: #1769D2;
  color: #fff;
  font-family: 'Inter';
}
.ai_generate_btn:hover{
  color: #fff;
}
.study_schedule .schedule_header button.Search_btn{
  padding: 7px 25px;
  font-size: 18px;
  font-weight: 500;
  background-color: #1769D2;
  color: #fff;
}
.goog-te-gadget img {
  display: none !important;
}

body>.skiptranslate {
  display: none;
}

.goog-te-combo {
  color: #333;
  font-size: 14px;
}

#google_translate_element .goog-te-combo {
  background: #1769D2;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 6px;
  height: 38px;
  transition: ease-out 0.3s;
  box-shadow: inset 0 0 0 0 #000;
  text-transform: capitalize;
  font-family: Lato;
  font-size: 13px;
  cursor: pointer;
  margin-top: 0px;
}
#google_translate_element .goog-te-combo:focus-visible{
  outline: none;
}
/* .choose-lang{
position:absolute;
top:30px;
right:60px;
} */
.sign_up_page{
  margin-top: 30px;
}
.create_new_quiz_box .choose-lang{
  position: unset;
}
/* footer css end */
/* footer css end */



#payment-form .pay_now_btn{


  background: #1769d2;


  border: none;


  color: #fff;


  padding: 10px 22px;


  border-radius: 4px;


  margin-top: 20px;


}

.study_schedule .schedule_header .new_style_bg{
  background-color: #1769D2;
  color: #fff;
}



.flashcard_select_quiz .select2-container--default .select2-selection--single{
  background: #eff8ff;
  border: none;
  padding: 25px 15px;
  height: unset;
  
}
.flashcard_select_quiz .select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #717171;
  font-size: 18px;
}

.flashcard_select_quiz .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 17px;
  right: 10px;
}

.flashcard_select_quiz .select2-container{
  width: 380px !important;
}



/* Ensure the modal has a scrollable body */
.modal-dialog-scrollable .modal-body {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 15px; /* Ensure padding for scrollbar */
}

/* Style the form checkboxes and labels for better visibility */
.form-check {
  margin-bottom: 15px;
}

.form-check-input {
  margin-right: 10px;
}

.form-check-label {
  font-weight: bold;
}

/* Style for the question list inside the modal */
.modal-body ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
}

.modal-body ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.modal-body ul li:before {
  content: '•';
  color: #007bff; /* Customize bullet color */
  position: absolute;
  left: 0;
}

/* Optional: Add custom scroll bar styling */
.modal-body::-webkit-scrollbar {
  width: 8px;
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #007bff;
  border-radius: 10px;
}

.modal-body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.inactive_chats .unread-count{
  
 
  margin-left: auto;
  display: flex;
  align-items: center;
}

.new_bg_chatpage_outer{
  /* background: #1769d230; */
  background-color: #F5FAFD;
}

.welcome_outer_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80vh;
  text-align: center;
  padding: 40px;
  background: linear-gradient(135deg, #1769D2, #f6bb023b);
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  animation: fadeIn 1.2s ease-in-out;
}

.welcome_outer_sec h2 {
  font-size: 36px;
  margin-bottom: 10px;
  animation: textPopUp 1s ease-in-out forwards;
}

.welcome_outer_sec p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.6;
}

.wave {
  display: inline-block;
  animation: wave 2s infinite;
}

@keyframes wave {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(14deg); }
  20% { transform: rotate(-8deg); }
  30% { transform: rotate(14deg); }
  40% { transform: rotate(-4deg); }
  50% { transform: rotate(10deg); }
  60% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

@keyframes textPopUp {
  0% {
      transform: translateY(20px);
      opacity: 0;
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

.student_answer_box p strong{
  background-color: yellow;
}

.ask_question_btn button{
  background-color: #007bff;
  border: 1px solid #007bff;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
}

.remove-question {
  background-color: #ff0000ab;
  border: 1px solid #ff0000ab;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
}

.new_landing_page_outer{
  padding: 140px 0 0 0;
  background-color: #eff8ff;
}

.new_landing_page_outer h2{
  color: #121655;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  font-family: "Inter";
}

.new_landing_page_outer h3{
  color: #0052BB;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  font-family: "Inter";
}

.new_landing_page_outer input{
  box-shadow: 0px 4px 12px 0px #0D0A2C0F;
  background: #FFFFFF;
  border-radius: 30px;
  height: 60px;
  margin-inline: auto;
  border: none;
  padding: 0 20px;
  position: relative;
}

.new_landing_page_outer .input_outer{
  position: relative;
  width: 100%;
  max-width: 595px;
  margin-inline: auto;
}

.new_landing_page_outer input::placeholder{
  font-size: 18px;
  font-family: "Inter";
  font-weight: 400;
  color: #ABB7C2;

}

.search_outer_icon{
  position: absolute;
  right: 0;
  top: 10px;
}



.new_landing_page_outer .search_outer_icon {
  position: absolute;
  right: -13px;
  top: -7px;
  background: #1769D2;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.tool-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}


.tool-icon img {
  width: 152px;
  height: 152px;
}

.dashboard-container {
  background: #0052BB;
  border-radius: 30px;
  padding: 40px 20px;
}

.tool-card .tool-name {
  color: #D8E9FF;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 10px;
  font-family: "Inter";
}


.logo_slider {
  padding: 20px 0;
  margin-bottom: 70px;
}

.logo_slider .logo-item {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_slider .logo-item img {
  max-width: 200px;

  height: 132px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo_slider .logo-item img:hover {
  transform: scale(1.1);
}

/* Update the slick slider settings */
.slick-slide {
  margin: 0 10px;
}

.slick-track {
  display: flex;
  align-items: center;
}


.logo_slider_section{
  margin: 40px 0 0 0;
  padding: 20px 0;
}

.logo_slider_section h5{
  color: #121655;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Inter";
}
/* Optional: Add a subtle fade effect to the edges */


.animated-heading {
  text-align: center;
}

.animate-text span {
  display: inline-block;
  opacity: 0;
  animation: fadeIn 0.05s ease-in-out forwards;
}


.new_page_btn a{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato';
    color: #1769D2;
    margin-left: 74px;
}

.assignment_feedback_sec .new_feedback_heading h5{
    font-size: 15px;
    font-weight: 600;
    font-family: 'Lato';
    color: #000000;
    padding: 20px 0 5px 0;
    border-top: 1px solid #444;
}

.assignment_feedback_sec .new_feedback_heading{
  margin-top: 75px;
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}




/* .slider1,
.slider2,
.slider3 {
 width: 500px; 
 left: 50%;
  transform: translateX(-50%);
} */



@media (max-width: 768px) {
  .tool-card {
display: unset;      
  }
  
 
  .logo_slider .logo-item img {
    max-width: 128px;
    height: 103px;
    object-fit: contain;
    transition: transform 0.3s ease;
}
  .tool-icon img {
      width: 100px;
      height: 100px;
  }
}

@media (max-width: 1024px) {
  .logo_slider .logo-item img {
    max-width: 128px;
    height: 103px;
    object-fit: contain;
    transition: transform 0.3s ease;
    box-shadow: 0px 4px 12px 0px #0D0A2C0F;

}


}

.otp_new_modal .modal-content{
  border-radius: 10px;
}

.otp_new_modal .modal-header{
  border-bottom: none;
}

.otp_new_modal .modal-footer{
  border-top: none;
} 

.otp_new_modal .modal-title{
  font-size: 18px;
  font-weight: 600;
  font-family: 'Lato';
  color: #000;
}

.otp_new_modal .modal-body{
  padding: 20px;
}

.otp_new_modal .modal-body input{
  border: 1px solid #1769D2;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Lato';
  color: #1769D2;
}

.otp_new_modal form{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.otp_new_modal .modal-body .verify_otp_btn{
  background-color: #1769D2;
  border: 1px solid #1769D2;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Lato';
  color: #fff;

}












/* new css start here  */

