/******************************* Teacher Preview *******************************************/


/* assign worksheet section */

.display-style {
    display: flex;
    align-items: center;
    margin-bottom: 44px;
}

.worksheet-ui .modal.assign-worksheet .modal-dialog {
    width: 874px;
}

.worksheet-ui .preview-info .modal button.close svg path {
    fill: #221638 !important;
}

.assign-worksheet h2 {
    color: #221638;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.7px;
    text-align: center;
    margin-bottom: 35px;
}

.worksheet-ui .buttons input[type="button"].green-button {
    width: 271px;
    height: 44px;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
}

.custom-dropdown-wrapper .bootstrap-select.btn-group .dropdown-menu li {
    background: none;
    padding: 0;
}

.custom-dropdown-wrapper .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: none;
    background: url(../../images/caret-icon.png) no-repeat center;
    width: 20px;
    height: 13px;
    margin-top: -6px;
}

.custom-dropdown-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    height: 55px;
}

.custom-dropdown-wrapper .bootstrap-select.btn-group .dropdown-menu {
    padding: 0;
    width: 100%;
    box-shadow: none;
    border: solid 1px #eee;
    top: 100%;
    left: 0;
}

.custom-dropdown-wrapper .bootstrap-select.btn-group .dropdown-menu.inner {
    padding: 4px 8px;
}

.custom-dropdown-wrapper .bootstrap-select.btn-group .dropdown-menu li a {
    min-height: 33px;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.06;
    letter-spacing: 0.5px;
    color: #221638;
}

.custom-dropdown-wrapper .bootstrap-select.btn-group .dropdown-menu li a span {
    word-wrap: break-word;
    margin-right: 0 !important;
    white-space: normal;
    margin-top: 6px;
}

.custom-dropdown-wrapper .open .btn,
.custom-dropdown-wrapper .open .btn:hover,
.custom-dropdown-wrapper .open .btn:active,
.custom-dropdown-wrapper .open .btn:active:hover,
.custom-dropdown-wrapper .open .btn:focus,
.custom-dropdown-wrapper .btn:active:focus {
    color: #4e4e4e;
    background-color: #fff;
    border-color: #ccc;
    box-shadow: none;
}

.worksheet-ui .content-section .custom-dropdown-wrapper .dropdown-toggle {
    padding: 3px 12px 4px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.06;
    color: #221638;
    text-align: left;
    border: solid 1px #eee;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.custom-dropdown-wrapper .bootstrap-select.open.btn-group .dropdown-toggle .caret {
    transform: rotate(180deg);
}

.custom-dropdown-wrapper .dropdown-toggle:active,
.custom-dropdown-wrapper .dropdown-toggle:hover,
.custom-dropdown-wrapper .dropdown-toggle:focus,
.custom-dropdown-wrapper .dropdown-toggle:active:hover {
    box-shadow: none;
    border-color: #ccc;
    outline: none !important;
}


/**search-form**/

.searchbox .group {
    position: relative;
    width: 227px;
}

.searchbox-input {
    padding: 0 37px 0 15px;
    width: 227px;
    height: 55px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #eee;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.06;
    letter-spacing: 0.5px;
    color: #221638;
}

#start-student-popup .view-group{
    display:flex;
    justify-content:end;
}
#start-student-popup .view-txt{
    margin-top:9px;
    margin-right:20px;
    font-size:16px;
}

.searchbox-input:focus {
    box-shadow: 0 4px 16px 2px rgba(61, 69, 94, 0.14);
}

.searchbox .searchbox-submit {
    background: url("../../images/search-icon.png") no-repeat scroll center center;
    border: 0 none;
    color: #dcddd8;
    cursor: pointer;
    display: block;
    height: 100%;
    top: 0;
    width: 37px;
    position: absolute;
    right: 0;
    padding: 0;
    text-indent: -9999px;
    margin-top: 0;
}

.searchbox-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #CECECE;
}

.searchbox-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #CECECE;
}

.searchbox-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #CECECE;
}

.searchbox-input:-moz-placeholder {
    /* Firefox 18- */
    color: #CECECE;
}


/* accordin checkbox */

