.empty-state-container {
    background: rgb(183, 235, 240, 0.2);
    border: 1px solid rgb(88, 159, 167, 0.2);
}

.empty-state-container .seperator {
    border-bottom: var(--sw-dark-blue) solid 2px;
    width: 69px;
    height: 1px;
}

.plus-icon {
    width: 19px;
    height: 19px;
    vertical-align: text-top;
}

#assignmentsWelcomeModal .seperator, #createAssignmentModal .seperator {
    border-bottom: var(--sw-dark-blue) solid 3px;
    width: 100%;
    height: 1px;
}

#switchSchoolModal .seperator, #outOfAssignmentsModal .seperator {
    border-bottom: var(--sw-dark-blue) solid 3px;
    width: 75px;
    height: 1px;
}

#userGroupsList {
    min-width: 290px;
}

#assignmentInstructions {
    height: 117px;
}

.toast-container {
    z-index: 1000;
    padding-top: 5vh;
}

.video-strip{
    position: relative;
    width:100%;
    height:63px;
    background-color: #D9F8FF;
    padding: 0px 20px 0px 20px;
}

.video-strip-text{
    color:#354896;
    font-size: 17px;
    font-weight: 700;
    line-height: 60px;
}

.video-strip-btn{
    padding: 0px 12px ;
    height: 45px;
    background-color: #F5FEFF;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.video-strip-btn:hover{
    background-color: #ffffff;
}

.video-strip-x{
    position: absolute;
    right:15px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.rtl .video-strip-x{
    right: unset;
    left:15px;
}

.video-strip-x:hover{
    opacity: 0.6;
}

  .assignments-video-cta:hover {
    cursor: pointer;
    opacity: 0.8;
  }

  .play-btn-big-ass {
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    width: 26px!important;
    height: 26px!important;
    z-index: 10;
/*    animation: heartbit2 0.7s alternate infinite ease-in;*/
    /*margin-top: 5px;
    margin-left: 5px;*/
  }



#assignmentActionConfirmationModal .seperator, #closeAssignmentModal .seperator {
    border-bottom: var(--sw-dark-blue) solid 3px;
    width: 79px;
    height: 1px;
}

#assignmentActionConfirmationModal p, #closeAssignmentModal p {
    max-width: 525px;
}

#createAssignmentModal textarea {
    line-height: 22px;
    padding-top: 12px;
    padding-right: 20px;
}

#assignmentVocabulary {
    height: 85px;
}

#createAssignmentModal .thin-seperator {
    border-top: 1px solid var(--sw-dark-blue);
    width: 100%;
}

.assignment-card {
    max-width: 450px;
    width: 100%;
}

.assignment-card .edu-frame-background {
    z-index: 1!important;
    bottom: -7px;
    right: -7px;
}

.assignment-card-content {
    background-color: #F1FAFF;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    padding: 30px;
}

.assignment-card .assignment-icon {
    width: 30px;
    height: 38px;
}

.assignment-card .created-at {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #7E89BA;
}

.assignment-card .assignment-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.assignment-card .assignment-instructions {
    background-color: #D8EBF5;
    color: var(--sw-dark-blue);
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    padding: 23px 35px;
}

.assignment-card .assignment-instructions-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
    overflow: hidden;
}

.assignment-card .assignment-status {
    position: absolute;
    top: 17px;
    left: 20px;
}

/* .rtl .assignment-card .assignment-status {
    left: 20px;
    right: unset;
} */

.assignment-status {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.assignment-status[data-status=active]::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #8ECB41;
    content: '';
    display: inline-block;
}

.assignment-status[data-status=completed]::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FED777;
    content: '';
    display: inline-block;
}

.assignment-action-bar {
    z-index: 20;
    position: absolute;
    right: 13px;
    top: 19px;
}

.assignment-action-bar .dropdown-menu {
    background-color: #3588A3;
    color: white;
    min-width: 100px;
    margin-top: 5px !important;
    inset: 3px -6px auto auto!important;
    /* width: 130px;*/
    border: none;
}

.dropdown-toggle:focus-visible {
    outline: var(--sw-dark-blue) solid 1px;
}

.dropdown-toggle:active {
    outline: 0 !important;
}

