@import './style.css';

/*  */

.ca-navigate {
    width: 35px;
    height: 35px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ca-navigate svg {
    width: 8px;
    height: auto;
}

.ca-navigate.ca-navigate-left {
    margin-right: 10px;
}

.ca-navigate.ca-navigate-right svg {
    transform: rotate(180deg);
}

/*  */

.article-by-div {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
}

.article-by-div p {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: #4F4F4F;
}

.calender-user-svg {
    width: 16px;
    height: 16px;
}


.article-div-br {
    border: 1px solid #E0E0E0;
    margin: 0 10px;
    height: 16px;
}


/* post tags */

.post-tag-wrapper {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.post-tag-wrapper h6 {
    font-weight: 400;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: #4F4F4F;
    margin-right: 10px;
}

.post-tag {
    padding: 6px 10px;
    background: #F7F7F7;
    border-radius: 4px;
    font-size: var(--font-size14);
    line-height: initial;
    color: #000000;
}

.post-tag:not(:last-child) {
    margin-right: 10px;
}


/* share-media */

.share-media {
    margin-top: 30px;
    margin-bottom: 30px;
}

.share-media ul {
    list-style: none;
}

.share-media ul li:not(:last-child) {
    margin-right: 10px;
}

.share-media ul li a {
    text-decoration: none;
}


.share-media-icon {
    width: 30px;
    height: 30px;
}


.bookmark-btn {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
}

.bookmark-btn svg {
    width: 16px;
    height: 16px;
}

.bookmark-btn.marked svg path {
    fill: #813588;
    stroke: #813588;
}

.bookmark-btn p {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: #4F4F4F;
    margin-left: 6px;
}


.bookmark-btn span {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: #4F4F4F;
    margin-left: 6px;
}



.post-banner img {
    width: 100%;
    height: 145px;
}


.post-para-text {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size16);
    line-height: 118%;
    color: #000000;
    margin-top: 20px;
}

.post-br-heading {
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size18);
    line-height: 122%;
    color: #000000;
    padding-left: 10px;
    border-left: 3px solid #813588;
    margin-top: 20px;
}

/* table start */

.exam-table .table-bordered>:not(caption)>*>* {
    border-width: 2px 2px;
    color: #000000 !important;

}

.exam-table th {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size16);
    line-height: 118%;
    width: 50%;
    color: var(--black-color) !important;
}

.exam-table td {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size16);
    line-height: 118%;

    color: var(--black-color) !important;
}

.exam-table-2 {
    margin-top: 20px;
}

.exam-table-2 thead tr {
    background: var(--table-header-background);
}

.exam-table-2 thead tr th {
    font-weight: 500;
}

/* table end */



/* Question Section */

.quiz-ques-box {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(130, 130, 130, 0.5);
    border-radius: 4px;
    margin-top: 20px;
    padding: 20px;
}

.quiz-ques-box h5 {
    font-weight: 600;
    font-size: var(--font-m-size14);
    line-height: 140%;
    color: #000000;
    margin-bottom: 10px;
}

.quiz-ques-box span {
    font-weight: 400;
    font-size: var(--font-m-size14);
    line-height: 140%;
    color: #000000;
}


.quiz-ques-choice {
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    margin-top: 20px;
    overflow: hidden;
}

.quiz-ques-choice-num {
    display: flex;
    align-items: center;
    padding: 10px;
}

.ques-choice-rw-br:not(:last-child) {
    border-bottom: 1px solid #E0E0E0;
}


.quiz-ques-choice-num .ques-cir {
    width: 28px;
    height: 28px;
    font-weight: 400;
    font-size: var(--font-m-size16);
    line-height: initial;
    color: #FFFFFF;
    background: #828282;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}


.quiz-ques-choice-num p {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size16);
    line-height: 140%;
    color: #000000;
}


.quiz-ques-choice-answer {
    padding: 10px;
    background: #F2F2F2;
}

.quiz-ques-choice-answer p {
    font-size: var(--font-m-size14);
    line-height: 140%;
    color: #0F8CFF;
    cursor: pointer;
}



/* Choice Color System */

/* Wrong Choice */

.quiz-ques-choice-num.wrong {
    background: rgba(219, 45, 78, 0.1)
}

.quiz-ques-choice-num.wrong .ques-cir {
    background: #DC1138;
}

.quiz-ques-choice-num.wrong p {
    color: #DC1138;
}

/* Right Choice */

.quiz-ques-choice-num.right {
    background: rgba(14, 181, 20, 0.1);
}

.quiz-ques-choice-num.right .ques-cir {
    background: #008000;
}

.quiz-ques-choice-num.right p {
    color: #008000;
}


.explaination h6 {
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-m-size14);
    line-height: 140%;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px;
}

.explaination p {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size16);
    line-height: 118%;

    color: #000000;
}



/* bottom detail */

.post-bottom-detail {
    /* margin-top: 30px; */
}


.post-bottom-detail .article-by-div {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
}


