@media screen and (max-width: 1450px) {
  .ct_quistion_options_grid {
    gap: 30px;
  }

  .ct_quiz_question_slider {
    padding-inline: 30px;
  }
}

@media screen and (max-width: 991px) {
  .ct_login_right_img {
    display: none;
  }

  .ct_side_bar {
    background-color: #fff !important;
  }

  .ct_login_form form {
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
    padding: 25px;
    border-radius: 15px;
  }

  .ct_login_form {
    max-width: 600px;
  }

  .ct_login_form {
    margin-top: 80px;
  }

  .ct_admin_login_btn_fixed a {
    background-color: var(--lightblue) !important;
  }

  .ct_side_bar {
    left: -100%;
  }

  .ct_right_content {
    width: calc(100% - 0px) !important;
    margin-left: 0px !important;
  }

  .ct_collapsed_sidebar .ct_side_bar {
    left: 0% !important;
  }

  .ct_collapsed_sidebar .ct_right_content {
    width: calc(100% - 0px) !important;
    /* margin-left: 260px; */
  }

  .ct_close_menu {
    display: flex !important;
  }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1024px) {
  .ct_login_form form {
    height: auto;
    max-height: 460px;
    overflow-y: auto;
  }
}

@media screen and (max-width: 991px) {
  .ct_grid_3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .ct_flex_select_main {
    justify-content: flex-start !important;
  }
}

@media screen and (max-width: 767px) {
  /* .ct_right_header {
    flex-direction: column;
  } */

  .ct_right_header_left {
    width: 100%;
  }

  .ct_head_search {
    max-width: 100%;
  }

  .ct_blue_btn {
    padding-inline: 15px;
  }

  .ct_small_box {
    flex-direction: column;
    text-align: center;
  }

  .ct_fs_28 {
    font-size: 24px;
  }

  .ct_quistion_options_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .ct_white_bg {
    padding: 20px;
  }

  .ct_start_quiz_btn {
    padding-inline: 5px;
    letter-spacing: 0px;
    font-size: 14px;
  }

  .ct_team_level_badge h5 {
    font-size: 14px;
  }

  .cty_grid_3_new_24 {
    grid-template-columns: 150px 50px auto;
  }

  .ct_flex_col_767 {
    flex-direction: column;
    align-items: start !important;
  }

  .ct_w_100_767 {
    width: 100% !important;
  }
}

@media screen and (max-width: 575px) {
  .ct_login_tab {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .ct_login_tab button {
    width: 100%;
  }

  .ct_right_header {
    padding-inline: 15px;
  }

  .ct_right_header_right {
    gap: 15px;
  }

  .ct_test_detail_tabs ul {
    gap: 10px !important;
  }

  .ct_test_detail_tabs ul li,
  .ct_test_detail_tabs .nav-pills .nav-link {
    width: 100%;
  }

  .ct_flex_wrap_575 {
    flex-direction: column;
    align-items: start !important;
  }

  .ct_flex_wrap_575 .ct_flex_select_main.flex-wrap select {
    width: 100%;
    max-width: 100%;
  }

  .cty_grid_3_new_24 {
    grid-template-columns: auto;
  }

  .ct_flex_res_start {
    align-items: start !important;
  }

  .cty_grid_3_new_24 span {
    display: none;
  }

  .ct_res_col_betwween_575 {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }

  .ct_answer_short_input input {
    width: 30px !important;
    height: 30px !important;
    ;
  }

  .ct_winning_points_overlay {
    width: 100%;
  }

  .ct_w_100_575 {
    width: 100%;
  }


  .ct_quiz_question_card {
    height: calc(100vh - 332px);
    overflow-y: auto;
    overflow-x: hidden;
}
.ct_quiz_question_slider{
  padding-block: 30px;
}


/* width */
.ct_quiz_question_card::-webkit-scrollbar {
  width: 4px;

}

/* Track */
.ct_quiz_question_card::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

/* Handle */
.ct_quiz_question_card::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 5px;
}

/* Handle on hover */
.ct_quiz_question_card::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.ct_quiz_question_slider{
  padding-right: 10px;
}
.ct_quiz_question_card{
  padding-right: 20px;
}
}