
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body h1, h2, h3, h4, h5, h6, p, span, i, input, div, header, footer, section, b, u, button {
    font-family: "Poppins", sans-serif;
}
.custom_plugin_csv_main_div h1 {
    margin: 0;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 600;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.main_div_p {
    width: 90%;
    margin: 0 auto;
}
.button_p_flex_end button {
    background-color: #05914D;
    padding: 8px 15px 8px 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}
.button_btn_div_2 {
    display: flex;
    gap: 30px;
}
.custom_plugin_warp {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: solid 3px #1d62c994;
    /* padding: 20px 20px 20px 20px; */
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
}
.process_button {
    display: flex;
    justify-content: end;
    width: 95%;
    padding: 10px 0px 10px 0px;
    margin: 0 auto;
    border-bottom: solid 1px #cbc7c7;
}
.upload_button_section {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
#uploadFile, #addFile {
    width: 137px;
    color: #000;
    font-size: 14px;
    padding-left: 0;
    font-size: 0px;
}
.button_btn {
    background-color: black;
    color: white;
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
    border: none;
    font-size: 13px;
    text-transform: capitalize;
}
.add_file_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #e9e8e894;
    margin: 60px 20px 15px 20px;
}
.upload_all_files {
    width: 70%;
    margin: 0 auto;
    border: solid 1px #cdc8c8;
    margin-top: 30px;
}
.upload_all_files h1 {
    margin: 0;
    background-color: #cbc7c76b;
    padding: 10px 20px;
    text-transform: uppercase;
}
.upload_button_section span, .addfile_buttons_b span {
    position: relative;
  }
  
  input[type="file"]::file-selector-button {
    width: 136px;
    color: transparent;
  }
  .upload_button_section span::before {
    position: absolute;
    pointer-events: none;
    top: 5px;
    left: 10px;
    height: 20px;
    width: 20px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
  }
  .upload_button_section span::after {
    position: absolute;
    pointer-events: none;
    top: 5px;
    left: 37px;
    color: #0964b0;
    content: "CSV Upload";
    font-size: 14px;
  }
  input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    transition: background-color 200ms;
  }


  .addfile_buttons_b span::before {
    position: absolute;
    pointer-events: none;
    top: -7px;
    left: 23px;
    /* height: 20px; */
    /* width: 15px; */
    content: "+" !important;
    font-size: 35px;
    background-image: none !important;
}
.addfile_buttons_b span {
    width: 136px !important;
    color: #000;
    padding-left: 10px;
    font-size: 0px;
    line-height: 17px;
}
.addfile_buttons_b span::after {
    position: absolute;
    pointer-events: none;
    top: -7px;
    left: 60px;
    color: #000000;
    content: "Add File...";
    font-size: 16px;
}
.addfile_buttons_b {
    margin: 20px 10px;
}
.csv_file_icon i {
    color: #05914d;
    font-size: 45px;
}
button.download {
    border: none;
    background-color: #2271b1;
    color: #fff;
    border-radius: 4px 0px 0px 4px;
    padding: 5px 20px;
    font-size: 12px;
}
button.delete {
    border: none;
    background-color: #dd5050;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
    padding: 10px 20px;
    font-size: 12px;
}

.buttons_delete_download {
    gap: 0;
    margin: 0;
    padding: 0;
}
.buttons_delete_download {
    transition: all 11.3s;
    line-height: 0;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
button.btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 9px;
    text-transform: capitalize;
}
button {
    cursor: pointer;
}
.p_text p, .csv_file_text span {
    font-size: 13px;
}