.assign-worksheet [type="checkbox"]:not(:checked),
.assign-worksheet [type="checkbox"]:checked,
.assign-worksheet [type="radio"]:checked,
.assign-worksheet [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.assign-worksheet [type="checkbox"]:not(:checked)+label,
.assign-worksheet [type="checkbox"]:checked+label {
    height: auto;
    padding: 7px 0 0 40px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.5px;
    color: #2b2929;
}

.assign-worksheet [type="checkbox"]:not(:checked)+label:before,
.assign-worksheet [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    box-shadow: inset 0 4px 0 0 rgba(240, 236, 236, 0.5);
    background-color: #ffffff;
    border: solid 1px #989898;
}

.assign-worksheet [type="checkbox"]:not(:checked)+label:after,
.assign-worksheet [type="checkbox"]:checked+label:after {
    background: url(../../images/tick-green.png) no-repeat 0 0;
    content: '';
    position: absolute;
    top: 11px;
    left: 7px;
    font-size: 14px;
    color: #09ad7e;
    transition: all .2s;
    width: 16px;
    height: 13px;
}


/* if "not checked" */

.assign-worksheet [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    /* invisible */
    transform: scale(0);
    /* scaled down to 0 */
}


/* If "checked" */

.assign-worksheet [type="checkbox"]:checked+label:after {
    opacity: 1;
    /* visible */
    transform: scale(1);
    /* scaled up to normal */
}


/* accordin radio */

.assign-worksheet [type="radio"]:checked+label,
.assign-worksheet [type="radio"]:not(:checked)+label {
    padding-left: 43px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.06;
    letter-spacing: 0.5px;
    color: #2b2929;
}

.assign-worksheet [type="radio"]:checked+label:before,
.assign-worksheet [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.assign-worksheet [type="radio"]:checked+label:after,
.assign-worksheet [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #1f1c1c;
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.assign-worksheet [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.assign-worksheet[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* accordin tabs */

.worksheet-ui .modal.assign-worksheet .buttons {
    margin-top: 30px;
}

.panel-group {
    margin-bottom: 0;
}

.panel-group .panel {
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}

.panel-default>.panel-heading {
    background-color: transparent;
    border: 1px solid #eee;
    border-right: none;
    border-left: none;
    border-top: none;
}

.panel-default:last-child .panel-heading {
    border-bottom: none;
}

.panel-heading {
    border-radius: 0;
    padding: 0;
}

.panel-heading a {
    display: inline-block;
}

a.accordion-toggle.collapsed {
    background: url("../../images/down.png") no-repeat right center;
    text-decoration: none;
    padding-right: 28px;
}

a.accordion-toggle {
    background: url("../../images/up.png") no-repeat right center;
    text-decoration: none;
    padding-right: 28px;
}

.panel-title {
    font-size: 16px;
    padding: 0 0 3px 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.06;
    letter-spacing: 0.5px;
    color: #221638;
}

.panel-collapse {}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    display: flex;
    flex-direction: column;
    padding: 14px 31px 0 16px;
}

.panel-body li {
    list-style-type: none;
    padding-bottom: 8px;
}

.panel-body li a {
    color: #613ce0;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.assign-worksheet .checkbox-width-shrink [type="checkbox"]:not(:checked)+label::before,
.assign-worksheet .checkbox-width-shrink [type="checkbox"]:checked+label::before {
    width: 22px;
    border-radius: 4px;
    height: 22px;
}

.assign-worksheet .checkbox-width-shrink [type="checkbox"]:not(:checked)+label,
.assign-worksheet .checkbox-width-shrink [type="checkbox"]:checked+label {
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 2.06;
}

.assign-worksheet .checkbox-width-shrink [type="checkbox"]:not(:checked)+label::after,
.assign-worksheet .checkbox-width-shrink [type="checkbox"]:checked+label::after {
    width: 12px;
    height: 9px;
    background-size: 100%;
    top: 9px;
    left: 5px;
}

.assign-worksheet .radio-width-shrink [type="radio"]:not(:checked)+label::before,
.assign-worksheet .radio-width-shrink [type="radio"]:checked+label::before {
    width: 22px;
    height: 22px;
}

.assign-worksheet .radio-width-shrink [type="radio"]:not(:checked)+label,
.assign-worksheet .radio-width-shrink [type="radio"]:checked+label {
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 2.06;
}

.assign-worksheet .radio-width-shrink [type="radio"]:not(:checked)+label::after,
.assign-worksheet .radio-width-shrink [type="radio"]:checked+label::after {
    width: 10px;
    height: 10px;
    top: 6px;
    left: 6px;
}


/* popup ends here */

.worksheet-ui .preview-intro {
    background: #FEF1E5;
    padding: 0 0 0px 0;
    height: 72px;
    text-align: center;
    font-size: 16px;
    margin-top: 0px;
    vertical-align: middle;
    border-bottom: solid 1px #f99133;
}

.worksheet-ui .preview-intro span {
    color: #d87215;
    line-height: 70px;
    margin-left: 8px;
    font-size: 18px;
}

.worksheet-ui .preview-intro a {
    color: #d87215;
    text-decoration: underline;
}

.worksheet-ui .cehck-answer.check-answer-btn.show-correct-answer {
    border-radius: 5px;
    border: solid 1px #76a741;
    color: #76a741;
    background: none;
}

.worksheet-ui .cehck-answer.check-answer-btn.show-correct-answer.active {
    border-radius: 5px;
    background-color: #76a741;
    border: solid 1px #76a741;
    color: #ffffff;
}

.worksheet-ui .question-container .intro {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #4c8ac8;
}

.worksheet-ui .preview-info .worksheet-container .pagination li a.in-progress {
    /* background-color: #76a741; */
    background-image: none;
}


/* 
.worksheet-ui .back-link {
    margin: 23px 0 0 0;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #393939;
    padding: 5px;
    display: block;
    width: 100%;
    text-align: left;
} */


/*.worksheet-ui .preview-info .matrix-list.radio .matrix-radio .check.correct-radio, .matrix-list.grid_radio .matrix-radio .check.correct-radio { border: 2px solid #76a741;}*/

.worksheet-ui .preview-info .destinationBox.no-color.ui-droppable.disabled.correct-answer {
    border-color: none;
}

.intro-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: solid 1px #4c8ac8;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4c8ac8;
}

.intro-btns img {
    margin-right: 10px;
    margin-bottom: 3px;
}

.student-btn,.student-button {
    width: 178px;
    height: 36px;
    border-radius: 18px;
}

.assign-btn {
    width: auto;
    height: 36px;
    border-radius: 18px;
    margin: 0 30px;
    padding: 0 10px;
}

.print-btn {
    width: 107px;
    height: 36px;
    border-radius: 18px;
}

.ques_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.pos-rel {
    margin-top: 0;
}

.back-link img {
    padding-right: 8px;
    width: 25px;
}

.marking-help {
    position: relative;
}

.marking-info-popup {
    position: absolute;
    bottom: 42px;
    width: 440px;
    top: auto;
    right: -60px;
    left: auto;
}

.marking-info-content .footer-arrow {
    left: 356px;
}

.account-icon {
    background: url(../../images/accounts.png);
}

.web-panel {
    background: url(../../images/settings.png);
}

.user-log {
    background: url(../../images/listing.png);
}

.matrix-list.checkbox [type="checkbox"].correct_but_not_marked:checked+label::before {
    border: 2px solid #76a741;
}

.worksheet-ui .matrix-list.checkbox [type="checkbox"]:not(:checked)+label::after,
.worksheet-ui .matrix-list.checkbox [type="checkbox"]:checked+label::after {
    background-color: #76a741;
}

.worksheet-ui input[type="radio"].correct_but_not_marked~.check::before {
    left: 0px;
    top: 0px;
}

.matching-question #questionDiv .question_DragedAnswer_Box .destinationBox.disabled.correct-answer {
    border: none;
}

.mark-info-icon {
    color: #4C8AC8;
}

.worksheet-container .question-container {
    margin-top: 40px;
}

.worksheet-container.intro .intro-title {
    margin-bottom: 30px;
}

.assign-worksheet [type="checkbox"][disabled]:checked+label:after {
    opacity: 0.5;
}

.assign-worksheet-form .mCustomScrollbar {
    height: auto;
}

.worksheet-ui .modal.assign-worksheet .modal-dialog.parent {
    width: 586px;
}

.assign-worksheet-form .accordin-checkbox span {
    height: 30px;
    line-height: 1.38;
    width: 80%;
    color: #76a741;
    margin-left: 38px;
}

.assign-worksheet-form .no-student {
    color: red;
    text-align: center;
}

.assign-worksheet-form input[type="button"].green-button.disable-assign {
    background-color: #d8d8d8;
}

input.searchbox-input:focus,
.searchbox .searchbox-submit:focus,
.worksheet-ui .content-section .custom-dropdown-wrapper .dropdown-toggle:focus,
.custom-dropdown-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):focus {
    outline: none !important;
}


/* Preview section end */


/* Completed Summary page   */

.worksheet-ui .to-do-list ul {
    width: 766px;
    display: flex;
    justify-content: space-between;
}

.to-do-list {
    display: flex;
    justify-content: center;
}

.worksheet-ui .to-do-list ul li {
    width: 243px !important;
    display: flex !important;
}

.summary-page-heading {
    letter-spacing: 0.7px;
    color: #131313;
    font-size: 22px;
    line-height: normal;
    margin-top: 40px;
    margin-bottom: 20px;
}

ul.Worksheet-detail-1 {
    list-style-type: none;
    padding: 0;
}

ul.Worksheet-detail-1 li {
    display: flex;
    color: #131313;
    margin-left: 20px;
    text-align: left;
    align-items: center;
}

.summary-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 30px;
}

.worksheet-ui .green-btn.review-answer-completed {
    width: 290px;
    height: 44px;
    background-color: #76a741;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 18px;
    color: #ffffff;
}

.reassign-review-btns {
    display: inline-flex;
    align-items: center;
}

#reassignButton {
    margin-right: 30px;
}

