﻿html.dark .eCard .card-body {
    background: #282d36;
}

html.dark .eCard .exam-question {
    color: #ccc;
}

html.dark .eCard .card-footer {
    color: #ccc;
}


html.dark .eCard .exam-answer .answer-option .answer-badge {
    background-color: #353a42;
    color: #FFFFFF;
}

html.dark .eCard .exam-answer .answer-option .answer-title {
    color: #FFFFFF;
}

html.dark .eCard .exam-answer .answer-option.alert-info .answer-title {
    color: #4E5E6A;
}

html.dark .eCard .exam-answer .answer-option.alert-success .answer-title, .eCard .exam-answer .answer-option.alert-success .answer-title{
    color: #000000;
}

html.dark .eCard .exam-answer .answer-option.alert-danger .answer-title, .eCard .exam-answer .answer-option.alert-danger .answer-title{
    color: #64676C;
}

.btn, .btn:focus, .btn:hover {
    transition: none !important;
}

.btn:focus {
    box-shadow: none !important;
}

.eCard.card-featured-left {
    border-radius: 8px;
    border-left: 8px solid #fff;
}

.eCard.card-featured-incorrect {
    border-color: #FF3B30;
}

.eCard.card-featured-correct {
    border-color: #00B74A;
}

.eCard.card-featured-unseen {
    border-color: #E5E9F0;
}

.eCard .card-header {
    background: #fff;
    border-radius: 0 8px 0 0 !important;
    border-bottom: 0;
}

.eCard .eCard-badge {
    display: inline-block;
    height: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0;
    vertical-align: bottom;
    padding: 6px 12px;
    vertical-align: bottom;
    border-radius: 12px;
    font-size: 11px;
}

    .eCard .eCard-badge.qOrder {
        background: #F4F6FB;
        color: #333333;
    }

    .eCard .eCard-badge.qNo {
        background: #EBF1FF;
        color: #2176FF;
    }

    .eCard .eCard-badge.qtime {
        background: #E3F5FF;
    }

    .eCard .eCard-badge.qPoint {
        background: #FFF5E2;
        color: #FF8800;
    }

    .eCard .eCard-badge.qAttention {
        background: #FFE3E3;
        color: #FF3B30;
    }

    .eCard .eCard-badge.qPoint, .eCard .eCard-badge.qAttention {
        font-size: 10px;
        padding: 4px 10px;
        height: 20px;
    }

