@charset "UTF-8";
:root {
    --overflow: overlay;
}

@supports not (overflow: overlay) {
    :root {
        --overflow: auto;
    }
}
* {
    font-family: 'Montserrat', sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #e4e5e6;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background: #b8becf;
    border-radius: 3px;
    box-shadow: 0px 2.5px 0px rgba(0, 0, 0, 0.44);
}

html,
body {
    height: 100%;
    background-color: #fbfbfb;
    font-size: 12px;
    scroll-behavior: smooth;
}
a{
    color: #006adb;
}
.pb70px {
    padding-bottom: 70px;
}

.pb60px {
    padding-bottom: 60px;
}

.pt70px {
    padding-top: 70px;
}

.pt60px {
    padding-top: 60px;
}

.pt0px {
    padding-top: 0px;
}

.mb-50px {
    margin-bottom: 50px;
}

.mb-70px {
    margin-bottom: 70px;
}

.sideBar {
    position: relative;
    float: left;
    width: 15%;
    height: 100%;
    /* background-color: #fff; */
    position: sticky;
    top: 52px;
}

.sideBar-r {
    position: fixed;
}

.sideBar-right {
    float: left;
    width: 19%;
    padding: 0px 20px;
    /* height: 100vh; */
    /* background-color: #fff; */
  position: sticky;
    top: 52px;
}

.sideBar-right-revise {

    width: 19%;
    padding: 0px 20px;
    height: 100%;
    /* background-color: #fff; */
}

.sideBar-right-revise-r {
    position: fixed;
    right: 1%;
    width: 18%;
}

.signleLine p {
    display:inline;
    margin-left:0.3rem;
}
@media (max-width: 767px) {
    .sideBar-right {
        width: 100%;
    }
}

.sideBar ul {
    padding: 0;
    list-style: none;
    margin-top: 5px;
    float: left;
    width: 100%;
}
.sideBar-right-revise ul {
    padding: 0;
    list-style: none;
    margin-top: 30px;
    width: 100%;
}

.sideBar ul li {
    width: 100%;
    float: left;
    padding: 8px 20px;
    margin: 8px 0px;
}

.sideBar ul li a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    width: 100%;
}

.sideBar ul li a img {
    width: 32px;
    margin-right: 5px;
    filter: brightness(0);
}

.sideBar ul li.active a img,
.sideBar ul li:hover a img {
    filter: brightness(100);
}

.sideBar ul li.active a,
.sideBar ul li:hover a {
    color: #fff;
    font-weight: 600;
}

.sideBar ul li.active,
.sideBar ul li:hover {
    background-color: #81bb9b;
}
.sideBar-right-revise ul li.active,
.sideBar-right-revise ul li:hover {
    margin-bottom: 8px;
    background-color: #b2dfc5;
    border-radius: 50px;
    padding: 5px 13px;
    transition: all 0.3s ease; /* Smooth transition for the highlight */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for depth */
}

.topHeader {
    padding: 15px 0px;
    color: #a2a9b0;
}

.topHeader input {
    background-color: #f2f4f5;
    border-radius: 10px;
}

.contentArea {
    height: 100%;
    overflow: auto;
    align-content: flex-start;
}

.app-container {
    position: absolute;
    top: 71px;
    overflow: auto;
    bottom: 4%;
}

.mainContainer {
    position: relative;
    float: left;
    width: 65%;
    padding: 0px 0px;
       /* box-shadow: 0px 0px 10px 0px #ccc;      */
    min-height: calc(98vh - 54px);
    margin-bottom: 21px;

    /* height: 100vh;
    overflow-y: auto; */
    padding: 0 10px 0 10px;
}



.mainContainer-r {
    left: 6%;
    box-shadow: none;
}
.mainContainer.fullwidthlayout {
    width: 85%;
}

.sideBar.collapsed ~ .mainContainer {
    width: 75%;
}
.p-top0{
    padding-top: 0px !important;
}
.m-top0{
     margin-top: 0px !important;
}
.separate_line{
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 12px !important;
}
.mr-custom{
    margin-right: -22px !important;
}
@media (max-width: 767px) {
    .sideBar.collapsed ~ .mainContainer {
        width: calc(100% - 80px);
    }
}
.sideBar.collapsed ~ .mainContainer.fullwidthlayout {
    width: 94%;
}
@media (max-width: 767px) {
    .sideBar.collapsed ~ .mainContainer.fullwidthlayout {
        width: calc(100% - 80px);
    }
}

.btn-todGreen {
    background-color: #3eeaac;
    border-color: #3eeaac;
    color: #fff;
    outline: none;
    font-weight: 600;
}

.btn-todGreen:hover {
    background-color: #239958;
    border-color: #239958;
}

.btn-todGreen:active,
.btn-todGreen:visited {
    outline: none;
    background: #24c78b;
    color: #fff;
}

.tabBtn {
    background-color: #e5e5e5;
    color: #000;
    font-weight: 600;
    border-radius: 50px;
    outline: none;
}

.tabBtn.active {
    background-color: #5c5c5c;
    color: #fff;
}

.messagesFrame {
    width: 98%;
    height: 100%;
    border: none;
    margin: auto;
}

.notiIndicator {
    display: inline-block;
    background-color: #ff0018;
    border-radius: 50%;
    vertical-align: middle;
    color: #fff;
    height: 16px;
    width: 16px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}

.bgGrey {
    background-color: #606060 !important;
}

.bgGreen {
    background: #27ae60;
    background: linear-gradient(132.9deg, #27ae60 43%, #63f7a1 100%);
}

.featuresCards {
    width: 85%;
    float: left;
    margin-bottom: 10px;
}

.featuresCards .featureThumb {
    width: 60px;
    float: left;
}

.featuresCards .featureDetails {
    float: left;
    width: calc(100% - 60px);
    padding: 0px 15px;
}

.featuresCard {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.featureDetails h4,
.featureDetails p {
    margin-bottom: 0px;
}

.todTmenu {
    padding: 6px 30px 6px 0px;
    text-align: right;
    margin-bottom: 0;
}

.todTmenu li {
    list-style: none;
    display: inline-block;
    padding: 0px 15px;
}

.todTmenu li a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    transition: 250ms;
}
.todTmenu li.active a {
    color: #407c58;
}
.todTmenu li a:hover {
    text-decoration: none;
    color: #407c58;
}
.todTmenu .dropdown-item {
    color: #000;
    font-weight: 600;
}

.pssbul {
    padding: 0;
    list-style: none;
    font-weight: 600;
    font-size: 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 26px;
    background-color: #dcdcdc78;
    padding: 13px 0px 11px 12px;
    border-radius: 4px;
}

.pssbul li {
    margin: 15px 0;
    cursor: pointer;
}

.postSignup .form-control, .cc .form-control {
    background-color: #f1f1f1;
    border: none;
    height: 42px;
    border-radius: 50px;
    padding: 10px 20px;
}

.pssbul li.active {
    border-right: 4px solid #407c58;
}

.btnGreen {
    background-color: #407c58;
    border-color: #407c58;
}

.todPHeader {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}

.todPHeader p {
    color: #6e798c;
    font-size: 14px;
    font-weight: 500;
}

.todPHeader a {
    color: #081f32;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
}

.todSbCard {
    height: 100%;
    border-radius: 10px;
    color: #fff;
    padding: 20px;
    position: relative;
}

.todSbCard::before {
    content: url(../media/svg/confab/sketch.svg);
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.todSbCard a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-weight: 600;
}

.topHeaderShadow {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    position: sticky;
top:0;
    z-index: 999;
}

.topHeaderShadow-r {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    position: fixed;
    z-index: 2;
}

.confabIcons {
    margin-top: 0px;
}
.confabIcons .card-body {
    border-radius: 10px;
    color: #596172;
}
.confabIcons .card-body:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.confabIcons img {
    width: 48px;
    margin-bottom: 20px;
    opacity: 0.6;
}

.confabIcons h5, .confabIcons .h5 {
    margin-bottom: 15px;
    font-weight: 600;
}

.confabIcons p {
    font-size: 14px;
    font-weight: 500;
}

.confabFeaturesUL {
    padding: 0;
    list-style: none;
}

.confabFeaturesUL li {
    margin-bottom: 15px;
}

.confabFeaturesUL li img {
    margin-right: 5px;
}

.collabFeature img {
    width: 48px;
    margin-bottom: 14px;
    float: left;
}

.collabFeature h5, .collabFeature .h5 {
    margin-bottom: 5px;
    float: left;
    margin-top: 15px;
    margin-left: 11px;
}

.collabFeature p {
    float: left;
}

.collabFeatures {
    display: grid !important;
    grid-template-columns: repeat(
        auto-fill,
        calc(
            min(clamp(0px, 100vw - 1200px, 1px) * 9999, 25% - 10px) +
                min((clamp(0px, 100vw - 768px, 1px) - clamp(0px, 100vw - 1200px, 1px)) * 9999, 50% - 10px) +
                min(
                    (
                            1px -
                                (
                                    clamp(0px, 100vw - 768px, 1px) - clamp(0px, 100vw - 1200px, 1px) +
                                        clamp(0px, 100vw - 1200px, 1px)
                                )
                        ) * 9999,
                    100% - 10px
                )
        )
    ) !important;
    grid-gap: 10px;
}
@media (max-width: 767px) {
    .collabFeatures {
        grid-gap: 30px 0px;
    }
}

.collabFeatures .collabFeature {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 15px;
    border-radius: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.c-grey {
    color: #585858 !important;
}

.mw250px {
    max-width: 250px;
}

.courseGEul li {
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-right: 10px;
    font-size: 13px;
}

.courseGEul li.active {
    text-decoration: underline;
}

.courseGEul {
    margin-bottom: 5px;
}

.courseBtn {
    border: 1px solid #606060;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    overflow: hidden;
    color: #000;
}

/* .courseBtn.cBtnState1{
    filter: grayscale(1);
    opacity: 0.5;
} */
.courseBtn.cBtnState1 .leftArea {
    width: 100%;
}

.courseBtn.cBtnState1 .rightArea {
    display: none;
}

.courseBtn.cBtnState2 {
    box-shadow: 0px 3px 10px 0px #978383;
}

.courseBtn.cBtnState3 {
    box-shadow: inset 0px 3px 10px 0px #978383;
}

.courseBtn.cBtnState3 .rightArea {
    background-color: #28a745d9;
}

.courseBtn .leftArea {
    padding: 10px 5px;
    font-weight: 600;
    float: left;
    width: calc(100% - 35px);
    line-height: 24px;
    font-size: 13px;
}

.courseBtn .leftArea img {
    height: 20px;
    margin-right: 5px;
}

.courseBtn.courseBtnDB .leftArea {
    padding: 7px 8px;
    line-height: 15px;
}

.courseBtn.courseBtnDB .leftArea img {
    height: 18px;
    margin-right: 5px;
}

.courseBtn .rightArea {
    float: left;
    width: 35px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
    border-left: 1px solid #606060;
    background: #28a745;
    color: #fff;
    font-size: 13px;
}

.courseBtn.courseBtnDB .rightArea {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

.coursesList {
    width: 100%;
    display: block;
    padding: 0;
    list-style: none;
}

.courseList {
    width: 100%;
}

.courseTopic::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    z-index: -1;
    border-top: 1px solid #606060;
}

.courseTopic {
    color: blue;
    padding: 10px 0;
    position: relative;
}

.courseList img {
    vertical-align: text-top;
}

.courseList [type='checkbox'] {
    height: 18px;
    width: 18px;
    margin-top: 5px;
    float: right;
}

.sbmvdc {
    position: sticky;
    top: 62px;
}

.sbmvd {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
    cursor: pointer;
}
.sbmvd:hover {
    background-color: #f1f1f1;
}
.sbmvd:last-child {
    border-bottom: none;
}

.sbmvd p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-outline-dark img {
    vertical-align: top;
}

.btn-outline-dark:hover img {
    filter: contrast(0);
}

.v-alignmiddle,
.v-alignmiddle td,
.v-alignmiddle th {
    vertical-align: middle;
}

.w-60 {
    width: 60%;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 0;
    color: #000;
    background-color: #fff;
    border: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #000;
    background-color: transparent;
    border-color: #000;
    font-weight: 700;
    font-size: 18px;
}
.page-item:hover{
    background-color: #e9ecef;
}
.todTableTab {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.todTableTab li {
    display: inline-block;
    padding: 5px 15px;
    color: #ccc;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}

.todTableTab li.active {
    color: #000;
    cursor: default;
    border-bottom: 1.5px solid #000;
}

.todTcard {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 15px 5px;
    margin: 0;
    margin-bottom: 20px;
}

.sessionRequestPanel {
    width: 98%;
    border: 1px solid #ccc;
    padding: 15px 5px;
    border-radius: 5px;
    margin-bottom: 6px !important;
    margin: 0 auto;
}

.sessionRichText {
    width: 100%;
    background: #f1f1f1;
    height: 100px;
    border-radius: 5px;
    padding: 10px;
}

.tutorCards {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 2%;
}

.tutorCard {
    width: 24%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.tutorCard_w {
    width: 100%;
}

.tutorCard.active {
    border: 1px solid #407c58;
    background-color: #407c582e;
}

.tutorCard .tutorCardHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tutorCard .tutorCardHeader .tutorThumb {
    width: 50px;
    height: 50px;
}

.tutorCard .tutorCardHeader .tutorThumb img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.tutorCard .tutorCardHeader .tutorThumb {
    width: 40px;
    padding: 4px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
}

.tutorCard .tutorCardHeader .tutorThumb img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.tutorCard .tutorCardHeader .tutorDetails {
    display: inline-block;
    width: calc(100% - 40px);
    padding-left: 5px;
    flex-grow: 1;
}

.tutorCard .tutorCardHeader .tutorTypeIcon {
    width: 40px;
    height: 40px;
    padding: 0; /* Remove extra padding */
    display: flex;
    align-items: center;
    justify-content: center;
}

.tutorCard .tutorCardHeader .tutorTypeIcon img {
    width: auto; /* Maintain original aspect ratio */
    height: 100%;
    max-width: 100%;
    border-radius: 5px;
    object-fit: contain; /* Ensures the image fits without being cropped */
}

.tutorCardBody .tutorRating {
    margin: 2px 0px;
    color: #000;
    font-weight: 500;
}

.tutorCardBody .tutorRating img {
    height: 14px;
}

.tutor-image-container {
    position: relative;
    display: inline-block;
    overflow: hidden; /* Prevents overflow of larger images */
    border-radius: 4px; /* Optional: Keeps corners slightly rounded */
}

.tutor-img {
    width: 100%;  /* Ensure square dimensions */
    height: 100%;
    object-fit: cover; /* Maintain aspect ratio and prevent stretching */
    object-position: center; /* Centers the image */
}

.tutor-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px; /* Adjust icon size as needed */
    height: 30px;
}

.tutorStats {
    padding: 0;
    list-style: none;
    margin: 5px 0px;
    color: #949fb7;
    font-weight: 500;
}

.tutorStats li {
    display: inline-block;
    width: 50%;
}

.timeSlots {
    padding: 0;
    list-style: none;
}

.timeSlots li {
    display: inline-block;
    width: 45%;
    background: #45af71;
    padding: 5px 15px;
    margin: 2%;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.text-underline {
    text-decoration: underline;
}

.footer {
    position: fixed;
    bottom: 0px;
}

.todFooter {
    background: #f1f1f1;
    box-shadow: 0 -1px 20px 0px #00000038;
}
.todFooter .followUsUL {
    padding: 0;
    list-style: none;
}
.todFooter .followUsUL li {
    display: inline-block;
    margin-right: 5px;
}
.todFooter .followUsUL li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #596172;
    border-radius: 50%;
    color: #fff;
    line-height: 35px;
    text-align: center;
}

.sideBar.collapsed .logo-sm,
.sideBar .logo-regular {
    display: block;
}

.sideBar .logo-sm,
.sideBar.collapsed .logo-regular,
.sideBar.collapsed ul li a span {
    display: none;
}

.sideBar.collapsed {
    width: 6%;
    text-align: center;
    /* height: 100vh; */
    position: sticky;
    top: 52px;
}
@media (max-width: 767px) {
    .sideBar.collapsed {
        width: 80px;
    }
}

.sideBar.collapsed .logoBox {
    padding-left: 5px;
}

.w150px {
    width: 150px;
}
.w250px {
    width: 250px;
}

.fw500 {
    font-weight: 500;
}

.tutorProfile .tutorRating img {
    height: 20px;
}

.tutorProfile .tutorRating .ratingLink {
    text-decoration: underline;
    color: #000;
    font-size: 16px;
    margin-left: 12px;
    font-weight: 500;
    cursor: pointer;
}

.tutorProfile .tutorSALinks span {
    font-size: 16px;
    color: #6c757d;
    font-weight: 500;
    text-decoration: none;
    margin-right: 20px;
}

.tutorProfileSB ul {
    list-style: none;
    padding: 0;
    text-align: right;
    font-weight: 600;
    color: #000;
}

.tutorProfileSB ul li {
    margin-bottom: 10px;
}

.tutorProfileSB ul li.active {
    color: #28a745;
}

.tutorWTUGrid img {
    width: 48px;
    margin-bottom: 14px;
    float: left;
}

.tutorWTUGrid h5, .tutorWTUGrid .h5 {
    margin-bottom: 5px;
    float: left;
    margin-top: 15px;
    margin-left: 11px;
}

.tutorWTUGrid p {
    float: left;
}

.tutorWTUGrid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 30px;
}
@media (max-width: 767px) {
    .tutorWTUGrid {
        grid-template-columns: 100%;
        grid-gap: 30px 0px;
    }
}

.tutorWTUGrid.twoGrid {
    grid-template-columns: 51% 51%;
}
@media (max-width: 767px) {
    .tutorWTUGrid.twoGrid {
        grid-template-columns: 100%;
        grid-gap: 30px 0px;
    }
}

.tutorWTUGrid .tutorWTU {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 15px;
    border-radius: 10px;
}

.StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
}

.StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #ccc;
}

.StepProgress-item {
    position: relative;
    counter-increment: list;
}

.StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}

.StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}

.StepProgress-item::after {
    content: '›';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -45px;
    width: 30px;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 20px;
    font-weight: 600;
    color: #ccc;
}

.StepProgress strong {
    display: block;
}

.verticle-top {
    vertical-align: top;
}

.c-pointer:hover {
    cursor: pointer;
    text-decoration: underline;
}

.termsPrivacy {
    text-align: left;
}

.termsPrivacy h1 {
    margin-bottom: 30px;
}

.termsPrivacy h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.termsPrivacy p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}
.termsPrivacy p:last-child {
    margin-bottom: 50px;
}

.termsPrivacy ul,
.termsPrivacy ol {
    padding-left: 1.5rem;
}

.termsPrivacy ul li,
.termsPrivacy ol li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.termsPrivacy ul li {
    list-style-type: disc;
}

.termsPrivacy ol li {
    list-style-type: decimal-leading-zero;
}

.termsPrivacy ol li ul li {
    list-style-type: disc;
}

.termsPrivacy ol li ul ul li {
    list-style-type: lower-roman;
}

.pricingCards {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 2%;
    margin: 2% 0px;
}

.pricingCards .pricingCard {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 15px;
}

.pricingCards .pricingCard .pricingCardHeader {
    padding: 20px;
    text-align: center;
}

.pricingCards .pricingCard .pricingCardHeader h1 {
    font-size: 26px;
    font-weight: 700;
}

.pricingCards .pricingCard .pricingCardHeader h2 {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 34px;
}

.pricingCards .pricingCard .pricingCardHeader h2 span {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #ccc;
}

.pricingCards .pricingCard .pricingCardBody {
    padding: 15px 30px;
}

.pricingCards .pricingCard .pricingCardBody ul {
    list-style: none;
    padding: 0;
}

.pricingCards .pricingCard .pricingCardBody li {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.pricingCards .pricingCard .pricingCardBody li svg {
    display: inline-block;
    margin-right: 10px;
}

.pricingCards .pricingCard .pricingCardBody li svg path {
    color: #407c58;
}

.pricingCards .pricingCard .pricingCardFooter {
    padding: 20px;
    margin-top: 30px;
}

.resentBtn {
    float: right;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.dbMetricsGrid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 2%;
    margin-bottom: 20px;
    margin-top: 7px;
}
@media (max-width: 767px) {
    .dbMetricsGrid {
        grid-template-columns: 100%;
        grid-gap: 10px 0px;
    }
}

.dbMetric {
    width: 100%;
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 6px 3px #f1f1f1;
    border-radius: 4px;
}

.dbMetricIcon,
.dbMetricTitle {
    float: left;
}

.dbMetricIcon img {
    width: 17px;
    margin-right: 5px;
}

.dbMetricToggle {
    float: right;
}

.dbMetricHead {
    padding: 10px 10px;
    font-weight: 600;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.dbMetricBody table td {
    padding: 0;
}

.dbMetricBody {
    padding: 0px 10px;
    float: left;
    width: 100%;
    overflow: auto;
}

.bgCCC {
    background-color: #f1f2f2 !important;
}

.dbbRow {
    box-sizing: initial;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    align-items: stretch;
    flex-direction: row;
    display: flex;
    position: relative;
    justify-content: center;
}
@media (max-width: 767px) {
    .dbbRow {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
    }
}

.dbbLeftSB {
    box-sizing: border-box;
    width: 22%;
    float: left;
    padding: 0px 15px;
}
@media (max-width: 767px) {
    .dbbLeftSB {
        width: 100%;
    }
}

.dbbContentArea {
    box-sizing: border-box;
    width: 53%;
    float: left;
    padding: 0px 15px;
}
@media (max-width: 767px) {
    .dbbContentArea {
        width: 100%;
        margin-left: 0px;
    }
}
.dbbContentArea .card-body p {
    font-size: 15px;
}
.dbbContentArea figure.image img {
    max-width: 100%;
}

.dbbRightSB {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding: 0px 15px;
}
@media (max-width: 767px) {
    .dbbRightSB {
        width: 100%;
        margin-left: 0px;
    }
}

.dbbUserImg img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #f1f1f1;
}

.dBBFCard {
    box-shadow: 0px 0px 10px 0px #00000040;
    border-radius: 5px;
    background-color: #f8f9fa !important;
}
.dBBFCard .dropdown-toggle {
    background: transparent;
    border: none;
}
.dBBFCard .dropdown-toggle:focus,
.dBBFCard .dropdown-toggle:hover,
.dBBFCard .dropdown-toggle:active,
.dBBFCard .dropdown-toggle:visited {
    background: transparent;
    border: none;
}
.dBBFCard .dropdown-toggle::after {
    display: none;
}

.doubtsBBCard textarea {
    height: 80px;
}

.b10 {
    bottom: 10px;
}

.r10 {
    right: 10px;
}

.dBBAnsCount {
    font-size: 12px;
}

#sort-dropdown.dropdown-toggle::after {
    display: none;
}