.custom_plugin form {
    margin: 0px;
}
.reportTop td {
    font-weight: bold;
    font-size: 17px;
    margin: 0 auto;
    font-weight: 800;
}
.Incorrect{
    background-color: #ffb6c1;
}
.Correct{
    background-color: #90ee90;
}
  /********************* List css ******************/
  .list_item {
    display: flex;
    justify-content: center;
    align-items: normal;
    background-color: #f6f6f6;
    padding: 10px;
    border-radius: 2px;
    margin: 10px 0px;
    margin-top: 0px;
    border: solid 1px #dddddd;
}
.main_div_ct input {
    background-color: #add8e6;
    margin: 0 auto;
    padding: 6px 10px;
    font-size: 15px;
    border-radius: 4px;
    font-weight: 500;
    border: solid 1px #d5cece;
    width: 100%;
}
.main_div_ct h2 {
    background-color: #add8e6;
    margin: 0 auto;
    padding: 6px 15px;
    font-size: 15px;
    border-radius: 4px;
    font-weight: 500;
    border: solid 1px #d5cece;
}
.list_category_item {
    width: 100%;
    background-color: #fafad2;
    padding: 6px 8px;
    border-radius: 4px;
    border: solid 1px #e7dfdf;
}
.speing_q_1 {
    list-style: none;
}
.speing_q_1 a {
    color: #3c3a3a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.main_div_ct {
    width: 40%;
    margin: 0 auto;
}
.list_item i {
    font-size: 15px;
    margin-right: 20px;
}
.list_item i {
    font-size: 14px;
    font-weight: 800;
    color: #3c3a3a;
}



/******************Table Css********************/
.table {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  .table td,
  .table th {
    border: 1px solid #ddd;
  }
  
  table.table tbody tr.selected {
    background-color: #f2f2f2;
  }
  
  .table tr:hover {
    background-color: #ddd !important;
  }
  .table th {
    background-color: #4caf50;
    color: white;
    text-align: center;
    font-size: 14px;
    padding: 5px;
  }
  .process_buttons {
    display: flex;
    width: 95%;
    padding: 10px 0px 10px 0px;
    margin: 0 auto;
    border-bottom: solid 1px #cbc7c7;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.process_buttons .button_p_flex_end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.student_list p {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
}
button.btn.btn_pdf {
    background-color: #2271b1;
}
button.btn.delete_btn {
    background-color: #dd5050;
}
.view_report_b {
    background-color: #5bc0de;
    padding: 6px 8px 6px 8px;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
}
.pdf_create_b {
    background-color: #f0ad4e;
    padding: 6px 8px 6px 8px;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
}
.table td, .table td button {
    font-size: 13px;
    text-align: center;
    padding: 3px;
}
td input {
    border: none;
    font-size: 12px;
}


/*****************  Second Table *****************/
.first_heading1, .first_heading2, .first_heading3, .first_heading4, .first_heading9, .first_heading10, .first_heading11, .first_heading12, .first_heading17, .first_heading18, .first_heading19, .first_heading20, .first_heading21, .first_heading22, .first_heading23, .first_heading24, .first_heading25, .first_heading26, .first_heading27,.first_heading28 {
    background-color: #ffb6c1;
}
.first_heading5, .first_heading6, .first_heading7, .first_heading8, .first_heading13, .first_heading14, .first_heading15, .first_heading16, .first_heading29, .first_heading30, .first_heading31, .first_heading32, .first_heading33, .first_heading34,.first_heading35,.first_heading36 {
    background-color: #90ee90;
}
.anonymous_table {
    margin: 0 auto;
}
table.tables {
    white-space: nowrap;
}
table.tables td {
    text-align: center;
    font-size: 20px;
    border: solid 1px black;
    box-shadow: 0px 0px 2px 0px #c5bfbf;
}
table.tables th {
    padding: 8px;
    font-size: 21px;
    font-weight: 600;
}
.Anonymoustable h2 {
    font-size: 17px;
    margin: 0 auto;
    font-weight: 800;
}
.table_second_spelling {
    display: flex;
    align-items: center;
    gap: 100px;
}
.table_second_spelling h2 {
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
}
.table_second_spelling p {
    font-size: 17px;
    margin: 0;
    font-weight: 500;
}
.headingQ {
    padding: 40px 0px 4px 0px;
}