﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

/**, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}*/
main#main {
    overflow: hidden;
}
div#validationError {
    font-size: 11px;
    color: red;
    padding: 5px;
}
#long-description:is(:where(#long-description:height < 200px)) + .page-separator {
    display: none;
}
.rating-30, .levelBox, .durationBox {
    display: flex;
    align-items: center;
    min-width: fit-content;
    font-size:12px;
}
a.myCoursesB {
    font-weight: 600;
}
.authorNameBox {
    display: flex;
    align-items: center;

    /*min-width: fit-content;*/
    font-size: 12px;
}
/*.card_slider {
    width: 325px !important;
}*/
.vl {
    border-left: 1px solid #BDBDBD;
    height: 60px;
}
.authorCss{
    cursor:pointer;
}
.authorName {
    font-size: 12px;
    font-weight: 500;
    color: #1f3566;
    overflow-y: hidden;
    max-height: 14px;
    min-height: 15px;
    /*text-wrap: nowrap;*/
}
.durationMain, .levelMain {
    font-weight: 500;
    color: #1f3566;
}
.authorTitle {
    font-size: 7px;
}
.col-md-6.courseSideCards {
    padding-right: 0px;
}

.col-md-6.averageRatingCounts {
    display: flex;
    cursor:pointer;
}
.progress {
    border-radius: 50px;
}
.progressS {
    background-color: #F59405 !important;
}
.progressF {
    border-radius: 50px;
    background-color: #bdbfc2 !important;
    transition: 0.4s ease;
    height: 10px !important;
}
.lessonBg:hover {
    background-color: aliceblue;
}
.lessonBg2:hover {
    background-color: #F1F1F1;
}
.lessonBg {
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 0.5rem;
}
.lessonBg2 {
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 0.5rem;
}
.checkedMarker {
    background: rgba(48, 132, 216, 1) !important;
    color: white !important;
    padding: 12px !important;
    transform: translate(-52%,25%) !important;
    border: none !important;
}

.listingActive {
    font-size: 20px;
    background-color: rgba(124, 189, 255, 1) !important;
}

.circle-marker {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(186, 186, 186, 1);
    margin-right: 5px;
}
.sectionProgress {
    /*float: right;*/
    color: #3084D8;
    text-align: justify;
    font-family: Montserrat;
    font-size: 10px;
    /*text-decoration-line: underline;*/
    /*margin-top: 0.4rem;*/
}

.top3rankings {
    display: flex;
    justify-content: center;
}
.noRankings {
    display: flex;
    justify-content: center;
    /*min-width: 300px;*/
    background-color: #FFF;
}
.noRankingImg {
    max-width: 173px;
}
.noProgress {
    display: flex;
    justify-content: center;
    background-color: white;
}
.noProgressImg {
    max-width: 135px;
}

.modal {
    position: absolute;
    z-index: 1;
}
a:hover {
    text-decoration: none;
    color:inherit;
}

[aria-label][tooltip-position] {
    position: relative;
 /*   letter-spacing: 0.1rem;
    transition: transform .02s;*/
}
.noScore {
    display: flex;
    justify-content: center;
    background-color: white;
    min-width:300px;
}
.noScoreImg {
    max-width: 205px;
}
/*.divScores {
    min-height: 340px;
}*/
.courseDescTimeline {
    margin-left: 1.3rem;
}

.accordion-item {
    border: none !important;
    
    margin-top: 0px !important;
}

.page-separator {
    position: relative;
    color: #979797;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    /*border-bottom: 0.5px solid #979797;*/
}

    .page-separator:before {
        content: "";
        height: 1px;
        background-color: rgba(0, 0, 0, .1);
        width: 100%;
        top: 50%;
        left: 0;
        position: absolute;
        z-index: -1
    }
.page-separator {
    display: flex !important;
    justify-content: center !important;
}
.page-separator__text {
    border-radius: 3px !important;
    border: 1px solid #979797 !important;
    background: #FFF !important;
    font-size: 14px;
    padding: 5px !important;
    margin-top: -15px !important;
}

     .page-separator__text:hover {
        text-decoration: none
    }

 .page-separator__bg-bottom {
    top: 50%
}

 .page-separator__bg-bottom,
 .page-separator__bg-top {
    content: "";
    height: 50%;
    background-color: #f5f7fa;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -2
}

 .page-separator__bg-top {
    bottom: 50%
}