.horizontal-bar {
    float: left;
    border-top: 1px solid #dddddd;
    margin-top: 50px;
    padding-top: 12px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.Worksheet-detail-1 li span {
    min-width: 150px;
    line-height: 2.06;
    letter-spacing: 0.3px;
    font-size: 16px;
}

.worksheet-ui .worksheet-container ul.Worksheet-detail-1 li p {
    line-height: 2.06;
    letter-spacing: 0.3px;
    font-size: 16px;
}

.worksheet-reassign {
    height: 75px;
    background-color: rgba(76, 138, 200, 0.1);
    border: solid 1px #4c8ac8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: none;
    margin-top: 0px;
    border-right: none;
    margin-bottom: 31px;
}

.worksheet-reassign p {
    letter-spacing: 0.5px;
    margin: 0;
    color: #4c8ac8;
    font-size: 16px;
}

.score-progress-header {
    width: 34%;
    height: 53px;
    position: absolute;
    right: 0;
    top: -9px;
}

.score-progress-header .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 2.8;
}

.score-progress-header .circle {
    stroke: #fff;
}

.score-progress-header .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

.score-progress-header .percentage {
    fill: #fff;
    font-size: 9px;
    text-anchor: middle;
}

.worksheet-ui .completed-subheader .top-right-text {
    margin-top: 5px;
    text-align: right;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
}

