#assessment_view .modal-body,
#assessment_modal .modal-body {
    border-radius: 28px 28px 0 0;
    background-color: #fff;
}

#assessment_view .modal-content,
#assessment_modal .modal-content {
    border-radius: 28px;
    border: none;
    background-color: transparent;
    box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.16);
}

.twbs-row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.leftSide {
    width: 32px;
    min-height: 400px;
    margin-left: 2%;
}

.rightSide {
    width: 70%;
    margin-left: 7%;
}

#assessment_view .change,
#assessment_modal .change {
    display: none;
}

#assessment_view .modal-header,
#assessment_modal .modal-header {
    height: 57px;
    padding-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 28px 28px 0 0;
    border: none;
    background-color: #f6f6f6;
    box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.16);
}

#assessment_view .modal-footer {
    margin-top: -1px;
}

#assessment_view .close {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#assessment_view .modal-footer,
#assessment_modal .modal-footer {
    border-radius: 0 0 28px 28px;
    background-color: #fff;
}

#assessment_view .modal-header .close,
#assessment_modal .modal-header .close {
    padding: 0 8px 6px 8px;
    margin: 5px;
    border-radius: 50%;
    opacity: 1;
    background-color: #ed3424;
    color: #fff;
}

#assessment_view .close,
#assessment_modal .close {
    font-size: 30px;
}

#assessment_view .progress,
#assessment_modal .progress {
    width: 400px;
    height: 30px;
    border-radius: 15px;
    background-color: #e4e4e4;
}

#assessment_view .progress-bar,
#assessment_modal .progress-bar {
    width: 20%;
    border-radius: 15px;
    background-color: #ffbe2c;
    font-size: 20px;
    font-weight: bold;
    color: #707070;
}

#assessment_view .modal-title,
#assessment_modal .modal-title {
    margin-left: 107px;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #363738;
}

.tia-ques {
    margin-top: 9px;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    color: #828282;
    text-align: center;
}

.tia-ques span {
    font-size: 30px;
    font-weight: bolder;
    color: #01c851;
}

.fix__height {
    height: 65px;
}

#assessment_view .card {
    display: inline-block;
    margin: 14px 61px 0px 60px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
    width: auto;
    border-radius: 16px;
    border: none;
    background-color: rgba(246, 246, 246, 0.32);
}

#assessment_modal .card {
    display: inline-block;
    margin: 14px 61px 75px 60px;
    padding: 30px 60px;
    position: relative;
    text-align: center;
    width: auto;
    border-radius: 16px;
    border: none;
    background-color: rgba(246, 246, 246, 0.82);
}

.wpa_answer {
    height: inherit;
    border-right: 1px solid #eee;
}

.wpa_answer0 {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.wpa_answer5 {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.wpa_answer0,
.wpa_answer5 {
    background-color: #e67f25;
    box-shadow: 0px 3px 0px rgba(255, 190, 44, 1);
}

.wpa_answer1,
.wpa_answer4 {
    opacity: 0.7;
    background-color: #e67f25;
    box-shadow: 0px 3px 0px rgba(255, 190, 44, 1);
}

.wpa_answer2,
.wpa_answer3 {
    opacity: 0.35;
    background-color: #e67f25;
    box-shadow: 0px 3px 0px rgba(255, 190, 44, 1);
}

.wpa_radio:checked,
.wpa_radio:not(:checked),
.sideNav-check:checked,
.sideNav-check:not(:checked) {
    position: absolute;
    left: -9999px;
}

.wpa_radio:checked + label,
.wpa_radio:not(:checked) + label,
.sideNav-check:checked + label,
.sideNav-check:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.wpa_radio:not(:checked) + label {
    margin-top: 14px;
}

#assessment_view .wpa_radio:checked + label:before {
    background: rgb(0, 0, 0, 0);
    border: none;
}

#assessment_view .inputcontainer {
    height: inherit;
}

#assessment_view .wpa_answer.selected_wpa {
    height: 35px;
    margin-bottom: 5px;
    margin-top: 5px;
    background: #828282;
    box-shadow: 0px 3px 0px #363738;
}

.wpa_radio:checked + label:before,
.wpa_radio:not(:checked) + label:before,
.sideNav-check:checked + label:before,
.sideNav-check:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 0.5px solid #f2f2f2;
    border-radius: 100%;
    background: #fff;
}

.eeb_radio:checked + label:before,
.eeb_radio:not(:checked) + label:before {
    background: #d5d5d5;
}

.sideNav-check:checked + label:after,
.sideNav-check:not(:checked) + label:after {
    content: "\f058";
    font-family: "FontAwesome" !important;
    color: #00b388 !important;
    position: absolute !important;
    top: 0px !important;
    font-size: 22px !important;
    margin-left: -68px !important;
}

.wpa_radio:checked + label:after,
.wpa_radio:not(:checked) + label:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #363738;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wpa_radio:not(:checked) + label:after,
.sideNav-check:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.wpa_radio:checked + label:after,
.sideNav-check:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#assessment_view .pre__btn,
#assessment_modal .pre__btn {
    padding: 8px 23px;
    border-radius: 9px;
    border: 3px solid #363738;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
    color: #363738;
}

