/*
 Theme Name:   Elumine Child
 Theme URI:    https://wisdmlabs.com/elumine
 Description:  Elumine Child Theme
 Author:       Wisdmlabs
 Author URI:   https://wisdmlabs.com
 Template:     elumine
 Version:      1.0.0
 Tags:         elearning
 Text Domain:  elumine-child
*/

body{
  color: red;
}

.handasti-ld-free-topic {
  font-size: 14px;
  color: #ef5f07;
  padding-left: 15px;
  font-weight: bold;
  line-height: 1.5;
}

.handasti-el-free-lesson {
  font-size: 18px;
  color: #ef5f07;
  padding-left: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.my-account-courses-container {
  margin: 50px 50px 100px;
}

.my-account-courses-container .course-details .course-title h2 {
  color: #ef5f07 !important;
  text-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
  font-weight: bold;
  text-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
  font-weight: bold;
  text-decoration: underline;
}
.my-account-courses-container .course-details img {
  max-width: 70% !important;
}

.my-account-courses-container .course-details .course-description .wp-block-spacer {
  height: 10px !important;
}

.my-account-courses-container #ld-profile .ld-item-list-items .ld-item-details {
  display: none !important;
}

.my-account-courses-container #ld-profile .ld-item-list-items .ld-item-list-item {
  margin-bottom: 15px;
}

.my-account-courses-container #ld-profile .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded {
  height: auto;
  max-height: fit-content;
}

.my-account-all-courses-container #ld-profile {
  margin: 20px 0;
}

.my-account-all-courses-container #ld-profile .ld-item-list-items .ld-item-details {
  display: none !important;
}

.my-account-all-courses-container .ld-item-search-submit .modern-icon-Search {
  cursor: pointer;
}

.handasti-solve-button {
  position: relative;
  padding: 8px 16px;
  background: #009579;
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
}

.handasti-solve-button:active {
  background: #007a63;
}

.button__text {
  font-weight: bold;
  color: #ffffff;
  transition: all 0.2s;
}

.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

#handasti-dropform-uploder {
  text-align: center;
}

#handasti-solve-question {
  margin: 20px 0;
}

#handasti-question {
  margin: 10px 0;
}

#handasti-answer {
  margin: 10px 0;
}

#handasti-answer-ai {
  color: #000000;
  font-family: sans-serif;
  white-space: pre-line;
}

.dz-preview .dz-image {
  width: auto !important;
  height: auto !important;
}

.dropzone .dz-preview .dz-remove {
  position: absolute;
  bottom: -20px;
  right: 40%;
  text-align: center;
  z-index: 100;
}

/* .dz-remove {
  margin-top: 10px;
} */

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 767px) {
  /* .dz-remove {
    position: relative;
    z-index: 999;
    margin-top: 50px;
  } */
  .dropzone .dz-preview .dz-remove {
    position: absolute;
    bottom: -5px;
    right: 21%;
    text-align: center;
    z-index: 100;
  }

  #handasti-answer-ai .MathJax {
    font-size: 80% !important;
  }
}

@media (max-width: 414px) {
  #handasti-answer-ai .MathJax {
    font-size: 70% !important;
  }
}