.courseModalHeader {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

/* Modal Popup Content Cource Start  */
.ysQNContent img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

.ysQNContent a {
    text-align: center;
    display: block;
}

.ysQNContent h4,
.ysQNContent h5,
.ysQNContent .h4,
.ysQNContent .h5  {
    font-weight: 700;
    line-height: 1.2;
}

.ysQNContent p {
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 0;
    text-align: left;
}

.ysQNContent h1 {
    color: #407c58;
    font-size: 18px;
}

.ysQNContent h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.ysQNContent ul li {
    font-size: 13px;
    font-weight: 500;
}

.courseModal .modal-dialog {
    max-width: 80%;
}

/* Modal Popup Content Cource End  */
.courseModal .courseBtn .leftArea {
    padding: 5px 15px;
    line-height: 30px;
}

.courseModal .courseBtn .rightArea {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.tutorTimeslots {
    width: 100%;
}
.tutorTimeslots .tutorTimeslot {
    width: 100%;
    margin-bottom: 20px;
}
.tutorTimeslots .tutorTimeslot select {
    width: 30%;
    background: #f1f1f1;
    height: 25px;
    border-radius: 3px;
    border-color: #ccc;
    margin-right: 5px;
}
.tutorTimeslots.SignupTimeslots .tutorTimeslot select {
    width: 90%;
    text-align: center;
}

.weekName {
    font-weight: 600;
    width: 20%;
}

.weekName,
.fromTime,
.toTime,
.AddAction,
.timeslotDivider {
    display: inline-block;
}

.fromTime,
.toTime {
    width: 30%;
}

.AddAction {
    width: 15%;
    text-align: right;
}

.timeslotDivider {
    width: 3.5%;
    height: 5px;
    background: #000;
    margin-right: 1.5%;
}

.tutorTimeBadges {
    display: inline-block;
    width: 100%;
}

.tutorTimeBadge {
    display: inline-block;
    margin-right: 10px;
    background-color: #596172;
    color: #fff;
    font-family: sans-serif;
    padding: 2px 10px;
    border-radius: 5px;
    margin: 10px 10px 0px 0px;
    font-size: 12px;
}

.tutorTimeBadge img {
    margin-left: 5px;
    height: 14px;
}

.login-popup {
    width: 700px;
}

.courseGEul select {
    outline: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    padding: 8px;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 90% !important;
    }
}
.bookmarked,
.added-tobk {
    background: #407c58;
    color: #fff;
}

.bookmarked img,
.added-tobk img {
    filter: brightness(100) !important;
}

.list-group-item.active {
    background-color: #407c58;
    border-color: #407c58;
}

.doubtsBB_replay {
    padding-left: 30px;
    padding-right: 0px;
    position: relative;
    margin-top: 15px;
}
.doubtsBB_replay .doubtsBB_replay_content {
    border-bottom: 1px solid #ccc;
    position: relative;
}
.doubtsBB_replay .doubtsBB_replay_content .doubtsBB_replay_actions {
    margin-top: 0px;
    font-size: 12px;
}
.doubtsBB_replay .doubtsBB_replay_content .doubtsBB_replay_actions ul {
    padding: 0;
    list-style: none;
    width: 100%;
}
.doubtsBB_replay .doubtsBB_replay_content .doubtsBB_replay_actions ul li {
    display: inline-block;
    width: auto;
    padding: 5px 15px 5px 0px;
    cursor: pointer;
    color: #333b3f;
    font-weight: bold;
    text-decoration: underline;
}
.doubtsBB_replay .doubtsBB_replay_content .doubtsBB_replay_box {
    position: relative;
    width: 100%;
}

.doubtsBB_comment_box {
    display: block;
    margin-top: 15px;
    position: relative;
}

.cursor-pointer {
    cursor: pointer !important;
}

.chapterCard {
    display: flex;
    width: 100%;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    align-items: flex-start;
    cursor: pointer;
}
.chapterCard .chapterIcon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.chapterCard .chapterDetails {
    padding-left: 15px;
}
.chapterCard .chapterDetails .chapterTitle {
    font-size: 14px;
    font-weight: 300;
}
.chapterCard .chapterDetails .chapterSubInfo {
    font-size: 10px;
    font-weight: 500;
}
.chapterCard .chapterDetails .chapterSubInfo .chapterTopic {
    display: inline;
}
.chapterCard .chapterDetails .chapterSubInfo .chapterPipe {
    margin: 0px 7.5px;
    display: inline;
}
.chapterCard .chapterDetails .chapterSubInfo .chapterMinutes {
    display: inline;
}

.aipac_login-register {
    width: 100%;
    overflow-x: hidden;
}
.aipac_login-register .aipac_lrw {
    padding: 20px 130px;
}
@media (max-width: 767px) {
    .aipac_login-register .aipac_lrw {
        display: none;
    }
}
.aipac_login-register .aipac_lrw button {
    margin-bottom: 55px;
}
.aipac_login-register .aipac_lrw button img {
    width: auto;
}
.aipac_login-register .aipac_lrw .aipac_lrw-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    color: #00091c;
    margin-bottom: 24px;
    text-transform: uppercase;
    width: 80%;
}
.aipac_login-register .aipac_lrw .aipac_lrw-title span {
    font-weight: 700;
    color: #7db997;
}

.aipac_login-register .aipac_lrw p {
    color: #3f4444;
    width: 100%;
    font-weight: 500;
    line-height: 21px;
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 30px;
}
.aipac_login-register .aipac_lrform {
    background-color: #fff;
    padding: 30px 100px 20px 100px;
    position: relative;
    box-shadow: -4px 0px 30px rgba(0, 57, 166, 0.08);
    min-height: 98vh;
}
@media (max-width: 1300px) {
    .aipac_login-register .aipac_lrform {
        padding: 80px 70px 19px 70px;
    }
}
@media (max-width: 767px) {
    .aipac_login-register .aipac_lrform {
        padding: 30px 30px 100px 30px;
    }
}
@media (max-width: 767px) {
    .aipac_login-register .aipac_lrform .slds-hide_small {
        display: none !important;
    }
}
.aipac_login-register .aipac_lrform .aipac_lrform_logo {
    margin-bottom: 55px;
    width: 180px;
    max-width: 100%;
}
.aipac_login-register .aipac_lrform .aipac_lrform_title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.aipac_login-register .aipac_lrform .aipac_lrform_subtitle {
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #8a9292;
    font-size: 14px;
    margin-bottom: 10px;
}
.aipac_login-register .aipac_lrform .aipac_lrform_subtitle a {
    color: #7db997;
    font-weight: 500;
}
.aipac_login-register .aipac_lrform .form-group {
    margin-top: 1.5rem;
}
.aipac_login-register .aipac_lrform .form-group label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2px;
}
.aipac_login-register .aipac_lrform .form-group .form-control {
    padding: 10px 20px !important;
    border-radius: 50px !important;
    height: 42px;
}
.aipac_login-register .aipac_lrform .form-group .form-control.custom-file-label {
    overflow: hidden;
}
.aipac_login-register .aipac_lrform .form-group .form-control.custom-file-label::after {
    height: 100%;
    line-height: 30px;
    border-radius: 50px;
    background: #94a0b7;
    padding: 5px 20px;
    font-weight: 600;
    color: #fff;
}
.aipac_login-register .aipac_lrform .form-group textarea.form-control {
    padding: 10px 20px !important;
    border-radius: 10px !important;
    height: 80px;
}
.aipac_login-register .aipac_lrform .aipac_iconInput .slds-input {
    padding-left: 50px !important;
    background-size: 20px 20px;
    background-position: 15px center;
    background-repeat: no-repeat;
}
.aipac_login-register .aipac_lrform .firstName .slds-input {
    background-image: url('../images/login/name.svg');
}
.aipac_login-register .aipac_lrform .emailAddress .slds-input {
    background-image: url('../images/login/email.svg');
}
.aipac_login-register .aipac_lrform .zipCode .slds-input {
    background-image: url('../images/login/zip.svg');
}
.aipac_login-register .aipac_lrform .mobileNumber .slds-input {
    background-image: url('../images/login/phone.svg');
}
.aipac_login-register .aipac_lrform .mobileNumber .slds-checkbox {
    margin-top: 5px;
}
.aipac_login-register .aipac_lrform .password .slds-input {
    background-image: url('../images/login/password.svg');
}
.aipac_login-register .aipac_lrform .password p {
    font-size: 13px;
    font-weight: 500;
    color: #3f4444;
    opacity: 0.7;
    margin-top: 10px;
}
.aipac_login-register .aipac_lrform .slds-checkbox .slds-form-element__label {
    text-transform: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #3f4444;
}
.aipac_login-register .aipac_lrform .termsPrivacy {
    margin-top: 45px;
}
.aipac_login-register .aipac_lrform .termsPrivacy a {
    color: #7db997;
}
.aipac_login-register .aipac_lrform .slds-notify {
    background: transparent;
    border-radius: 10px;
    padding: 15px 30px;
    justify-content: flex-start;
    margin-top: 24px;
}
@media (max-width: 767px) {
    .aipac_login-register .aipac_lrform .slds-notify {
        padding: 10px;
    }
}
.aipac_login-register .aipac_lrform .slds-notify.slds-alert_error {
    border: 2px solid #97233f;
    color: #97233f;
}
.aipac_login-register .aipac_lrform .slds-notify.slds-alert_success {
    border: 2px solid #3a913f;
    color: #3a913f;
}
@media (max-width: 991px) {
    .aipac_login-register .aipac_lrform .slds-notify .slds-icon.slds-icon_x-small {
        width: 2rem;
        height: 2rem;
    }
}
.aipac_login-register .aipac_lrform .slds-notify h2 {
    text-align: left;
}
.aipac_login-register .aipac_lrform .aipac_lrform_btn button {
    width: 100%;
}
.aipac_login-register .aipac_lrform .aipac_lrform_btn.aipac_lrforgot_btn button {
    width: auto;
}
@media (max-width: 767px) {
    .aipac_login-register .aipac_lrform .aipac_lrform_btn.aipac_lrforgot_btn button {
        display: block;
        width: 100%;
        margin: 15px auto;
    }
}
.aipac_login-register .aipac_lrform .aipac_inputHint {
    font-size: 12px;
    color: #3f4444;
    opacity: 0.7;
    font-weight: 500;
    text-transform: none;
}
@media (max-width: 767px) {
    .aipac_login-register .aipac_lrform .aipac_inputHint {
        display: block;
        font-size: 10px;
    }
}
.aipac_login-register .aipac_lrform .aipac_lrform_social {
    text-align: center;
    margin-bottom: 34px;
}
.aipac_login-register .aipac_lrform .aipac_lrform_social p {
    color: #3f4444;
    opacity: 0.7;
}
.aipac_login-register .aipac_lrform .aipac_lrform_social .social {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.aipac_login-register .aipac_lrform .aipac_lrform_social .social a {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 3.0166666667rem;
    justify-content: center;
    margin: 0 0.3333333333rem;
    padding: 0.4rem;
    position: relative;
    transition: all 0.15s ease-in-out;
    width: 3.0166666667rem;
    text-decoration: none;
    font-size: 18px;
}
.aipac_login-register .aipac_lrform .aipac_lrform_social .social a.twitter {
    border: 2px solid #059ced;
    color: #059ced;
}
.aipac_login-register .aipac_lrform .aipac_lrform_social .social a.facebook {
    border: 2px solid #1f4296;
    color: #1f4296;
}
.aipac_login-register .aipac_lrform .aipac_lrform_social .social a.linkedin {
    border: 2px solid #0072af;
    color: #0072af;
}
.aipac_login-register .aipac_lrform .aipac_lrform_social .social a.youtube {
    border: 2px solid #ae0c2c;
    color: #ae0c2c;
}
.aipac_login-register .aipac_lrform .aipac_lrform_resend {
    background-color: #f6f7fa;
    padding: 20px 30px;
    margin-top: 24px;
    border-radius: 10px;
}
.aipac_login-register .aipac_lrform .aipac_lrform_resend p {
    color: #1d1d1d;
}
.aipac_login-register .aipac_lrform .aipac_lrform_resend p a {
    color: #7db997;
}
.aipac_login-register .aipac_lrform .aipac_lrform_footer {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    color: #3f4444;
    opacity: 0.4;
}
.aipac_login-register .aipac_lrform .aipac_lrform_footer_up {
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #8a9292;
    font-size: 12px;
    margin-bottom: 10px;
}
.btn-success {
    background-color: #407c58;
    border-color: #407c58;
}
.btn-success:hover {
    background-color: #239958;
    border-color: #239958;
}

.btn-outline-success {
    color: #407c58;
    border-color: #407c58;
}
.btn-outline-success:hover {
    background-color: #239958;
    border-color: #239958;
}

.ck-editor__editable {
    min-height: 250px;
}

.gradesList .col {
    max-width: 30%;
}

#loginPopup .g-dialog-content {
    overflow: inherit;
}
#loginPopup .g-dialog-content .aipac_login-register .aipac_lrform .aipac_lrform_title {
    font-size: 18px;
    font-weight: 600;
}

.dbbUserDetails {
    cursor: pointer;
}

.home-border-bottom {
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
}

.colorCCC {
    color: #585858;
}

.fw600 {
    font-weight: 600;
}

.gradesList .btn img {
    width: 30px;
}
.gradesList .btn {
    margin-bottom: 7px;
}

