body {
    background: #F4FCFF;
}
.learning_section_container {
    display: flex;
    justify-content: center;
    padding: 6rem 2rem;
    width: 100%;
   
}
.courseDescription_container,.task_description_container {
    width: 65%;
    margin-top: 30px;
}
.task_description_container {
    opacity: 0;
}
.courseDescription_container h3,.task_description_container h3 {
    font-weight: bold;
    font-size: 35px;
    font-family: 'Nunito'; 
}
.task_description_container h3 {
    padding-bottom: 10px;
    border-bottom: 3px solid black;
    font-family: 'Nunito'; 
}
.courseDescription_container p {
    line-height: 1.4;
    color: #707070;
    font-size: 18px;
    font-family: 'Nunito'; 
}
#course_description {
    padding-bottom: 10px;
    border-bottom: 3px solid black;
}
.tasks_list_container {
    padding-right: 20px;
    border-right: 3px solid black;
}
#task_description {
    margin-right: 30px;
    border-right: 3px solid black;
}
#slider_img {
    border-radius: 10px;
    width: 100%;
    margin-left: 10px;
}
#task_title,#course_title {
    text-transform: uppercase;
}

br {
    height: 10px;
    color: black;
    width: 100%;
}
.information_container {
    width: 35%;
    padding-top: 5rem;
    margin-left: 10px;
    padding-left: 20px;
}
.task_card {
    margin: 15px 0;
}
.task_card,#task_description,.learnEarn_div {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-radius: 0.5rem;
    width: 100%;
    padding: 1rem 2rem;
    position: relative;
}
.JamsMoney_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#hompage-slider2 {
    padding: 20px 0;
    /* width: 100%; */
    /* height: 400px; */
}
.slick-prev:before {
    color: grey !important;
    background-color: #eee;
    
  }
  .slick-next:before {
    color: grey !important;
    background-color: #eee;
  }
.learnEarn_div {
    margin: 20px 0;
    cursor: pointer;
}
.learnEarn_div p {
    color: #707070;
    font-size: 16px;
}
.already_registered_dialog {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.already_registered_dialog p {
    color: #707070;
    line-height: 1.5;
    font-size: 20px;
}
.task_card p {
    width: 80%;
}
.information_container h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    
}
.information_container li {
    margin: 10px 0;
    color: #707070;
}
#register_btn {
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    background-color: #333;
    border-radius: 5px;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 18px;
}
#register_btn::after {
    font-family: fontAwesome;
    content: '\f090';
    margin-left: 15px;
    font-size: 20px;
}
#register_btn2 {
    width: 100%;
    margin-left: 10px;
}
#task_back_btn,#add_feedback_btn,#Intermediate_screen_btn,#askAI_btn {
    text-align: center;
    padding: 10px 20px;
    background-color: #333;
    border-radius: 5px;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    text-decoration: none;
}
#askAI_btn {
   position: absolute;
   right: 50px;
   bottom: 40px;
}
.view_task_btn {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 150px;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    background-color: #333;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    outline: none;
}
.view_task_btn::after {
    font-family: fontAwesome;
    content: '\f06e';
    margin-left: 5px;
    font-size: 20px;
}
.upload_file_container,.type4_container_cover,.already_uploaded_files_cover,.type3_dialog_cover,.add_feedback_container,.JamsMoney_container,.not_enough_money_cover,.mcq_container_cover,.Intermediate_task_submission_cover,.mcq_done_cover {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    top: 0;
    left: 0;
    position: fixed;
    justify-content: center;
    align-items: center; 
    z-index: 10;
}
.upload_file_div,.type4_container,.already_uploaded_files_div,.type3_dialog_div,.add_feedback_div,.JamsMoney_div,.not_enough_money_div,.mcq_container,.Intermediate_task_submission_div,.mcq_done_container {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    background: white;
}
.not_enough_money_div {
    width: 500px;   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#coupon_code {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
}
.upload_file_container h4 {
    margin: 20px 0;
}
.JamsMoney_div {
    height: 500px;
    overflow-y: scroll;
}
.JamsMoney_div h4 {
    font-size: 16px;
        
}
.upload_file_container input {
    width: 100%;
    margin-bottom: 20px;
}
.upload_file_container button,.type4_container button {
    border: none;
    width: 100px;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #333;
    color: white;
    outline: none;
    float: right;
}
.type4_container button,#add_feedback_submit_btn,#not_enough_money_submitBtn,#mcq_submit_btn {
    border: none;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #333;
    color: white;
    outline: none;
}
#upload_file_container_close_button,#type4_container_close_button,#already_uploaded_files_close_button,#type3_dialog_close_button,#add_feedback_container_close_button,#jamsMoney_container_close_button,#NoMoney_container_close_button,#mcq_container_close_btn,#Intermediate_task_submission_close_btn,#mcq_done_cover_close_btn {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 20px;
    cursor: pointer;
    color: white;
}
.task_btns_container {
    margin-top: 20px;
    float: right;
    display: flex;
}
.task_btns_container button {
    margin-left: 20px;
}
.already_uploaded_files_container {
    margin-top: 20px;
}
.type4_div_p {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 25px 0;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-radius: 0.5rem;
    padding: 10px 15px;
    background: white;
}
.type4_div_p div {
    margin-left: 20px;

}
.type4_div_p img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.type4_div_p div p {
    color: #707070;
}
.type3_dialog_div {
    width: 50vw;
}
.type3_card,.transaction_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 15px 0;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-radius: 0.5rem;
    padding: 10px 15px;
    background: white;
}
.type3_card h3 {
    font-size: 20px;
}
#referal_link {
    border: none;
    background: #d65471;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
}
#referal_code,#referal_counts {
    border: 1px solid #d65471;
    border-radius: 10px;
    padding: 5px 10px;
}
.type3_card img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
#add_feedback_textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
}
.add_feedback_div h4 {
    margin-bottom: 20px;
}
.add_feedback_div textarea {
    margin-bottom: 20px;
}