.page-separator-mask {
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 475px;
}

     .page-separator-mask .page-separator-mask__content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 84px
    }

     .page-separator-mask .page-separator {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        margin: 0
    }

    .page-separator-mask .page-separator-mask__top {
        background-image: linear-gradient(-180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .8) 17%, hsla(0, 0%, 100%, .9) 32%, #fff 70%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 64px
    }

   .page-separator-mask .page-separator-mask__bottom {
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 20px
    }

/*SliderCSS*/

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

    .swiper-navBtn:hover {
        color: #4070F4;
    }

    .swiper-navBtn::before,
    .swiper-navBtn::after {
        font-size: 38px;
    }

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}

.card_slider {
    border-radius: 10px;
    background: #FFF;
    /*box-shadow: -0.5px -0.5px 4px 0px rgba(0, 0, 0, 0.15), 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.15);*/
    /*margin-top: 30px;*/
}

.review_section_slider_main {
    padding: 0 5px;
}

img.card-img {
    width: 100px !important;
}

.card_slider {
    text-align: center;
}

.card-content_slider h2 {
    margin: 0;
    color: #333;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 0;
}

span.rating__item_slider .material-icons {
    color: #FFA047;
    font-size: 16px !important;
    /*margin-bottom: 20px;*/
}
/*.scroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow:none;
}*/

.card-content_slider p {
    color: #333;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0 !important;
    margin-top: 12px !important;
    text-align: justify;
}
form#formforreview2 {
    width: 100%;
}
.btn_submit {
    border-radius: 3px;
    background: #3084D8;
}
.card_slider {
    /*padding: 20px;*/
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
    bottom: 0;
}

.swiper {
    padding: 0px 10px 10px 10px;
}

/*Slider End*/
.slider {
    height: 345px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__nav {
    width: 12px;
    height: 12px;
    margin: 2rem 12px;
    border-radius: 50%;
    z-index: 10;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
input:focus {
    outline-offset: -6px !important;
}
.slider__nav:checked {
    outline: 7px solid #3084D8;
    /*-webkit-animation: check 0.4s linear forwards;
        animation: check 0.4s linear forwards;*/
}

        .slider__nav:checked:nth-of-type(1) ~ .slider__inner {
            left: 0%;
        }

        .slider__nav:checked:nth-of-type(2) ~ .slider__inner {
            left: -100%;
        }

        .slider__nav:checked:nth-of-type(3) ~ .slider__inner {
            left: -200%;
        }

        .slider__nav:checked:nth-of-type(4) ~ .slider__inner {
            left: -300%;
        }.slider__nav:checked:nth-of-type(5) ~ .slider__inner {
            left: -400%;
        }.slider__nav:checked:nth-of-type(6) ~ .slider__inner {
            left: -500%;
        }.slider__nav:checked:nth-of-type(7) ~ .slider__inner {
            left: -600%;
        }.slider__nav:checked:nth-of-type(8) ~ .slider__inner {
            left: -700%;
        }/*.slider__nav:checked:nth-of-type(9) ~ .slider__inner {
            left: -800%;
        }.slider__nav:checked:nth-of-type(10) ~ .slider__inner {
            left: -900%;
        }*/

.slider__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.slider__contents {
    height: 100%;
    padding: 2rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 25%;
    max-width: 25%;
    padding-top: 10px;
}

.slider__image {
    font-size: 2.7rem;
    color: #2196F3;
}

.slider__caption {
    font-weight: 500;
    margin: 2rem 0 1rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.slider__txt {
    color: #999;
    margin-bottom: 3rem;
    max-width: 300px;
}

@-webkit-keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }

    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

@keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }

    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

.dbheading {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.myCourseCards {
    padding: 13px;
}

.iconHeading {
    color: #333;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.descriptionForCourse {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    margin: 0px;
    margin-bottom: 13px;
}

.iconHeading2 {
    color: #EE8019;
    font-size: 9px !important;
    text-decoration: underline;
    cursor: pointer;
}

.progress-container2 {
    display: flex;
    position: relative;
    max-width: 100%;
    width: 350px;
    gap: 5px;
}

.cardhovereffect1 {
    position: relative;
    overflow: hidden;
    transition: background 0.5s ease;
    height: 165px;
}


.timeline {
    padding: 1rem 2rem;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0 4px 25px -20px rgba(0,0,0.2);
}
.accordion-body {
    background-color: #fbfbfb;
}
.accordion-button {
    background-color: #fbfbfb !important;
    box-shadow:none !important;

}
    .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon) !important;
        transform: var(--bs-accordion-btn-icon-transform) !important;
    }
