.__detail_result {
    margin: 0 auto;
    margin-top: 80px;
    width: 962px;
    margin-bottom: 30px;
}
.__detail_result ._head_title{
    margin-bottom: 31px;
}
.__detail_result .one_section {
    position: relative;
    margin-left: 36px;
}
.__detail_result .one_section::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -33px;
    width: 2px;
    height: 90%;
    background: rgba(145, 197, 245, 1);
}
.__detail_result .one_section::after {
    content: "";
    position: absolute;
    top: 15px;
    left: -36px;
    width: 10px;
    height: 10px;
    background: rgba(145, 197, 245, 1);
    border-radius: 50%;
}

.__detail_result .time_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.__detail_result .time_item .time_detail {
    font-size: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}
.__detail_result .time_item .btn_detail {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 102, 9, 1);
    cursor: pointer;
}

.__detail_result .flex{
    display: flex;
}
.__detail_result .flex-col {
    flex-direction: column;
}
.__detail_result .gap-12 {
    gap: 12px;
}
.__detail_result .gap-16{
    gap: 16px;
}
.__detail_result .justify-between {
    justify-content: space-between;
}
.__detail_result .p-0 {
    padding: 0;
}

.__detail_result ._head_title {
    font-weight: 700;
    color: #006192;
    font-size: 32px;
    position: relative;
}
.__detail_result ._head_title .btn_history,
.__detail_result_english ._head_title .btn_history {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 102, 9, 1);
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
}
.__detail_result ._btn_action {
    justify-content: center;
    margin-top: 35px;
    gap: 20px;
}
.__detail_result ._btn_action button{ 
    width: 240px;
    height: 60px;
    background: #5A9500;
    border: 0;
    border-bottom: 4px solid #3C6400;
    border-radius: 12px;
    color: white;
    font-size: 24px;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
}
.__detail_result ._btn_action button:last-child{ 
    background: #FF5520;
    border-bottom: 4px solid #C53000;
}
.__detail_result ._score_general {
    background: #91C5F5;
    padding: 10px;
    border: 10px solid #A5D4FF;
    border-radius: 30px;
    width: 100%;
    margin: 0 auto;
}
.__detail_result ._score_general::after,
.__detail_result ._score_general::before{
    display: none;
}

.__detail_result ._score_general ._score_right div{
    background: white;
    border-radius: 12px;
    font-size: 24px;
    color: #000000;
    padding: 20px 23px;
}

.__detail_result ._score_general ._score_right span:nth-child(1){
    font-weight: 500;
}
.__detail_result ._score_general ._score_right span:nth-child(2){
    font-weight: 700;
    color: #0A0A0A;
}
.__detail_result ._score_general ._score_left{
    background: white;
    border-radius: 12px;
    font-size: 24px;
    color: #555555;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.__detail_result ._score_general ._score_left ._score_left-text {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
}
.__detail_result ._score_general ._score_left ._score_left-score {
    font-size: 40px;
    color: #555555;
    font-weight: 600;
}
.__detail_result ._score_general ._score_left ._score_left-score span {
    font-size: 64px;
    color: #30D158;
    font-weight: 700;
}

.__detail_result ._title {
    font-size: 24px;
    font-weight: 700;
    color: #464646;
    margin-top: 69px;
}
.__detail_result ._table_score {
    margin-top: 20px;
    background: #A5D4FF;
    border-radius: 30px;
    border:13px solid #A5D4FF;
}
.__detail_result ._table_score ._head {
    background: #A5D4FF;
    color: #0A0A0A;
    font-size: 20px;
    font-weight: 700;
    justify-content: space-between;
}
.__detail_result ._table_score ._head div {
    width: 15%;
    padding: 20px 24px;
    border-right: 1px solid #95c6f1;
    white-space: nowrap;
}
.__detail_result ._table_score ._head div:first-child {
    width: 40%;
}
.__detail_result ._table_score ._head div:last-child {
    border-right: none;
}
.__detail_result ._table_score ._items {
    border-radius: 0 0 16px 16px;
    background: #F1F8FF;
}
.__detail_result ._table_score ._items ._item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #95c6f1;
}
.__detail_result ._table_score ._items ._item:last-child {
    border-bottom: none;
}
.__detail_result ._table_score ._items ._item div {
    width: 15%;
    border-right: 1px solid #95c6f1;
    padding: 20px 24px;
    font-weight: 500;
    color: #0A0A0A;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.__detail_result ._table_score ._items ._item div:first-child {
    width: 40%;
}
.__detail_result ._table_score ._items ._item  div:last-child {
    border-right: none;
}