.progress_circle {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .progress_text {
    position: absolute;
    right: 10px;
    top: 35px;
  }
  .JamsMoney_div {
    width: 40vw;
  }
  /* #balance_container_btn {
    border: none;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #333;
    color: white;
    outline: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
  } */
  #jamsMoney_balance {
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 10px;
  }
  .transaction_card p {
    margin: 0;
  }
  .transaction_type1 {
    color: red;
  }
  .transaction_type2 {
    color: green;
  }
  .sendRequest_dialog {
    opacity: 0;
  }
  .lock_img_btn {
    background: none;
    border: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  #lock_img {
    width: 30px;
    height: 30px;
    
  }
  .mcq_container_cover,.Intermediate_task_submission_cover {
    flex-direction: column;
  }
  .mcq_container {
    margin-bottom: 20px;
    max-height: 80vw;
    overflow-y: scroll;
  }
  .mcq_container p {
    text-align: center;
    margin: 0;
  }
  .mcq_list {
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-radius: 0.5rem;
    margin-top: 10px;
  }
  .Que_div {
    margin: 15px 0;
    background: #d8d8d8;
    border-radius: 5px;
    padding: 10px 20px;
  }
  .optionsDiv {
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .optionsDiv input {
    margin: 7px 0;
  }
  .Intermediate_task_submission_div {
    width: 70vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Intermediate_task_submission_buttons {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-radius: 0.5rem;
    margin: 10px 0;
    width: 100%;
    cursor: pointer;
    border: none;
    background-color: white;
    padding: 10px 20px;
  }
  .Intermediate_task_submission_div img {
    width: 50%;
    border-radius: 10px;
    margin-right: 20px;
    height: 100%;
  }
  .mcq_done_container {
    background: url(../assets/mcq_done_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 50vw;
    height: 80vh;
     display: flex;
     justify-content: center;
     align-items: center;   
  }
  .mcq_done_container h3 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 100px;
  }

  



  