button.accordion-button {
    padding-top: 15px !important;
    padding:0px;
}
.tl-content .tl-body {
    padding-left: 25.6px;
    padding-top: 0px;
}
a.btn.btn-accent.get_started_btn {
    color: #fff !important;
}
[dir=ltr] button:focus{
    outline: none !important;
}
.tl-content .tl-header {
    padding-left: 33px;
    background-color: #fbfbfb !important;
}

.tl-content {
    border-left: 2px solid #838383;
    padding-top: 15px;
}

.tl-body {
    padding-bottom: 1rem;
}
/*.tl-body {
    margin-bottom: 1rem;
    border-bottom: 3px solid gainsboro;
}*/
.lessonBg:hover .iconHover {
    display: inline-block !important; /* Change this to your preferred display property */
}
.lessonBg2:hover .iconHover {
    display: inline-block !important; /* Change this to your preferred display property */
}
.iconHover {
    float: right;
    margin: 5px;
}
.lpDuration {
    font-size: 10px;
    background-color: #3084D8;
    padding: 3px 10px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    border-radius: 10px;
}
.lpBorderBottom {
    border-top: 1px solid #C2C2C2;
}
/*.tl-content:last-child .tl-body {
    border-left: 3px solid transparent;
}*/

.tl-header {
    position: relative;
    display: grid;
    padding-top: 1rem;
    /* padding-bottom: 1rem;*/
}

.tl-title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    color: rgba(75, 75, 75, 1);
    margin-bottom: 0px;
    overflow-wrap: anywhere;
}

.tl-time {
    font-size: 0.7em;
}

.tl-marker {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50% / 50%;
    /* left: -9%;
    top: 70%;*/
    transform: translate(-50%,25%);
    border: 1px solid rgba(131, 131, 131, 1);
    background: rgba(255, 255, 255, 1);
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    vertical-align: middle;
    color: rgba(131, 131, 131, 1);
    padding: 3.5%;
}

.tl-content-active .tl-marker {
    padding: 1.6px;
    left: -1.25rem;
    width: 18px;
    height: 18px;
    border: 2px solid limegreen;
    background-color: limegreen;
    background-clip: content-box;
    box-shadow: 0 0 15px -2px limegreen;
}
.tl-marker2 {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50% / 50%;
    left: -57px;
    top: 72%;
    transform: translate(50%,-50%);
    border: 1px solid rgba(131, 131, 131, 1);
    background: rgba(255, 255, 255, 1);
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    vertical-align: middle;
    color: rgba(131, 131, 131, 1);
    padding: 18px;
}

.timeline2 {
    padding: 1rem 2rem;
    /*margin-left: 2rem;*/
    /*max-width: 460px;*/
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 12px;
    /*background-color: white;*/
    /*box-shadow: 0 4px 25px -20px rgba(0,0,0.2);*/
}
/*.tl-content-active .tl-title {
    font-weight: 700;
    color: green;
}*/


/* Container styles */
details {
    /* max-width: 960px;
    margin: 1rem auto;
    background-color: #fff;
    border-radius: 1rem;*/
    /* box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);*/
    margin-top: 5px;
}

    details:not([open]) {
        animation-name: fold-in;
        animation-duration: 0.2s;
    }

    /* Summary styles */
    details summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 600;
        padding: 0rem 1.5rem 1.5rem 0.5rem;
    }

        /* Disable browser default marker */
        details summary::-webkit-details-marker,
        details summary::marker {
            content: "";
            display: none;
        }

        /* Custom marker */
        details summary::after {
            content: "\02C5";
            font-size: 12px;
            font-weight: 300;
            line-height: 1;
            margin-right: 1rem;
            cursor: pointer;
            color: rgba(109, 109, 109, 1);
        }

    /* Content styles */
    details .content {
        padding: 0 0rem 0.5rem;
    }

    /* Collapsible OPEN */
    details[open] summary::after {
        content: "\005E";
    }

    details[open] .content {
        animation-name: fold-out;
        animation-duration: 0.2s;
        border-bottom: 0.5px solid rgba(194, 194, 194, 1);
    }

