@font-face {
    font-family: 'Poppins-Bold';
    src: url('./fonts/Poppins-Bold.ttf');

}

/* ._organization-card-header,
._general-grade-card-header,
._teacher-card-header,
._student-card-header,
._section-card-header,
._school-card-header {
    position: relative;
}

._btn-organization-modal,
._btn-general-grade-modal,
._btn-teacher-modal,
._btn-student-modal,
._btn-section-modal,
._btn-school-modal {
    position: absolute;
    right: 25px;
    bottom: 6px;
} */
div.card-header {
    min-height: 60px !important;
}

/* table tr th {
    width: 30px !important;
} */

/* table tr th {
    white-space: normal;
} */

.input-group {
    border: 1px solid #dee0e6;
}

form label {
    text-align: left;
}

._organization-form input,
._school-form input,
._section-form input,
._general-grade-form input {
    border: 1px solid #dee0e6;
}

::placeholder {
    color: #b0b0b1 !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    text-align: left !important;
}

._btns-container a {
    margin-right: 10px;
}

._btns-container button {
    margin-top: 12px;
    margin-right: 10px;
}

._btn-teacher-modal {
    margin-top: 9px !important;
    padding: 5px;
}

.btn-group>a {
    margin: 0 5px;
}

.table-responsive table tr th,
.table-responsive table tr td {
    width: 200px;
    white-space: normal !important;
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    word-break: break-all;
}

/*@media query */
@media (min-width: 320px) and (max-width: 480px) {
    .card .card-header {
        display: block !important;
    }

    .card .card-header>a,
    .card .card-header>.btn-group,
    .card .card-header>.btn-group>button {
        width: 100% !important;
        margin: 5px 0px !important;
    }
}

.modal-title {
    line-height: 2.2 !important;
}

.fa-arrow-rotate-right,
.fa-arrow-rotate-left,
.fa-pencil-square-o,
.fa-trash {
    margin: 2px 2px !important;
}

.select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-left: 21px !important;
}

/*
 form input[name='csv_file']{
    margin-top: 7px;
 }*/

._validation-error {
    margin-left: 3px;
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.select2-container.is-invalid {
    border: 1px solid #e23e3d !important;
    border-radius: 7px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 12 12 width=12 height=12 fill=none stroke=%23dc3545%3e%3ccircle cx=6 cy=6 r=4.5/%3e%3cpath stroke-linejoin=round d=M5.8 3.6h.4L6 6.5z/%3e%3ccircle cx=6 cy=8.2 r=.6 fill=%23dc3545 stroke=none/%3e%3c/svg%3e) !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.is-invalid {
    border: 1px solid #e23e3d !important;
    border-radius: 7px !important;
    width: 100% !important;
}

._btn-group-card-header {
    margin-bottom: 0.7rem !important;
}

._checkbox {
    text-align: left;
    padding: 10px 18px;
    position: relative;
    bottom: 10px;
}

._checkbox input[type="checkbox"] {
    width: 13px;
    height: 20px;
    position: absolute;
}

._checkbox span {
    position: absolute;
    left: 45px;
}

._hidden {
    display: none !important;
}

/* Upload Button For Audio File css */
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

._btn-upload-audio-file {
    border: 1px solid #e9edf4;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 15px;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

/* Upload Button For Audio File css */

._btn-plus-container {
    display: flex;
}

._btn-plus-container button._btn-add-component-word {
    width: 13em;
    margin: 0px 2em;
}

._btn-plus-container button._btn-add-choices,
._btn-questions-letters-plus-container button._btn-add-questions-letters {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 0.5em;
}

._btn-remove,
._btn-letter-remove {
    height: 95%;
}

._buttons-wrapper {
    display: flex;
    justify-content: end;
}

#modal-margin {
    margin-bottom: 8.125em !important;
}

.flex-choices {
    display: flex;
    justify-content: space-between;
}

.no-resize {
    resize: none !important;
}

._resize-img {
    width: 50px;
    height: 50px;
}

._img-transition:hover {
    transition: all 0.2s ease-in-out;
    transform: scale(1.1);
    width: 100px;
    height: 100px;
    /* border-radius: 100px; */
}

._assignments-card-footer {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px !important;
    /* background-color: #dbd9e8 !important; */
}

._assignments-card-footer a {
    color: purple !important;
    font-size: 15px;
    /* font-weight: bold; */
    padding-top: 10px;
}

._full-width-img {
    width: 100%;
    /* height: 270px; */
    max-height: 200px;
}

._rm-padding {
    padding: 0px;
}

._card-footer-btn {
    font-size: 12px !important;
    padding: 0px 15px !important;
}

._right-arrow-btn {
    padding: 4px !important;
    font-size: 15px !important;
    font-weight: bold;
}

._search, ._created-test-search {
    background-color: #dbd9e8 !important;
}

._search::-webkit-input-placeholder {
    text-align: right;
}

input._search:-moz-placeholder {
    text-align: right;
}

/* ._filter-row{
   background-color:#ededf5 !important;
} */

._float-right {
    position: relative;
    float: right;
    clear: both;
}

._float-left {
    position: relative;
    float: left;
    clear: both;
}

._sources-btns #send {
    padding: 2px 30px;
}