.assignment-action-bar .dropdown-menu .dropdown-item {
    color: white;
    display: flex;
    align-items: center;
    gap: 3px;
}

.assignment-action-bar .dropdown-item:hover {
    background-color: #23596b;
}

.assignment-action-bar .action-bar-arrow {
    background-color: #3588A3;
    left: 1px;
}

.assignment-action-bar .dropdown-menu.show ~ .action-bar-arrow {
    display: block;
}

.assignment-action-bar .dropdown-item img {
    width: 14px;
}

.user-assignment-action-bar .dropdown-menu {
    background-color: #fff;
    border-radius: 12px;
    border: 0px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.17);
}

.user-assignment-action-bar .dropdown-item {
    color: #354896;
    display: flex;
    align-items: center;
    gap: 3px;
}

.user-assignment-action-bar .action-bar-toggle {
    width: 13px;
    height: 22px;
}

.user-assignment-action-bar .dropdown-item:hover {
    background-color: #f0faff;
}

.user-assignment-action-bar .action-bar-triangle {
    bottom: -17px;
    left: -3px;
    z-index: 1000;
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.user-assignment-action-bar .dropdown-menu.show ~ .action-bar-triangle {
    display: block;
}

.download-pdf {
    background-image: url('/static/images/icons/download-pdf-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 31px;
    height: 34px;
    cursor: pointer;
}


.icon-copy{
    content: url('/static/images/edu/copy.svg');
    width:17px;
    height:18px;
    display: inline-block;
    cursor: pointer;
    margin-left: 8px;
    opacity:0.7;
}

.icon-copy:hover{
    opacity:0.9;
}

.user-assignment-details {
    background-image: url('/static/images/icons/user-assignment-details-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 28px;
    cursor: pointer;
}

.yellow-button.disabled, .download-pdf.disabled, .user-assignment-details.disabled {
    opacity: 0.3;
    cursor: not-allowed !important;
}

.assignment-info {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: var(--sw-dark-blue);
    padding: 7px 20px;
    width: fit-content;
    border-radius: 42px;
    border: var(--sw-dark-blue) solid 1px;
    position: absolute;
    right: 17px;
}

.rtl .assignment-info {
    left: 17px;
    right: unset;
}

.looked-up-word {
    width: fit-content;
    background-color: #B7EBF0;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #354896;
    padding: 10px 7px;
}

.looked-up-words {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 18px 18px;
    align-content: flex-start;
}

.offcanvas-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    z-index: 100;
}

main[data-dir=rtl] .offcanvas-close {
    left: 20px;
    right: unset;
}

.offcanvas-close:hover {
    opacity: 0.8;
}

.view-read-aloud-exercise {
    color: #3F9EB2;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    text-decoration-line: underline;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.rtl .view-read-aloud-exercise {
    left: 0px;
    right: unset;
}

.view-read-aloud-exercise:hover {
    opacity: 0.8;
}

#userAssignmentDetailsModal .offcanvas-body {
    padding: 34px;
}

.assignment-info.assignment-level {
    top: 17px;
}

.assignment-info.assignment-tense {
    top: 70px;
}

.assignment-desc-helptip .inline-helptip-body {
    min-height: 130px;
}

.user-assignment-score {
    font-weight: 700;
    line-height: 1.1;
    font-size: 4rem;
}

.edu-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 20px;
    background-color: transparent;
}

.edu-table tbody tr {
    background-color: #E8F6FE;
    /* filter: drop-shadow(5px 5px 0 #56B2C6); */
    border-radius: 12px;
    box-shadow: 5px 5px 0 #56B2C6;
}

.edu-table tr th {
    padding: 0px 10px;
    white-space:nowrap;
}

.edu-table tr td {
    padding: 10px;
    white-space:nowrap;
    background-color: #F0FAFF; /* Same as TR background */
    border: 1px solid #F0FAFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
}

.edu-table tr[data-status=blocked] {
    background-color: #F9EFEE;
}

.edu-table tr[data-status=blocked] td {
    border: 1px solid #F9EFEE;
}

.edu-table tr td:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    /*    width: 30%;*/
    max-width: 195px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.edu-table tr td:nth-last-child(2) {
    width: 10%;
}