.completed-subheader .top-right-text span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
}

.pie_progress__number {
    font-size: 64px;
}


/* .maths .Worksheet-detail-1 .fa.fa-star,
.maths .pie_progress__number {
    color: #ee573b;
}

.english .Worksheet-detail-1 .fa.fa-star,
.english .pie_progress__number {
    color: #f7941d;
}

.science .Worksheet-detail-1 .fa.fa-star,
.science .pie_progress__number {
    color: #4C8AC8;
}

.maths .score-progress-header .circle-bg {
    stroke: #EE7F3B;
}

.english .score-progress-header .circle-bg {
    stroke: #F7A21D;
}

.science .score-progress-header .circle-bg {
    stroke: rgba(255, 255, 255, 0.1);
}

.maths .pie_progress__svg path {
    stroke: #ee573b;
}

.english .pie_progress__svg path {
    stroke: #f7941d;
}

.science .pie_progress__svg path {
    stroke: #4C8AC8;
} */

.worksheet-container.completed-summary {
    margin-top: 37px;
}

.worksheet-container.completed-summary.worksheetReassignShown {
    margin-top: 0px;
}

.worksheet-ui .worksheet-container.completed-summary .pagination li a {
    cursor: default;
}


/* Completed Summary page end  */


/* Review worksheet start */

.completed-worksheets .pos-rel {
    margin-top: 30px;
}

.completed-worksheets .worksheet-container .question-container {
    margin-top: 18px;
}

.worksheet-ui .worksheet-container .pagination li a.tutor-mark {
    background-image: url(../../images/ic-progress.png);
}

.worksheet-ui .worksheet-container .how-to-mark {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c2c2c;
    margin-bottom: 9px;
}