._sources-btns #save {
    padding: 2px 15px;
}

/*Evaluation Student*/

#evaluation-banner img {
    width: 50%;
    height: 20.75em;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Evaluation Tabs */
#evaluation #tabs {
    position: relative;
    width: 100%;
    background: #e9e8f1;

    color: #b0aec5;
    margin: 7px 0px;
}

#evaluation ul {
    display: flex;
    background: #e9e8f1;
}

#evaluation ul li a {
    text-decoration: none;
    color: #b0aec5;
}

#evaluation ul#tab-menus>li {
    list-style: none;
    height: 50px;
    line-height: 50px;
    width: 100px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

#evaluation ul#tab-menus>li .fa {
    font-size: 20px;
}

#evaluation ul#tab-menus>li:hover:not(.no-border) {
    border-bottom: 4px solid blue;
}

#evaluation ul#tab-menus>li:hover>a {
    color: blue;
}

#evaluation ul#tab-menus>li:nth-child(1),
#evaluation ul#tab-menus>li:nth-child(2) {
    border-right: 1px solid #b0aec5;
}

#evaluation ul#tab-menus li a>i.fa {
    padding: 0px 4px;
}


._time {
    width: 17.75em !important
}

#evaluation_time li {
    margin-right: 10px;
}

/* Tab content Evaluation  */
#evaluation #students-box #students,
#evaluation #comment-box ._attachement {
    white-space: nowrap;
    overflow: scroll;
    padding: 4px 0px;
    padding: 3px 0px 3px 6px;
}

#evaluation #students-box #students img,
#evaluation #comment-box ._attachement img {
    border-radius: 4px;
    cursor: default;
    padding: 0px 10px;
}

#evaluation #students-box #students ._student {
    width: 90px;
    text-align: center;
    border: 1px solid #dbd9e8;
    padding: 10px;
    height: 90px;
    border-radius: 10px;
    margin-right: 10px;
}

#evaluation #students-box #students ._student p {
    padding-top: 5px;
    font-size: 10px;
    font-weight: bold;
}

#comments {
    margin-top: 10px;
    position: relative;
}

.playback {
    position: absolute;
    right: 0px;
    top: 70px;
}

#comments #chatarea {
    position: relative;
}

#comments #chat-icon {
    position: absolute;
    padding: 15px;
    color: blue;
    font-size: 20px;
    z-index: 1;
}

#comments #chat-icon i {
    padding: 0px 3px;
    cursor: pointer;
}

#comments textarea.chatbox {
    border-radius: 100px;
    text-align: right;
    z-index: 0;
    background: #e9e8f1;
    padding-right: 25px;
}

#comments textarea.chatbox::-webkit-input-placeholder {
    text-align: right;
}

#comments textarea.chatbox:-moz-placeholder {
    text-align: right;
}

._send-evaluation {
    margin-left: 20px;
    border-radius: 33px;
    margin-top: 14px;
}

._margin-right {
    margin-right: 4px;
}

/* games_source  */
#games-responsive-datatable_wrapper {
    margin-top: 10px !important;
}

/* select2 */
/* .select2-container {
  min-width: 400px;
} */

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected="true"]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select2-selection .select2-selection--multiple:after {
    content: "hhghgh";
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected="true"]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}

._star-active {
    color: blue;
}

._choice_audio_file_hidden,
._choice_image_file_hidden,
input[name="question_audio_file_hidden"],
input[name="question_image_file_hidden"] {
    font-size: 12px;
    border: none;
    padding: none;
}

._assignment-responses-table {
    min-height: 60px;
    background: #dbd9e8;
    border-radius: 6px;
}

._assignment-assigned-table {
    min-height: 60px;
}

._assignment-responses-table tr td {
    padding: 0px 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;

}

._assignment-responses-table tr td:nth-child(1),
._assignment-responses-table tr td:nth-child(2) {
    border-right: 1px solid #848894;
}