button:focus {
    outline: 5px auto transparent;
}

#assessment_view .nxt__btn,
#assessment_modal .nxt__btn {
    padding: 11px 49px;
    border: none;
    border-radius: 9px;
    font-size: 20px;
    font-weight: bold;
    background-color: #ffbe2c;
    color: #000;
    box-shadow: 0px 3px 0px rgba(230, 127, 37, 1);
}

#assessment_view .view__btn,
#assessment_modal .view__btn {
    padding: 9px 13px;
}

.questions-pagi {
    font-size: 20px;
    font-weight: 700;
    color: #828282;
    text-align: left;
    padding-left: 0px;
    margin-right: 12% !important;
}

.learning__path {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #2d84bf;
}

.path__desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color: #707070;
    padding-right: 20px;
}

.describesText {
    color: #e67f25;
}

.examplesnames1 {
    width: 92%;
    margin-bottom: 270px;
}

.examplesnames2 {
    width: 92%;
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    #assessment_view .d-md-block,
    #assessment_modal .d-md-block {
        display: flex !important;
    }
}

/****************** Mob Screens ******************/
@media screen and (max-width: 767.98px) {
    #assessment_view .wpa_answer.selected_wpa {
        box-shadow: rgb(54, 55, 56) 0px 3px 0px;
        background: rgb(130, 130, 130);
        width: 27px;
        margin-left: 3px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 17%;
    }

    #assessment_view .modal-body,
    #assessment_modal .modal-body {
        z-index: 1;
        margin-top: -5%;
        /* padding-left: 38.1px !important; */
    }

    #assessment_view .modal-dialog,
    #assessment_modal .modal-dialog {
        max-width: 100%;
        margin: 0;
    }

    #assessment_view .modal-header,
    #assessment_modal .modal-header {
        flex-wrap: wrap;
        height: auto;
        margin-top: 11%;
        margin-left: 4px;
        margin-right: 4px;
        padding-bottom: 8%;
    }

    #assessment_view .modal-title,
    #assessment_modal .modal-title {
        font-size: 14px;
        margin-left: 16px;
        line-height: 2.5;
    }

    #assessment_view .progress-bar,
    #assessment_modal .progress-bar {
        font-size: 11px;
        height: 15px;
    }

    #assessment_view .modal-header .close {
        padding: 0px 5px 6px 5px;
        /* margin-left: 92%; */
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #assessment_view .close,
    #assessment_modal .close {
        font-size: 19px;
    }

    #assessment_view .progress,
    #assessment_modal .progress {
        height: 15px;
        width: 100%;
    }

    #assessment_view .tia-ques,
    #assessment_modal .tia-ques {
        font-size: 14px;
    }

    .tia-ques span {
        font-size: 21px;
    }

    .fix__height--min {
        height: 40px;
        margin-bottom: 0;
        padding-bottom: 270px;
    }

    #assessment_view .Selecttext {
        font-size: 16px;
        text-align: left;
    }

    #assessment_view .card {
        display: inline-block;
        margin: 0px;
        padding: 20px;
        text-align: unset;
        width: 100%;
        background-color: transparent;
    }

    #assessment_modal .card {
        padding: 11px 5px;
        box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.16);
        width: 100%;
        margin: 0px;
        background-color: rgba(246, 246, 246, 0.82);
    }

    .wpa_answer0 {
        border-radius: unset;
        border-top-right-radius: 18px;
        border-top-left-radius: 18px;
    }

    .wpa_answer5 {
        border-radius: unset;
        border-bottom-right-radius: 18px;
        border-bottom-left-radius: 18px;
    }

    .assessmentText {
        border-right: none;
    }

    .wpa_radio:not(:checked) + label {
        margin-top: 0;
    }

    .leftSide .wpa_radio:not(:checked) + label:before {
        width: 11px;
        height: 13px;
        margin: 42%;
        margin-top: 100%;
    }

    .leftSide .wpa_radio:checked + label:after {
        left: 9px;
        width: 10px;
        height: 8px;
        margin: 0%;
        margin-top: 100%;
        transition: unset;
        transform: unset;
    }

    .leftSide .wpa_answer2:after {
        content: "";
        display: block;
        padding: 8px;
        width: 112px;
        height: 100%;
        margin-left: -108%;
        margin-top: -38px;
        border-bottom: 2px dashed #b3b3b3;
    }

    .leftSide .wpa_answer {
        height: 17%;
        border-right: none;
        width: 32px;
    }

    #assessment_view .pre__btn,
    #assessment_modal .pre__btn {
        font-size: 14px;
    }

    #assessment_view .nxt__btn,
    #assessment_modal .nxt__btn {
        font-size: 14px;
    }

    .assessment-footer .sub__btn {
        margin-top: 12px;
    }

    #assessment_view .questions-pagi {
        font-size: 14px;
        margin-left: 3%;
        padding-right: 0px;
        margin-bottom: 7px;
    }

    #assessment_view .tia-ques {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #assessment_view .modal-footer,
    #assessment_modal .modal-footer {
        border-radius: 0 0 0px 0px;
        background-color: #fff;
        margin-top: -2px;
        padding-bottom: 32px;
    }

    #assessment_view,
    #assessment_modal {
        padding: initial;
    }

    .path__desc {
        font-size: 16px;
    }

    .assessment-footer {
        display: block !important;
        text-align: center;
    }
}

