.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: #464646;
    padding: 6px 12px;
    margin: 15px 0;
    border: none;
    position: relative;
    z-index: 10;
    user-select: none;
}

.course-program-modal {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background-color: #fff;
    -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: #000000;
}

.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;
}

.program-video-link{
    margin-left: 20px;
}