._assignment-assigned-table tr td {
    padding: 3px 3px;
}

._card-footer-center {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

._non-clickable {
    opacity: 0.5;
}

.card .card-footer, ._assignment-card .card-header {
    background-color: #dbd9e8 !important;
}

._assignment-card .card-header {
    padding: 0px 10px !important;
    min-height: 40px !important;

}

.card .card-footer a {
    color: initial !important;
}

.row._students>div:first-child {
    position: relative;
    margin-bottom: 1em;
}

._evaluated {
    /* position: relative;
    border: 3px solid #73d875 !important;
    border-radius: 15px !important; */


    position: absolute;
    border: 3px solid #73d875 !important;
    border-radius: 15px !important;
    top: 0px;
    height: 100%;
    z-index: -3;
    margin-bottom: 1em;
}

._checkmark {
    position: absolute;
    color: #fff;
    z-index: 999;
    font-size: 14px;
    background: #73d875;
    top: 3px;
    left: 3px;
    padding: 2px;
    border-radius: 3px;
    font-weight: bold !important;
}

#comment-box {
    min-height: 3.750em;
    border: 3px solid #dbd9e8;
    padding: 20px 20px;
    margin-top: 20px;
    border-radius: 10px;
}

._comment-area,
._students-area {
    margin-top: 1.625em;
}

._comment-area h1,
._students-area h1 {
    font-family: Poppins-Bold;
    font-size: 1.000em;
}

.page-title {
    font-family: Poppins-Bold;
}

#students-box {
    min-height: 100px;
    margin-top: 20px;
    border-radius: 10px;
    border: 3px solid #dbd9e8;
}



#assignments {
    padding: 0px 10px;
}

._assignment-assigned-table tr td {
    min-width: 400px !important;
}

._assignment-card {
    position: relative;
}

._assignment-requested {
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    right: 0px;
}

.select2-selection__clear, .select2-selection__arrow {
    /* display: none !important; */
}

._study-plans ._planet-tab {
    display: flex;
    justify-content: space-between;
    background: white;
    width: 100%;
    padding: 15px 40px;
    border-radius: 10px;
}

._study-plans ._planet-tab ._tab-text {
    font-weight: bold !important;
}

._study-plans ._planet-tab ._tab-actions {
    display: flex;
    justify-content: flex-end;
    width: 70px;
}

._tab-actions a i {
    margin: 0px 3px !important;
}

._study-plans ._planet-tab ._tab-actions {
    color: #5ba4ff;
}

._study-plan-parent-card {
    background-color: #f0f0f5 !important;
}

._pipe {
    border: 0.5px solid #e9e8f1;
    background: #e9e8f1;
    padding-bottom: e;
    margin-top: 0px;
    height: 13px;
}

._planet-header {
    display: flex;
    width: 100%;
    justify-content: space-between;

}