@media only screen and (max-width: 1024px) {
    .__detail_result {
        width: 100%;
        margin-top: 120px;
    }
    .__detail_result ._score_general {
        flex-direction: column;
    }
    .__detail_result ._score_general .col-12 {
        width: 100%;
    }
    .__detail_result ._score_general .col-12 {
        width: 100%;
    }


    .__detail_result ._head_title{
        font-size: 20px;
    }
    .__detail_result ._score_general ._score_left {
        height: 130px;
    }
    /* .__detail_result ._score_general ._score_left ._score_left-text {
        display: none;
    } */
    .__detail_result ._score_general ._score_left ._score_left-score {
        font-size: 24px;
    }
    .__detail_result ._score_general ._score_left ._score_left-score span {
        font-size: 48px;
    }
    .__detail_result ._score_general ._score_right div{
        font-size: 16px;
        padding: 12px 15px;
    }
    .__detail_result ._score_general ._score_right span:nth-child(1) {
        font-size: 14px;
    }
    .__detail_result ._title {
        font-size: 16px;
        margin-top: 40px;
    }

    .__detail_result ._table_score ._items ._item div,
    .__detail_result ._table_score ._head div {
        padding: 8px;
        font-size: 14px;
    }
    .__detail_result ._head_title .btn_history {
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px) {
    .__detail_result ._head_title .btn_history{
        margin-top: 22px;
    }
    .__detail_result ._table_score {
        border-radius: 15px;
        border: 4px solid #A5D4FF;
    }
    .__detail_result ._table_score ._items ._item div,
    .__detail_result ._table_score ._head div {
        white-space: pre-line;
        display: flex;
        align-items: center;
    }
    .col-xs-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .__detail_result ._btn_action button{ 
        font-size: 16px;
    }
    .__detail_result .time_item .time_detail,
    .__detail_result .time_item .btn_detail {
        font-size: 14px;
    }
    .__detail_result .one_section {
        margin-left: 15px;
    }
    .__detail_result .one_section::before {
        left: -8px;
    }
    .__detail_result .one_section::after {
        left: -11px;
    }
    
}

.__detail_result ._score_general_essay {
    border: 8px solid #97CEFC;
    border-radius: 32px;
    background: #82BDF1;
    padding: 12px;
}

.__detail_result ._score_general_essay ._score_left_essay {
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}

.__detail_result ._score_general_essay ._point_text {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
    font-family: "Be Vietnam Pro", sans-serif;
}

.__detail_result ._score_general_essay ._point_text ._point_value {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.5;
    color: #FF3B30;
}

.__detail_result ._score_general_essay ._point_text ._point_value.pending {
    color: #000000DE;
}

.__detail_result ._score_general_essay ._point_text ._point_unit {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
}

.__detail_result ._score_general_essay ._correct_count_pill {
    background: rgba(0, 122, 255, 0.1);
    border-radius: 50px;
    padding: 4px 16px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.87);
}

.__detail_result ._score_general_essay ._correct_count_pill b {
    font-size: 32px;
    font-weight: 500;
}

.__detail_result ._score_general_essay ._history_pending {
    width: 100%;
    background: rgba(255, 102, 9, 0.08);
    border-radius: 12px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FF6609;
}

.__detail_result ._score_general_essay ._history_pending i {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.__detail_result ._score_general_essay ._history_pending span {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

.__detail_result ._score_general_essay ._score_right_essay {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: transparent;
}

.__detail_result ._score_general_essay ._detail_card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 16px 32px;
    flex: 1;
}

.__detail_result ._score_general_essay ._row_label {
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 8px;
}

.__detail_result ._score_general_essay ._row_content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.__detail_result ._score_general_essay ._stat_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
}

.__detail_result ._score_general_essay ._stat_item span {
    font-weight: 600;
}

.__detail_result ._score_general_essay ._stat_item b {
    font-weight: 700;
}

.__detail_result ._score_general_essay ._stat_item b.pending {
    color: #FF6609;
}

@media only screen and (max-width: 1024px) {
    .__detail_result ._score_general_essay ._point_text ._point_value {
        font-size: 42px;
    }

    .__detail_result ._score_general_essay ._point_text ._point_unit {
        font-size: 28px;
    }

    .__detail_result ._score_general_essay ._correct_count_pill {
        font-size: 20px;
    }

    .__detail_result ._score_general_essay ._history_pending {
        padding: 14px 16px;
    }

    .__detail_result ._score_general_essay ._history_pending span {
        font-size: 18px;
    }

    .__detail_result ._score_general_essay ._correct_count_pill b {
        font-size: 26px;
    }

    .__detail_result ._score_general_essay ._detail_card {
        padding: 16px 20px;
    }

    .__detail_result ._score_general_essay ._row_label,
    .__detail_result ._score_general_essay ._stat_item {
        font-size: 22px;
    }
}

@media only screen and (max-width: 600px) {
    .__detail_result ._btn_action {
        flex-direction: column;
        align-items: center;
    }

    .__detail_result ._btn_action button {
        width: 100%;
        max-width: 280px;
        height: 52px;
        font-size: 20px;
    }

    .__detail_result ._score_general_essay {
        border-width: 6px;
        border-radius: 24px;
        padding: 8px;
    }

    .__detail_result ._score_general_essay ._score_left_essay {
        min-height: 200px;
        padding: 20px 12px;
    }

    .__detail_result ._score_general_essay ._point_text {
        margin-bottom: 16px;
    }

    .__detail_result ._score_general_essay ._point_text ._point_value {
        font-size: 36px;
    }

    .__detail_result ._score_general_essay ._point_text ._point_unit {
        font-size: 24px;
    }

    .__detail_result ._score_general_essay ._correct_count_pill {
        font-size: 18px;
    }

    .__detail_result ._score_general_essay ._history_pending {
        padding: 12px;
        gap: 8px;
    }

    .__detail_result ._score_general_essay ._history_pending i {
        width: 28px;
        height: 28px;
        font-size: 18px;
    }

    .__detail_result ._score_general_essay ._history_pending span {
        font-size: 16px;
    }

    .__detail_result ._score_general_essay ._correct_count_pill b {
        font-size: 24px;
    }

    .__detail_result ._score_general_essay ._row_label,
    .__detail_result ._score_general_essay ._stat_item {
        font-size: 20px;
    }
}
