.search-result .courseCard-caption{
    flex-direction: row!important;
}

.search-result .courseCard{
    flex-direction: row!important;
}

.show-more-link {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.08px;
    text-transform: uppercase;
    color: var(--blue);
    margin-top: 12px;
}

.show-more-link:hover, .show-more-link:focus {
    color: var(--blue);
}

.for-progress {
    width: 100%;
    height: 2px;
}

.profile-logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px auto 0 auto;
    padding: 14px 28px;
    min-height: 48px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 1, 83, 0.07);
    box-shadow: 0px 4px 40px rgba(0, 1, 83, 0.07);
    border-radius: 12px;
    width: 100%;
    max-width: 815px;
}

.profile-logout span {
    font-family: "SF Pro Text";
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: var(--red);
    display: inline-block;
    margin-left: 16px;
}


.taskCard-wrapper.list .taskCard{
    flex-direction: row;

}
.taskCard-wrapper.list .taskCard-caption{
    flex-direction: row;

}




.course-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}

.course-rating p {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.41px;
    color: var(--gray);
}

.course-rating input {
    width: 150px;
    margin-left: 10px;
}

.taskResult-time {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
}


.notice-number {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--red);
    color: var(--white);
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 100%;
    position: absolute;
    top: 7px;
    right: 9px;
}
.header-tools {
    min-height: 48px;
}

.teacherCard-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.audioBlock {
    position: relative;
    overflow: hidden;
    width: 29px;
    height: 28px;
    border-radius: 50%;
}

.hearingAudio {
    position: absolute;
    left: -11px;
    top: -13px;
}
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #5559F4;

    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;

    width: 100%;
    height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;

    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}


.user-select-none {
    user-select: none;
}

.whatsapp-link {
    position: fixed;
    z-index: 100;
    right: 15px;
    bottom: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50%;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;;
    -webkit-border-radius: 50%;
}

.whatsapp-link:hover svg circle{
    fill: #21bd5d;
    transition: 0.3s;
}

.lecture-course-program-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #F5F5F5;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--black);
    padding: 6px 12px;
    margin: 15px 0;
    border: none;
    position: relative;
    z-index: 10;
    user-select: none;
}

.dark-mode .lecture-course-program-btn {
    background: #0E2B3B;
}

.course-program-modal {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background-color: var(--white);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    overflow: auto;
    z-index: 10000;
    max-width: 375px;
}

.course-program-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: var(--black);
}

.course-program-modal-back.modal-backdrop {
    z-index: -1;
}

.course-program-header svg {
    cursor: pointer;
}

.course-program-modal.active {
    right: 0%;
}

@media (max-width: 500px) {
    .course-program-modal {
        max-width: 100%;
    }
}

.lecture-wrapper .program-video-link {
    display: none !important;
}

.taskResult-attached-file {
    display: none;
}

.taskResult-attached-filename {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    width: auto;
    font-size: 13px;
    color: #000;
    border: 2px solid var(--blue);
    margin: 0 8px 10px 8px;
}

@media (max-width: 767px) {
    .lecture-wrapper .program-caption {
        max-width: 100%;
    }
}

.fas{
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-eye{
    background-image: url("/redesign/img/icon/eye-solid.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.fa-eye-slash{
    background-image: url("/redesign/img/icon/eye-slash-solid.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.course-path {
    display: block;
    background: rgba(255, 255, 255, 0.96);
    -webkit-box-shadow: 0px 2px 24px rgba(0, 1, 83, 0.07);
    box-shadow: 0px 2px 24px rgba(0, 1, 83, 0.07);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 50px;
}

.dark-mode .course-path {
    background: #0E2B3B;
}

.course-path ul {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    white-space: nowrap;
    flex-wrap: wrap;
}

.course-path ul li a {
    font-size: 13px;
    line-height: 100%;
    color: var(--blue);
}

.course-path ul li span {
    color: rgb(159 159 159);
}

.course-path ul li:nth-child(1) a {
    color: var(--black);
}

.course-path ul li:nth-last-child(1) span {
    display: none;
}

.groupCard-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 30px 0;
    gap: 16px;
}

.groups {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-top: 30px;
}

.groupCard {
    background: var(--white);
    border-radius: 8px;
    filter: drop-shadow(0px 4px 100px rgba(0, 1, 83, 0.07));
    overflow: hidden;
}

.groupCard-img {
    width: 100%;
    height: 10vw;
}

.groupCard-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.groupCard-body {
    height: calc(100% - 10vw);
    display: flex;
    flex-direction: column;
    padding: 15px;
    justify-content: space-between;
}

.groupCard-body-top {
    display: flex;
    flex-direction: column;
}

.groupCard-body-bottom {
    display: flex;
}

.groupCard .m_bottom {
    margin-bottom: 14px;
}

.groupCard-group-title {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.08px;
    text-transform: uppercase;
    color: var(--blue);
}

.groupCard-body-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.groupCard-body-list li {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.08px;
    color: #808191;
}

.groupCard-body-list li span {
    color: var(--lecture-text);
}

.groupCard-body-list li .--name {
    font-weight: 500;
    color: var(--blue);
}

.groupCard-body-task {
    display: flex;
    flex-direction: column;
}

.groupCard-body-task h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: var(--black);
}

.groupCard-body-task p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.08px;
    color: var(--black);
}

