.tm-tfile-para2 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #6b82ab;
}
.tm-tfile-h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #1f3965;
}
.tm-tfile-color-blue {
    color: #1da1f2;
}
.tm-tfile-color-orange {
    color: #ea8804;
}
.tm-tfile-color-dark-blue {
    color: #1f3965;
}

.video-lectures-page-video-con {
    width: 100%;
    background-color: #fff;
}
.video-lectures-page-video-con .video-lectures-page-video-con-inner {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.video-lectures-page-video-con .video-lectures-page-video-con-inner video,
.video-lectures-page-video-con .video-lectures-page-video-con-inner iframe {
    width: 100vw;
    height: 57vw;
    outline: none !important;
}
.video-lectures-page-video-con
    .video-lectures-page-video-con-inner
    .video-lectures-page-video-info {
    width: 90%;
    text-align: left;
    margin: 15px auto;
}
.video-lectures-page-video-con
    .video-lectures-page-video-con-inner
    .video-lectures-page-video-info
    .heading-con {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.video-lectures-page-video-con
    .video-lectures-page-video-con-inner
    .video-lectures-page-video-info
    .title {
    font-size: 18px;
    color: #1f3965;
    font-family: "Lato";
    font-weight: 600;
    word-break: break-word;
}
.video-lectures-page-video-con
    .video-lectures-page-video-con-inner
    .video-lectures-page-video-info
    .desc {
    font-size: 14px;
    line-height: 18px;
    color: #6b82ab;
    margin-top: 5px;
    opacity: 0.8;
    word-break: break-word;
}
.video-lectures-page-video-con
    .video-lectures-page-video-con-inner
    .video-lectures-page-video-info
    .video-icons {
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    min-width: fit-content;
    min-width: -moz-fit-content;
    background-color: #eff9ff;
    border: 1px solid #1da1f2;
    border-radius: 4px;
    padding: 2px 14px 2px 6px;
    box-shadow: 0px 3px 6px #272b3814;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.video-lectures-page-video-con
    .video-lectures-page-video-con-inner
    .video-lectures-page-video-info
    .video-icons
    .title {
    color: #26a6f5;
    font-size: 14px;
    font-family: "Lato";
    font-weight: 600;
}
.video-lectures-page-video-con
    .video-lectures-page-video-con-inner
    .video-lectures-page-video-info
    .video-icons
    img {
    width: 25px;
    height: 25px;
}
.video-lectures-page-video-con
    .video-lectures-page-video-con-inner
    .video-lectures-page-video-info
    .link-copied {
    position: absolute;
    bottom: -30px;
    font-size: 11px;
    width: 140px;
    text-align: center;
    background-color: #f7f7f7;
    color: #062030;
    font-weight: 600;
    border-radius: 4px;
    padding: 3px 0;
    z-index: 2;
    opacity: 0.9;
    display: none;
    cursor: pointer;
}

/* user and class info */
.video-lectures-page-user-info {
    width: 100%;
    background-color: #fff;
    padding-bottom: 30px;
}
.video-lectures-page-user-info .video-lectures-page-user-info-inner {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.video-lectures-page-user-info
    .video-lectures-page-user-info-inner
    .img-container {
    width: 45px;
    height: 45px;
    background-color: rgb(8, 104, 104);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
}
.video-lectures-page-user-info
    .video-lectures-page-user-info-inner
    .img-container
    img {
    width: 100%;
}
.video-lectures-page-user-info
    .video-lectures-page-user-info-inner
    .img-container
    .user-initails {
    text-transform: capitalize;
    font-size: 28px;
}
.video-lectures-page-user-info .video-lectures-page-user-info-inner .text-con {
    margin-left: 20px;
    width: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.video-lectures-page-user-info
    .video-lectures-page-user-info-inner
    .text-con
    .heading {
    font-size: 18px;
    color: #1f3965;
    font-family: "Lato";
    font-weight: 600;
}
.video-lectures-page-user-info
    .video-lectures-page-user-info-inner
    .text-con
    .txt {
    margin-top: 6px;
    font-size: 13px;
    line-height: 18px;
    color: #6b82ab;
    opacity: 0.8;
}

/* Classroom card */
.classroom-item {
    width: 100%;
    min-width: 100%;
    display: inline-flex;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: 0px 4px 16px #000c6908;
    background-color: #fff;
    border: 1px solid #f2f2f8;
    padding: 15px;
    position: relative;
    white-space: initial;
}
.classroom-item .sec-one {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}
.classroom-item .sec-one .name-subject-con {
    width: 70%;
    flex-direction: column;
    flex-wrap: wrap;
}
.classroom-item .name {
    font-size: 16px;
    color: #1f3965;
    font-family: "Lato";
    font-weight: 600;
}
.classroom-item .subject {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
}
.classroom-item .subject .subject-tag {
    width: fit-content;
    width: -moz-fit-content;
    background-color: #f5f6fa;
    opacity: 0.83;
    color: #1f3965;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    border-radius: 4px;
}
.classroom-item .desc {
    font-size: 14px;
    line-height: 18px;
    color: #6b82ab;
    opacity: 0.8;
    padding: 0 0 0 0;
}
.classroom-item .contact-btn {
    color: #fff;
    background-color: #1da1f2;
    border-radius: 8px;
    padding: 5px 10px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    width: 90%;
    margin-top: 12px;
    position: absolute;
    bottom: 10px;
    text-decoration: none;
    text-align: center;
    justify-content: center;
}
.classroom-item .contact-btn1 {
    color: #fff;
    background-color: #1da1f2;
    border-radius: 8px;
    padding: 7px 19px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    text-decoration: none;
    text-align: center;
}

.classroom-item .btn-con {
    display: flex;
}

.classroom-item .details-btn {
    color: #26a6f5;
    background-color: #eff9ff;
    border-radius: 8px;
    padding: 7px 19px;
    border: 1px solid;
    font-size: 15px;
    cursor: pointer;
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    text-decoration: none;
    text-align: center;
}

.study-material-con-img {
    width: 90vw !important;
    height: auto !important;
    margin: auto;
}
.study-material-con-img img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}
.study-material-con-iframe {
    width: 90vw !important;
    height: 60vh !important;
    margin: auto;
}
.study-material-con-iframe iframe {
    border: 2px solid #000;
}

/* Test and MCQ  */
.test-main-con-outer {
    padding-top: 10px;
}
.test-main-con {
    width: 90%;
    margin: auto;
    border: 1px solid #dbe2ea;
    border-radius: 8px;
    padding: 10px;
}
.test-main-con .heading-con {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbe2ea;
    align-items: center;
}
.test-main-con .title {
    font-size: 18px;
    color: #1f3965;
    font-family: "Lato";
    font-weight: 600;
    word-break: break-word;
}
.test-main-con .teachmint-primary-btn {
    padding: 5px 15px;
    height: fit-content;
    font-size: 16px;
}
.test-main-con .video-icons {
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    min-width: fit-content;
    min-width: -moz-fit-content;
    background-color: #eff9ff;
    border: 1px solid #1da1f2;
    border-radius: 4px;
    padding: 2px 14px 2px 6px;
    box-shadow: 0px 3px 6px #272b3814;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.test-main-con .video-icons .title {
    color: #26a6f5;
    font-size: 14px;
    font-family: "Lato";
    font-weight: 600;
}
.test-main-con .video-icons img {
    width: 25px;
    height: 25px;
}
.test-main-con .video-icons .link-copied {
    position: absolute;
    bottom: -30px;
    font-size: 11px;
    width: 140px;
    text-align: center;
    background-color: #f7f7f7;
    color: #062030;
    font-weight: 600;
    border-radius: 4px;
    padding: 3px 0;
    z-index: 2;
    opacity: 0.9;
    display: none;
    cursor: pointer;
}
.test-main-con .content-con {
    margin-top: 10px;
}
.test-main-con .content-con .heading {
    font-weight: 600;
    font-size: 16px;
    color: #1f3965;
}
.test-main-con .content-con .desc {
    font-size: 12px;
    color: #6b82ab;
}
.test-main-con .content-con .content-items {
    width: 100%;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: auto auto;
    margin-top: 15px;
}
.test-main-con .content-con .content-items .content-item {
    margin-bottom: 15px;
}
.test-main-con .content-con .content-items .content-item .header {
    display: flex;
}
.test-main-con .content-con .content-items .content-item .header img {
    width: 16px;
    height: 16px;
}
.test-main-con .content-con .content-items .content-item .header .title {
    font-weight: 500;
    font-size: 12px;
    color: #6b82ab;
    margin-left: 5px;
}
.test-main-con .content-con .content-items .content-item .desc {
    font-weight: 500;
    font-size: 14px;
    color: #1f3965;
    margin-top: 3px;
}
.not-supported-tfile {
    width: 90%;
    margin: auto;
    border: 1px solid black;
    min-height: 200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.not-supported-tfile .title {
    font-size: 18px;
    color: #1f3965;
    font-family: "Lato";
    font-weight: 600;
    word-break: break-word;
    margin-bottom: 15px;
}
.not-supported-tfile .teachmint-primary-btn {
    width: fit-content;
    width: -moz-fit-content;
}

.related-content-container {
    margin: auto;
    width: 80%;
}
.related-content {
    display: flex;
    overflow: auto;
    scroll-behavior: smooth;
    width: 100%;
    white-space: nowrap;
}
.related-content-item {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    height: 250px;
    width: 250px;
    border-radius: 25px;
    display: block;
    margin-right: 30px;
    margin-bottom: 30px;
}

.content-link {
    text-align: right;
    padding-right: 10px;
}

.thumbnail {
    height: 160px;
    width: 250px;
    margin-top: 20px;
}
.thumbnail-image {
    height: 160px;
    width: 250px;
}
.content-description {
    display: block;
    border: 200px;
    color: grey;
    font-size: small;
}

.tm-tfi-max-width {
    margin: auto;
    width: 90%;
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

#leftArrow {
    display: none;
}

#rightArrow {
    display: none;
}
.tm-study-material {
    color: #f27f7f;
    background-color: #fef2f2;
}
.tm-assignment {
    color: #e0c709;
    background-color: rgba(224, 199, 9, 0.1);
}
.tm-test {
    color: #ea8804;
    background-color: #fff5e7;
}
.tm-lecture {
    color: #3ae194;
    background-color: rgba(58, 225, 148, 0.1);
}

.tm-tfile-color-red {
    color: #ff5e5e;
}
.tm-tfile-color-yellow {
    color: #e0c709;
}

.tm-tfile-color-orange {
    color: #ea8804;
}

.tm-tfile-color-green {
    color: #36b37e;
}

.tm-tfile-bg-light-red {
    background-color: #ffefef;
}

.tm-tfile-bg-light-yellow {
    background-color: #fffce3;
}

.tm-tfile-bg-light-orange {
    background-color: #fff2e9;
}
.tm-tfile-bg-light-green {
    background-color: #ebf7f2;
}

@media only screen and (min-width: 600px) {
    .video-lectures-page-video-con .video-lectures-page-video-con-inner {
        width: 60vw;
        margin: auto;
    }
    .video-lectures-page-video-con .video-lectures-page-video-con-inner video,
    .video-lectures-page-video-con .video-lectures-page-video-con-inner iframe {
        width: 60vw;
        height: 34vw;
    }
    .video-lectures-page-video-con
        .video-lectures-page-video-con-inner
        .video-lectures-page-video-info {
        width: 100%;
        text-align: left;
        margin: 15px auto;
    }
    .video-lectures-page-video-con
        .video-lectures-page-video-con-inner
        .video-lectures-page-video-info
        .title {
        font-size: 18px;
    }
    .video-lectures-page-video-con
        .video-lectures-page-video-con-inner
        .video-lectures-page-video-info
        .desc {
        font-size: 14px;
    }
    .video-lectures-page-video-con
        .video-lectures-page-video-con-inner
        .video-lectures-page-video-info
        .video-icons {
        border-radius: 4px;
        padding: 2px 14px 2px 6px;
    }
    .video-lectures-page-video-con
        .video-lectures-page-video-con-inner
        .video-lectures-page-video-info
        .video-icons
        .title {
        font-size: 13px;
    }
    .video-lectures-page-video-con
        .video-lectures-page-video-con-inner
        .video-lectures-page-video-info
        .video-icons
        img {
        width: 30px;
        height: 30px;
    }
    .video-lectures-page-video-con
        .video-lectures-page-video-con-inner
        .video-lectures-page-video-info
        .link-copied {
        font-size: 11px;
        width: 140px;
    }

    /* user and class info */
    .video-lectures-page-user-info {
        margin: auto;
        width: 60vw;
        padding-bottom: 30px;
    }
    .video-lectures-page-user-info .video-lectures-page-user-info-inner {
        width: 100%;
    }
    .video-lectures-page-user-info
        .video-lectures-page-user-info-inner
        .img-container {
        width: 60px;
        height: 60px;
    }
    .video-lectures-page-user-info
        .video-lectures-page-user-info-inner
        .img-container
        .user-initails {
        font-size: 37px;
    }
    .video-lectures-page-user-info
        .video-lectures-page-user-info-inner
        .text-con {
        margin-left: 0px;
        width: calc(60% - 60px);
    }
    .video-lectures-page-user-info
        .video-lectures-page-user-info-inner
        .text-con
        .heading {
        font-size: 18px;
    }
    .video-lectures-page-user-info
        .video-lectures-page-user-info-inner
        .text-con
        .txt {
        margin-top: 6px;
        font-size: 14px;
    }

    /* Classroom card */
    .classroom-item {
        width: 35%;
        min-width: 35%;
        border-radius: 12px;
        padding: 15px;
    }
    .classroom-item .name {
        font-size: 15px;
    }
    .classroom-item .subject {
        margin: 12px 0 0 0;
    }
    .classroom-item .subject {
        margin: 12px 0 0 0;
    }
    .classroom-item .subject .subject-tag {
        font-size: 15px;
        padding: 5px 15px;
        margin: 0 10px 10px 0;
        border-radius: 4px;
    }
    .classroom-item .desc {
        font-size: 12px;
        padding: 0 0 40px 0;
    }
    .classroom-item .contact-btn {
        border-radius: 8px;
        padding: 5px 10px;
        font-size: 15px;
        margin-top: 12px;
        bottom: 10px;
    }

    /* Test and MCQ  */
    .test-main-con {
        width: 80%;
        margin: auto;
        border: 1px solid #dbe2ea;
        border-radius: 8px;
        padding: 10px;
    }
    .test-main-con .heading-con {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 10px;
        border-bottom: 1px solid #dbe2ea;
    }
    .test-main-con .title {
        font-size: 18px;
        color: #1f3965;
        font-family: "Lato";
        font-weight: 600;
        word-break: break-word;
    }
    .test-main-con .teachmint-primary-btn {
        padding: 5px 15px;
        height: fit-content;
    }
    .test-main-con .video-icons {
        width: fit-content;
        width: -moz-fit-content;
        height: fit-content;
        height: -moz-fit-content;
        min-width: fit-content;
        min-width: -moz-fit-content;
        background-color: #eff9ff;
        border: 1px solid #1da1f2;
        border-radius: 4px;
        padding: 2px 14px 2px 6px;
        box-shadow: 0px 3px 6px #272b3814;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
    }
    .test-main-con .video-icons .title {
        color: #26a6f5;
        font-size: 14px;
        font-family: "Lato";
        font-weight: 600;
    }
    .test-main-con .video-icons img {
        width: 25px;
        height: 25px;
    }
    .test-main-con .video-icons .link-copied {
        position: absolute;
        bottom: -30px;
        font-size: 11px;
        width: 140px;
        text-align: center;
        background-color: #f7f7f7;
        color: #062030;
        font-weight: 600;
        border-radius: 4px;
        padding: 3px 0;
        z-index: 2;
        opacity: 0.9;
        display: none;
        cursor: pointer;
    }
    .test-main-con .content-con {
        margin-top: 10px;
    }
    .test-main-con .content-con .heading {
        font-weight: 600;
        font-size: 16px;
        color: #1f3965;
    }
    .test-main-con .content-con .desc {
        font-size: 12px;
        color: #6b82ab;
    }
    .test-main-con .content-con .content-items {
        width: 500px;
        display: grid;
        grid-column-gap: 30px;
        grid-template-columns: auto auto auto;
        margin-top: 15px;
    }
    .test-main-con .content-con .content-items .content-item {
        margin-bottom: 15px;
    }
    .test-main-con .content-con .content-items .content-item .header {
        display: flex;
    }
    .test-main-con .content-con .content-items .content-item .header img {
        width: 16px;
        height: 16px;
    }
    .test-main-con .content-con .content-items .content-item .header .title {
        font-weight: 500;
        font-size: 12px;
        color: #6b82ab;
        margin-left: 5px;
    }
    .test-main-con .content-con .content-items .content-item .desc {
        font-weight: 500;
        font-size: 14px;
        color: #1f3965;
        margin-top: 3px;
    }

    .not-supported-tfile {
        width: 80%;
        min-height: 200px;
    }
    .not-supported-tfile .title {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 990px) {
    #leftArrow {
        display: block;
    }

    #rightArrow {
        display: block;
    }

    .hide-scrollbar::-webkit-scrollbar {
        display: none;
    }

    .tm-tfi-max-width {
        margin: 0px;
        width: 80%;
        max-width: 1140px;
    }

    .related-content {
        display: flex;
        overflow: auto;
        scroll-behavior: smooth;
        width: 100%;
        white-space: nowrap;
    }
    .related-content-item {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        height: 250px;
        width: 250px;
        border-radius: 25px;
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .content-link {
        text-align: right;
        padding-right: 10px;
    }

    .thumbnail {
        height: 160px;
        width: 250px;
        margin-top: 20px;
    }
    .thumbnail-image {
        height: 160px;
        width: 250px;
    }
    .content-description {
        display: block;
        border: 200px;
        color: grey;
        font-size: small;
        overflow-wrap: break-word;
    }
    .related-content-item:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }

    .video-lectures-page-video-con .video-lectures-page-video-con-inner {
        width: 60vw;
        margin: auto;
    }
    .video-lectures-page-video-con .video-lectures-page-video-con-inner video,
    .video-lectures-page-video-con .video-lectures-page-video-con-inner iframe {
        width: 60vw;
        height: 34vw;
    }
    .video-lectures-page-video-con
        .video-lectures-page-video-con-inner
        .video-lectures-page-video-info {
        width: 100%;
        text-align: left;
        margin: 15px auto;
    }
    .video-lectures-page-video-con
        .video-lectures-page-video-con-inner
        .video-lectures-page-video-info
        .title {
        font-size: 20px;
    }
    .video-lectures-page-video-con
        .video-lectures-page-video-con-inner
        .video-lectures-page-video-info
        .desc {
        font-size: 15px;
    }
    .video-lectures-page-video-con
        .video-lectures-page-video-con-inner
        .video-lectures-page-video-info
        .video-icons {
        border-radius: 4px;
        padding: 2px 14px 2px 6px;
    }
    .video-lectures-page-video-con
        .video-lectures-page-video-con-inner
        .video-lectures-page-video-info
        .video-icons
        .title {
        font-size: 13px;
    }
    .video-lectures-page-video-con
        .video-lectures-page-video-con-inner
        .video-lectures-page-video-info
        .video-icons
        img {
        width: 30px;
        height: 30px;
    }
    .video-lectures-page-video-con
        .video-lectures-page-video-con-inner
        .video-lectures-page-video-info
        .link-copied {
        font-size: 11px;
        width: 140px;
    }

    /* user and class info */
    .video-lectures-page-user-info {
        margin: auto;
        width: 60vw;
        padding-bottom: 30px;
    }
    .video-lectures-page-user-info .video-lectures-page-user-info-inner {
        width: 100%;
    }
    .video-lectures-page-user-info
        .video-lectures-page-user-info-inner
        .img-container {
        width: 60px;
        height: 60px;
    }
    .video-lectures-page-user-info
        .video-lectures-page-user-info-inner
        .img-container
        .user-initails {
        font-size: 37px;
    }
    .video-lectures-page-user-info
        .video-lectures-page-user-info-inner
        .text-con {
        margin-left: 0px;
        width: calc(60% - 60px);
    }
    .video-lectures-page-user-info
        .video-lectures-page-user-info-inner
        .text-con
        .heading {
        font-size: 20px;
    }
    .video-lectures-page-user-info
        .video-lectures-page-user-info-inner
        .text-con
        .txt {
        margin-top: 6px;
        font-size: 15px;
    }

    /* Classroom card */
    .classroom-item {
        width: 35%;
        min-width: 35%;
        border-radius: 12px;
        padding: 15px;
    }
    .classroom-item .name {
        font-size: 19px;
    }
    .classroom-item .subject {
        margin: 12px 0;
    }
    .classroom-item .subject .subject-tag {
        font-size: 15px;
        padding: 5px 15px;
        margin: 0 10px 10px 0;
    }

    .classroom-item .desc {
        font-size: 15px;
        padding: 0 0 40px 0;
    }
    .classroom-item .contact-btn {
        padding: 8px 10px;
        font-size: 17px;
        line-height: 20px;
        width: 90%;
        margin-top: 12px;
        bottom: 10px;
    }
    .study-material-con-img {
        width: 80% !important;
        max-width: 1144px !important;
        height: 50vh !important;
        margin: auto;
        margin-bottom: 50px;
    }
    .study-material-con-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin-top: 40px;
    }
    .study-material-con-iframe {
        width: 80% !important;
        max-width: 1144px !important;
        height: 65vh !important;
        margin-bottom: 50px;
    }
    .study-material-con-iframe iframe {
        width: 100% !important;
        height: 100% !important;
        margin-top: 40px;
    }

    /* Test and MCQ  */
    .test-main-con-outer {
        padding-top: 50px;
    }
    .test-main-con {
        width: 80%;
        max-width: 1144px;
        margin: auto;
        border: 1px solid #dbe2ea;
        border-radius: 8px;
        padding: 20px;
    }
    .test-main-con .heading-con {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 10px;
        border-bottom: 1px solid #dbe2ea;
    }
    .test-main-con .title {
        font-size: 24px;
        color: #1f3965;
        font-family: "Lato";
        font-weight: 600;
        word-break: break-word;
    }
    .test-main-con .teachmint-primary-btn {
        padding: 5px 15px;
        height: fit-content;
    }
    .test-main-con .video-icons {
        width: fit-content;
        width: -moz-fit-content;
        height: fit-content;
        height: -moz-fit-content;
        min-width: fit-content;
        min-width: -moz-fit-content;
        background-color: #eff9ff;
        border: 1px solid #1da1f2;
        border-radius: 4px;
        padding: 2px 14px 2px 6px;
        box-shadow: 0px 3px 6px #272b3814;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
    }
    .test-main-con .video-icons .title {
        color: #26a6f5;
        font-size: 16px;
        font-family: "Lato";
        font-weight: 600;
    }
    .test-main-con .video-icons img {
        width: 25px;
        height: 25px;
    }
    .test-main-con .video-icons .link-copied {
        position: absolute;
        bottom: -30px;
        font-size: 11px;
        width: 140px;
        text-align: center;
        background-color: #f7f7f7;
        color: #062030;
        font-weight: 600;
        border-radius: 4px;
        padding: 3px 0;
        z-index: 2;
        opacity: 0.9;
        display: none;
        cursor: pointer;
    }
    .test-main-con .content-con {
        margin-top: 10px;
    }
    .test-main-con .content-con .heading {
        font-weight: 600;
        font-size: 20px;
        color: #1f3965;
    }
    .test-main-con .content-con .desc {
        font-size: 16px;
        color: #6b82ab;
    }
    .test-main-con .content-con .content-items {
        width: 500px;
        display: grid;
        grid-column-gap: 30px;
        grid-template-columns: auto auto auto;
        margin-top: 25px;
    }
    .test-main-con .content-con .content-items .content-item {
        margin-bottom: 20px;
    }
    .test-main-con .content-con .content-items .content-item .header {
        display: flex;
    }
    .test-main-con .content-con .content-items .content-item .header img {
        width: 16px;
        height: 16px;
    }
    .test-main-con .content-con .content-items .content-item .header .title {
        font-weight: 500;
        font-size: 14px;
        color: #6b82ab;
        margin-left: 5px;
    }
    .test-main-con .content-con .content-items .content-item .desc {
        font-weight: 500;
        font-size: 16px;
        color: #1f3965;
        margin-top: 3px;
    }
    .not-supported-tfile-outer {
        padding-top: 50px;
    }
    .not-supported-tfile {
        width: 80%;
        max-width: 60vw;
        min-height: 400px;
    }
    .not-supported-tfile .title {
        font-size: 18px;
        margin-bottom: 15px;
    }
}
