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

.v-select input {
    margin: auto;
    margin-top: 4px;
}

.v-select .vs__selected, .v-select .vs__search {
    padding: 0 14px !important;
}

.v-select .vs__search {
    width: 0;
    z-index: 0;
}

.authorize-input-form .vs__dropdown-toggle {
    border: 0;
    padding-bottom: 0;
    background-color: var(--white);
}

.authorize-input-form .v-select input {
    margin-top: 0;
}

.authorize-input-form .vs__selected,
.authorize-input-form .vs__search {
    margin: 0;
    color: var(--black);
}

.authorize-input-form .vs__actions {
    padding: 0 12px 0 0;
}

.authorize-input-form.v-phone {
    padding: 0;
}

.input-tel__input {
    background-color: var(--white) !important;
    border: none !important;
}
.country-selector__list {
    background-color: var(--white) !important;
    z-index: 9999 !important;
    position: absolute !important;
}
.country-selector__input {
    background-color: var(--white) !important;
    color: var(--black) !important;
    border: none !important;
}
.vue-phone-number-input {
    width: 100%;
}
.country-selector__list__item {
    color: var(--black);
}
.v-select svg path {
    fill: var(--gray);
}
.vs__dropdown-menu {
    background: var(--white) !important;
    color: var(--black) !important;
}


.books {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 8px;
}
.books .card {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 0;
    background-color: var(--white);
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    gap: 0.5rem;
}
.books .card .img {
    width: 100%;
    height: 0;
    padding-top: 150%;
    background: var(--white);
    border: 1px solid var(--pearl);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.books .card .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.books .card .name {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 120%;
    color: var(--black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.books .card .author {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
    color: #b3b3b3;
}
.book .card {
    width: 100%;
    min-height: 400px;
    position: relative;
    border: 1px solid var(--pearl);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}
.book .card .background,
.book .card .background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.book .card .background {
    background: linear-gradient(90deg, #000 45.31%, rgba(0, 0, 0, 0.00) 100%), rgba(211, 211, 211, 0.05) 100% 50% / cover no-repeat;
    z-index: 2;
}
.book .card .background-image {
    z-index: 1;
    object-fit: cover;
}
.book .card .content,
.book .card .image {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    padding: 20px;
}
.book .card .content {
    flex-direction: column;
    width: 60%;
}
.book .card .image {
    width: 40%;
    flex-direction: row;
    align-items: center;
    border: 0;
    height: 400px;
    overflow: visible;
}
.book .card .image img{
  
    object-fit: contain;
}
.book .card .content .title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}
.book .card .content .author {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    opacity: 0.5;
    margin-bottom: 1rem;
}
.book .card .content .buttons {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.book .card .content .buttons .btn-read,
.book .card .content .buttons .btn-test {
    width: 200px;
    height: 50px;
    border-radius: 16px;
    color: #fff;
}
.book .card .content .buttons .btn-read{
    background: var(--blue);
    border: 0;
}
.book .card .content .buttons .btn-test {
    background: transparent;
    border: 1px solid var(--blue);
}
.book .info {
    margin-top: 30px;
}
.book .info .title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--black);
}
.book .info p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0.3rem;
    color: var(--black);
}
@media (min-width: 576px) {
    .books {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px 16px;
    }
}
@media (min-width: 768px) {
    .books .card .name {
        font-size: 1rem;
    }
    .books .card .author {
        font-size: 0.875rem;
    }
    .books .card .img {
        margin-bottom: 0.875rem;
    }
    .book .card {
        flex-direction: row;
    }
}
@media (min-width: 1200px) {
    .books {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media (max-width: 767px) {


    .book .card .content,
    .book .card .image {
        width: 100%;
    }

    .book .card .content {
        align-items: center;
        text-align: center;
        padding-top: 0;
    }
    .book .card .background {
        background: linear-gradient(0deg, #000 45.31%, rgba(0, 0, 0, 0.00) 100%), rgba(211, 211, 211, 0.05) 100% 50% / cover no-repeat;
    }
}
@media (max-width: 499px) {
    .book .card .content .title {
        font-size: 22px;
    }
    .book .card .content .buttons {
        flex-direction: column;
    }
    .book .card .content .buttons,
    .book .card .content .buttons .btn-read,
    .book .card .content .buttons .btn-test {
        width: 100%;
    }
    .book .card .image img {
        max-width: 100%;
    }
    .books .card {
        max-width: 100%;
    }
    .whatsapp-link {
        bottom: 75px;
    }
}

ul, li {
    list-style: none;
}
.tape .tab {
  margin-bottom: 2rem;
}
.tape .tab ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.tape .tab ul li {
  padding-bottom: 0.25rem;
  border-bottom: 2px solid transparent;
}
.tape .tab ul li + li {
  margin-left: 1rem;
}
.tape .tab ul li.active {
  border-bottom: 2px solid var(--blue);
}
.tape .tab ul li.active button {
  color: var(--black);
}
.tape .tab ul li button {
  background-color: transparent;
  color: var(--gray);
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
  border: 0;
}
.tape .list {
  margin: 0;
  padding: 0;
}
.tape .list .card {
  box-shadow: 0px 4px 40px rgba(0, 1, 83, 0.07);
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border);
  background-color: var(--white);
}
.tape .list .card + .card {
  margin-top: 1rem;
}
.tape .list .card a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tape .list .card a img {
  width: 100%;
  height: 200px;
  flex: 0 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.tape .list .card .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tape .list .card .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.tape .list .card .category, .tape .list .card .datetime {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--gray);
}
.tape .list .card .title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--black);
  margin-top: 0.5rem;
}
.tape .list .card .description {
  font-size: 1rem;
  font-weight: 400;
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  margin: 0.5rem 0;
}
.tape .list .card .viewing {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
}
.tape .list .card .viewing p {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--black);
}
.tape .list .card.-inner img {
    max-height: 350px;
    object-fit: contain;
    margin-top: 1rem;
}
@media (min-width: 768px) {
  .tape .list .card a {
      flex-direction: row;
  }
  .tape .list .card a img {
      width: 300px;
  }
}
.group-page .title {
    font-weight: 700;
    margin-bottom: 1rem;
}
.group-page .card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.group-page .card + .card {
    margin-top: 1rem;
}
.group-page .btn-main {
    font-size: 1rem;
    min-width: 100px;
}
.group-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--black);
}
.group-table {
   width: 100%; 
}
.group-table th, td {
    padding: 0.5rem 0.5rem;
    color: var(--black);
}
.group-table th {
    padding: 0.5rem;
    background-color: var(--blue);
    color: #fff;
}
.group-table th:nth-child(1),
.group-table td:nth-child(1) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.group-table th:nth-last-child(1),
.group-table td:nth-last-child(1) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
/* .group-table tr:nth-child(-n+10) {
    background-color: #f5f5f5;
} */


.mainPage {
    padding-bottom: 75px;
    overflow: hidden;
}