#abc_pe_loading_screen{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffff70;
    z-index: 5555;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.abc_pe_loading_screen_content{
    font-weight: bold;
    color: #c402ff;
}

#abc_pe_load_more_notes {
    /* font-size: 16px;
    margin-top: 10px;
   
    font-family: 'Josefin Sans';
    

    transition: .6s cubic-bezier(.23,1,.32,1);
   
    border-radius: 0;
    border-color: #4f0005;

    background-color: #5B0011;
    padding: 10px 20px 10px 20px;

    font-weight: 400;
    line-height: 27px; */
    
    text-transform: uppercase;

    background-color: #5B0011;
    background-image: none;
    border: none;
    margin: 0px 0px;
    padding: 15px 20px 15px 20px;
    color: white;
    font-family: 'Josefin Sans', sans-serif;
    border-radius: 0px;
    box-shadow: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
}

    #abc_pe_load_more_notes:hover {
        color: #fff;
        background: #97b7b6;
    }

.abc_pe_empty_notes{
    text-align: center;
    color: grey;
    font-style: italic;
}

.pe_note_items{
    /* background-color: white; */
    font-family: 'Source Sans Pro';
    /* padding: 25px 40px; */
    padding: 25px 0px;
    font-size: 16px;

    max-height: 400px;
    overflow-y: scroll;
}

.pe_note_item {
    display: flex;
    padding: 15px 0;
}

.pe_note_item_avatar {
    width: 75px;
    margin-right: 20px;
}

.pe_note_item_avatar img {
    border-radius: 50%;
}

.pe_note_item_right {
    flex: 1;
    text-align: left;
}

.pe_note_item_name {
    font-weight: bold;
    margin-bottom: 10px;
}

.pe_note_item_time {
    margin-top: 15px;
    font-size: 15px;
    color: gray;
}

/*--- Password Eye Icon ---*/
.accessally-login-input-col{
    position: relative;
}

    .btn_toggle_pwd_visible{
        display: inline-block;
        position: absolute;
        right: 5px;
        top: 10px;
        background: url(images/eye_icon.png) no-repeat;
        width: 20px;
        height: 20px;
        background-size: contain;
        z-index: 55;
        cursor: pointer;
    }
/*--- /Password Eye Icon ---*/


/*--- Visibility Checkbox - Update Private Note ---*/
.abc_pe_note_public_checkbox_container{
    color: white;
}

#abc_pe_note_public_checkbox{
    cursor: pointer;    
    margin-right: 5px;
}
/*--- /Visibility Checkbox - Update Private Note ---*/


/*------------------- QUIZ -------------------------*/
.pextend_quiz_question_item .progressally-quiz-question {
    background: #575659;
}

.pextend_quiz_table{
    width: 100%;

    border-top-left-radius: 6px;
    border-top-right-radius: 6px;    
    overflow: hidden;
}

.pextend_quiz_table td{
    padding: 10px 15px;
}

.pextend_quiz_table_header{
    /* background: #575659; */
    background: #004050;
    color: white;
}

.pextend_quiz_choice_row{
    background-color: RGB(60 60 60 / 5%);
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 16%);

    color: #333333;
    font-weight: 300;
}

.pextend_quiz_choice_row td {
    padding: 15px 20px;
}

.pextend_quiz_choice_input_td{
    text-align: center;
}

.pextend_col_td{
    text-align: center;
}

.btn_submit_quiz,
.btn_retake_quiz{
    background-color: #5B0011;
    background-image: none;
    border: none;
    margin: 0px 0px;
    padding: 15px 20px 15px 20px;
    color: white;
    font-family: 'Josefin Sans', sans-serif;
    border-radius: 0px;
    box-shadow: none;
    cursor: pointer ;
    font-size: 16px ;
    font-weight: 300 ;
    text-align: center ;
    letter-spacing: 2px;
}

    .btn_submit_quiz:hover,
    .btn_retake_quiz:hover{
        border: 0;
    }

.pextend_quiz_btn_container{
    text-align: center;
    padding: 20px 0;
}

#pextend_quiz_results{
    padding: 10px 35px;

    display: none;
}

.pextend_result_ques_choice{
    display: flex;
    /* justify-content: space-between; */
}

.pextend_bar_graph{
    display: flex;
    align-items: center;
    padding: 0 15px;
    width: 52%;
}

.pextend_bar_graph span{
    width: 100%;
    height: 10px;
    background: #004050;
    display: block;
}

.pextend_bar_right{
    flex: 1;
    display: flex;
}

.pextend_bar_lbl {
    min-width: 100px;
}

.pextend_results_title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.pextend_result_ques_lbl{
    font-weight: bold;
}

.pextend_result_ques{
    margin-bottom: 15px;
}

.pextend_quiz_results_matrix_tbl{
    width: 100%;
    margin-bottom: 40px;
}

#pextend_quiz_results_shortcode {
    padding: 0 5%;

    font-family: "Source Sans Pro", sans-serif;
    text-align: left;
    font-size: 16px;
}

.pextend_quiz_results_row:nth-child(even) {
    background: #f6f6f6;
}

.pextend_quiz_results_header_row{
    color: white;
    background: #004050;
}

#pextend_quiz_results_shortcode td {
    padding: 5px 10px;
}

.pextend_quiz .progressally-quiz-choice-item{
    font-weight: 400;
}

/* question row */
.pextend_quiz_table .pextend_quiz_table_header:nth-child(1){
    /* background: #004050; */
    background: #575659;
}

.pextend_quiz_results_matrix_tbl .pextend_quiz_results_header_row:nth-child(1){
    background: #575659;
}

.pextend_quiz_ques_item_wrong_ans{
    
}

/* .pextend_quiz_results_bar_graph{
    background: #004050;
    height: 10px;
} */
/*------------------- /QUIZ -------------------------*/


/*------------------- POPUP -------------------------*/
#abc_custom_popup{
    display: none;

    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5555;
    background: #000000a1;

    display: flex;
    justify-content: center;
    align-items: center;
}

.abc_custom_popup_container{
    background: white;
    max-width: 400px;
    padding: 20px;
}

.abc_custom_popup_button_container{
    text-align: center;
}

.abc_custom_popup_title {    
    margin-bottom: 15px;
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: 400;
}

.abc_custom_popup_msg {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
}
/*------------------- /POPUP -------------------------*/


@media only screen and (max-width: 540px) {
    .pe_note_item{
        display: block;
    }

    .pe_note_item_avatar{
        margin-bottom: 10px;
    }    
}