.groupCard-body-deadline {
    display: flex;
    gap: 4px;
    align-items: center;
}

.groupCard-body-deadline span {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: var(--green);
}

.groupCard-body-bottom {
    padding: 12px 0;
}

.groupCard-body-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: var(--blue);
    border: 2px solid #F5F5F5;
    border-radius: 4px;
    width: 100%;
    background-color: transparent;
    transition: 0.5s;
}
.groupCard-body-bottom a:hover {
    background-color: #f8f8f8;
}

.groupCard-table table{
    width: 100%;
}

.groupCard-table thead {
    border-radius: 8px;
}

.groupCard-table thead th {
    padding: 11px 10px 11px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.08px;
    color: var(--gray);
    background: var(--tab-color);
}

.groupCard-table thead th:nth-child(1) {
    border-radius: 10px 0 0 10px;
}
.groupCard-table thead th:nth-last-child(1) {
    border-radius: 0 10px 10px 0;
}

.groupCard-table tbody tr {
    border-bottom: 0.5px solid #E5E5E5;
}

.groupCard-table tbody td {
    padding: 25px 10px 25px 0;
}

.groupCard-table thead th:nth-child(1),
.groupCard-table tbody td:nth-child(1) {
    text-align: center;
}

.groupCard-table tbody td:nth-child(1) {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0.16px;
    color: var(--gray);
    width: 3%;
}

.groupCard-table tbody td:nth-child(2) {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: var(--black);
    width: 37%;
}

.groupCard-table tbody td:nth-child(3) {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.08px;
    color: var(--gray);
    width: 30%;
}

.groupCard-table tbody td:nth-child(4) {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.08px;
    color: var(--blue);
    width: 30%;
}

.groups_403 {
    color: var(--lecture-text);
}

@media (max-width: 1440px) {
    .groupCard-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 1200px) {
    .groupCard-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .groupCard-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .groupCard-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 639px) {
    .groups {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 479px) {
    .groups {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 550px) {
    .groupCard-wrapper {
        grid-template-columns: 1fr;
    }
}

.favourite_wrapper .item {
    width: 33.3%;
    padding: 0 8px;
    margin-bottom: 16px;
}
@media (max-width: 639px) {
    .favourite_wrapper .item {
        width: 50%;
    }
}
.favourite_wrapper .item .courseCard {
    width: 100%;
    height: 100%;
    margin: 0;
}
.favourite_wrapper .item .courseCard .courseCard-img {
    height: 200px;
    object-fit: cover;
}

.favourite {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.favourite a {
    width: calc(100% - (50px + 15px));
}
.favourite button {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: var(--pearl);;
    border-radius: 10px;
    outline: none;
    margin-left: 15px;
    padding-top: 1px;
}
.favourite .courseBox-info-inner {
    padding-top: 0;
}
.favourite .courseBox-info-img {
    width: 100px;
    height: 60px;
}

.term-content span {
    background: none !important;
}

.term-content p,
.term-content h1,
.term-content h2,
.term-content h3,
.term-content h4,
.term-content h5,
.term-content h6,
.term-content span {
    color: var(--lecture-text) !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: 1.4 !important;
}

.test-answer-warning {
    margin: 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: var(--gray);
}