.hideInternalSB {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 767px) {
    .hideInternalSB {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.hideInternalSB .sideBar-right {
    width: 100%;
}

.mainContainer .hideInternalSB {
    display: none;
}

.revisePanelExIn {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 767px) {
    .revisePanelExIn {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.revisePanelExIn .list-group {
    overflow: auto;
    height: calc(100vh - 350px);
}

.mainContainer .revisePanelExIn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.sbmvdc p.h6 {
    font-size: 14px;
    font-weight: 600;
}
.sbmvdc p.h6 .fa {
    margin-right: 3px;
}

.doubtBBQuestion {
    font-size: 16px;
    font-weight: 700;
}

.altQnGBtn {
    height: 42px;
    padding: 0px 10px;
    line-height: 42px;
    margin-right: 5px;
}

.altQnSBtn {
    margin-right: 5px;
}
.altQnSBtn img {
    width: 30px !important;
}

.aae_card {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius:4px;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-bottom: 40px;
}
.aae_card.aae_hcard {
    display: flex;
}
@media (max-width: 780px) {
    .aae_card.aae_hcard {
        flex-direction: column;
    }
}
.aae_card.aae_hcard .aae_card_header {
    max-width: 40%;
}
@media (max-width: 780px) {
    .aae_card.aae_hcard .aae_card_header {
        max-width: 100%;
    }
}
.aae_card.aae_hcard .aae_card_header .aae_card_hImg {
    width: 100%;
    height: 100%;
}
@media (max-width: 780px) {
    .aae_card.aae_hcard .aae_card_body .slds-float_right {
        display: block;
        float: none;
        margin: 10px 0px;
    }
}
.aae_card .aae_card_header {
    width: 100%;
    position: relative;
    height: 220px;
    background-color: #ededed;
    display: flex;
    align-items: center;
}
.aae_card .aae_card_header .aae_card_hImg {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.aae_card .aae_card_header .aae_card_imageOverlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 220px;
    box-shadow: inset 0px 90px 60px rgba(0, 0, 0, 0.5);
}
.aae_card .aae_card_header .aae_card_imageOverlay .badge {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
}
.aae_card .aae_card_header .aae_card_imageOverlay .badge.badge-danger {
    background: #c60c30;
    color: #fff;
}
.aae_card .aae_card_header .aae_card_imageOverlay .badge.badge-warning {
    background: #eaab00;
    color: #1d1d1d;
}
.aae_card .aae_card_header .aae_card_imageOverlay .aae_card_play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.aae_card .aae_card_podcast {
    margin: 20px;
    position: relative;
    background: #ebeff8;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}
@media (max-width: 1440px) {
    .aae_card .aae_card_podcast {
        flex-direction: column;
    }
}
.aae_card .aae_card_podcast .aae_pcard_thumbnail {
    width: 280px;
    position: relative;
}
@media (max-width: 1440px) {
    .aae_card .aae_card_podcast .aae_pcard_thumbnail {
        width: 100%;
    }
}
.aae_card .aae_card_podcast .aae_pcard_thumbnail::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 220px;
    box-shadow: inset 0px 90px 60px rgba(0, 0, 0, 0.5);
}
.aae_card .aae_card_podcast .aae_pcard_thumbnail .aae_card_hImg {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.aae_card .aae_card_podcast .aae_pcard_details {
    width: 100%;
    display: flex;
}
@media (max-width: 1440px) {
    .aae_card .aae_card_podcast .aae_pcard_details {
        padding-bottom: 35px;
    }
}
.aae_card .aae_card_podcast .aae_pcard_details .aae_pcard_player {
    margin: 50px 0px 0px 50px;
    position: relative;
    width: 100%;
}
@media (max-width: 1440px) {
    .aae_card .aae_card_podcast .aae_pcard_details .aae_pcard_player {
        margin: 35px 0px 0px 35px;
    }
}
.aae_card .aae_card_podcast .aae_pcard_details .aae_pcard_player .aae_pcp_full {
    width: 100%;
    height: 10px;
    background: #3f4444;
    opacity: 0.2;
    border-radius: 50px;
}
.aae_card .aae_card_podcast .aae_pcard_details .aae_pcard_player .aae_pcp_current {
    height: 10px;
    background: #3f4444;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.aae_card .aae_card_podcast .aae_pcard_details .aae_pcard_player .aae_pcp_current::before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    z-index: 1;
    background: #3f4444;
    border-radius: 50px;
    cursor: pointer;
}
.aae_card .aae_card_podcast .aae_pcard_details .aae_pcard_player .aae_pcp_time {
    position: absolute;
    top: 15px;
    color: #3f4444;
    font-size: 12px;
    opacity: 0.7;
}
.aae_card .aae_card_podcast .aae_pcard_details .aae_pcard_player .aae_pcp_time.aae_pcp_stime {
    left: 0;
}
.aae_card .aae_card_podcast .aae_pcard_details .aae_pcard_player .aae_pcp_time.aae_pcp_etime {
    right: 0;
}
.aae_card .aae_card_podcast .aae_pcard_details .aae_pcard_player .aae_pcp_actions {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
.aae_card .aae_card_podcast .aae_pcard_details .aae_pcard_player .aae_pcp_actions img {
    cursor: pointer;
    padding: 0px 15px;
}
.aae_card .aae_card_podcast .aae_pcard_details .aae_pcard_sound {
    width: 50px;
    text-align: center;
    cursor: pointer;
    margin-top: 45px;
}
@media (max-width: 1440px) {
    .aae_card .aae_card_podcast .aae_pcard_details .aae_pcard_sound {
        margin-top: 35px;
    }
}
.aae_card .aae_card_body {
    padding: 20px;
}
.aae_card .aae_card_body h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #1d1d1d;
}
.aae_card .aae_card_body h3 .badge {
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 50px;
}
.aae_card .aae_card_body p {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.4px;
}
.aae_card .aae_card_body .aae_card_time {
    font-size: 12px;
    font-weight: 500;
    color: #3f4444;
    opacity: 0.7;
    margin: 5px 0px !important;
}
.aae_card .aae_card_body .aae_card_Btn {
    margin-top: 15px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1px;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}
.aae_card .aae_card_body .aae_card_Btn.aae_card_wnBtn {
    background-color: #97233f;
    border: 2px solid #97233f;
}
.aae_card .aae_card_body .aae_card_Btn.aae_card_rnBtn {
    background-color: #407c58;
    border: 2px solid #407c58;
}
.aae_card .aae_card_body .aae_card_Btn[disabled] {
    background-color: #999999 !important;
    color: #ffffff !important;
    border: 2px solid #999999 !important;
    cursor: not-allowed;
    pointer-events: none;
}
.aae_card .aae_card_body .aae_card_Btn.aae_card_atcBtn {
    background-color: transparent;
    color: #407c58;
    border: 2px solid #407c58;
}
.aae_card .aae_card_body .aae_card_Btn.aae_card_dcBtn {
    background-color: transparent;
    color: #97233f;
    border: 2px solid #97233f;
}
.aae_card .aae_card_body .aae_card_Btn.decline_btn {
    background-color: transparent;
    color: #97233f;
    border: 2px solid #97233f;
}
.aae_card .aae_card_body .aae_card_ticketP {
    display: inline;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 5px;
    color: #407c58;
}
@media (max-width: 1440px) {
    .aae_card .aae_card_body .aae_card_ticketP {
        display: block;
        margin-top: 10px;
        padding: 0px;
    }
}
.aae_card .dbbDBFLinks {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.aae_card .dbbDBFLinks .dbbDBFLink {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    color: #1d1d1d;
}
.aae_card .dbbDBFLinks .dbbDBFLink:hover {
    text-decoration: none;
}
.aae_card .dbbDBFLinks .dbbDBFLink:nth-child(odd) {
    background-color: #f0f0f0;
}
.aae_card .dbbDBFLinks .dbbDBFLink img {
    margin-right: 5px;
}
.aae_card .dbbDBFLinks .dbbDBFLink img.dbbDBFLDmImg {
    border-radius: 50px;
    height: 20px;
    width: 20px;
    object-fit: cover;
}
.aae_card .dbbDBFLinks .dbbDBFLink .badge {
    font-size: 14px;
    background: #81bb9b;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}
.aae_card .aae_card_footer {
    background-color: #407c582b;
    width: 100%;
}
.aae_card .aae_card_footer ul {
    display: flex;
    margin: 0px;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    padding: 5px 0px;
}
.aae_card .aae_card_footer ul li {
    padding: 10px;
    cursor: pointer;
    font-weight: 500;
    color: #3f4444;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.aae_card .aae_card_footer ul li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.aae_card .aae_card_footer ul li .aaecfLabel {
    font-size: 12px;
    font-weight: 500;
    color: #3f4444;
}
.aae_card .aae_card_footer ul li .aaecfValue {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
.aae_card.aae_singleCard .aae_card_header .aae_card_hImg {
    height: 400px;
}
.aae_card.aae_singleCard .aae_card_header .aae_card_imageOverlay {
    height: 400px;
}
.aae_card.aae_singleCard .aae_card_header .aae_card_imageOverlay .badge {
    top: 15px;
    right: 15px;
}
.aae_card.aae_singleCard .aae_card_header .aae_card_imageOverlay .aae_card_play {
    width: 80px;
}
.aae_card.aae_singleCard .aae_card_body {
    padding: 30px;
}
.aae_card.aae_singleCard .aae_card_body p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
    color: #3f4444;
}
.aae_card.aae_singleCard .aae_card_body p.aae_card_ts {
    display: flex;
    opacity: 0.7;
    font-size: 13px;
    font-weight: 500;
}
.aae_card.aae_singleCard .aae_card_body p.aae_card_ts img {
    margin-right: 5px;
}
.aae_card.aae_singleCard .aae_card_body p.aae_card_ts a {
    margin-left: 15px;
}
.aae_card.aae_singleCard .aae_card_body p.aae_card_ts .badge {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
}
.aae_card.aae_singleCard .aae_card_body p.aae_card_ts .badge.badge-danger {
    background: #c60c30;
    color: #fff;
}
.aae_card.aae_singleCard .aae_card_body p.aae_card_ts .badge.badge-warning {
    background: #eaab00;
    color: #1d1d1d;
}
.aae_card.aae_singleCard .aae_card_body .aae_card_Btn {
    margin-top: 0;
}

.aae_cardGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
@media (min-width: 1281px) and (max-width: 1440px) {
    .aae_cardGrid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .aae_cardGrid {
        grid-template-columns: 1fr;
    }
}
.aae_cardGrid .aae_cardGridItem {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.aae_cardGrid .aae_cardGridItem .aae_card_body {
    margin-bottom: 20px;
    padding: 20px 20px 50px 20px;
    position: relative;
}
.aae_cardGrid .aae_cardGridItem .aae_card_body .aae_card_Btn {
    position: absolute;
    bottom: 0;
}
.aae_cardGrid .aae_cardActFeedCard {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}
.aae_cardGrid .aae_cardActFeedCard .aae_card_body {
    margin-bottom: 20px;
    position: relative;
}
@media (max-width: 1280px) {
    .aae_cardGrid .aae_cardActFeedCard .aae_card_body {
        padding: 15px;
    }
}
.aae_cardGrid .aae_cardActFeedCard .aae_card_body p {
    font-size: 13px;
}
.aae_cardGrid .aae_cardActFeedCard .aae_card_body .FCNewBadge {
    background-color: rgba(125, 185, 150, 0.2);
    color: #407c58;
    font-size: 9px;
    padding: 0px 10px;
    border-radius: 5px;
    height: 26px;
}

.doubtBBDBPanel {
    background-color: #fff;
    box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.08);
    padding: 10px;
    display: flex;
    border-radius: 4px;
}
@media (max-width: 767px) {
    .doubtBBDBPanel {
        flex-direction: column;
    }
}
.doubtBBDBPanel .dBBDBP_thumb {
    width: 100px;
    height: 100px;
}
@media (max-width: 767px) {
    .doubtBBDBPanel .dBBDBP_thumb {
        margin-bottom: 20px;
    }
}
.doubtBBDBPanel .dBBDBP_thumb img {
    border-radius: 10px;
    width: 100px;
    height: 100px;
}
.doubtBBDBPanel .dBBDBP_stats {
    width: 100%;
    display: flex;
}
@media (max-width: 767px) {
    .doubtBBDBPanel .dBBDBP_stats {
        flex-direction: column;
    }
}
.doubtBBDBPanel .dBBDBP_stats .dBBDBP_statsCol {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 30px;
    border-right: 2px solid #f1f1f1;
}
@media (max-width: 767px) {
    .doubtBBDBPanel .dBBDBP_stats .dBBDBP_statsCol {
        border-right: none;
        padding: 0px;
    }
}
.doubtBBDBPanel .dBBDBP_stats .dBBDBP_statsCol:last-child {
    border-right: none;
    padding-right: 0px;
}
.doubtBBDBPanel .dBBDBP_stats .dBBDBP_statsCol .dBBDBP_stat {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}
@media (max-width: 767px) {
    .doubtBBDBPanel .dBBDBP_stats .dBBDBP_statsCol .dBBDBP_stat {
        margin: 5px 0px;
    }
}
.doubtBBDBPanel .dBBDBP_stats .dBBDBP_statsCol .dBBDBP_stat .dBBDBP_statTitle {
    font-weight: 600;
}
.doubtBBDBPanel .dBBDBP_stats .dBBDBP_statsCol .dBBDBP_stat .dBBDBP_statBadge .badge {
    font-size: 14px;
    background: #81bb9b;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff;
}

.altutelSessionsMainVideo video {
    height: 65vh;
    background-color: #000000;
}

.altutelSessionsMessages {
    height: calc(100vh - 84px);
}
.altutelSessionsMessages .messagesConvs {
    display: flex;
}
.altutelSessionsMessages .messagesConvs ul {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
}
.altutelSessionsMessages .messagesConvs ul li {
    float: left;
    width: 100%;
    padding: 0.5rem 1.25rem;
    display: flex;
}
.altutelSessionsMessages .messagesConvs ul li:hover {
    background-color: #f1f1f1;
}
.altutelSessionsMessages .messagesConvs ul li.dayChange {
    width: 100%;
    position: relative;
    display: block;
}
.altutelSessionsMessages .messagesConvs ul li.dayChange:hover {
    background-color: #fff;
}
.altutelSessionsMessages .messagesConvs ul li.dayChange span {
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    position: absolute;
    top: 13px;
    left: 0px;
    margin: auto;
    right: 0px;
    padding: 0px 15px;
    width: fit-content;
}
.altutelSessionsMessages .messagesConvs ul li.dayChange hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.altutelSessionsMessages .messagesConvs ul li .messagesConvProfileIcon {
    position: relative;
    margin-right: 10px;
}
.altutelSessionsMessages .messagesConvs ul li .messagesConvProfileIcon img {
    width: 30px;
}
.altutelSessionsMessages .messagesConvs ul li .messagesConvProfileIcon .userStatus {
    position: absolute;
    right: -5px;
    top: 25px;
    margin: 0px;
    width: 10px;
    height: 10px;
}
.altutelSessionsMessages .messagesConvs ul li .messagesConvProfileContent p {
    margin: 0;
    font-size: 12px;
    float: left;
    width: 100%;
}
.altutelSessionsMessages .messagesFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.altutelSessionsMessages .messagesFooter input {
    width: calc(100% - 50px);
    float: left;
    border: none;
    background-color: #f8f9fa;
}
.altutelSessionsMessages .messagesFooter input:focus {
    box-shadow: none;
}
.altutelSessionsMessages .messagesFooter .mFAItem {
    margin: 0px 5px;
    cursor: pointer;
    position: relative;
}
.altutelSessionsMessages .messagesFooter .mFAItem [type='file'] {
    opacity: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.altutelSessionsMessages .messagesFooter .mFAItem [type='file']::-webkit-file-upload-button {
    cursor: pointer;
}

.altutelSessionsParticipantsVideo video {
    height: 25vh;
    background-color: #f1f1f1;
}

.altSessionPage .altSessionTitle {
    font-weight: 500;
}
.altSessionPage .altSessionDetails {
    margin: 20px auto;
}

.altutelSessionActions ul {
    padding: 0;
    margin: 0 auto;
    width: max-content;
    display: flex;
}
.altutelSessionActions ul li {
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    border-radius: 50px;
    width: 42px;
    height: 42px;
    margin: 0px 5px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}
.altutelSessionActions ul li.active {
    background: #db5864;
    color: #fff;
}
.altutelSessionActions ul li.active svg {
    fill: #fff;
}

.atLocalVideo video {
    transform: scaleX(-1);
}

.modal-header .close {
    font-size: 32px;
    font-weight: 300;
}

.altutelSessionsFooter #session-title {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    color: #000;
}

#video-container {
    background: #191919;
}

.modal-body .tutorCards .tutorCard:nth-child(1)::before {
    display: none;
}

.followBtn {
    background-color: transparent;
    border: none;
    padding: 2px 5px;
    font-size: 12px;
    box-shadow: none;
    outline: none;
}
.followBtn:hover,
.followBtn:active,
.followBtn:focus {
    background-color: transparent;
}

.g-dialog-content .aipac_lrform_title,
.g-dialog-content .aipac_lrform_subtitle {
    text-align: left;
}

.g-dialog {
    overflow: auto;
}

.fs12 {
    font-size: 12px !important;
}
.fs14 {
    font-size: 14px !important;
}
.fs18 {
    font-size: 18px !important;
}
.text-button-end{
    text-align: end;
}

.preview_container.without_icon {
    text-align: center;
    font-weight: 600;
}

.c-default {
    cursor: default !important;
}

.doubtsBBSearch {
    position: relative;
    width: 350px;
}
.doubtsBBSearch input {
      max-width: 100%;
     width: 100%;
}


.doubtsBBSearch input:focus ~ .fa-search {
    display: none;
}
/* .doubtsBBSearch .fa-search {
    position: absolute;
    right: 25px;
    top: 10px;
} */

.dBBtagSearch .badge {
    display: inline-flex;
    justify-content: space-between;
    margin-right: 15px;
    padding: 10px 15px;
    cursor: pointer;
    margin-bottom: 10px;
}
.dBBtagSearch .badge .dBBtagcount {
    padding-left: 30px;
}

.VideoOnboardDiv {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #f1f1f1;
    overflow: hidden;
    border-radius: 10px;
}
.VideoOnboardDiv ul {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    list-style: none;
    justify-content: center;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
}
.VideoOnboardDiv ul li {
    background: #ffffffb3;
    height: 48px;
    width: 48px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0px 10px;
    border: 2px solid #ccc;
    cursor: pointer;
}
@media (max-width: 767px) {
    .VideoOnboardDiv ul li {
        height: 36px;
        width: 36px;
    }
}
.VideoOnboardDiv ul li img:nth-child(1) {
    display: block;
}
.VideoOnboardDiv ul li img:nth-child(2) {
    display: none;
}
.VideoOnboardDiv ul li.active {
    background-color: #407c58;
    border: 2px solid #239958;
}
.VideoOnboardDiv ul li.active img:nth-child(1) {
    display: none;
}
.VideoOnboardDiv ul li.active img:nth-child(2) {
    display: block;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40;
}

.tutorProfile h2 {
    font-size: 16px;
}
.tutorProfile h4 {
    font-size: 14px;
    margin-bottom: 0px;
}
.tutorProfile h5,
.tutorProfile h6,
.tutorProfile .h5,
.tutorProfile .h6 {
    font-size: 12px;
    font-weight: normal;
}
.tutorProfile .subjects {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tutorProfile .subjects span {
    margin-bottom: 10px;
    text-decoration: none;
    color: #000;
    background-color: #ccc;
    margin-right: 5px;
    border-radius: 10px;
    padding: 5px 15px;
    font-weight: 500;
}
.tutorProfile .profile-item {
    margin-bottom: 10px;
}
.tutorProfile .profile-item .fa {
    margin-right: 5px;
}

.credentialsSymbol {
    word-break: keep-all;
    white-space: nowrap;
    padding-right: 20px;
    font-size: 22px !important;
    font-weight: 700 !important;
    position: absolute;
    left: -3px;
}

.msl-wrp {
    width: 100% !important;
}
.msl-wrp .msl {
    border: 1px solid #ced4da !important;
    border-radius: 20px !important;
}
.msl-wrp .msl .msl-input {
    padding: 3px 3px 3px 15px;
    font-size: 14px;
}
.msl-wrp .msl .msl-input::before {
    color: #495056;
}

.atConverseComp {
    margin-top: 0px;
    height: 100%;
}
.atConverseComp .atConvSb {
    background-color: #407c58;
    color: #fff;
    border: none;
    border-radius: 0;
}
.atConverseComp .atConvSb .IhAtConvComp {
    height: 90vh;
    padding-left: 0px;
    padding-right: 0px;
}
.atConverseComp .atConvSb .IhAtConvComp h6 {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.atConverseComp .atConvSb .IhAtConvComp h6 img {
    filter: brightness(100);
    cursor: pointer;
}
.atConverseComp .atConvSb .IhAtConvComp .messagesChannels {
    padding: 0;
    list-style: none;
    font-weight: 400;
}
.atConverseComp .atConvSb .IhAtConvComp .messagesChannels li {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    padding: 0.25rem 1.25rem 0.25rem 1rem;
    border-left: 0.25rem solid transparent;
}
.atConverseComp .atConvSb .IhAtConvComp .messagesChannels li.active {
    /* font-weight: bold; */
    background: #649e7c;
    border-left: 0.25rem solid #239958;
}
.atConverseComp .atConvSb .IhAtConvComp .messagesChannels li .atConvSbicon {
    margin-right: 5px;
    flex-shrink: 0;
}
.atConverseComp .atConvSb .IhAtConvComp .messagesChannels li .atConvSbTitle{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.atConverseComp .atConvSb .IhAtConvComp .messagesChannels li .atConvSbicon.onlineStatus {
    color: palegreen;
}
.atConverseComp .messagesHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.atConverseComp .messagesHeader .messagesHeaderLeft {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.atConverseComp .messagesHeader .messagesHeaderLeft .mHLUserDetails {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
}
.atConverseComp .messagesHeader .messagesHeaderLeft .mHLUserDetails svg {
    margin-right: 5px;
    cursor: pointer;
}
.atConverseComp .messagesHeader .messagesHeaderLeft .mHLUserDetails .mHLUDpurposeText{
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
    /* display: inline-block; */
    vertical-align: bottom;
}
.atConverseComp .messagesHeader .messagesHeaderLeft .mHLStatusDetails {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.atConverseComp .messagesHeader .messagesHeaderRight {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.atConverseComp .messagesHeader .messagesHeaderRight .mHRIcon {
    margin: 0px 10px;
    cursor: pointer;
    opacity: 0.7;
}
.atConverseComp .messagesHeader .messagesHeaderRight .mHRIcon.active {
    opacity: 1;
}
.atConverseComp .messagesHeader .messagesHeaderRight .mHRSearch {
    margin: 0px 10px;
}
.atConverseComp .messagesHeader .messagesHeaderRight .mHRSearch input {
    width: 180px;
    max-width: 100%;
    transition-property: width;
    transition-duration: 0.12s, 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
}
.atConverseComp .messagesHeader .messagesHeaderRight .mHRSearch input:focus {
    width: 350px;
    max-width: 100%;
    box-shadow: none;
}
.atConverseComp .messagesConvs {
    display: flex;
    height: calc(100% - 34px);
    margin: 0;
}
.atConverseComp .messagesConvs ul {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
}
.atConverseComp .messagesConvs ul.convSidePanel {
    /* border-left: 1px solid #ccc; */
    /* height: 100%; */
    /* width: 69%; */
    margin-top: 0;
}

/* .atConverseComp .messagesConvs ul.convSidePanel img {
    width: 100%;
    max-width: 120px;
} */

.atConverseComp .messagesConvs ul.convSidePanel:nth-child(2) {
    box-shadow: 0px 0px 8px 0px #ccc;
    background: #fff;
    position: fixed;
    /* width: 25%; */
    right: 10px;
    height: 68vh;
    overflow-y: scroll;
}

.atConverseComp .messagesConvs ul li {
    float: left;
    width: 100%;
    padding: 0.5rem 1.25rem;
    display: flex;
}
.atConverseComp .messagesConvs ul li:hover {
    background-color: #f1f1f1;
}
.atConverseComp .messagesConvs ul li:hover .messagesConvSingleActions {
    opacity: 1;
}
.atConverseComp .messagesConvs ul li.dayChange {
    width: 100%;
    position: relative;
    display: block;
}
.atConverseComp .messagesConvs ul li.dayChange:hover {
    background-color: #fff;
}
.atConverseComp .messagesConvs ul li.dayChange .pinnedPostsTitle {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 8px;
    margin: auto;
    width: fit-content;
}
.atConverseComp .messagesConvs ul li.dayChange hr {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.atConverseComp .messagesConvs ul li .messagesConvProfileIcon {
    position: relative;
    margin-right: 10px;
}
.atConverseComp .messagesConvs ul li .messagesConvProfileIcon img {
    width: 30px;
}
.atConverseComp .messagesConvs ul li .messagesConvProfileIcon .userStatus {
    position: absolute;
    right: -5px;
    top: 25px;
    margin: 0px;
    width: 10px;
    height: 10px;
}
.atConverseComp .messagesConvs ul li .messagesConvProfileContent p {
    margin: 0;
    font-size: 12px;
    float: left;
    width: 100%;
}
.atConverseComp .messagesConvs ul li .messagesConvSingleActions {
    margin-left: auto;
    opacity: 0;
}
.atConverseComp .messagesConvs ul li .messagesConvSingleActions ul {
    display: flex;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #0000002b;
}
.atConverseComp .messagesConvs ul li .messagesConvSingleActions ul li {
    padding: 10px;
}
.atConverseComp .messagesConvs ul li .messagesConvSingleActions ul li .dropdown button {
    background: transparent;
    border: none;
    color: #000;
    padding: 0;
    line-height: initial;
    outline: none;
}
.atConverseComp .messagesConvs ul li .messagesConvSingleActions ul li .dropdown button:active,
.atConverseComp .messagesConvs ul li .messagesConvSingleActions ul li .dropdown button:focus,
.atConverseComp .messagesConvs ul li .messagesConvSingleActions ul li .dropdown button:hover,
.atConverseComp .messagesConvs ul li .messagesConvSingleActions ul li .dropdown button:visited {
    outline: none;
    box-shadow: none;
}
.atConverseComp .messagesConvs ul li .messagesConvSingleActions ul li .dropdown button::after {
    display: none;
    content: '';
}
.atConverseComp .progressbar_section {
    position: absolute;
    bottom: 64px;
    left: 0;
    width: 100%;
    padding: 4px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
    display: block;
}
.atConverseComp .file_preview {
    padding: 8px 16px;
    margin: 4px 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}
.atConverseComp .messagesFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.atConverseComp .messagesFooter input {
    width: calc(100% - 50px);
    float: left;
    border: none;
}
.atConverseComp .messagesFooter input:focus {
    box-shadow: none;
}
.atConverseComp .messagesFooter .mFAItem {
    margin: 0px 5px;
    cursor: pointer;
    position: relative;
}
.atConverseComp .messagesFooter .mFAItem [type='file'] {
    opacity: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.atConverseComp .messagesFooter .mFAItem [type='file']::-webkit-file-upload-button {
    cursor: pointer;
}

.userStatus {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: transparent;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin: 0px 4px;
}
.userStatus.online {
    background-color: #7dbe00;
    border-color: #7dbe00;
}
.userStatus.away {
    background-color: #dcbd4e;
    border-color: #dcbd4e;
}
.userStatus.dnd {
    background-color: #ff6a6a;
    border-color: #ff6a6a;
}
.userStatus.away {
    background-color: #dcbd4e;
    border-color: #dcbd4e;
}
.userStatus.offline {
    background-color: #aaa;
    border-color: #aaa;
}

.form-control:disabled {
    cursor: not-allowed;
}

.homePageCardGrid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 1%;
}

@media (max-width: 768px) {
    .homePageCardGrid {
        grid-template-columns: 98%;
    }
}

.mw-150 {
    min-width: 150px;
}

.ellispsContent,
.ellispsContent * {
    overflow: hidden;
    white-space: nowrap;
    width: 350px;
    display: block;
    text-overflow: ellipsis;
}

.form-control.custom-file-label::after {
    height: 100%;
    line-height: 30px;
    border-radius: 50px;
    background: #94a0b7;
    padding: 5px 20px;
    font-weight: 600;
    color: #fff;
}

.changePhoneNum {
    font-size: 12px;
    cursor: pointer;
}

.rightTutorCard {
    color: #000;
}
.rightTutorCard:hover {
    text-decoration: none;
}

.c-default {
    cursor: default;
}

.progressbar_section {
    position: absolute;
    bottom: 64px;
    left: 0;
    width: 100%;
    padding: 4px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
    display: block;
}

.file_preview {
    padding: 8px 16px;
    margin: 4px 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-width: 240px;
    cursor: pointer;
}

.member_details {
    border-bottom: 1px solid #ddd;
    padding: 5px 15px;
    cursor: pointer;
}
.member_details:hover {
    background-color: #f5f5f5;
}
.member_details:last-child {
    border-bottom: none;
}

.user_logo {
    display: inline-block;
    /* background: #407c58; */
    width: 38px;
    height: 38px;
    border-radius: 100%;
    text-align: center;
    /* color: #fff; */
    /* padding-top: 4px; */
    /* font-size: 18px; */
}

.listStyleUpperRoman li {
    list-style-type: upper-roman !important;
}
.listStyleUpperRoman ul li {
    list-style-type: disc !important;
}
.listStyleUpperRoman ol li {
    list-style-type: decimal !important;
}

.media {
    width: 100%;
    display: block;
}
.media .video-embed iframe {
    width: 100%;
    height: 400px;
}

.dotIndicator {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    margin: 0px 5px;
}

.video-embed {
    height: auto;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
.video-embed iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tutorProfile .btn-outline-dark:hover {
    color: inherit !important;
    background-color: inherit !important;
    border-color: inherit !important;
}
.tutorProfile .btn-outline-dark:hover img {
    filter: none !important;
}

.accordion .card {
    margin-bottom: 10px;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
}
.accordion .card .card-header button {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 0;
}

.testimonialsIcon {
    height: 50px;
    position: absolute;
    top: -60px;
    left: 0;
}

.tutorTestimonialCards {
    display: grid !important;
    grid-template-columns: repeat(
        auto-fill,
        calc(
            min(clamp(0px, 100vw - 1200px, 1px) * 9999, 33.3333333333% - 10px) +
                min((clamp(0px, 100vw - 768px, 1px) - clamp(0px, 100vw - 1200px, 1px)) * 9999, 50% - 10px) +
                min(
                    (
                            1px -
                                (
                                    clamp(0px, 100vw - 768px, 1px) - clamp(0px, 100vw - 1200px, 1px) +
                                        clamp(0px, 100vw - 1200px, 1px)
                                )
                        ) * 9999,
                    100% - 10px
                )
        )
    ) !important;
    grid-gap: 15px;
}
.tutorTestimonialCards .tutorTestCard {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.tutorTestimonialCards .tutorTestCard .tutorTestCUser {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.tutorTestimonialCards .tutorTestCard .tutorTestCUser img {
    width: 48px;
    border-radius: 10px;
}
.tutorTestimonialCards .tutorTestCard .tutorTestCUser .tutorTestCUserDetails {
    margin-left: 11px;
}
.tutorTestimonialCards .tutorTestCard p {
    float: left;
}

.testimonialCorousalIcons {
    display: flex;
    justify-content: center;
}
.testimonialCorousalIcons img {
    cursor: pointer;
    width: 34px;
}
.testimonialCorousalIcons img:hover {
    filter: brightness(0.8);
}

#loginPopup .g-dialog-header {
    padding: 0px !important;
}

.toast.bg-success {
    background-color: #00c851 !important;
}
.toast.bg-success .toast-header {
    background: transparent !important;
    color: #fff !important;
    border-color: #04b34b !important;
}
.toast.bg-danger {
    background-color: #db5864 !important;
}
.toast.bg-danger .toast-header {
    background: transparent !important;
    color: #fff !important;
    border-color: #b54c55 !important;
}

.fileDropDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    background-color: #f1f1f1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.fileDropDiv:hover {
    background-color: #fff;
    border: 2px dashed #00c851;
}
.fileDropDiv a {
    width: max-content;
    margin-top: 30px;
}

@media screen and (min-width: 1020px) and (max-width: 1440px) {
    .zoom07 {
        zoom: 0.7;
    }
}
@media screen and (min-width: 1441px) {
    .zoom07 {
        zoom: 0.8;
    }
}

.ysQNContentCardHeader {
    /* //border: 2px solid #ccc; */
    border-top: 0px;
    border-bottom: 0px;
    margin: 0;
    padding: 0px 10px 0px 0px;
    background-color: transparent;
    float: right;
    text-align: right;
}
.ysQNContentCardHeader button {
    position: relative;
    margin: 0px 10px;
    font-size: 16px;
}
@media (max-width: 768px) {
    .ysQNContentCardHeader{
        border: none;
    }
    .ysQNContentCardHeader button {
        font-size: 12px;
        width: 100%;
        text-align: left;
        margin: 0px;
    }
    .ysQNContentCardHeader button::after{
        display: none !important;
    }
}
.ysQNContentCardHeader button img {
    width: 20px;
}
.ysQNContentCardHeader button::after {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    right: -10px;
}
.ysQNContentCardHeader button:first-child {
    margin-left: 0px;
}
.ysQNContentCardHeader button:last-child {
    margin-right: 0px;
}
.ysQNContentCardHeader button:last-child::after {
    display: none;
}

.filesUploadBtn {
    height: 42px;
}
.filesUploadBtn .custom-file-input {
    height: 42px;
}
.filesUploadBtn .custom-file-label {
    color: #495057;
    background-color: transparent;
    border: none;
    border-radius: 0.25rem;
    width: 100%;
    height: 42px;
}
.filesUploadBtn .custom-file-label::after {
    line-height: 42px;
    padding: 0px;
    color: #fff;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background-color: #81bb9b;
    font-weight: 600;
    font-size: 15px;
}

.modal-content {
    border-radius: 10px;
}

@media screen and (min-width: 1200px) {
    .modal-xl {
        max-width: 90%;
    }
}
.userInputDropdown, .libInputDropdown {
    width: initial;
    background-color: #fff;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0px 6px 7px 2px #00000047;
    top: 55px;
    border-radius: 0px 0px 10px 10px;
    max-height: 250px;
    overflow: auto;
    display: none;
    z-index: 1;
}

.userInputTrigger:focus ~ .userInputDropdown {
    display: block;
}

.custom-file-input {
    cursor: pointer;
}

.custom-file:hover .custom-file-label::after {
    background-color: #239958;
}

.pure-tree {
    text-align: left;
    display: block;
    margin: 0px;
}
.pure-tree.main-tree {
    width: 100%;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.pure-tree:not(.main-tree) {
    padding: 0px;
}
.pure-tree:not(.main-tree) .treeLabelContainer {
    /* padding: 0px 1.2em; */
    padding: 0px 1.9em;
}
.pure-tree:not(.main-tree) .pure-tree {
    padding: 0px 0.95em;
}
.pure-tree:not(.main-tree) li {
    overflow: hidden;
    height: 0;
    display: block;
}
.pure-tree .treeLabelContainer {
    display: flex;
    border-radius: 5px;
    padding: 0 7px;
    align-items: center;
    position: relative;
}

.pure-tree .treeLabelContainer:before {
    width: 1em;
    height: 1em;
    line-height: 1em;
    display: inline-block;
    font-family: 'FontAwesome', sans-serif;
    content: '\f07b';
}
.pure-tree .treeLabelContainer label {
    display: block;
    cursor: pointer;
    color: #717780;
    padding: 5px 5px 5px;
    color: #000;
    border-radius: 5px;
    margin: 0px;
    width: 100%;
}
.pure-tree .treeLabelContainer img {
    display: none;
}
.pure-tree .treeLabelContainer.active {
    background: #239958;
    color: #fff !important;
}

.pure-tree .treeLabelContainer:before {
    color: #FFEB3B;
}

.pure-tree .treeLabelContainer.active:before {
    content: '\f07c' !important;
    color: #ffe9a2;
}

.pure-tree .treeLabelContainer.active img {
    display: inline-block;
    cursor: pointer;
}
.pure-tree .treeLabelContainer.active label {
    color: #fff;
}
.pure-tree .pure-tree_link a {
    padding: 1.5em 1.125em 0.75em 0;
    display: block;
    border-radius: 0.2em;
    color: #717780;
    text-decoration: none;
}
.pure-tree .pure-tree_link a:hover {
    color: #434a58;
}
.pure-tree.nested {
    padding-left: 1.7em;
}
.pure-tree [type='checkbox'] {
    display: none;
}
.pure-tree [type='checkbox']:checked ~ ul > li {
    height: auto;
}

.altutelDiscardOverlay {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 1110;
}

.altutelDiscard {
    z-index: 1111;
}

.fi {
    font-size: 16px;
}

.fi + .fi {
    margin-left: 10px;
}

.altutelSharePills {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.altutelSharePills .altutelSharePill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    border-radius: 50px;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0px 5px 5px 0px;
    border: 1px solid #585858;
}
.altutelSharePills .altutelSharePill .pillClose {
    background-color: #f1f1f1;
    border-radius: 50px;
    color: #000;
    padding: 0px 5px;
    margin-left: 10px;
}
.altutelSharePills .altutelSharePill .pillClose:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.sharePopupTabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}
.sharePopupTabs li {
    display: flex;
    width: auto;
    background-color: transparent;
    color: #000;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #585858;
    font-weight: 500;
    cursor: pointer;
}
.sharePopupTabs li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
}
.sharePopupTabs li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sharePopupTabs li.active {
    background-color: #626262;
    color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .contentArea {
        overflow: hidden !important;
    }
    .contentArea:hover {
        overflow: var(--overflow) !important;
    }

    .revisePanelExIn .card-body .card-body {
        overflow: hidden !important;
    }
    .revisePanelExIn .card-body .card-body:hover {
        overflow: var(--overflow) !important;
    }
    .revisePanelExIn .list-group {
        overflow: hidden !important;
    }
    .revisePanelExIn .list-group:hover {
        overflow: var(--overflow) !important;
    }
}
.categories,
.category > ul {
    list-style-type: none;
    padding: 0;
}

.categories > li,
.category > ul > li {
    padding-bottom: 10px;
    min-height: 53px;
}

.categories > li .content,
.category > ul > li .content {
    padding: 10px 15px;
}

.stats {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    line-height: 22px;
}

.categories > li .content .icon,
.category > ul > li .content .icon {
    font-size: 17px;
    line-height: 17px;
    padding: 13px;
    border-radius: 50%;
    margin-right: 15px;
    min-width: 46px;
    min-height: 46px;
    margin-top: 2px;
}

.categories > li .content h2,
.category > ul > li .content h2 {
    display: block;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    margin-left: 62px;
}

.categories .category-children,
.categories .description,
.category .category-children,
.category .description,
.subcategory .category-children,
.subcategory .description {
    margin-left: 62px;
}

.categories .description,
.category .description,
.subcategory .description {
    font-weight: 400;
    line-height: 1.2;
    color: #6c757d;
    margin-top: 5px;
    min-height: 25px;
    font-size: 12px;
}

.stats small {
    color: #6c757d;
    font-size: 12px;
}

.pull-left {
    float: left;
}

.excalidraw-wrapper {
    height: calc(100vh - 80px);
    padding: 0px;
}

.excalidraw .App-menu_top .buttonList {
    display: flex;
}
.excalidraw .App-menu_bottom {
    bottom: 0.25rem !important;
}
.excalidraw .panelColumn {
    text-align: left;
}
.excalidraw label {
    margin-bottom: 0px;
}
.excalidraw .HelpDialog .HelpDialog--key {
    color: #000;
}
.excalidraw .HelpDialog .HelpDialog--header {
    display: none;
}
.excalidraw .HelpDialog h3,
.excalidraw .HelpDialog .h3 {
    font-size: initial !important;
}

:root[dir='ltr'] .excalidraw .layer-ui__wrapper .zen-mode-transition.App-menu_bottom--transition-left {
    transform: none;
}
:root[dir='ltr'] .excalidraw .github-corner {
    display: none !important;
}

.emoji-picker-react {
    position: absolute !important;
    bottom: 44px;
    right: 0;
}

.new_date {
    clear: both;
    display: block;
    text-align: center;
}

.preview-image {
    width: 300px;
    display: block;
}

.f15 {
    font-size: 15px;
}

.tutor-boxhight {
    height: 113px;
    position: relative;
    overflow-y: hidden;
}
.showmenubutton li {
    position: relative;
}
.menuhovericon {
    position: absolute;
    right: 15px;
    top: 6px;
    display: none;
}

.showmenubutton li:hover {
    background-color: #649e7c;
}
.showmenubutton li:hover .menuhovericon {
    display: block;
}
.url-link {
    color: #212529 !important;
    text-decoration: underline;
}
.des-edit {
    width: 10px;
}
.dropdown-toggle::after {
    display: none !important;
}

.optionslist {
    position: absolute;
    right: 0;
    top: 0px;
}
.optionslist > .dropdown > button {
    padding: 0 !important;
}
.profile-card-elicps {
    display: -webkit-box;
    max-width: 284px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.height-fixcard {
    height: 156px;
}
.hro-center {
    display: flex;
    flex-direction: row; /* make main axis horizontal (default setting) */
    justify-content: left; /* center items horizontally, in this case */
    align-items: left;
}

.close-pinned-panel {
    position: relative !important;
    left: 94% !important;
    top: 4px;
}

.status-dropdown {
    border: 1px solid #aaa !important;
    border-radius: 100px;
}
.gradefont {
    font-size: 12px;
    font-weight: 600;
    vertical-align: inherit;
}
.pay-statementbox {
    padding: 15px 25px 25px;
    border-radius: 5px;
}
.pay-statementbox-icon {
    width: 120px;
    display: block;
    margin: 0 auto 8px;
}
.pay-statementbox-p {
    margin: 0px 2px 11px !important;
    font-size: 17px;
}
.pay-statementbox-table {
    width: 100%;
}
.pay-statementbox-table tr td {
    width: 50%;
}

.acc-seting-h4 {
    margin: 10px 0 2px;
    font-size: 22px;
}
.acc-seting-h5 {
    margin: 8px 0 8px;
    font-size: 14px;
    line-height: 25px;
}
.acc-seting-faqh5 {
    margin: 8px 0 0px;
    font-size: 14px;
    line-height: 25px;
}
.acc-seting-faqp {
    font-size: 14px;
    line-height: 25px;
}
.acc-seting-p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 4px;
}

.acc-seting-radio-label {
    font-size: 14px;
    margin-left: 6px;
    vertical-align: middle;
}
.pssbul li > svg {
    vertical-align: text-top;
}

.brine {
    border: 1px solid #ececec;
    height: 0.5px;
    width: 100%;
    margin: 10px 0 0px;
}
/* .contact-link{font-size: 14px;} */
.linktype-a > a {
    font-weight: 800;
    color: #007bff !important;
}
.authpage-p {
    line-height: 22px !important;
    margin-bottom: 16px !important;
}
.authpage-img {
    width: 80%;
    margin: 0 auto;
}
.reply-message {
    border-left: 4px solid #aaa;
    padding-left: 8px;
}
.reply-input-section {
    padding: 32px 8px;
}

.file_download_icon {
    position: sticky;
    left: 100%;
}

.equal-col2 {
    width: 50%;
}
.equal-col3 {
    width: 33.3%;
}

.altutelSessionActions ul li.v-controls {
    color: #000 !important;
}
.altutelSessionActions ul li.v-controls svg {
    fill: #000 !important;
}
.altutelSessionActions ul li.v-controls:hover {
    border: 1px solid #ea4335;
    background: #ea4335;
    color: #fff !important;
}

.altutelSessionActions ul li.v-controls:hover > svg {
    filter: invert(1);
}

.altutelSessionActions ul li.active-stop {
    border: 1px solid #ea4335;
    background: #ea4335;
}

.altutelSessionActions ul li.active-video:hover {
    border: 1px solid #4f69c3;
    background: #4f69c3;
}

.altutelSessionActions ul li.active-video:hover > svg {
    filter: invert(1);
}

.brandlink {
    font-weight: 700;
    color: #7db997;
}
.brandlink:hover {
    text-decoration: none;
    color: #7db997;
}
.table-data {
    width: 100%;
}
/* .table-data{ border-top:1px solid gray ;} */
.table-data tr th {
    width: 33.3%;
}
.scroll-height-signup {
    height: 95vh;
    overflow-y: scroll;
}
.aipac_lrw-adj {
    padding: 20px 103px !important;
}
.aipac_login-register-label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2px;
}
.phoneWithCountryCode .CountryCodeLabel {
    background: #f1f1f1;
    height: 42px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0px 5px 0px 20px;
    line-height: 43px;
    white-space: nowrap;
}
.phoneWithCountryCode input {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding-left: 0px !important;
}
.aipac_login-register .aipac_lrform .form-group .phoneWithCountryCode .CountryCodeLabel {
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
}
.aipac_login-register .aipac_lrform .form-group .phoneWithCountryCode .form-control {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding-left: 0px !important;
    border-left: none !important;
}
.featuremenu_header {
     /* background-color: #e1efe7;   */
    padding: 0px 10px 3px;
    /* border: 1px solid rgba(0, 0, 0, 0.125); */
    /* margin-bottom: 14px; */
    position: static;
    top: 56px;
}
.bbsubmenu {
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    justify-content: space-around;

}
.bbsubmenu::after {
    position: absolute;
    content: "";
    border-bottom: 4px solid #8080801a;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}
.bbsubmenu li {
    list-style-type: none;
    /* margin: 0 16px 0; */
}
.bbsubmenu li {
    position: relative;
    padding-top: 0px;
    padding-bottom: 4px;
    border-bottom: 3px solid transparent;
    transition: 250ms;
    color: #e1efe7;

}
.bbsubmenu li > .btn{
    padding: 0rem 0.75rem !important;
}



.bbsubmenu li > a{
    color: #000000 !important;
    line-height: 22px;

}
.onhover_a{
    border-bottom: 3px solid green;
    padding-bottom: 8px;
}
.more > button {
    color: #000000 !important;
    font-weight: 800;

}
.bbsubmenu li:hover {
    border-bottom: 3px solid green;
 bottom: 0;
}

.menu-icon {
    width: 29px;
}
.v-controls-active {
    border: 1px solid #ea4335 !important;
    background: #ea4335 !important;
    color: #fff !important;
}

/* .menudrop{position: relative;}
.menushow{
    display: none;
    position: absolute;
    border-radius: 3px;
    width: 167px;
    right: 0;
    bottom: 68px;
    padding: 4px;
    background-color: #1f4296;
}

.menushow > ul.menushow-ol {margin: 0;padding: 0;}
.menushow > ul.menushow-ol li{display: block;padding: 4px 3px;}
.menushow > ul.menushow-ol li:hover{display: block;padding: 4px 3px;background-color:#96a6ca;}
.menushow > ul.menushow-ol li > a{color: #000000;}
.menudrop:hover .menushow{display: block;} */
.feature-box-des {
    position: sticky;
    top: 0;
    margin-top: 0px;
    z-index: 1;
}
.clicbuton > .modal-dialog {
    position: fixed;
    right: 0;
    bottom: 60px;
    width: 256px;
}
.feaures-ul {
    list-style-type: none;
}
.feaures-ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.feaures-ul li > img {
    width: 19px;
    margin-right: 9px;
}
.dBBFCard-ul {
    margin-bottom: 0;
}
.dBBFCard-ul li {
    list-style-type: none;
}
.feaures-ul {
    margin: 0;
    padding: 0;
}
.feaures-ul li {
    display: block;
    margin: 3px 0;
}
.feaures-ul li:hover {
    background-color: #8080800f;
}
.feaures-ul li:hover a {
    color: #407c58;
}
.feaures-ul li {
    font-weight: 600;
    color: #000;
    padding: 4px 6px;
    line-height: 31px;
    width: 100%;
    display: block;
}
.feaures-ul li:hover {
    text-decoration: none;
    color: #407c58;
}
.h4titlebar {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 0;
}
.noClickElement {
    pointer-events: none !important;
}
.feature-box {
    /* box-shadow: 0px 0px 8px 0px #00000029; */
}
.dropdown-menu .dropdown-item:hover {
    background-color: #f1f1f1;
}
.tutorRating i {
    color: #ffd862;
    cursor: pointer;
}
.fs16 {
    font-size: 16px;
}

.has_unread {
    font-weight: bold;
}

.edu-det-wrap-box {
    border: 1px solid #efefef;
    padding: 17px 17px;
    border-radius: 3px;
    margin-bottom: 5px;
    position: relative;
}
.add-and-delete-action {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    position: absolute;
    right: 7px;
    top: 4px;
    z-index: 2;
}

.add-and-delete-action li {
    display: inline-block;
    padding: 4px;
    background-color: #f1f1f1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    margin: 3px;
}

.add-and-delete-action li > i {
    font-size: 15px;
}
.add-and-delete-action li button {
    cursor: pointer;
    padding: 0px;
}
.add-and-delete-action li button:disabled {
    cursor: no-drop;
}
.delete-p {
    color: red;
}
.add-p {
    color: green;
}

.colongalign {
    position: relative;
}
.colongalign::after {
    position: absolute;
    content: '|';
    height: 23px;
    width: 10px;
    left: 49.5%;
    font-size: 32px;
    top: 27%;
    color: #808080ad;
}

.colongalign-signup {
    position: relative;
}
.colongalign-signup::after {
    position: absolute;
    content: '|';
    height: 23px;
    width: 10px;
    left: 47.5%;
    font-size: 32px;
    top: 27%;
    color: #808080ad;
}
#full-stars-example-two .rating-group {
    display: inline-flex;
}
#full-stars-example-two .rating__icon {
    pointer-events: none;
}
#full-stars-example-two .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
    display: none;
}
#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}
#full-stars-example-two .rating__icon--star {
    color: orange;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}
.filesBtn {
    padding: 5px 35px;
    font-size: 14px;
    float: right;
}
.sessionInfoPopContent {
    padding: 0px;
    list-style: none;
}
.sessionInfoPopContent li {
    margin-bottom: 10px;
}
.todFoldersView {
    height: calc(100vh - 186px);
    overflow: auto;
    overflow-x: hidden;
}

.sessionBgCard {
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
}
.sessionBgCard .SesstionCTitle {
    font-size: 105%;
    font-weight: 600;
    color: #000;
}
.sessionBgCard p {
    color: #000;
}
.accordion .card .card-header button {
    text-align: center;
}
.chapterCards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
}

@media (max-width: 768px) {
    .chapterCards {
        grid-template-columns: 100%;
    }
}

.main-messages-section {
    height: 100%;
    overflow-y: scroll;
}

.pinned-section {
    border-left: 1px solid #ddd;
    height: 100%;
    overflow-y: scroll;
}
.fs10{
    font-size: 10px;
}
.fs8{
    font-size: 8px;
}

.typing_msg {
    position: relative;
    padding: 0 8px;
    text-align: left;
    font-weight: bold;
}

.multipleSubjectSelection{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    flex-direction: column;
    margin-left: auto;
    width: max-content;
    min-width: 250px;
    position: relative;
}

.multipleSubjectSelection .selectedSubject{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
}
.multipleSubjectSelection .multipleSubjectList{
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #f1f1f1;
    padding: 5px 10px;
    margin: 5px 0px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ccc;
    max-height: 250px;
    overflow: auto;

}

.multipleSubjectSelection .multipleSubjectList > div{
    padding: 5px 0px;
    border-top: 1px solid #ccc;
}

.multipleSubjectSelection .multipleSubjectList > div:first-child{
    border-top: none;
}
.converseUserImage{
    width: 100px;
    height: 100px;
    object-fit: contain;
    background-color: #f1f1f1;
    border-radius: 50%;
}
.opacity-0{
    opacity: 0;
}

.sharedFileInfoPop li b{
    width: 100px;
    display: inline-block;
}
#chat-input{
    background-color: #f8f9fa;
}

.BusinessCodeDiv {
    display: block;
    width: fit-content;
    margin: auto;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23A6A6A6FF' stroke-width='4' stroke-dasharray='12%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 15px;
    padding: 10px 30px;
    font-size: 40px;
    font-weight: bold;
}

.BusinessCodeDiv p{
    margin: 0px;
}

.z-1{
    z-index: 1;
}

.todCourseCard {
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 30px;
}

.todCourseCard .todCCPreview {
    width: 100%;
    height: 60px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
    display: grid;
    place-content: center;
    cursor: pointer;
}

.todCourseCard .todCCPreview img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.todCourseCard .todCCBody {
    padding: 15px;
    height: 120px;
}

.todCourseCard .todCCBody .todCCBTitle {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    cursor: pointer;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}

.todCourseCard .todCCBody .todCCBTitleTutorProfile {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    cursor: pointer;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}

.todCourseCard .todCCBody .todCCBDesc {
    font-size: 12px;
    margin-bottom: 0px;
    text-align: justify;
    width: 300px;
    height: 50px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}

.todCourseCard .todCCBody .todCCBDescTutorProfile {
    font-size: 12px;
    margin-bottom: 0px;
    text-align: justify;
    width: 250px;
    height: 50px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}

.todCourseCard .todCCFooter {
    border-top: 1px solid #ccc;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.todCourseCard .todCCFooter .todCCFTutor {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.todCourseCard .todCCFooter .todCCFTutor .todCCFTImg {
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: #f1f1f1;
    border-radius: 50%;
    overflow: hidden;
    object-fit: contain;
    margin-right: 10px;
}

.todCourseCard .todCCFooter .todCCFTutor .todCCFTImg img {

}

.todCourseCard .todCCFooter .todCCFTutor .todCCFTDetails {
}

.todCourseCard .todCCFooter .todCCFTutor .todCCFTDetails .todCCFTDName {
    font-weight: 700;
    margin-bottom: 0px;
    cursor: pointer;
}

.todCourseCard .todCCFooter .todCCFTutor .todCCFTDetails .todCCFTDTitle {

}

.todCourseCard .todCCFooter .todCCFBtn {

}

.todCourseCard .todCCFooter .todCCFBtn .btn {

}

.questionButtons{
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 50px);
    width: 100%;
    justify-content: center;
}

.questionButtons button{
    height: 50px;
    margin-top: 0px !important;
}

.assessmentIndicators .assessmentIndicator{
    width: 24px;
    height: 24px;
}

.reviseSidebar ul{
    padding: 0;
    list-style: none;
    margin-top: 12px;
}
.reviseSidebar ul li{
    margin-bottom: 8px;
    border-radius: 50px;
    padding: 5px 13px;
}
.reviseSidebar_li{
    position: relative;
    font-size: 13px;
    font-weight: 600;
    line-height: 29px;
    color: #000000;
}
.line_none:hover{
    text-decoration: none !important;
}

.line_none > img{
    width: 25px;
}

.d-grid{
    display: grid;
}
.btn_full{
    text-align: left !important;
    width: 100%;
    padding-left: 20px !important;
}
.question_left{
    margin-left: -40px;
}
.form_label_content{
    margin-left: 10px;
    margin-top: 2px;
}
.fw-bold{
    font-size: 14px;
    font-weight: 700;
    color: gray;
}
.mark_r{
    font-size: 16px;
    font-weight: 600;
}
.btn_left{
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid gray;
    width: 160px;
}
.btn_left:hover{
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid gray;
    background-color: gray;
    color:#ffffff;
}
.btn_left_n{
    padding: 8px 8px !important;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid gray;
    width: 140px;
}
.btn_left_n:hover{
    padding: 8px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid gray;
    background-color: gray;
    color:#ffffff;
}
.btn_right{
    padding: 7px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    width: 147px;
}
.btn_right_n{
    padding: 8px 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    width: 140px;
}
.btn_submit_n{
    padding: 8px 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    width: 140px;
}
.card-title_h{
    font-size: 12pt !important;
}
.card-text_c{
    font-size: 13px !important;
}
.card-body_a{
    padding: 10px !important;
}
.pad_down{
    padding: 100px !important;
}
.mar_top-5{
    margin-top: -25px !important;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
  }
  .tutorCard:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, .1);
  }

.tutor-view-button {
    position: absolute;
    left:50px;
    top: 60px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
  }

  .tutor-view-button a {
    width: 200px;
    padding: 12px 48px;
    text-align: center;
    color: white;
    border: solid 2px white;
    z-index: 1;
  }

  .tutorCard:hover .tutor-view-button {
    opacity: 1;
  }

  .info-pos {
    text-align: center;
    top: 30px;
  }

.tod-form-label {
    font-weight: 500;
}
.scroll-x-diable{overflow-x: hidden;}

.container_wrap{
    box-shadow: 0px -10px 10px 0px #ccc;
}

.page_height{
    height: calc(96vh - 92px);
}
.common-top_gap{
    padding-top: 17px;
}
.course_subjects_wrap{

/* height: calc(92vh - 236px);  */
/* overflow-y: scroll;  */
background-color: white; }
.common_footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff !important;
    margin: 0 auto;font-size: 10px;color: #239958;
    /* box-shadow: 0 8px 6px 6px #579171; */
}
.common_footer > div > a{
    color: #239958 !important;
}

/* .no-container_wrap{    box-shadow: 0px 0px 2px 0px #ccc;} */
/* .vh-100{
    height:100vh;
} */
.tutor_content_options{}
.tutor_content_options li > a > img {
    width: 23px;
 }

 .no-gutter {
    margin-right: 0;
    margin-left: 0;
  }

  .no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .shadow-apply{
    -webkit-box-shadow: 0px 2px 5px 0px rgba(158,158,158,0.21);
    -moz-box-shadow: 0px 2px 5px 0px rgba(158,158,158,0.21);
    box-shadow: 0px 2px 5px 0px rgba(158,158,158,0.21);
    border-radius: 0 0 6px 6px;
    padding: 1px 6px;
  }
  .dashboard_side_sitcky{
    position: sticky;
    top: 69px;
  }
  .no-ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .no-border{
    border: 1px solid transparent;
  }
  .searbar_wrapper{
    width: 57%;
    position: relative;
 }
 .searbar_wrapper > i{
    position: absolute;
    right: 188px;
    top: 32%;

 }
 .mar-center-align{margin: 0 6%;}
 .input-group-text{
    border-left: 1px solid transparent !important;
    border: 1px solid #80808036;
  }
  .search_bar_crs{
    border-right: 1px solid transparent !important;
    border: 1px solid #80808036;
  }
  .coursers_section_list{
    position: relative;
    padding-bottom: 20px;
  }

  .coursers_section_list::after{
    border: 1px solid #f3f3f3;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 97%;
    margin: 0 auto;
  }
  .course_des{
width: 85%;

  }
  .course_img-thumbnail{
    width: 205px;
    height: 120px;
    object-fit: cover;
    text-align: center;
    margin-right: 12px;
    border-radius: 5px;
  }
  .feature-box{
    position: relative;
  }
 .feature-box > span.badge{
    position: absolute;
    top: 125%;
    left: -5px;
 }
 .no-border{
    border: 0 solid transparent;
 }
 .sytle-More{
    color: #1a0dab;
    display: inline-block;
    font-weight: 600 !important;
    margin-left: 2px;
 }
 .course_dashboard_card_title:hover{
    cursor: pointer;

 }
 .fs-10{
    font-size: 12px;
 }
 .sticky_right_bar{
    position: sticky;
    top: 55px;
 }
 .keyword_tags{
    display: inline-block;
    margin-top: 4px;
 }
 .subject_info_tutor_pr{
    margin: 0;padding: 0;
    list-style-type: none;
 }
 .subject_info_tutor_pr li{
    display: inline-block;
    border: 1px solid #407c5814;
    padding: 3px;
    border-radius: 4px;
    color: #407c58;
    margin-right: 7px;
    font-size: 11px;
    font-weight: 500;
 }
 .cheklist-gap > img{
    width: 26px;
    margin-right: 6px;
 }
 .course_tab_actions{margin: 0;padding: 0;list-style-type: none;display: inline-block;}
 .course_tab_actions li{display: inline-block;margin-left: 5px;}
 .course_tab_actions li > i{
    background-color: #1a0dab1c;
    color: #1a0dab;
    padding: 7px 3px 3px;
    border-radius: 3px;
    width: 22px;
    line-height: 11px;
    height: 22px;
    text-align: center;
 }
 .course_tab_actions li > i:hover{
    text-decoration: none;
 }
 .d-section{
    /* display: flex; */
    height: 90px;
    margin-bottom: 4px;
 }
 /* .image > img{
    width: 100%;  border-radius: 4px;
 }
 .image{
    background-color: #efefef;
    padding: 9px;
    border-radius: 4px;
 } */
 .course-video-container > div:first-child{
    width: 81% !important;
    /* background-color: #efefef; */
    padding: 1%;
    border-radius: 3px;
    border-radius: 3px;
    height: 100% !important;
    margin: 0 auto;
 }

 .tabmenu_ul{
    list-style-type: none;
    margin: 0;padding: 0;
 }
 .tabmenu_ul li{margin:0 5px;}

 .ul_firstwd-100{
    width: 100%;
 }
 .data_align_bt{

 }

 .thumb_play_btn_wrapper{
    position: relative;
 }
 .thumb_nail_play_btn{
    position: absolute;
    left: -13px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto;

 }
 .status_desc > h6,.status_desc > p{
    margin-bottom: 0;
 }
 .hover_thum_icon{
    font-size: 20px !important;
    color: #303030;
 }
.filled_thum_icon{
    font-size: 20px !important; 
    color: #ffd43b;
}

 .hover_thum_icon:hover{
    color: #ffd43b;
    cursor: pointer;

 }

 .des_wd-100{
    width: 100%;
 }
 .no-margin-p > p{
    margin: 0;
 }
 .resource_bar{

    border: 1px solid #dee2e6;

    display: flex;
    border-radius: 4px;
    margin-bottom: 7px;
    padding: 6px 7px;
    width: 100%;background-color: #f9f9f9;
    justify-content: space-between;


}
.resource_bar:hover{
    -webkit-box-shadow: 0px 3px 1px 0px rgba(237,237,237,0.51);
    -moz-box-shadow: 0px 3px 1px 0px rgba(237,237,237,0.51);
    box-shadow: 0px 3px 1px 0px rgba(237,237,237,0.51);

    background-color: #fff;

}
 .resource_bar > svg {
    width: 1.6rem !important;
    /* background-color: #407c5838; */
    border-radius: 3px;
    color: #407c58;
    /* padding: 2px; */
    margin-right: 7px;
}
 .resource_bar > a  > h6 {
    color: #442727;
    margin: 0 3px;
    display: inline-block;
    margin: 0;
    line-height: 23px;
    font-weight: 500;
 }
 .resource_bar > img   {

    margin-left: auto;
    width: 16px;
    margin-top: 2px;
    background-color: #8080801c;
    padding: 2px;
    width: 20px;
    border-radius: 3px;
    padding: 3px;
 }

 a{text-decoration: none;color: inherit;}
 a:hover{text-decoration: none;color: inherit;}

 ul.pagination_ul > li.border{
    padding: unset !important;
    border: 0px solid transparent !important;
    margin: 0 12px 23px 12px;
    font-size: 16px;
 }


 ul.pagination_ul > li > a{
    padding: 0.5rem 0 !important;
    font-weight: 500;
    margin: 0 0    !important;
    color: #1500ff  !important;
}


 ul.pagination_ul > li > a.page-link:hover,ul.pagination_ul > li > a.page-link:focus{
    background-color: transparent  !important;
    font-weight: 800;
    border-color:transparent   !important ;
    padding: 0.5rem 0;
    color: #1500ff  !important;
    box-shadow: unset  !important;
  }

  .page-link_active{

    font-weight: 800 !important;
    color: #1500ff;
  }
 .feature_box_ul{
    width: 85%;
    margin: 0 auto;
 }
 .course_head_title{
    width: 960px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 .progress{margin: 12px auto 0;width: 98%;}

 .right_side_ecl{
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}
.cutome_padd{
    padding: 6px 10px;
}
 .topic_stats > span {

 }
.topic_stats > span > img {
    width: 12px;
    margin-right: 3px;
    opacity: 0.8;
}
.all_topic_wrapper{
    padding: 0 106px 0 37px;
}

.all_topic_wrapper_addon{
    padding: 0 25px 0 25px;
}
.course_video_wrapper + div{
    width: 81% !important;
    margin: 0 auto;
    height: 452px !important;
}

p.assesments_image > span > figure.image > img{ width: auto;

}

.original_video_thumb{
position: relative;
}
.thumb_play{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    left: -26px;
    right: 0;
    height: 120px;
    width: 255px;
}

.quic_cat_menu {
    font-weight: 700;
    color: #000000 !important;
}
.no-vertical-scroll {
    overflow-y: hidden;
}

.home-page-text {
    font-weight: 500;
    font-size: 13px;
}

.profile-name-text {
    font-weight: 500;
    font-size: 13px;
}

.files-folder-text {
    font-weight: 500;
    font-size: 13px;
}

.tutor_suggested_price_text {
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #8a9292;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 10px;
}