
html,
body {
    background-color: #F6F8FA !important;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-style: normal;
	color: #495A70;
    font-weight: 500;
   
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #2D2D2D;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;

}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 20px;
}

p {
	font-size: 14px;
	color: #495A70;
	line-height: auto;
    font-family: 'Roboto', sans-serif;
}

img {
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
a {
    color: #03A9F4;
    text-decoration: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;

}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #7070707e;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #03A9F4;
}
.Test_Main {
    padding: 50px 0;
}
.Title h1 {
    color: #2D2D2D;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
}
.Top_Title {
    margin-bottom: 30px;
}
.Test_Left h5 {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 14px;
}
.Test_Left p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}
.Test_Left ul li {
    list-style: none;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
}
.Test_Left ol {
    margin-left: 15px;
}
.Test_Left ol li {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
}
.Test_Left ul li svg {
    margin-right: 4px;
}
.Left_Btn a {
    color: #03A9F4;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    border-radius: 4px;
    border: 1px solid #03A9F4;
    padding: 12px 24px;
    display: inline-block;
    margin-right: 8px;
}
.Left_Btn {
    margin-top: 18px;
}
.Sign_In {
    border-radius: 6px;
    background: #151E29;
    padding: 24px;
}
.Sign_In h3 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 16px;
}
.Sign_In label.form-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.No_Lable {
    margin-top: 29px;
}
.Sign_In .form-control {
    padding: 8px;
}
.Sign_In label.form-check-label {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    font-family: 'Poppins', sans-serif;
}
.Sign_In label.form-check-label a {
    text-decoration-line: underline;
    color: #fff;
}
.Start_Test_Btn a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: normal;
    background-color: #03A9F4;
    border-radius: 4px;
    padding: 12px 24px;
    display: inline-block;
}
.Total_Box {
    border-radius: 4px;
    background: #FFF;
    padding: 8px 11px;
}
.Total_Box p {
    color: #626F80;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 6px;
}
.Total_Box h5 {
    color: #495A70;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.Total_Questions_Duration {
    margin-top: 16px;
}
.Table_Main table.table {
    border: 1px solid #E3E8EE;
    border-radius: 5px;
    background-color: #fff;
}
.Table_Main table.table thead tr th {
    border-bottom-color: #E3E8EE !important;
    padding: 16px;
    color: #2D2D2D;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.Table_Main {
    margin-top: 16px;
    border: 0 !important;
}
.Table_Main table.table tbody tr th {
    color: #6C7293;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 16px;
}
.Table_Main table.table tbody tr td {
    color: #495A70;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.Table_Main table.table thead tr th:first-child {
    text-align: left;
}
.Table_Main table.table tbody tr td a {
    color: #03A9F4;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    border-radius: 4px;
    border: 1px solid #03A9F4;
    display: block;
    padding: 8px;
}
.Evaluation_Modal .modal-dialog {
    max-width: 600px;
}
.Evaluation_Modal .modal-dialog .modal-header h5 {
    color: #495A70;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.Evaluation_Can ul li {
    list-style: none;
    color: #626F80;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
}
.Evaluation_Can ul li svg {
    margin-right: 4px;
}
.timer_Questions {
    display: flex;
}
.Timer_Test {
    border-radius: 4px;
    padding: 8px 12px;
    background: #FFF;
}
.Timer_Test span {
    color: #626F80;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    font-family: 'Roboto', sans-serif;
}
.Questions_Test {
    border-radius: 4px;
    padding: 12px 12px;
    background: #FFF;
    margin: 0 12px;
}
.Questions_Test p {
    color: #626F80;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
}
.Calculator_Test {
    border-radius: 4px;
    padding: 6px 12px;
    background: #FFF;
}
.Question_Box {
    border-radius: 6px;
    background: #FFF;
    padding: 24px;
}
.Question_Main {
    margin-top: 12px;
}
.Question_Box h6 {
    color: #2D2D2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.Question_Box p {
    color: #626F80;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 24px;
}
.Question_Box h5 {
    color: #626F80;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 24px;
}
/* .Blanks_Main h3 */
.Blanks_Main h3.Quiz-question {
    color: #2D2D2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.Blanks_Main h3.Quiz-question p {
    color: #2D2D2D;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #D8D8D8;
}