.eCard .eCard-actions {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

    .eCard .eCard-actions .left-actions {
        text-align: left;
        display: flex;
    }

    .eCard .eCard-actions .center-actions {
        text-align: center;
        justify-content: center;
        display: flex;
    }

    .eCard .eCard-actions .right-actions {
        text-align: right;
        display: flex;
    }

    .eCard .eCard-actions svg {
        height: 24px;
    }

    .eCard .eCard-actions a {
        color: transparent;
        cursor: pointer;
    }

    .eCard .eCard-actions .icon-similar svg {
        fill: #FFBB33;
    }

    .eCard .eCard-actions .icon-comment svg {
        fill: #5AC8FA;
    }

    .eCard .eCard-actions .icon-video svg {
        fill: #5AC8FA;
    }

    .eCard .eCard-actions .icon-verified.active svg {
        fill: #2176FF;
    }

    .eCard .eCard-actions .icon-pin.active svg {
        fill: #4285F4;
    }

    .eCard .eCard-actions .icon-hard.active svg {
        fill: #FF3B30;
    }

    .eCard .eCard-actions .icon-easy.active svg {
        fill: #00B74A;
    }

    .eCard .eCard-actions .icon-note.active svg {
        fill: #5AC8FA;
    }

.eCard .exam-annex {
    margin-top: 10px;
}

.eCard .exam-question {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.eCard .card-footer {
    color: #64676C;
    font-size: 11px;
    border-top: 0;
    border-radius: 0 0 8px 0 !important;
}

.eCard .exam-answers .answer-item {
    margin: 10px 0;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
}

.eCard .exam-answers .radio-custom label {
    color: #64676C;
    font-size: 14px;
}

    .eCard .exam-answers .radio-custom label:before {
        background: transparent;
    }

.eCard .exam-answers .radio-custom input[type="radio"]:checked + label:after {
    left: 6px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
}

.eCard .exam-answers .radio-custom.no-radio {
    padding: 0;
}

    .eCard .exam-answers .radio-custom.no-radio label:before {
        content: none;
    }

.eCard .exam-answers .answer-item.no-answer {
    background-color: #F4F6FA;
}

    .eCard .exam-answers .answer-item.no-answer .radio-custom label:before {
        border: 2px solid #AFB2B8;
    }

    .eCard .exam-answers .answer-item.no-answer .radio-custom label:after {
        background-color: #AFB2B8;
        -webkit-box-shadow: 0px 0px 1px #AFB2B8;
        box-shadow: 0px 0px 1px #AFB2B8;
    }

.eCard .exam-answers .answer-item.correct-answer {
    background-color: #E3FFF1;
}

    .eCard .exam-answers .answer-item.correct-answer .radio-custom label:before {
        border: 2px solid #00B74A;
    }

    .eCard .exam-answers .answer-item.correct-answer .radio-custom label:after {
        background-color: #00B74A;
        -webkit-box-shadow: 0px 0px 1px #00B74A;
        box-shadow: 0px 0px 1px #00B74A;
    }

.eCard .exam-answers .answer-item.incorrect-answer {
    background-color: #FFE3E3;
}

    .eCard .exam-answers .answer-item.incorrect-answer .radio-custom label:before {
        border: 2px solid #FF3B30;
    }

    .eCard .exam-answers .answer-item.incorrect-answer .radio-custom label:after {
        background-color: #FF3B30;
        -webkit-box-shadow: 0px 0px 1px #FF3B30;
        box-shadow: 0px 0px 1px #FF3B30;
    }

    .eCard .exam-answer .answer-option {
        display: flex;
        border: 1px solid;
        border-color: #CCCCCC;
        border-radius: 8px;
        margin-bottom: 15px;
        cursor: pointer;
    }

        .eCard .exam-answer .answer-option .answer-badge {
            display: flex;
            align-items: center;
            background: #F4F6FB;
            color: #333333;
            border-right: 1px solid #CCCCCC;
            font-size: 22px;
            font-weight: 400;
            padding: 15px 25px;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .eCard .exam-answer .answer-option .answer-title {
            display: flex;
            align-items: center;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            color: #4E5E6A;
            padding: 15px;
        }

@media only screen and (max-width: 1023px) {
    .eCard .exam-answer .answer-option {
        margin-bottom: 15px;
    }

        .eCard .exam-answer .answer-option .answer-badge {
            font-size: 20px;
            padding: 10px 20px;
        }

        .eCard .exam-answer .answer-option .answer-title {
            font-size: 14px;
            line-height: 1.5;
            padding: 10px;
        }
}

@media only screen and (max-width: 767px) {
    .eCard .exam-answer .answer-option {
        margin-bottom: 15px;
    }

        .eCard .exam-answer .answer-option .answer-badge {
            font-size: 16px;
            padding: 10px 20px;
        }

        .eCard .exam-answer .answer-option .answer-title {
            font-size: 12px;
            line-height: 1.5;
            padding: 10px;
        }
}

@media only screen and (max-width: 599px) {
    .btn {
        padding: 5px 10px;
        font-size: 12px;
    }

    .exam-qno button {
        min-width: 38px;
        max-width: 38px;
        border-radius: 4px;
        margin: 3px !important;
        text-align: center;
        padding: 8px 5px;
    }

    .solve-exam .nav-link {
        font-size: 11px;
    }

    .eCard .eCard-actions .left-actions span {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .eCard .eCard-actions .center-actions {
        width: 100%;
    }

    .eCard .eCard-actions .card-exam-opt {
        display: flex;
        justify-content: space-between;
    }



    .eCard .eCard-actions svg {
        height: 20px;
    }

    /*.eCard .eCard-actions .right-actions span {
        margin-top: 2px;
        margin-bottom: 2px;
    }*/

    .eCard .exam-answer .answer-option {
        margin-bottom: 10px;
    }

        .eCard .exam-answer .answer-option .answer-badge {
            font-size: 14px;
            padding: 8px 12px;
        }

        .eCard .exam-answer .answer-option .answer-title {
            font-size: 12px;
            line-height: 1.5;
            padding: 10px;
        }

    .eCard .eCard-badge.qPoint, .eCard .eCard-badge.qAttention {
        font-size: 9px;
        padding: 3px 9px;
        height: 16px;
    }
}

@media(hover: hover) and (pointer: fine) {
    .eCard .exam-answer .answer-option.alert-success:hover .answer-title {
        color: #000000;
    }

    .eCard .exam-answer .answer-option.alert-danger:hover .answer-title {
        color: #64676C;
    }

    .btn:hover {
        transition: none !important;
    }

    .eCard .eCard-actions .icon-pin:hover svg {
        fill: #4285F4;
    }

    .eCard .eCard-actions .icon-hard:hover svg {
        fill: #FF3B30;
    }

    .eCard .eCard-actions .icon-easy:hover svg {
        fill: #00B74A;
    }

    .eCard .eCard-actions .icon-note:hover svg {
        fill: #5AC8FA;
    }

    .eCard .eCard-actions .icon-exit:hover svg {
        fill: #FF3B30;
    }

    .eCard .exam-answer .answer-option:hover {
        border-color: #4285F4;
    }

        .eCard .exam-answer .answer-option:hover .answer-badge {
            color: #000000;
        }

        .eCard .exam-answer .answer-option:hover .answer-title {
            color: #000000;
        }
}