.descriptive-answer .col-sm-6:first-child p {
    margin-left: 16px;
}

.worksheet-ui .answer-option-div .descriptive-answer .student-textarea {
    padding: 15px;
    height: 155px;
    border-radius: 8px;
    box-shadow: inset 0 4px 0 0 rgba(226, 226, 226, 0.5);
    background-color: #ffffff;
    border: solid 1px #979797;
    line-height: 30px;
    font-size: 16px;
    resize: none;
    width: 100%;
    color: #000;
    cursor: pointer;
    white-space: pre-wrap;
}

.student-textarea .mCSB_scrollTools {
    right: -7px;
}

.descriptive-answer {
    margin-bottom: 42px;
}

.descriptive-answer span {
    line-height: 30px;
    margin-top: 13px;
    display: inline-block;
    font-size: 16px;
    color: #000;
}

.descriptive-answer-wrapper {
    border-top: 1px solid #dddddd;
    padding-top: 41px;
    margin-top: 41px;
    text-align: left;
}

.descriptive-answer-wrapper .border-bottom {
    border-bottom: 1px solid #dddddd;
}

.descriptive-answer-wrapper .border-right {
    border-right: 1px solid #dddddd;
    display: flex;
    align-items: center;
    padding: 15px;
}

.data-box {
    display: flex;
}

.worksheet-ui .worksheet-container .data-box p {
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: normal;
}

.data-box input {
    width: 84px;
    height: 42px;
    border-radius: 8px;
    box-shadow: inset 0 4px 0 0 rgba(226, 226, 226, 0.5);
    background-color: #ffffff;
    outline: none;
    border: solid 1px #979797;
}

.data-box input.red-border {
    border: 1px solid #da0707;
}

.shift-right {
    padding-left: 32px;
    display: flex;
    align-items: center;
}

.descriptive-answer-wrapper .border-right.shift-right {
    padding-left: 32px;
}

.progress-icons-li.manual_cat {
    pointer-events: none;
}

a.next-arrow.pull-right.save-mark-next {
    width: 170px;
}

form#tutor-marking-form {
    margin-bottom: 20px;
}


/* Review worksheet end */


/* Start as student */

#start-student-popup .assign-worksheet-form .accordin-checkbox span {
    margin-left: 0;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.5px;
    color: #221638;
}

#start-student-popup .accordin-checkbox {
    display: flex;
    justify-content: space-between;
}

#start-student-popup .accordin-checkbox a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 27px;
    background: #76A641;
    color: #FFF;
    border-radius: 10px;
}

#start-student-popup .accordin-checkbox a.disabled.grey {
    background: #D3D3D3;
}


/* Start as student */


/* fill blank question type */

.fillBlanks-outer-div span.incorrect-text-reference span {
    font-weight: bold;
}

.d-none{
    display: none !important;
}
/* fill blank question type */