/* Fake it 'til you make it animations */
@keyframes fold-out {
    0% {
        opacity: 0;
        margin-top: -1rem;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes fold-in {
    0% {
        padding-bottom: 1rem;
    }

    100% {
        padding-bottom: 0;
    }
}

.acchead {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    color: rgba(109, 109, 109, 1);
    margin-right: 10px;
}

.listthing {
    color: rgba(101, 101, 101, 1);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
}

.content ul {
    list-style: none;
    padding-left: 0;
    margin-left: 1rem;
}

    .content ul li::before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-right: 5px;
        background: rgba(186, 186, 186, 2);
        font-size: 16px;
        text-align: center;
        /* border: 1px solid; */
        border-radius: 50% / 50%;
    }

.lowerContainerHHeading {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 80px;
}

.headingcardset {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0px;
    max-height: 20px;
    min-height: 20px;
    overflow: auto;
}

.imagesOnCard {
    float: left;
    width: 100%;
    height: 80px;
}

.imageOnCard1 {
    position: absolute;
    top: -25%;
    left: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
    z-index: 9;
    box-shadow: 20px #d9d9d9;
}

.imageonCArd2 {
    position: absolute;
    top: 0;
    right: 0;
}

.lowerCard {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 70px !important;
}

.cardDesciption {
    font-family: Montserrat;
    font-size: 9px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    color: rgba(88, 88, 88, 1);
}

.cardDesciptionA {
    font-family: Montserrat;
    font-size: 9px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    color: rgba(88, 88, 88, 1);
    max-height: 30px;
    min-height: 30px;
    overflow: auto;
    margin-top: 5px;
}

#CourseContainerCards {
    margin-top: 100px;
}
/*.scroll::-webkit-scrollbar {
    width: 5px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}*/
.startNowButton {
    font-family: Montserrat;
    font-size: 8px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 160, 71, 1);
    vertical-align: middle;
}

.startnow {
    float: right;
    background: rgba(255, 160, 71, 0.3);
    padding: 0px 0px 0px 8px;
    border-radius: 50px;
}