.edu-table tr td:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #F0FAFF;
    padding-left: 3px;
}

#studnetsTabContent .stats-box {
    padding-right: 90px!important;
}

.avatar-image {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.thank-you-container {
    text-align: center;
    min-height: 50vh;
}

.inline-helptip .inline-helptip-body {
    background-color: #E8F6FE;
    color: var(--sw-dark-blue);
    padding: 23px;
}

.inline-helptip .inline-helptip-arrow {
    background-color: #E8F6FE;
    top: -13px;
    z-index: 0;
    width: 30px;
    height: 30px;
}

.assignment-card .demo-badge {
    z-index: 10;
    top: -5px;
    right: -5px;
}

.assignment-card .demo-badge img {
    width: 160px;
    height: 160px;
}

.not-responsive-icon {
    width: 91px;
    height: 91px;
}

#userAssignmentDetailsTabContent{
    min-height: 300px;
}

#userAssignmentDetailsTabContent .seperator {
    border-bottom: 3px solid #56B2C6;
    width: 74px;
}

#userAssignmentDetailsTabContent .thin-seperator {
    border-bottom: 1px solid #56B2C6;
    width: 100%;
}

.exercise-summary {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: start;
    background-color: #E8F6FE;
    padding: 30px;
}

.exercise-summary .seperator {
    width: 44px !important;
}

.dictionary-lookup-example {
    width: 90%;
    max-width: 465px;
}

.practice-word {
    color: #000;
    font-family: "El Messiri";
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    line-height: 1.3;
    padding: 0px 4px;
    margin: 0px -4px;
    position: relative;
    background-color: #FED777
}

.practice-word.success:after {
    background: url('/static/images/icons/correct-pronunciation.svg') no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 10;
}

.simple-tabs {
    --bs-nav-tabs-border-width: 2px;
    --bs-nav-tabs-border-color: #CEE7F5;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #FFF #FFF #65b1c2;
    --bs-nav-tabs-link-active-color: #56B2C6;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #FFF #FFF #56B2C6;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
    padding-inline-start: 0px;
}

.simple-tabs .nav-link {
    color: #7A86B9;
    font-weight: 600;
    border: 0;
}

.simple-tabs .nav-link.active {
    border-bottom: 4px solid var(--bs-nav-tabs-link-active-color);
}

.simple-tabs .nav-link:hover {
    color: #8bbac4;
    border-bottom: 4px solid var(--bs-nav-tabs-link-active-color);
}

#assignmentTense, #assignmentTense .dropdown-menu {
    width: 246px;
}

.total-read-aloud-score, .total-read-aloud-score canvas {
    width: 180px;
    height: 180px;
}

.total-read-aloud-score span {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: #354896;
}

.score-percentage {
    min-width: 310px;
}

.reading-speed {
    width: 22px;
    height: 21px;
}

.read-aloud-details {
    min-height: 250px;
}

.limited-edit {
    font-size: 16px;
    color: #354896;
    background-color: #D9F8FF;
    padding: 14px 19px;
    width: 100%;
}

#createAssignmentModal div:has(> .disabled) {
    cursor: not-allowed;
}

#createAssignmentModal textarea.disabled, #createAssignmentModal .checkbox-group.disabled, #createAssignmentModal .checkbox-item.disabled, #createAssignmentModal .radio-button.disabled {
    opacity: 0.65;
    pointer-events: none;
}

.step-label {
    font-size: 16px;
    color: #7A9FCA;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.rtl .step-label {
    left: 10px;
    right: unset;
}

.beta-tag {
    background-image: url('/static/images/beta-tab.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 17px;
    margin-bottom: 5px;
    vertical-align: top;
    display: inline-block;
}

.read-aloud-passage-no-mistake {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    color: #354896;
}

.read-aloud-passage-no-mistake img {
    width: 28px;
    height: 25px;
}

.dpa-not-signed-container {
    background-color: #E8F6FE;
    padding: 28px 25px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2356B2C6FF' stroke-width='2' stroke-dasharray='15%2c 15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.dpa-not-signed-icon {
    width: 54px;
    height: 61px;
}

.consent-needed-text, .consent-needed-text a {
    font-weight: 600;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #354896;
}