@media screen and (max-width:1023px) {
    .worksheet-ui .content-container .preview-intro {
        justify-content: space-between;
        flex-direction: column;
        height: 84px;
    }
    /* assign worksheet popup issues */
    .break-word-cls {
        word-break: break-all;
        max-width: 360px;
    }
    /* Preview section */
    .worksheet-ui .modal.assign-worksheet .modal-dialog {
        width: calc(100% - 30px);
    }
    .worksheet-ui .modal.assign-worksheet .modal-dialog.parent {
        width: auto;
    }
    /* Preview section end */
    /* Completed Summary page   */
    .horizontal-bar {
        flex-direction: column;
        display: flex;
    }
    .pie_progress {
        margin: 0;
    }
    /* Completed Summary page end */
}
@media screen and (max-width: 1024px) {
.worksheet_credits {
    min-height: auto;
    width: 100%;
    margin: 20px 0 -100px;
}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    /* Completed Summary page   */
 
    .worksheet-ui .completed-subheader .top-right-text {
        padding-left: 0;
        font-size: 11px;
        justify-content: flex-start;
    }
    .worksheet-ui .to-do-list {
        width: auto;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .worksheet_credits {
        min-height: auto;
        width: 100%;
        margin: 20px 0 -100px;
    }
    .worksheet-ui .content-container .preview-intro {
        height: auto;
        padding: 20px 0 8px;
    }
    /* Completed Summary page   */
    #reassignButton {
        margin-bottom: 30px;
        margin-right: auto;
    }
    .reassign-review-btns {
        display: block;
    }
    .worksheet-ui .summary-page-back {
        margin-bottom: 11px;
        margin-top: 0;
    }
    div#question-body {
        width: auto;
    }
    .worksheet-container.completed-summary {
        margin-top: 0px;
    }
    .pie_progress__number {
        font-size: 50px;
    }
    ul.Worksheet-detail-1 li.visible-xs span {
        float: left;
    }
    ul.Worksheet-detail-1 li {
        align-items: flex-start;
    }
    .score-progress-header {
        top: -4px;
        width: 42px;
        height: auto;
    }
    .worksheet-ui .dropdown-con span {
        width: 100%;
    }
    .worksheet-ui .completed-subheader .top-center-text {
        width: 100%;
    }
    .horizontal-bar {
        padding: 0;
        margin-bottom: 0;
    }
    .worksheet-ui .to-do-list ul {
        flex-direction: column;
        align-items: center;
    }
    ul.Worksheet-detail-1 {
        margin-top: 20px;
    }
    .summary-top {
        flex-direction: column;
    }
    .completed-subheader .container .row {
        display: flex;
        align-items: center;
    }
    /* Completed Summary page end  */
    /* Completed questions page */
    .descriptive-answer-wrapper .border-right.shift-right,
    .shift-right {
        padding-left: 15px;
    }
    .data-box input {
        width: 100%;
    }
    .worksheet-ui .answer-option-div .descriptive-answer .student-textarea {
        margin-bottom: 25px;
    }
    /* Completed questions page */
    /* Preview section  */
   .worksheet_credits
    .searchbox .group {
        width: auto;
    }
    .display-style .col-xs-12 {
        margin-top: 20px;
    }
    .searchbox-input {
        width: 100%;
    }
    .display-style {
        flex-direction: column;
    }
    .worksheet-ui .modal.assign-worksheet .modal-body {
        padding: 40px 20px 40px 20px;
    }
    .worksheet-container.intro {
        flex-direction: column;
    }
    .mark-notification {
        height: auto;
    }
    .marking-info-popup {
        right: -9px;
        left: auto;
        max-width: 294px;
        padding: 10px;
    }
    .marking-info-content .footer-arrow {
        left: 296px;
        bottom: -8px;
        height: 15px;
        width: 15px;
        left: auto;
        right: 10px;
    }
    .worksheet-ui .preview-intro span {
        margin: 15px;
        line-height: 30px;
        display: inline-block;
    }
    .worksheet-reassign {
        margin-top: -22px;
    }
    .assign-btn,  assign-button{
        margin: 20px 0;
    }
    .intro-btns {
        width: 190px;
        line-height: 1.2em;
    }
    /* Preview section end */
}

@media (max-width: 320px) {
    .ques_btns .intro-btns {
        font-size: 13px;
    }
    /* Preview section  */
    .worksheet-ui .modal.assign-worksheet .modal-dialog,
    .worksheet-ui .modal.assign-worksheet .modal-dialog.parent {
        width: calc(100% - 30px);
    }
    /* Preview section end */
}
.assign-popup-intro.wrap-input-toggle{
    margin-bottom: 15px;
}
.assign-popup-intro.wrap-input-toggle .switch-whole-school{
    margin-top: -6px;
    margin-left: 15px;
}
.assign-popup-intro.wrap-input-toggle .switch-whole-school,
.assign-popup-intro.wrap-input-toggle .switch-view{
    float: right;
}
.switch-assign-intro .toggle-element-wrapper{
    display: inline-block;
    vertical-align: middle;
}


/* Bhavika CSS - 221220 */
.modal-dialog .nsi_check_wrap .view-txt{
    font-size: 14px;
    color: #8C8398;
    font-weight: 600;
}
.intro-activity-assign-popup label[for="show-assigned-students"]{
    white-space: nowrap;
}
.assign-worksheet .checkbox-width-shrink [type="checkbox"]:not(:checked)+label::after, .assign-worksheet .checkbox-width-shrink [type="checkbox"]:checked+label::after{
    top:6px;
}
/* Bhavika CSS - 221220 */
#assign-worksheet-popup .view-group {
    display: flex;
        justify-content: flex-end;
        margin-bottom: 30px;
    }
    #assign-worksheet-popup .view-group .view-txt{
        margin-right: 20px;
            margin-top: 7px;
        }