/****************** Ipad Screen *******************/
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    #assessment_view .modal-dialog,
    #assessment_modal .modal-dialog {
        max-width: 94.4%;
    }

    #assessment_view .tia-ques {
        font-size: 18px;
    }

    #assessment_view .modal-title,
    #assessment_modal .modal-title {
        font-size: 17px;
        margin-left: 61px;
        line-height: 20px;
    }

    #assessment_view .progress-bar,
    #assessment_modal .progress-bar {
        /* width: 20%; */
        border-radius: 15px;
        background-color: #ffbe2c;
        font-size: 14px;
    }

    #assessment_view .Selecttext {
        font-size: 16px;
    }

    .wpa_radio:not(:checked) + label {
        margin-top: 0;
    }

    .wpa_radio:not(:checked) + label:before {
        width: 13px;
        height: 13px;
    }

    .wpa_radio:checked + label:after {
        left: 8px;
        width: 10px;
        height: 10px;
        top: 0px;
    }

    .wpa_answer {
        height: 32px;
    }

    .pre__btn {
        font-size: 14px;
    }

    .nxt__btn {
        font-size: 14px;
    }

    #assessment_view .questions-pagi {
        font-size: 14px;
        text-align: left;
        padding-left: 0px;
        margin-right: 5% !important;
    }

    #assessment_view .modal-header,
    #assessment_modal .modal-header {
        height: 40px;
        padding-bottom: 39px;
    }

    #assessment_view .progress,
    #assessment_modal .progress {
        width: 221px;
        height: 21px;
    }

    #assessment_view .modal-header .close,
    #assessment_modal .modal-header .close {
        padding: 0 8px 6px 8px;
        margin: -4px;
        margin-right: 1%;
    }

    #assessment_view .close,
    #assessment_modal .close {
        font-size: 21px;
    }

    .describesText {
        font-size: 14px;
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #assessment_view .card,
    #assessment_modal .card {
        margin: 14px 40px 0px 38px;
        padding-bottom: 40px;
    }

    #assessment_view .wpa_cont {
        height: 40px !important;
    }

    #assessment_view .wpa_answer.selected_wpa {
        height: 26px;
        margin-bottom: 3px;
        margin-top: 3px;
        background: #828282;
        box-shadow: 0px 3px 0px #363738;
    }

    .fix__height {
        margin-bottom: 42px;
    }
}

/****************** Md Screen **********************/
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    #assessment_view .modal-dialog,
    #assessment_modal .modal-dialog {
        max-width: 94.4%;
    }

    .tia-ques {
        font-size: 18px;
    }

    #assessment_view .modal-title,
    #assessment_modal .modal-title {
        font-size: 17px;
        margin-left: 61px;
        line-height: 20px;
    }

    #assessment_view .progress-bar,
    #assessment_modal .progress-bar {
        width: 20%;
        border-radius: 15px;
        background-color: #ffbe2c;
        font-size: 14px;
    }

    .wpa_radio:not(:checked) + label {
        margin-top: 0;
    }

    .wpa_radio:not(:checked) + label:before {
        width: 13px;
        height: 13px;
    }

    .wpa_radio:checked + label:after {
        left: 8px;
        width: 10px;
        height: 10px;
        top: 0px;
    }

    .wpa_answer {
        height: 32px;
        margin-top: 3px;
    }

    #assessment_view .wpa_answer.selected_wpa {
        height: 32px;
        margin-top: 3px;
    }

    .pre__btn {
        font-size: 14px;
    }

    .nxt__btn {
        font-size: 14px;
    }

    .questions-pagi {
        font-size: 14px;
        padding-left: 4%;
        text-align: left;
        padding-left: 0px;
        margin-right: 9% !important;
    }

    #assessment_view .modal-header,
    #assessment_modal .modal-header {
        height: 40px;
        padding-bottom: 39px;
    }

    #assessment_view .progress,
    #assessment_modal .progress {
        width: 30%;
        height: 21px;
    }

    #assessment_view .modal-header .close,
    #assessment_modal .modal-header .close {
        padding: 0 8px 6px 8px;
        margin: -4px;
        margin-right: 1%;
    }

    #assessment_view .close,
    #assessment_modal .close {
        font-size: 21px;
    }

    .describesText {
        font-size: 14px;
    }

    #assessment_view .card,
    #assessment_modal .card {
        margin: 14px 61px 0px 60px;
    }
}