.Blanks_Main h3.Quiz-question.no-border p {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.Correct_Answer.A.FCorrect_Answer input, .Correct_Answer.A.Incorrect_Answer input {
    background-image: url(../images/A-white.svg) !important;
}
.Correct_Answer.B.FCorrect_Answer input, .Correct_Answer.B.Incorrect_Answer input {
    background-image: url(../images/B-white.svg) !important;
}
.Correct_Answer.C.FCorrect_Answer input, .Correct_Answer.C.Incorrect_Answer input {
    background-image: url(../images/C-white.svg) !important;
}
.Correct_Answer.D.FCorrect_Answer input, .Correct_Answer.D.Incorrect_Answer input {
    background-image: url(../images/D-white.svg) !important;
}
.Correct_Answer.A .form-check-input[type=radio] {
    background-image: url(../images/A.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.Correct_Answer.A input:checked[type=radio]{
    background-image: url(../images/A-white.svg);
}
.Correct_Answer.B .form-check-input[type=radio] {
    background-image: url(../images/B.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.Correct_Answer.B input:checked[type=radio]{
    background-image: url(../images/B-white.svg);
}
.Correct_Answer.C .form-check-input[type=radio] {
    background-image: url(../images/C.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.Correct_Answer.C input:checked[type=radio]{
    background-image: url(../images/C-white.svg);
}
.Correct_Answer.D .form-check-input[type=radio] {
    background-image: url(../images/D.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.Correct_Answer.D input:checked[type=radio]{
    background-image: url(../images/D-white.svg);
}
.Correct_Answer .form-check-input[type=radio] {
    background: #E9E9E9;
    border-radius: 5px;
    border: none;
    padding: 20px 20px;
    margin: 8px;
}
.Correct_Answer .form-check-input{
    margin-top: 0;
}
.Correct_Answer .form-check {
    border: 0;
  border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0;
    background-color: #F8F8F8;
}
.Correct_Answer input:checked[type=radio] {
    background-image: url(../images/currect-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #03A9F4;
}
.Correct_Answer .form-check label.form-check-label {
    padding: 0;
    margin: 0;
    color: #495A70;
    font-weight: 600;
}
.Correct_Answer input:checked + label.form-check-label {
    width: 100%;
}
.Correct_Answer {
    margin-bottom: 20px;
}
.Previous_Next .Previous {
    color: #03A9F4;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #03A9F4;
    padding: 12px 24px;
    margin-right: 18px;
    background: transparent;
}
.Previous_Next .Next {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #03A9F4;
    padding: 12px 24px;
    background: #03A9F4;
}
.start-recording {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #03A9F4;
    padding: 12px 24px;
    margin-left: 18px;
    background: #03A9F4;
    display: flex;
}
.Preview_btn {
    background-color: #03A9F4;
    width:41px;
    border-radius: 5px;
}
.record-again {
    color: #03A9F4;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #03A9F4;
    padding: 12px 24px;
    background: transparent;
}
.Previous_Next {
    margin-top: 20px;
    display: flex;
}
.Pos_Question {
    position: relative;
    margin-bottom: 20px;
}
.Question_Map {
    border-radius: 5px;
    background: #FFF;
    padding: 20px;
}
.Question_Map a.Courses_Toggle_Icon {
    background: #03a9f4;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    padding: 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -5px;
    top: 20px;
}
.col-md-1 .Question_Map a.Courses_Toggle_Icon {
    transform: rotate(180deg);
}
.Question_Map h3 {
    color: #2D2D2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 27px;
}
.Map_Main {
    overflow-y: scroll;
    overflow-x: scroll;
}
.Map_Count p {
    color: #626F80;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0px;
}
.Map_Count ul li {
    display: inline-block;
}
.Map_Count ul li a {
    color: #626F80;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    border-radius: 4px;
    background: #F6F8FA;
    padding: 9px 18px;
    margin: 6px 8px 0px 0px;
    display: block;
    width: 53px;
}
.Map_Count {
    margin-top: 12px;
}
.Map_Count ul li a.Skip {
    background-color: #FFF5D0;
    color: #DCB21A;
}
.Map_Count ul li a.Complate {
    background-color: #EDF6FF;
    color: #03A9F4;
}
.Map_Count ul li a.active {
    background-color: #03A9F4;
    color: #fff;
}
span.delete_assignment_doc {
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    border-radius: 4px;
    padding: 6px 10px;
    background-color: #03A9F4;
    color: #fff;
    margin-left: 6px;
}
.uploaded_docs {
    display: flex;
}
span.selected-files-upload {
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 24px;
    background-color: #EDF6FF;
    color: #03A9F4;
    display: block;
}
.Doc_Box {
    display: flex;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    padding: 12px;
}
.Doc_Box a {
    display: flex;
}
.File_Icon {
    margin-right: 12px;
}
.File_Tax h6 {
    color: #1F2227;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.File_Tax.view_doc_file {
    width: 200px;
}
.File_Tax.edit_doc_file {
    width: 300px;
}
.File_Tax p {
    margin: 0;
    color: #B5BAC5;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
    font-family: 'Poppins', sans-serif;
}
.Delete_Icon {
    margin: 0px 0 0 auto;
    padding: 8px;
}
.file-upload {
	position: relative;
	display: flex;
}

.file-upload .Download {
    color: #fff;    
    border-radius: 4px;
    border: 1px solid #03A9F4;
    padding: 12px 24px;
    margin-left: 18px;
    background: #03A9F4;
}

.file-upload__label {
  display: block;
  padding: 12px 24px;
  color: #fff;
  background: #03A9F4;
  border-radius:4px;
  margin-right: 10px;
}
    
.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width:0;
    height: 100%;
    opacity: 0;
}
.Upload_Btn {
    margin-top: 10px;
}
.Blanks_Main.Quiz.Assignment h3 {
    border: none;
    margin: 0;
    padding-bottom: 16px;
}
/*.FIle_Downloand {
    margin-bottom: 24px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 24px;
}*/
.Upload_Btn.Video_Upload {
    display: flex;
}
.Record_Btn a {
    color: #03A9F4;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #03A9F4;
    padding: 15px 24px;
    display: block;
}

/*28-08-2023 Start*/

.Back_arrow a {
    color: #626F80;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.Back_arrow a svg {
    border-radius: 4px;
    border: 1px solid #03A9F4;
    width: 28px;
    height: 28px;
    margin-right: 14px;
}
.Question_Map.Explanation h3 {
    color: #626F80;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.Question_Map.Explanation p {
    color: #2D2D2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.Summary_Table h4 {
    color: #2D2D2D;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 16px;
}
.Summary_Table table thead tr th {
    color: #6C7293;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 16px;
    font-family: 'Poppins', sans-serif;
}
.Summary_Table table tbody tr td {
    color: #6C7293;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 16px;
    font-family: 'Poppins', sans-serif;
}
.Summary_Table table tbody tr th {
    color: #2D2D2D;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 16px;
    font-family: 'Poppins', sans-serif;
}
.Summary_Table a {
    border-radius: 4px;
    background: #03A9F4;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 24px;
    display: inline-block;
}
.Share_feedback h3 {
    color: #2D2D2D;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 12px;
}
.Share_feedback {
    background: #EDF6FF;
    padding: 24px;
}
.Share_feedback button {
    color: #03A9F4;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid var(--p-blue-1, #03A9F4);
    background-color: #fff;
    padding: 12px 24px;
}
.Test_Summary {
    margin-top: 70px;
}
.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
/*28-08-2023 End*/
.Blanks_Main .Correct_Answer.Incorrect_Answer .form-check-input {
    background-image: url(../images/currect-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FF0000;
}
.Blanks_Main .Correct_Answer.FCorrect_Answer .form-check-input {
    background-image: url(../images/currect-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1DC03F;
}
.Blanks_Main .Correct_Answer.FCorrect_Answer.pe-none .form-check-input {
    background-image: url(../images/currect-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1DC03F;
}
textarea.given-feedback {
    border: 0;
}
.Thank-you-text {
    margin-top: 25px;
    text-align: center;
}
.Thank-you-text span {
    color: #84C529;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-left: 10px;
}
.Blanks_Main .Correct_Answer.checked-option .form-check {
    background-color: #EDF6FF;
}
.Blanks_Main .Correct_Answer.FCorrect_Answer.pe-none .form-check {
    background-color: #F2F9EB;
}
.Blanks_Main .Correct_Answer.Incorrect_Answer.pe-none .form-check {
    background-color: #FAEDEA;
}
.video-actions-div {
    display: flex;
    align-items: center;
}
.video-actions-div button {
    margin: 0;
}
.video-actions-div .Back_arrow {
    margin-right: 10px;
}
.video-duration {
    margin: 0 0 0 auto;
}
.Delete_Icon.Preview_btn {
    margin: 0;
    margin-right: 10px;
}
.no_any_explanation {
    background-color: #edf6ff;
    padding: 24px;
    border-radius: 5px;
}
.no_any_explanation p {
    margin: 0;
    font-size: 16px;
}
.Video_Box_Record {
    border: 1px solid #E3E8EE;
    border-radius: 4px;
    padding: 12px;
}
.Summary_Table h4 a svg {
    border-radius: 4px;
    border: 1px solid #03A9F4;
    width: 28px;
    height: 28px;
    margin-right: 14px;
}
.Summary_Table h4 a {
    background-color: #fff;
    padding: 0px;
    color: #626F80;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.Question_Box .Question_Summury p{
    border: none;
    margin: 0;
    padding-bottom: 16px;
    color: #2D2D2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.candidate-options{
    display: flex;
    align-items: baseline;
}
.candidate-options span {
    background: #E9E9E9;
    border-radius: 5px;
    border: none;
    padding: 8px 15px;
    margin: 8px;
  }
.yes-border {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #D8D8D8;
}
.option-fill-h3{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
}
.c_pointer{
    cursor: pointer;
}
.save_option{
    background-color: #03A9F4;
    border-color: #03A9F4;
}

.Evaluation_Can ol li:before , .Evaluation_Can ul li:before {
    content: '';
    background: url('../images/Tick_Icon.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
}
.Evaluation_Can ol li, .Evaluation_Can ul li {
    color: #626F80;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 8px;
    position: relative;
    padding: 10px 30px 0;
    list-style: none;
}

h5.mcq_selection_title {
    font-size: 20px;
    margin: 0;
}
.Test_Prev_Next {
    position: absolute;
    z-index: 123;
    bottom: 0;
    right: 0;
}
.Test_Prev_Next a {
    margin-left: 10px;
    background-color: #f1f1f1;
    border-radius: 55px;
    padding: 7px;
    border: 1px solid #e9ecef;
    display: inline-flex;
}
.Test_Prev_Next a.disabled {
    background-color: #F6F8FA;
    pointer-events: none;
}
.Test_Prev_Next a.disabled svg path {
    fill: #627184;
}

/* File Upload start */
.Guidelines_Modal .modal-header {
    border: none;
    padding: 20px 20px 0 20px;
}
.Guidelines_Modal .modal-header h5 {
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}
.Guidelines_Main p {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 15px;
}
.Guidelines_Main p.can-not-submit {
    background-color: #fde4e4;
    padding: 20px;
    color: #ff1414;
    border-radius: 5px;
}
.Guidelines_Main ul li {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.Guidelines_Main ul {
    margin-left: 40px;
    margin-bottom: 15px;
}
.Guidelines_Modal .modal-dialog {
    max-width: 615px;
}
.Guidelines_Modal .modal-footer {
    border: none;
    text-align: center;
    justify-content: center;
}
.Guidelines_Modal .modal-footer button {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    border-radius: var(--Numbers-4, 4px);
    background: #03A9F4;
    padding: 10px 30px;
    border: none;
}
/* File Upload End*/
.Submit_Test a, .Submit_Test button {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #03A9F4);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 14px;
    display: inline-block;
    border: none;
}
/**/

.proctoringModal .modal-dialog {
    max-width: 900px;
}
.proctoringModal .modal-header {
    border-bottom: 1px solid #E3E8EE;
}
.proctoringModal .modal-dialog h5.modal-title {
    color: var(--B-grey-1, #495A70);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.proctoringModal .modal-body > p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.proctoringModal .modal-body  h3 {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}
.proctoringModal .modal-body .table-responsive {
    border-radius: 4px;
    border: 1px solid #E3E8EE;
    background: #FFF;
    margin-bottom: 12px;
}
.proctoringModal .modal-body .table {
    margin: 0;
}
.proctoringModal .modal-body .table thead th {
    padding: 12px 16px;
    background: #F6F8FA;
    color: #4E75AD;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    border-bottom: 1px solid #E3E8EE;
}
.proctoringModal .modal-body .table tbody td {
    color: var(--Text-Grey-600, #475467);
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 12px 16px;
    border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
}
.proctoringModal .modal-body .table tbody td:first-child {
    color: var(--Text-Grey-600, #475467);
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.important, .important-instruction {
    border-left: 3px solid var(--Text-Grey-400, #98A2B3);
    background: var(--Text-Grey-100, #F2F4F7);
    color: var(--Text-Grey-600, #475467);
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 16px;
}
.important b, .important-instruction b {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.agcon {
    text-align: center;
}
.agcon a {
    padding: 12px 24px;
    border-radius: 4px;
    background: var(--P-blue-1, #03A9F4);
    color: var(--N-white, #FFF);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    margin-top: 12px;
    min-width: 200px;
}

/* Category-wise Question Map Tabs - Start */
.category-tabs-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #E3E8EE;
}

.category-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.category-tab {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.category-tab a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: #626F80;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
}

.category-tab a:hover {
    color: #03A9F4;
    background-color: #F6F8FA;
}

.category-tab.active a {
    color: #03A9F4;
    border-bottom-color: #03A9F4;
    background-color: transparent;
    font-weight: 600;
}

.category-content-wrapper {
    margin-top: 0;
    overflow-y: auto;
    max-height: 260px;
}

.category-content {
    display: none;
}

.category-content.active {
    display: block;
}

/* Question Status Colors for Category Layout */
.Map_Count ul li a.CorrectAns {
    background-color: #C8E6C9;
    color: #2E7D32;
    border: 1px solid #66BB6A;
}

.Map_Count ul li a.Error {
    background-color: #FFCDD2;
    color: #C62828;
    border: 1px solid #EF5350;
}

.Map_Count ul li a.PartialCorrect {
    background-color: #FFE082;
    color: #F57F17;
    border: 1px solid #FFCA28;
}

.Test2_Main {
    /* position: sticky; */
    top: 0;
    z-index: 9999;
    background: #f6f8fa;
    padding: 10px 0;
}
.Test2_Main_old {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #f6f8fa;
    padding: 10px 0;
}
.Assessment .modal-body h6 {
    border-radius: 6px;
    border: 1px solid var(--Theme-Blue-500---3A58EF, #3A58EF);
    background: var(--Theme-Blue-50---EBEEFD, #EBEEFD);
    padding: 12px 0;
    color: var(--Text-Grey-800---1D2939, #1D2939);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    justify-content: center;
    gap: 4px;
}
 
.Assessment .modal-body h6 a {
    color: #3A58EF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration: underline;
}

/* Responsive for Category Tabs */
@media (max-width: 768px) {
    .category-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .category-tab a {
        font-size: 12px;
        padding: 10px 12px;
    }
}
/* Category-wise Question Map Tabs - End */

h3.Right-side-menubar.mb-2 {
    margin-bottom: 4px !important;
}
.category-section {
    border-bottom: 1px solid #EAECF0;
    padding-block: 16px;
}
.Question_Map h3.category-title {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
}
.category-section:last-child {
    padding-bottom: 0;
    border: none;
}