.custom-tooltip {
    position: absolute;
    background-color: rgba(104, 104, 104, 1);
    /* color: #fff; */
    padding: 5px;
    /* border-radius: 5px; */
    display: none;
    color: #FFF;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}

.viewcourseButton {
    color: #FFA047;
    text-align: justify;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 160% */
    text-decoration-line: underline;
    color: rgba(255, 160, 71, 1);
}

.sortingHead {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0px !important;
}
a.btnF.btn-primary.btn_submit:hover {
    background: #3084D8;
}
.sortingbody {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(116, 116, 116, 1);
    margin-bottom: 0px !important;
}

.sortFilter {
    display: flex;
    align-items: center;
    border: solid 1px rgba(51, 51, 51, 1);
    gap: 5px;
    padding: 0px 10px;
}

.button-row {
    display: flex;
    margin-bottom: 5px;
    justify-content: flex-end;
}

.button {
    font-family: Montserrat;
    font-size: 10px;
    padding: 6px 18px;
    background: rgba(241, 241, 241, 1);
    border: 1px solid #DDD;
    border-right-width: 0;
    border-radius: 0;
}

    .button:hover {
        background: #DEF;
        cursor: pointer;
    }

    .button.is-active {
        background: rgba(63, 63, 63, 1);
        color: white;
    }

.button-row .button:first-child {
    border-radius: 8px 0 0 8px;
}

.button-row .button:last-child {
    border-right-width: 1px;
    border-radius: 0 8px 8px 0;
}

.firstcolumn {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.firstcolumnlastsec {
    text-align: end;
    right: 15px;
    margin-bottom: 10px
}

.pMaincourse {
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #3084D8 !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.p2MainCourse {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
    color: #333 !important;
}

.mobileview {
    padding-left: 2px;
}


.divrf {
    border-radius: 4px;
    background-color: rgba(48, 132, 216, 0.1);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0 11px 0 10px;
}

.div-2rf {
    display: flex;
    margin: 8px;
    justify-content: space-between;
    gap: 11px;
}

.imgrf {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 26px;
    overflow: hidden;
    border-radius: 50%;
    max-width: 100%;
}

.div-3rf {
    color: #3084d8;
    text-align: justify;
    align-self: center;
    flex-grow: 1;
    white-space: nowrap;
    margin: auto 0;
    font: 600 16px/16px Montserrat, sans-serif;
}

@media (max-width: 991px) {
    .div-3rf {
        white-space: initial;
    }
}

.div-4rf {
    align-self: center;
    display: flex;
    gap: 6px;
    margin: auto 0;
}

.img-2rf {
    aspect-ratio: 0.67;
    object-fit: contain;
    object-position: center;
    width: 8px;
    overflow: hidden;
    max-width: 100%;
}

.div-5rf {
    color: #f59405;
    text-align: justify;
    align-self: start;
    flex-grow: 1;
    white-space: nowrap;
    font: 700 12px/16px Montserrat, sans-serif;
}

@media (max-width: 991px) {
    .div-5rf {
        white-space: initial;
    }
}

@property --p {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}

.pie {
    --p: 20;
    --b: 15px;
    --c: orange;
    --w: 140px;
    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    margin: 5px;
    place-content: center;
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
}

    .pie:before,
    .pie:after {
        content: "";
        position: absolute;
        border-radius: 50%;
    }

    .pie:before {
        inset: 0;
        background: radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
        -webkit-mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
        mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
    }

    .pie:after {
        inset: calc(50% - var(--b)/2);
        background: var(--c);
        transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
    }

.animate {
    animation: p 1s .5s both;
}

.no-round:before {
    background-size: 0 0,auto;
}

.no-round:after {
    content: none;
}

@keyframes p {
    from {
        --p: 0
    }
}

/*.pie {
    --p: 20;*/ /* the percentage */
    /*--b: 22px;*/ /* the thickness */
    /*--w: 150px;*/ /* the size*/

    /*width: var(--w);
    aspect-ratio: 1/1;
    position: relative;
    display: inline-grid;
    margin: 5px;
    place-content: center;
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
    background: radial-gradient(farthest-side,#fff calc(99% - var(--b)),#0000 calc(100% - var(--b))), conic-gradient(from -10deg,#007953, #FCE945, #EB001B);
    border-radius: 50%;
    overflow: hidden;
}

    .pie:before,
    .pie:after {
        content: "";
        position: absolute;
        mix-blend-mode: lighten;
    }

    .pie:before {
        inset: 0;
        background: radial-gradient(farthest-side,#000 98%,#0000) top/var(--b) var(--b) no-repeat, conic-gradient(from 0deg, #000 calc(var(--p)*1% - 1%),#0000 0 calc(var(--p)*1% + 2.5%),#EBF0F5 0);
        -webkit-mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
        mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
    }

    .pie:after {
        inset: calc(50% - var(--b)/2);
        background: radial-gradient(#000 66%,#0000 67%), linear-gradient(#0000 50%,#EBF0F5 0);
        transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(var(--w)/2 - 50%));
    }*/



.myAssignmentDiv {
    background-color: #F5F5F5;
    display:flex;
    justify-content:space-between;
    padding:10px;
}
.myAssignmentDivChild {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    gap:5px;
}
.assNameMain {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: justified;
    color: #333333;
    margin:0;
    padding:0;
}
.assNameCompletion {
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: justified;
    color: #FFA047;
    margin: 0;
    padding: 0;
}
.blue {
    color: #3084D8;
}
.assDate {
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: justified;
    color: #000000;
    margin:0;
    padding:0;
}
.viewAss {
    font-family: Montserrat;
    font-size: 8px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: justified;
    color: #FFA047 !important;
    cursor:pointer;
}
@media screen and (max-width:830px) and (min-width: 768px){
    .assNameMain{
        font-size:14px;
    }
}
@media screen and (max-width:400px){
    .assNameMain{
        font-size:12px;
    }
    .assDate{
        font-size:8px;
    }
    .viewAss{
        font-size:7px;
    }
    .assNameImage{
        display:none;
    }
}
#submitedited{
    display:none;
}
.givereviewshowbutton {
    padding: 10px;
    background: rgba(48, 132, 216, 1);
    color: white !important;
    border-radius: 6px;
    cursor: pointer;
}
.AssessmentDiv {
    max-height: 40vh;
    overflow-x: auto;
}
/*.custom-col-md-6 {
    width: 30% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
   
}*/