._planet-header {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

._study-plan-child-card .card-header {
    padding: 26px 28px !important;
    padding-bottom: 0px !important;
    border-bottom: 1px solid #5ba4ff;
}

/* change the card color when change the planet in studyPlan in teacher admin panel  Start*/
.card ._sky-blue, .study-plan-child-card ._sky-blue, ._study-plan-child-card ._sky-blue {
    border-top: 1px solid #5ba4ff !important;
    background: #5ba4ff !important;
    border-bottom: 1px solid #5ba4ff !important;
}

.card ._greenish, .study-plan-child-card ._greenish, ._study-plan-child-card ._greenish {
    border-top: 1px solid #73d875 !important;
    background: #73d875 !important;
    border-bottom: 1px solid #73d875 !important;
}

.card ._brownish, .study-plan-child-card ._brownish, ._study-plan-child-card ._brownish {
    border-bottom: 1px solid #dc3545 !important;
    border-top: 1px solid #dc3545 !important;
    background: #dc3545 !important;
}

.card ._grayish, .study-plan-child-card ._grayish, ._study-plan-child-card ._grayish {
    border-bottom: 1px solid #6c757d !important;
    border-top: 1px solid #6c757d !important;
    background: #6c757d !important;
}

.card ._darkish, .study-plan-child-card ._darkish, ._study-plan-child-card ._darkish {
    border-bottom: 1px solid #343a40 !important;
    border-top: 1px solid #343a40 !important;
    background: #343a40 !important;
}



/* change the card color when change the planet in studyPlan in teacher admin panel End */

._action-button {
    text-align: center;
}

.card .card-footer ._action-button a {
    background-color: #fff !important;
    padding: 8px 41px;
    border-radius: 10px !important;
    color: normal;
    font-weight: 900;
    color: initial !important;
}

._padding-column {
    padding-top: 10px;
}

._my-study-plan-header h5 {
    font-size: 17px;
    font-weight: bold;
    padding: 15px 0px 15px 5px;
}

/* th,
td { */
/* white-space: nowrap !important; */
/* vertical-align: middle; */
/* } */

._academic-reports-user-detail {
    display: flex;
    /* width:150px !important; */
    /* height: 150px !important; */
    align-items: center;

}

._academic-reports-user-detail ._user-name h3 {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;

}

._academic_report-student-info thead tr th:first-child {
    border-top-left-radius: 10px;
}

._academic_report-student-info thead tr th:last-child {
    border-top-right-radius: 10px;
}

._academic_report-student-info thead tr th {
    padding: 20px;
    background: #dbd9e8;
}

._academic-reports-user-detail {
    border-right: 1px solid #dbd9e8;
}

.btn-round {
    border-radius: 20px;
}

@media print {
    ._user-img img {
        width: 100px !important;
        height: 100px !important;
    }

    ._user-name h3 {
        font-size: 16px !important;
        line-height: 100px !important;
    }
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
    border-radius: 15px;
    padding: 3px 10px;
    vertical-align: middle;
    font-size: 12px;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
    border-radius: 15px;
    padding: 3px 10px;
    vertical-align: middle;
    font-size: 12px;
}

.badge-info {
    color: #fff;
    background-color: #0072e4;
    border-radius: 15px;
    padding: 3px 10px;
    vertical-align: middle;
    font-size: 12px;
}

.badge-primary {
    color: #fff;
    background-color: #6a5ffa;
    border-radius: 15px;
    padding: 3px 10px;
    vertical-align: middle;
    font-size: 12px;
}

._round-img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

._fh-img {
    height: 200px !important;
}

._test-card {
    cursor: pointer;

}

._blue {
    color: blue !important;
}

._no-color {
    color: none;
}

input._define-marks::-webkit-inner-spin-button,
input._define-marks::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#test_card_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#test_card_container #test_stats {
    display: flex;
    background: #f0f0f5;
    padding: 10px;
    border-radius: 25px;
    margin-top: 10px;
}

#test_card_container #test_stats span {
    font-size: 12px;
    font-weight: bold;
}

._upload-document {
    width: 200px;
    height: 50px;
    border: 1px solid #0072e4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px
}

._upload-document {
    color: #0072e4;
    font-size: 14px;
}

#test_status {
    position: absolute;
    right: 0px;
    z-index: 1;
    width: 60px;
    background: #6c5ffc;
    color: white;
    padding: 2px;
    font-size: 12px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-top-left-radius: 8px !important;
    white-space: nowrap;
}

.loading {
    font-size: 84px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-align: center;
}

._source section {
    width: 100% !important;
}

.loading span {
    display: inline-block;
    margin: 0 -0.05em;
}


/* code #7 */
.loading07 span {
    position: relative;
    color: rgba(0, 0, 0, .2);
}

.loading07 span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: #fff;
    opacity: 0;
    transform: scale(1.5);
    animation: loading07 3s infinite;
}

.loading07 span:nth-child(2)::after {
    animation-delay: 0.1s;
}

.loading07 span:nth-child(3)::after {
    animation-delay: 0.2s;
}

.loading07 span:nth-child(4)::after {
    animation-delay: 0.3s;
}

.loading07 span:nth-child(5)::after {
    animation-delay: 0.4s;
}

.loading07 span:nth-child(6)::after {
    animation-delay: 0.5s;
}

.loading07 span:nth-child(7)::after {
    animation-delay: 0.6s;
}

@keyframes loading07 {

    0%,
    75%,
    100% {
        transform: scale(1.5);
        opacity: 0;
    }

    25%,
    50% {
        transform: scale(1);
        opacity: 1;
    }
}

._reply-attachments {
    float: right !important;
}

._reply-attachments div.audioplayer {
    background: #dbd9e8 !important;
}

._message-time {
    position: absolute;
    z-index: 1;
    right: 20px;
    font-size: 12px;
    font-weight: bold;
}

._bg-white {
    background: #fff;
}

._bg-grey {
    background: #eeeef4;
}

._color-initial {
    color: initial !important;
}

._form-validation-error span {
    display: flex;
    padding-left: .5em;
    padding-top: .5em;
}

._assignedAwards {
    padding: 1em;
}

._assignedAwards>div>div {
    display: none;
}

._hideNotifications {
    display: none !important;
}

._showNotifications {}

._notificationsLoading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}