.subcribe-box {
    width: 100%;
    background: #FEF4FF;
    border: 1px solid #813588;
    border-radius: 4px;
    padding: 20px;
    margin-top: 30px;
}

.subcribe-box h4 {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size16);
    line-height: 118%;
    color: #000000;
    margin-bottom: 10px;
}

.subcribe-box p {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size16);
    line-height: 118%;
    color: #000000;
    margin-bottom: 20px;
}

.subcribe-box input {
    height: 40px;
    width: 350px;
    background: #FFFFFF;
    padding: 10px;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    font-size: var(--font-m-size16);
}

.subcribe-box input::placeholder {
    color: #828282;
}

.article-subscribe-btn {
    width: 120px;
    height: 40px;
    background: #813588;
    color: #FFFFFF;
    border: none;
    font-size: var(--font-m-size16);
    line-height: initial;
    border-radius: 4px;
    margin-left: 10px;
}


.comment-section {
    margin-top: 30px;
}

.total-comments h2 {
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size18);
    line-height: initial;
    color: #000000;
}

.total-comments h2 span {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: #2B2B2B;
}

.comment-wrapper {
    margin-top: 20px;
}


.comment-profile-letter {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #43A047;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: var(--font-m-size14);
    line-height: initial;
    letter-spacing: 0.15px;
    padding: 10px;
}

.comment-wrapper h3 {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size16);
    line-height: 160%;
    color: #000000;
    margin-bottom: 4px;
}

.comment-wrapper p {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: #4F4F4F;
}


/* input comment */
.comment-inputbox {
    margin-top: 20px;
}

.input-profile-wrapper {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #813588;
    border-radius: 50px;
}

.input-profile-wrapper svg {
    width: 16px;
    height: 16px;
}

.comment-inputbox input {
    padding-left: 10px;
    margin-left: 10px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}

.post-comment-btn {
    width: 103px;
    height: 40px;
    background: #813588;
    border: none;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size16);
    line-height: initial;
    margin-left: 10px;
    color: #FFFFFF;
}


/* col-4 */

.box-shadow {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 7px 15px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 20px;
}

.download-pdf {
    background: #FEF4FF;
    box-shadow: 0px 0px 2px #813588;
    border-radius: 4px;
    padding: 10px;
}

.download-pdf p {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size14);
    line-height: 140%;
    color: #000000;
}

.download-pdf p {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: #000000;
    margin-bottom: 1px;
}

.download-pdf span {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size12);
    line-height: initial;
    color: #828282;
}


.download-line-btn {
    background: transparent;
    border: none;
}

.download-line-btn svg {
    width: 20px;
    height: 20px;
}


.daily-quiz-box {
    background: #FEF4FF;
    box-shadow: 0px 0px 2px #813588;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
}

.daily-quiz-box h5 {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: #000000;
}

.svg-16 {
    width: 16px;
    height: 16px;
}


.daily-quiz-text {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size12);
    line-height: initial;
    color: #333333;
}

.daily-quiz-text span {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size12);
    line-height: initial;
    color: #333333;
}



.box-shadow.box-mt2 {
    margin-top: 50px;
}

.box-shadow.box-mt {
    margin-top: 30px;
}


.box-shadow.box-mt h4 {
    font-weight: 600;
    font-size: var(--font-m-size16);
    line-height: 118%;
    color: #000000;
    margin-bottom: 20px;
}

.table-of-content {
    list-style: none;
}

.table-of-content li a {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size16);
    line-height: 118%;
    color: #4F4F4F;
}

.table-of-content li:not(:last-child) {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.offer-banner img {
    width: 100%;
    height: 200px;
    object-fit: fill;
}












.t-date-calender {
    width: 16px;
    height: 16px;
}



/* trending videos */




/* -----------left side -------- */

.ca-heading-2 {
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size16);
    line-height: 118%;
    color: var(--black-color);
}

.ca-box-shade {
    background: var(--white-color);
    width: 100%;
    min-height: 100px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 7px 15px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 16px;
}

.video-list-box {
    display: flex;
}

.video-list-box:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}

.list-frameWrapper {
    width: 140px;
    height: 100%;
    object-fit: fill;
}

.video-list-box h6 {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: var(--black-color);
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-list-box span {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size12);
    line-height: initial;
    color: var(--gray2-color);
}

.video-list-box-content {
    padding: 10px;
}


.ca-view-all-btn {
    width: 100%;
    height: 37px;
    border: 1px solid var(--primary-color);
    background-color: var(--white-color);
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: var(--primary-color);
    border-radius: 4px;
    margin-top: 20px;
}




/*  */

.col-tag-wrapper {
    display: flex;
    flex-wrap: wrap;

}

.col-tag-wrapper span {
    background: #F7F7F7;
    border-radius: 4px;
    padding: 6px 9px;
    width: auto;
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: #000000;
    margin-right: 10px;
    margin-bottom: 10px;
}


.col-tag-wrapper span a {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size14);
    line-height: initial;
    color: #000000;
}








