.def_st_btn, .swal_custom_btn, .swal_custom_cancel_btn {
  background: linear-gradient(135deg, #e4aaff, #aeffed);
  border: none;
  padding: 10px 30px!important;
  border-radius: 30px;
  color: #793ca5!important;
  font-weight: bold;
  transition: all 0.4s ease;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1)!important;
  transform: translateY(0);
}

.swal_custom_cancel_btn {
  background: linear-gradient(120deg, #aeffed, #47a0ff) !important;
  color: #0749ba !important;
}

.def_st_btn:hover, .swal_custom_btn:hover, .swal_custom_cancel_btn:hover{
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2)!important;
  transform: translateY(-3px);
}

.test_start_btn {
  font-size: 14px;
  background: linear-gradient(100deg, #e4eff9, #d3b8f2);
  border-radius: 30px;
  color: #793ca5 !important;
  font-weight: 400;
  transition: all 0.4s ease;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(0);
}

.test_start_btn:hover{
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2)!important;
  transform: translateY(-3px);
}

.test_start_btn span i, .question_index_buttons div i{
  color: #793ca5 !important;
}

.test_start_btn.btn_cross {
  background: linear-gradient(120deg, #f9e4e4, #b8dbf2);
  color: #a53c3c!important;
}

.test_start_btn.btn_cross span i{
  color: #a53c3c !important;
}

.question_index_buttons{
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%); */
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.question_index_buttons .prev, .question_index_buttons .next{
  color: #793ca5 !important;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  /* height: 50px; */
  width: fit-content;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.question_index_buttons .prev{
  background: linear-gradient(100deg, #d3b8f2, #e4eff9);
}

.question_index_buttons .next{
  background: linear-gradient(100deg, #e4eff9, #d3b8f2);
}

.question_index_buttons div i{
  font-size: 14px;
}

.question_index_buttons_text{
  /* display: block; */
}