/* archieve  section*/

.archive-list {
    list-style: none;
}

.archive-list li:not(:last-child) {
    margin-bottom: 10px;
}

.archive-list a {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size16);
    line-height: 118%;
    color: var(--blue1-color);
}


/* Download as pdf mobile section */
.download-as-pdf-mobile {
    margin-top: 20px;
    gap: 10px;
}

.das-box {
    width: 100%;
    padding: 5px;
    background: #FEF4FF;
    box-shadow: 0px 0px 2px #813588;
    border-radius: 4px;
    display: flex;
}

.das-box img {
    width: 20px;
    height: 20px;
}

.das-box h6 {
    font-style: normal;
    font-weight: 500;
    font-size: var(--font-m-size14);
    line-height: 140%;
    color: #000000;
    margin-bottom: 1px;
}

.das-box h6~.d-size {
    font-weight: 500;
    font-size: var(--font-m-size12);
    line-height: 140%;
    color: #828282;
}

.das-box span {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-m-size12);
    line-height: initial;
    color: #333333;
    margin-left: 5px;
}

.das-box .ques {
    margin-right: 10px;
}



/* Video Main Page */

#video-title {
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-m-size18);
    line-height: 122%;
    color: #000000;
}

.video-hr {
    opacity: 1;
    color: #E0E0E0;
    margin: 20px 0;
}

.main-player h4 {
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size18);
    line-height: 122%;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 10px;
}

.main-player p {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size16);
    line-height: 118%;
    color: #4F4F4F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}


#main-player {
    width: 100%;
    min-height: 480px;
}

.svg-38 {
    width: 38px;
    height: 38px;
}

.thumbnail-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: none;
}

/* videos-list scroll feature */

/* .videos-list-section {
    max-height: 400px;
    overflow-y: auto;
}

.videos-list-section::-webkit-scrollbar-track {
    --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.videos-list-section::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}

.videos-list-section::-webkit-scrollbar-thumb {
    background-color: #813588;
} */

/* Media Queries */


@media(min-width:1400px) {

    /* custom Grid */

    .col-xxl-8.date-current-affair-grid {
        width: 70%;
    }

    .col-xxl-4.date-current-affair-grid {
        width: 30%;
    }

}


@media(max-width:576px) {

    .svg-38 {
        width: 36px;
        height: 36px;
    }

    .post-banner img {
        width: 100%;
        height: auto;
    }

    .ca-navigate {
        width: 24px;
        height: 24px;
    }

    .subcribe-box input {
        height: 40px;
        width: 100%;
        background: #FFFFFF;
        padding: 10px;
        border: 1px solid #E0E0E0;
        border-radius: 6px;
        font-size: var(--font-m-size16);
        margin-bottom: 10px;
    }

    .article-subscribe-btn {
        margin-left: 0px;
    }

    .offer-banner img {
        width: 100%;
        height: auto;
        object-fit: fill;
    }

    /* video player css */
    #video-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 80%;
    }

    #main-player {
        width: 100%;
        min-height: 250px;
    }

    .box-shadow.box-mt2 {
        margin-top: 20px;
    }
}


@media(max-width:375px) {



    /* .breadcrumb-ellipsis-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 67px;
    }

    .breadcrumb-ellipsis-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80px;
    } */

    .breadcrumb-flex-ellipsis {
        flex-wrap: nowrap;
    }

    .ca-navigate {
        width: 24px;
        height: 24px;
        border: 1px solid #E0E0E0;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }




    /* mobile download-as-pdf */
    .das-box h6 {
        font-style: normal;
        font-weight: 500;
        font-size: var(--font-m-size12);
        line-height: 140%;
        color: #000000;
        margin-bottom: 1px;
    }

    .das-box h6~.d-size {
        font-weight: 500;
        font-size: var(--font-m-size12);
        line-height: 140%;
        color: #828282;
    }

    .das-box span {
        font-style: normal;
        font-weight: 400;
        font-size: var(--font-m-size12);
        line-height: initial;
        color: #333333;
        margin-left: 5px;
    }

    .das-box .ques {
        margin-right: 8px;
    }

    .download-as-pdf-mobile {
        margin-top: 20px;
        gap: 8px;
    }

    .article-subscribe-btn {
        width: 100%;
    }


    .box-shadow.box-mt {
        margin-top: 20px;
    }



    #main-player {
        width: 100%;
        min-height: 230px;
    }

}

@media(max-width:360px) {
    .share-media {
        margin-top: 10px;
    }

    #main-player {
        width: 100%;
        min-height: 220px;
    }
}

@media(max-width:354px) {
    .post-tag {
        margin-bottom: 10px;
    }

    .post-tag-wrapper {
        display: flex;
        align-items: flex-start;
    }

    #main-player {
        width: 100%;
        min-height: 210px;
    }
}

@media(max-width:350px) {
    .svg-16 {
        width: 14px;
        height: 14px;
    }

    #main-player {
        width: 100%;
        min-height: 200px;
    }
}