/* :root {
    --background-color: #ffffff;
    --theme-color:#F40009; 
    --font-color: rgb(0, 0, 0);
    --button-hover-color: #F40009;
    --box-background-color: #2a2a2a;
    --invert-background-color:#000;
    --invert-font-color:#fff;
  } */


body {
    background-color: var(--background-color);
}

.theme-text {
    color: var(--font-color) !important;
}

.navbar {
    background: transparent;
}

.top-logo img {
    width: 60px !important;
}

.logo-horizontal img {
    width: 140px !important;
}

.rightside {
    background: var(--background-color);
    overflow: hidden;
    top: -1px;
    position: relative;
    min-height: 100vh;
}

#navbarVacuum {
    height: unset !important;
}

.cousre-sec {
    background: var(--background-color);
}

.cousre-detaile {
    background: var(--background-color);
}

.course-durition {
    color: #fff;
}

.journey-sec .contin-sec {
    background-color: var(--box-background-color);
    padding: 10px;
    border-radius: 10px;
}

.journey-sec .text-dark {
    color: #fff;
}

.journey-sec .contin-sec img {
    height: 120px;
    margin-bottom: 10px;
}

.journey-sec .contin-sec:before {
    display: none;
}

.contin-sec .course-count img {
    width: 20px !important;
    height: 20px !important;
}

.course-count .count-text {
    font-size: 11px;
    color: var(--default-font-color);
}

.count-val {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background-color: var(--theme-color);
    color: var(--default-font-color);
    font-size: 10px;
    padding: 4px 0px;
    position: relative;
    right: 10px;
    text-align: center;
}

.journey-sec p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--default-font-color);
}

.heart-active {
    color: var(--theme-color) !important;
}

.nav-notify-cart-dropdown .badge {
    display: none !important;
}

.cousre-sec .heading {
    margin-top: 20px;
}

.cousre-sec .heading h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contin-sec {
    margin-bottom: 20px;
    background: none;
    overflow: hidden;
}

.contin-sec .course-details-anchor:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
}

.thumbnail_Ul {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    padding: 0 10px;
}

.thumbnail_Ul li {
    color: var(--theme-color);
}

.thumbnail_Ul li .info {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.thumbnail_Ul li .fa-star {
    font-size: 12px;
}

.thumbnail_Ul .badge {
    background-color: var(--theme-color);
    color: #fff;
    font-size: 10px;
}

.favourite {
    position: absolute;
    right: 10px;
    top: 10px;
}

.favourite i {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.contin-sec img {
    height: 255px;
    object-fit: cover;
    border-radius: 10px;
    transition: 450ms ease;
}

.contin-sec img.card-img-top {
    height: 200px;
}

.animate {
    position: relative;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    z-index: 1;
}

.contin-sec:hover .animate::before {
    transform: scaleX(1);
}

.animate::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(28, 30, 39, 0.3);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transform: scaleX(0);
    transition: all 500ms ease;
    z-index: 1;
}

.contin-sec .card-body {
    padding: 15px 10px !important;
}

.watch-progress {
    line-height: 0;
    font-size: 0.75rem;
    position: absolute;
    height: 7px;
    width: 100%;
    bottom: 0;
    box-shadow: inset 0 0.1rem 0.1rem rgba(52, 52, 52, 0.1);
    width: 100%;
    background: #49494942;
}

.watch-progress-bar {
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--theme-color);
    transition: width 0.6s ease;
    height: 7px;
    width: 50%;
}

.cousre-detaile .course-durition {
    bottom: 0.5em;
    font-size: 10px;
    padding: 5px;
    right: 1.5em;
    position: absolute;
    bottom: 0;
    color: #fff;
}

.course-img-box {
    position: relative;
}

.course-img-box .img-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-image: linear-gradient(to top, #000000a6, transparent);
    border-radius: 5px;
}

.cousre-detaile .watch-progess {
    line-height: 0;
    font-size: 0.75rem;
    background-color: #c6c6c6;
    /* border-radius: 0.3125rem; */
    position: absolute;
    height: 3px;
    width: 87%;
    bottom: 0;
}

.cousre-detaile .watch-progess-bar {
    height: 3px;
}

.cousre-detaile img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.view-all {
    text-align: center;
}

.view-all a {
    color: var(--theme-color);
    /* background: var(--theme-color); */
    /* border-bottom: 2px solid var(--theme-color); */
    display: inline-block;
    padding: 5px 0;
    /* margin-bottom: 20px; */
    /* border-radius: 10px; */
}

.owl-slider .owl-nav .owl-prev,
.owl-slider .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    background: var(--theme-color) !important;
    padding: 10px !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    box-shadow: 0 0px 12px 4px #c8c2c2;
}

.owl-slider .owl-nav .owl-prev span,
.owl-slider .owl-nav .owl-next span {
    color: #ffffff;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-slider .owl-nav .owl-next {
    right: -20px;
}

.owl-slider .owl-nav .owl-prev {
    left: -20px;
}

.journey_img img {
    height: 650px;
    object-fit: cover;
}

.login-page {
    position: relative;
    background: url("../img/login-bg-mobile.png") no-repeat center center/contain;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #2f2f2f;
    justify-content: center;
}

.skill-goals {
    padding-bottom: 100px;
    padding-top: 100px;
}

.verify-otp {
    background: url("../img/verify-bg-mobile.png") no-repeat center center/contain;
    background-color: #252223;
}

.login-page::before {
    content: "";
    /* background-image: url(../img/login-half.png); */
    position: absolute;
    bottom: 0;
    background-size: cover;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(to top, #000, transparent);
}

.login-card {
    width: 450px;
    padding: 35px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.login-card h1 {
    font-size: 28px;
    text-align: center;
}

.logo {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translatex(-50%);
}

.logo img {
    width: 60px;
}

.sidebar {
    background: var(--background-color);
    z-index: 9999;
    /* display:block!important; */
    box-shadow: 0px 0px 10px 0px #333333;
}

.closenav {
    position: absolute;
    top: 25px;
    right: 40px;
}

.popup-info {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 500px;
    background: var(--theme-color);
    z-index: 111;
    border-radius: 5px;
    padding: 20px 30px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}

.popup-info.active {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%, -50%) scale(1);
}

.popup-info .info ul li {
    margin-bottom: 10px;
    position: relative;
    display: block;
    padding-left: 2rem;
}

.popup-info .info ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
}

.start-btn:hover {
    background: #fff;
    font-weight: 600;
    color: #000;
}

.exit-quiz {
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 5px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    transition: 700ms ease;
}

.overlay.overlay_active {
    opacity: 0.3;
    pointer-events: all;
}

.exit-quiz:hover {
    color: #fff;
    opacity: 1;
}

.exit-quiz span {
    font-size: 54px;
}

.quiz {
    position: relative;
    left: -50%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.quiz-list {
    display: flex;
    height: 100vh;
    width: 200%;
}

.quiz-section {
    background: #f1f1f1;
    width: 100%;
    position: relative;
    left: -55%;
    /* left: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s ease-in-out;
    z-index: 100;
}

.quiz-section .quiz-box {
    background: url(../img/quiz/course-launched.jpg) no-repeat center center/cover;
    border: 2px solid var(--theme-color);
    width: 500px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    padding: 20px 30px;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.9);
}

.quiz-section .quiz-box.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    transition: 1s ease;
    transition-delay: 1s;
}

.quiz-box h1 {
    background: linear-gradient(45deg, transparent, var(--theme-color), transparent);
    padding: 5px 0;
    font-weight: 600;
    font-size: 26px;
    border-radius: 6px;
}

.quiz-box .quiz-header {
    border-bottom: 1px solid var(--theme-color);
}

.quiz-header .header-score {
    background: var(--theme-color);
    padding: 7px 15px;
    border-radius: 6px;
}

.quiz-box .question {
    font-size: 24px;
}

.option-list .option {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.32);
    margin-bottom: 15px;
    font-size: 17px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}

.option-list .option:hover {
    background: rgba(217, 51, 101, 0.58);
    border: 2px solid #fff;
}

.option-list .option.correct {
    background: #00a63d;
    border: 1px solid #00a63d;
    color: #ffff;
}

.option-list .option.wrong {
    background: #e61a1a;
    border: 1px solid #e61a1a;
    color: #ffff;
}

.option-list .option.wrong {
    background: #e61a1a;
    border: 1px solid #e61a1a;
    color: #ffff;
}

.option-list .option.disabled {
    pointer-events: none;
}

.option-list .option:hover span {
    color: #fff;
}

.quiz-box .quiz-footer {
    border-top: 1px solid var(--theme-color);
}

.quiz-footer .btn {
    padding: 10px 20px;
    box-shadow: none;
    background: #666;
    color: #fff;
    border: 0;
    pointer-events: none;
}

.quiz-footer .btn:hover {
    background: var(--theme-color);
}

.quiz-footer .btn.active {
    background: var(--theme-color) !important;
    pointer-events: auto;
}

.quiz-section.active {
    left: 0;
}

.quiz-section .result-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid var(--theme-color);
    width: 500px;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}

.quiz-section .result-box.active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.result-box h2 {
    font-size: 36px;
}

.result-box .percentage-container {
    width: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px 0 40px;
}

.percentage-container .circular-progress {
    position: relative;
    width: 250px;
    height: 250px;
    background: conic-gradient(var(--theme-color) 3.6deg, rgba(28, 28, 28, 0.196) 0deg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.percentage-container .circular-progress::before {
    position: absolute;
    content: "";
    width: 210px;
    height: 210px;
    background: #f1f1f1;
    border-radius: 50%;
}

.circular-progress .progress-value {
    font-size: 35px;
    font-weight: 600;
    position: relative;
}

.percentage-container .score-text {
    font-size: 25px;
}

.buttons button {
    width: 130px;
}

.buttons button:nth-child(2) {
    background: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

/* 
.reelsscroll{
    display: flexbox;
    display: flex;
    justify-content: center;
    height: calc(100vh - var(--ytd-shorts-masthead-height));
    overflow-y: scroll;
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    flex-direction: column;
    align-items: center;
}
.reelsscroll .reelvideo{
    width: 400px;
    margin-bottom: 20px;
    height: calc(100vh - 150px);
}
.reelsscroll .course-like {
    display: flex;
    position: absolute;
    right: 20px;
}
.reelsscroll .course-like .like{
    width: 30px;
}
.reelsscroll .course-like svg{
    color: #ffffff;
}
.reelsscroll .reelvideo img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
} */

.reelvideo .jw-video {
    object-fit: fill !important;
}

.menu-category>ul>li .cat-dropdown-menu {
    overflow-y: scroll;
    height: 650px;
    border-radius: 15px 0 0 15px;
}

.cat-dropdown-menu::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
    border-radius: 5px;
}

.cat-dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 5px;
}

.learning_tab {
    max-width: 720px;
    margin: 0px auto 80px auto;
}

.learning_tab .nav-link {
    background-color: #fff;
    border-radius: 0;
    padding: 10px;
}

.learning_tab li:nth-child(2) {
    border-left: 0.5px solid #0003;
    border-right: 0.5px solid #0003;
}

.learning_tab .nav-item {
    background-color: var(--invert-background-color);
    color: var(--invert-font-color);
    padding: 10px;
    cursor: pointer;
}

.learning_tab .nav-item.active {
    background-color: var(--theme-color);
    color: #fff !important;
}

.learning_tab .nav-item.active .nav-link {
    background-color: transparent;
    color: #fff;
}

.sidenav-item .text-dark {
    color: var(--font-color) !important;
}

.sidenav-item .text-dark:hover {
    color: var(--theme-color) !important;
}

.top-Banner {
    /* background-image: url(../../../public/assets/default/img/back-img.jpeg);
    background-size: cover;
    height: 550px;
    background-position-y: center;
    position: relative; */
    filter: grayscale(1);
}

.topB .section-body {
    position: relative;
}

/* .top-Banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000009c;
} */

.search-bar {
    position: absolute;
    /* left: 50%; */
    top: 50%;
    /* max-width: 700px; */
    width: 100%;
    /* transform: translate(-50%, -50%); */
    z-index: 999;
    background: #000;
    padding: 20px;
}

#searchform {
    position: relative;
    max-width: 700px;
    margin: 0px auto;
}

.search-bar input {
    border-radius: 50px;
    padding: 10px 50px;
    height: 55px;
    font-size: 16px;
    color: #000;
}

.search-bar input::placeholder {
    color: #000;
}

.search-bar .search-icon {
    position: absolute;
    top: 28%;
    left: 15px;
    font-size: 24px;
}

.search-bar .mic-icon {
    position: absolute;
    top: 28%;
    right: 20px;
    font-size: 24px;
}

.categories {
    padding: 0 0 90px 0;
}

.slide-box {
    position: relative;
}

.slide-box p {
    color: #fff;
    font-size: 20px;
}

.circlesilder .img {
    border-radius: 50%;
    height: 255px;
}

.circlesilder .contin-sec:hover img {
    border-radius: 50%;
}

.circlesilder .text-truncate {
    position: relative;
    bottom: 0px;
    top: 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: unset;
    white-space: normal;
    word-break: break-word;
    height: 50px;
    padding: 0;
    overflow: hidden;
}

.circlesilder .contin-sec {
    overflow: unset;
}

.country-circle {
    height: 255px;
    border-radius: 50%;
    background-color: var(--invert-background-color);
    ;
}

.country-slider .contin-sec:before {
    display: none;
}

.country-slider .contin-sec .text-dark {
    color: var(--invert-font-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 0;
    font-weight: 600;
    white-space: normal;
}

.top-padding {
    padding-top: 105px;
}

.slider-description {
    background-color: var(--box-background-color);
    border-radius: 30px 0 30px 0;
    color: #fff;
    text-align: center;
    padding: 20px;
    max-width: 768px;
    margin: 50px auto 0;
    position: relative;
}

.description-para {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: var(--default-font-color);

}

.slider-description:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to bottom, #000000b0, transparent);
}

.progress-box canvas {
    height: 250px !important;
}

.progress-box {
    text-align: -webkit-center;
}

.progress-box .chart {
    position: relative;
    width: 250px;
    height: 350px !important;
    text-align: center;
    font-size: 40px;
    line-height: 350px;
    height: 160px;
    color: var(--font-color);
}

.progress-box canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.cousre-detaile h4 {
    color: #fff;
    white-space: nowrap;
    color: aliceblue;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-Details-Ul li {
    /* padding-right: 30px; */
}


.video-Details-Ul li span {
    cursor: pointer;
}

.video-Details-Ul li span:first-child {
    cursor: unset;
}

.cousre-detaile .jwplayer {
    height: 530px !important;
}

.btn-default {
    background-color: var(--theme-color);
    color: #fff;
}

.quiz-button button {
    width: 300px;
    background-color: var(--invert-background-color) !important;
    color: var(--invert-font-color);
}

.quiz-button button:hover {
    background-color: #23bf1d !important;
    color: #fff;
}

.video-Details-Ul li:first-child span {
    padding-right: 20px;
}

.course_chapter:hover {
    background-color: var(--theme-color);
    transition: 0.5s;
}

.course_chapter:hover p {
    color: #fff !important;
}

.course_chapter:hover span {
    color: #fff !important;
}

.video-data p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.video-play-icon {
    position: absolute;
    bottom: 5px;
    left: 20px;
}

.video-play-icon i {
    color: #fff;
    font-size: 12px;
}

.video-data span {
    font-size: 12px;
    color: #dcdcdc;
    font-size: 12px;
    overflow: hidden;
    height: 48px;
    position: absolute;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.detail-page {
    padding-top: 100px;
}

.quizz-section {
    background-image: url(../../../public/assets/default/img/quiz-back.jpg);
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.quizz-section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    /* background-image: linear-gradient(to top, var(--theme-color), transparent); */
}

.quizz-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0006;
}

.incorrect-ans {
    background-color: #179c56 !important;
}

.incorrect-ans>.option-alpha {
    background-color: #ffffff73 !important;
}

.quiz-wrong-ques {
    height: 25px;
}

.msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    max-width: 480px;
    margin: 0px auto;
    z-index: 9;
}

.msform fieldset {
    background: transparent;
    border: 0 none;
    /* border-radius: 0.5rem; */
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 20px;
    position: relative;
}

.form-card {
    text-align: left;
}

.msform fieldset:not(:first-of-type) {
    display: none;
}

.quiz-form input[type="radio"] {
    opacity: 0;
}

.radiocontainer {
    background: transparent;
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 7px;
    color: #fff;
    margin-bottom: 25px;
    border: 2px solid #fff;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radiocontainer .quiz-opt {
    margin-bottom: 0;
    position: relative;
    z-index: 9;
    padding-right: 35px;
    left: 40px;
}

.radiocontainer:hover {
    background: var(--theme-color);
}

.msform input:focus,
.msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673ab7;
    outline-width: 0;
}

.msform .action-button {
    width: 100px;
    background: #179c56;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    position: relative;
    margin-top: 30px;
}

.msform .action-button:hover,
.msform .action-button:focus {
    background-color: #179c56;
}

.msform .action-button-back {
    width: 100px;
    background: var(--theme-color);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: left;
    position: relative;
    margin-top: 30px;
}

.msform .action-button-back:hover,
.msform .action-button-back:focus {
    background-color: var(--theme-color);
}

.card {
    /* z-index: 0; */
    border: none;
    position: relative;
}

.fs-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: normal;
    text-align: left;
    margin-top: 20px;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

.progress {
    height: 20px;
}

.progress-bar {
    background-color: #179c56;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.checkedlabel .option-alpha {
    background: var(--theme-color);
    border-radius: 50px;
    color: #fff;
    margin-right: 15px;
    padding: 3px 0px;
    position: absolute;
    z-index: 9;
    left: 10px;
    top: 50%;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 14px;
    transform: translateY(-50%);
}

.radiocontainer:hover .option-alpha {
    background: #fff;
    color: #000;
}

.radiocontainer input:checked+.checkmark {
    background: var(--theme-color) !important;
}

.radiocontainer input:checked~.option-alpha {
    background: #fff;
    color: #000;
}

.checkmark {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 7px;
}

.row .quiz-progress-box .chart {
    line-height: 40px !important;
    top: 115px;
    width: 220px;
    height: unset !important;
}

.quiz-form .steps {
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
}

.quiz-form .steps img {
    width: 25px;
}

.progress-bar-box .progress {
    width: 100%;
}

.quiz-progress-box span {
    font-size: 18px;
}

.quiz-progress-box {
    height: 315px;
}

.quiz-action .btn {
    width: 150px;
    margin-bottom: 15px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
}

.quiz-action .btn:hover {
    background-color: #fff;
    color: var(--theme-color);
}

.quiz-progress-box canvas {
    height: 220px !important;
    width: 220px !important;
}

.journey-img {
    height: 500px;
    object-fit: cover;
}

.start-journey-btn {
    /* background-color: #fff;
    color: #000; */
    width: 300px;
}

.login-form .form-group {
    position: relative;
}

.login-form .form-group i {
    color: var(--theme-color);
    position: absolute;
    top: 12px;
    left: 12px;
}

.login-form .form-group .edit {
    right: 12px;
    left: unset;
}

.login-form .form-group input {
    padding: 0 20px 0 40px;
    font-size: 14px;
}

.login-form .form-group textarea {
    padding: 10px 40px;
    font-size: 14px;
}

.login-form .form-group select {
    color: #949494;
}

.login-form .form-group select {
    padding: 0 40px;
    font-size: 14px;
}

.get-access-code p {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
}

.get-access-code a {
    color: var(--theme-color);
}

.select-country {
    padding-left: 20px;
    padding-right: 0 !important;
}

.country-code .select2-selection__rendered {
    padding-left: 23px !important;
    padding-right: 0 !important;
    font-size: 13px;
    color: #343434 !important;
    text-overflow: unset;
    overflow: unset;
}

.country-code .select2-selection__clear {
    display: none;
}

.register-bottom-icons p {
    color: #fff;
    font-size: 14px;
}

.register-bottom-icons img {
    width: 20px;
    margin-right: 5px;
}

.register {
    background: url(../img/verify-bg-mobile.png) no-repeat center center / contain;
    background-color: #252223;
}

.skill-and-goals {
    max-width: 768px;
    margin: 0px auto;
    position: relative;
}

.learning-goals li {
    position: relative;
}

.learning-goals label {
    border-radius: 25px;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}

.learning-goals .col {
    margin-top: 20px;
}

.learning-goals .goal-img {
    width: 100%;
    border-radius: 25px;
    height: 100px;
}

.learning-goals .check-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    display: none;
}

.learning-goals input {
    position: absolute;
    opacity: 0;
}

.learning-goals input:checked~.check-icon {
    display: block;
}

.learning-goals input:checked~label {
    border: 2px solid var(--theme-color);
}

.learning-goals p {
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 5px;
    /* word-break: break-word; */
    z-index: 9;
}

.learning-goals button {
    max-width: 350px;
}

.learning-goals {
    text-align: center;
}

.quiz-wrong-ques p:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notification {
    position: relative;
    width: 68px;
    text-align: right;
}

.notif-bell span {
    position: absolute;
    top: -9px;
    right: -10px;
    background: red;
    border-radius: 50px;
    font-size: 12px;
    padding: 2px 4px 2px 2px;
    height: 17px;
    width: 18px;
    text-align: center;
}

.active-heart {
    color: red !important;
}

.info-modal h4 {
    font-weight: 600;
    margin: 10px 0;
}

.info-modal p {
    font-size: 15px;
}

.info-modal ol li {
    list-style: auto !important;
    margin: 10px 0 10px 20px;
    font-size: 15px;
}

.info-modal .modal-body {
    background-image: linear-gradient(to left, #0000005c, transparent);
    border-radius: 13px;
}

.info-modal .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
    z-index: 999999999;
}

.info-modal span {
    color: #000;
}

.notification-Ul {
    margin-bottom: 30px;
    width: 100%;
}

.notification-image img {
    border-radius: 50px;
    height: 50px;
    width: 50px;
}

.notification-data p {
    color: #dad5d5;
}

.main-notification-box {
    border-bottom: 1px solid #ffffff30;
}

.support-form {
    max-width: 500px;
    margin: 40px auto 0;
}

.support-form label {
    color: #fff;
}

.support-form .form-group i {
    left: 23px;
}

.image-section {
    position: relative;
}

.image-section .image-cover {
    height: 200px;
    width: 100%;
    border: 1px dashed #afafaf;
    border-radius: 10px;
}

.image-cover input {
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.image-section label {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 15px;
}

.image-cover img {
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.help-main-box h4 {
    cursor: pointer;
    line-height: 3;
    width: 95%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.min-height {
    min-height: 100vh;
}

.bg-darker {
    background-color: var(--background-color);
}

.collapse-box {
    border-bottom: 1px solid var(--font-color);
    ;
    padding-bottom: 10px;
}

.collapse-box i {
    font-size: 22px;
    position: relative;
    top: 14px;
}

.collapse-box div {
    font-size: 14px;

}

.progresss>li {
    transition: 0.5s color;
    position: relative;
    cursor: pointer;
    background: transparent;
}

.progresss>li:before,
.progresss>li:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    text-align: center;
    z-index: 99;
    position: relative;
}

.progresss>li:before {
    transition: 0.5s background;
    margin: -5px 2px 0;
    border-radius: 14px;
    box-shadow: 0 0 0 3px var(--theme-color);
    background: var(--theme-color);
}

.progresss>li>i {
    padding: 5px 10px;
    border-radius: 5px;
    border-top-left-radius: 0;
    transition: 0.5s background;
    position: absolute;
    width: 100px;
    margin: -7px 0 0 20px;
    font-style: normal;
    color: #fff;
}

.progresss {
    counter-reset: point;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1 0;
    position: relative;
    margin: auto;
    padding: 0;
    list-style: none;
    color: #999;
}

.progresss:before,
.progresss:after {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: 0;
    z-index: -1;
}

.progresss:before {
    width: 4px;
    height: 100%;
    background: #ccc;
    z-index: 9;
}

.progresss:after {
    transition: 0.5s height;
    width: 4px;
    background: var(--theme-color);
    z-index: 9;
}

.progresss[data-progress="0"]>li:nth-child(-n + 1),
.progresss[data-progress="1"]>li:nth-child(-n + 2),
.progresss[data-progress="2"]>li:nth-child(-n + 3),
.progresss[data-progress="3"]>li:nth-child(-n + 4),
.progresss[data-progress="4"]>li:nth-child(-n + 5) {
    color: var(--theme-color);
}

.progresss[data-progress="0"]>li:nth-child(-n + 0):before,
.progresss[data-progress="1"]>li:nth-child(-n + 1):before,
.progresss[data-progress="2"]>li:nth-child(-n + 2):before,
.progresss[data-progress="3"]>li:nth-child(-n + 3):before,
.progresss[data-progress="4"]>li:nth-child(-n + 4):before {
    background: var(--theme-color);
}

.progresss[data-progress="0"]>li:nth-child(1)>i:after,
.progresss[data-progress="1"]>li:nth-child(2)>i:after,
.progresss[data-progress="2"]>li:nth-child(3)>i:after,
.progresss[data-progress="3"]>li:nth-child(4)>i:after,
.progresss[data-progress="4"]>li:nth-child(5)>i:after {
    border-top-color: #ccc;
}

.progresss[data-progress="0"]:after {
    height: 0%;
}

.progresss[data-progress="1"]:after {
    height: 25%;
}

.progresss[data-progress="2"]:after {
    height: 50%;
    width: 34% !important;
}

.progresss[data-progress="3"]:after {
    height: 75%;
    width: 51% !important;
}

.progresss[data-progress="4"]:after {
    height: 100%;
    width: 67% !important;
}

.progresss[data-progress="5"]:after {
    width: 84% !important;
}

.progresss[data-progress="6"]:after {
    width: 100% !important;
}

* {
    box-sizing: inherit;
}

.demo {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 75%;
    margin: auto;
    font-size: 12px;
}

.demo__blurb {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 100%;
    padding: 0 0 20px;
    text-align: center;
}

.demo__blurb p {
    margin: 5px;
}

.goal-img~.img {
    border-radius: 25px;
}

.goal-img~.img-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-image: linear-gradient(to top, #000000db, transparent);
    border-radius: 25px;
}

.course_chapter {
    margin-bottom: 10px;
}

.bottom-fix-menubar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--background-color);
    z-index: 999999;
    padding: 15px;
    box-shadow: 0px 0px 7px 2px #333435;
}

.bottom-fix-menubar li {
    padding: 0 15px;
}

.bottom-fix-menubar {
    visibility: hidden !important;
}

.bottom-fix-menubar li i {
    color: var(--font-color) !important;
}

.bottom-fix-menubar li p {
    color: var(--font-color) !important;
}

.bottom-fix-menubar .sidenav-item-active i {
    color: var(--theme-color) !important;
}

.bottom-fix-menubar .sidenav-item-active p {
    color: var(--theme-color) !important;
}

.user-profile-img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50px;
}

.profile-menubar {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px 0;
    max-width: 390px;
    margin: 20px auto 0;
    box-shadow: 0 0 6px 2px #bfbfbf;
}

.profile-menubar li {
    padding-top: 3px;
    margin-bottom: 10px;
    padding-bottom: 12px;
    margin-top: 10px;
    border-bottom: 1px solid var(--theme-color);
}

.profile-menubar li:hover {
    color: var(--theme-color);
}

.profile-menubar i {
    padding-right: 5px;
}

.logout-btn i {
    color: var(--theme-color);
}

.logout-btn li {
    border-bottom: none !important;
}

.add-user-profile {
    position: relative;
    height: 90px;
    width: 90px;
    margin: 0px auto;
}

.add-user-profile i {
    color: var(--theme-color);
    background-color: #000;
    border-radius: 50px;
    padding: 5px;
    position: absolute;
    right: -10px;
    top: 10px;
}

.add-user-profile input {
    height: 90px;
    width: 90px;
    z-index: 9999;
    position: relative;
    opacity: 0;
}

.basic-info-box {
    max-width: 700px;
    margin: 0px auto;
}

.basic-info-form {
    margin-top: 20px;
}

.add-user-profile img {
    width: 100%;
    position: absolute;
    height: 90px;
    object-fit: cover;
    border-radius: 50px;
}

.basic-info-form .form-group select {
    color: #949494;
    font-size: 14px;
    padding: 0 20px 0 0;
    text-indent: 40px;
}

.basic-info-form .form-group input {
    padding: 0 20px 0 40px !important;
    font-size: 14px !important;
}

.basic-info-form .form-group i {
    left: 15px;
}

.profInp {
    position: relative;
}

.basic-info-box label {
    color: #fff;
}

.basic-info-box .btn-primary {
    max-width: 200px;
    margin: 0px auto;
}

.basic-info-form .btn {
    padding: 0 !important;
}

.coursesilder .contin-sec a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #000000b5, transparent);
}

.view-all-videos .contin-sec a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #000000b5, transparent);
}

.circlesilder button img {
    height: unset !important;
}

.prev-arrow:before {
    color: #fff;
}

.next-arrow:after {
    color: #fff;
}

.error {
    color: red;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 5px;
}

.alert {
    font-size: 14px;
}

.course-durations span {
    color: var(--theme-color) !important;
    font-weight: 600;
}

.course-durations {
    color: var(--theme-color) !important;
    font-weight: 600;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 0 !important;
    border-color: #b0a8a8 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
    height: 2.5rem;
}

.basic-info-box .basic-info-form .btn {
    padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 10px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
    position: relative;
    top: 7px;
    left: 35px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0 !important;
}

.avatar img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50px;
    position: relative;
    top: -5px;
}

.orDiv {
    position: relative;
}

.orDiv::before {
    content: "";
    position: absolute;
    width: 45%;
    height: 1px;
    background-color: #fff;
    top: 50%;
    transform: translateY(50%);
    left: 0;
}

.orDiv::after {
    content: "";
    position: absolute;
    width: 45%;
    height: 1px;
    background-color: #fff;
    top: 50%;
    transform: translateY(50%);
    right: 0;
}

.orDiv p {
    font-size: 18px;
}

.select2-selection__rendered[title="--Select--"] {
    color: #818894 !important;
}

.skills-main {
    position: relative;
}

.leftborder {
    border-left: 1px solid #ffffff73 !important;
    height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* width */
.leftborder::-webkit-scrollbar {
    width: 0;
}

/* Track */
.leftborder::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000;
    border-radius: 10px;
}


/* Handle */
.leftborder::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}

/* Handle on hover */
.leftborder::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.ch-active {
    background-color: var(--theme-color);
}

.ch-active p {
    color: #fff !important;
}

.ch-active span {
    color: #fff !important;
}

.activity-bx {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #fff;
}

.activity-bx p {
    padding-left: 0;
    bottom: 27px;
}

.surveys img {
    height: auto !important;
}

.surveys .activity-bx {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: unset;
    width: 100%;
    height: 100%;
}

.surveys .activity-bx p {
    font-size: 26px;
    bottom: unset;
    padding: 0 10px !important;
    top: 50%;
    transform: translateY(-50%);
}

.text-pink {
    color: var(--theme-color);
}

.scrollbox {
    background-color: var(--box-background-color);
    border-radius: 20px;
    padding: 30px 20px;
}

.scrollbox .text-white {
    color: var(--default-font-color) !important;
}

.scrollbox img {
    border: 2px solid var(--theme-color);
}

.rankUl img {
    width: 40px;
    border-radius: 50px;
    border: none;
    background: #8e8888;
    padding: 2px;
    height: 40px;
}

.rankUl {
    background: #4a4949;
    border-radius: 50px;
    padding: 5px 30px;
    margin-bottom: 20px;
}

.rankUl li:nth-child(3) div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 175px;
}

.rankUl li:nth-child(3) {
    position: relative;
    top: 5px;
}

.rankUlMain {
    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.rankUlMain li div {
    color: var(--default-font-color) !important;
}

.rankUlMain::-webkit-scrollbar {
    width: 0;
}

/* Track */
.rankUlMain::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 #000;
    border-radius: 10px;
}

/* Handle */
.rankUlMain::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0;
}

/* Handle on hover */
.rankUlMain::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.badge-img {
    height: 20px !important;
    width: 20px !important;
    background: var(--theme-color);
    padding: 2px;
    bottom: 5px;
    right: 5px;
    position: absolute !important;
}

.scrollbox .add-user-profile img {
    position: unset;
}

.king-img {
    height: 20px !important;
    width: 20px !important;
    border: none;
    margin-bottom: 10px;
}

.mtop {
    margin-top: 85px;
}

.slideCarousel .head {
    text-align: center;
    color: #fff;
    margin: 5rem 0;
}

.slideCarousel .head a {
    color: #fff;
}

.slideCarousel .head h3 {
    font-size: 14px;
    font-weight: normal;
}

.slideCarousel {
    overflow-x: clip;
}

.slideCarousel .swiper {
    overflow: visible;
    margin-top: 2rem;
}

.slideCarousel .swiper .swiper-slide {
    width: 230px;
}

.slideCarousel .single {
    position: relative;
    pointer-events: none;
    user-select: none;
    /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
        rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
}

.slideCarousel .single img {
    width: 100%;
    height: 300px;
    vertical-align: top;
    border-radius: 8px;
    pointer-events: none;
    border: 2px solid #9d9999;
    position: relative;
}

.slideCarousel .single:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
    z-index: 9;
}

.single .slideTxt {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    z-index: 9;
}

.single .slideTxt p {
    font-size: 14px;
    padding-left: 10px;
}

.slideCarousel .slider-description {
    margin-top: 100px;
}

.slideCarousel .slider-description:before {
    background-image: none;
    position: unset;
}

.slideCarousel .slider-description {
    background-color: var(--box-background-color);
    border: 2px solid #9d9999;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
}

.assessment-tab li {
    flex: 1 1 auto;
    text-align: center;
}

.assessment-tab .nav-item {
    display: block;
}

.assessment-innerBx {
    margin-bottom: 40px;
}

.assessment-innerBx img {
    width: 100%;
    border-radius: 20px;
}

.assessment-innerBx p {
    text-align: center;
    margin-top: 10px;
}

.assessment-tab {
    max-width: 500px;
}

.results-progress {
    max-width: 992px;
    margin: 0px auto;
}

.results-progress .progress {
    height: 15px;
}

.results-progress .progress-bar {
    background-color: var(--theme-color);
}

.progressUl {
    margin-bottom: 30px;
}

.progressUl>li {
    color: #fff;
    list-style: disc;
}

.progressUl>li::marker {
    color: var(--theme-color);
}

.progressUl .d-flex li {
    font-size: 13px;
}

.resultTab .card-header {
    background-color: #fff;
    border-radius: 0;
    max-width: 992px;
    margin: 0px auto 10px;
    padding: 0.6rem 1.25rem;
}

.resultTab .card-header i {
    font-size: 24px;
}

.summary-box {
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #fff;
    margin-bottom: 40px;
    background-color: var(--box-background-color);
}

.summary-box ol {
    padding-left: 20px;
    padding-top: 5px;
}

.summary-box ol li {
    list-style: decimal;
    color: var(--default-font-color);
    font-size: 14px;
    height: 60px;
}

.summary-box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background-color: rgb(78, 78, 78);
    border-radius: 50px;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--default-font-color);
}

.summary-box ul li span {
    color: var(--default-font-color);
}

.selected-choice {
    background-color: var(--theme-color) !important;
}

.scrollReels .jwplayer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
}

.scrollReels {
    margin-top: 20px;
}

.scrollReels .reelvideo {
    height: 86vh;
    width: 600px;
    border: 2px solid var(--theme-color);
    border-radius: 20px;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    overflow: hidden;
}

.scrollReels .reelvideo .jwplayer.jw-flag-aspect-mode {
    height: 86vh !important;
}

.scrollReels .jw-top {
    height: 0 !important;
}

.scrollReels .jw-icon-fullscreen {
    display: none;
}

.scrollReels .jw-icon-fullscreen {
    display: none;
}

.scrollReels .jw-icon-pip {
    display: none;
}

.scrollReels .jw-svg-icon-pip-on {
    display: none;
}

.scrollReels .jw-text-elapsed {
    display: none;
}

.scrollReels .jw-text-duration {
    display: none;
}

.scrollReels .jw-icon-rewind {
    display: none;
}

.scrollReels .jw-slider-time {
    display: none;
}

.scrollReels .jw-autostart-mute {
    display: none;
}

.scrollReels .jw-settings-menu {
    display: none;
}

.scrollReels .jw-icon-settings::after,
.jw-icon-volume::after,
.jw-settings-menu .jw-icon::after {
    display: none;
}

.scrollReels .jw-icon-inline.jw-icon-volume {
    display: none !important;
}

.scrollReels .jw-autostart-mute {
    display: none;
}

.scrollReels .jw-svg-icon-settings {
    display: none;
}

.scrollReels .jw-display-icon-rewind {
    visibility: hidden;
}

.reels-section .container {
    aspect-ratio: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    height: 100vh;
    scrollbar-color: #ffc0cb00 #add8e600;
}

.reels-section .reelvideo {
    scroll-snap-align: center;
    scroll-snap-stop: always;
    aspect-ratio: 1;
    margin: 0px auto;
    position: relative;
}

.reels-section .container::-webkit-scrollbar {
    width: 1px;
}

/* Track */
.reels-section .container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000;
    border-radius: 0;
}

/* Handle */
.reels-section .container::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0;
}

/* Handle on hover */
.reels-section .container::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.reelControlsUl {
    position: absolute;
    right: 45px;
    bottom: 125px;
}

.reelControlsUl li {
    line-height: 1.5;
    color: #fff;
    font-size: 35px;
}

.takeCourse {
    position: absolute;
    left: 25px;
    bottom: 80px;
}

.takeCourse p {
    font-size: 21px;
    margin-bottom: 20px;
}

.swiper-slide {
    /* width: 235px !important; */
}

.takeCourse button {
    border-radius: 50px;
    padding: 2px 20px;
    font-size: 18px;
    height: 45px;
    margin-top: 10px;
}

svg.jw-svg-icon1 {
    height: 80px !important;
    width: 80px !important;
    fill: currentColor;
    pointer-events: none;
    margin-right: 5px;
}

.jw-reset {
    padding: 15px 15px;
}

.rankUl li {
    display: inline-block;
}

.rankUl li:last-child {
    float: right;
}

.rankUl li:last-child {
    padding-top: 10px;
}

.footer {
    background: var(--background-color);
    padding: 12px 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 0 5px 0 var(--font-color);
    /* z-index: 9999999; */
    position: relative;
}

.footerUl li:first-child {
    /* width: 60px; */
}

.footerUl li:last-child {
    cursor: pointer;
}

.footerUl li:last-child img {
    width: 60px;
    position: relative;
    z-index: 999;
    background-color: var(--default-background-color);
    padding: 5px;
    border-radius: 5px;
}


.anim:before {
    animation: pulse-border 1500ms ease-out infinite;
    background-color: var(--font-color);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    width: 92px;
    height: 50px;
    content: "";
    bottom: -34px;
    position: absolute;
    border-radius: 20px;
    right: -65px;
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 0;
    }
}

.info-modal .modal-body {
    background-image: linear-gradient(to left, #0000005c, transparent);
    border-radius: 13px;
}

.barcode-modal .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
    z-index: 999999999;
    padding: 5px;
    max-width: 400px;
    background-color: var(--theme-color);
    border-radius: 20px;
    margin-top: 0;
    margin: 0px auto;
}

.barcode-modal img {
    width: 60%;
}

.barcode-modal li {
    font-size: 14px;
}

.barcode-popup-data ul {
    padding-left: 20px;
}

.barcode-popup-data li {
    padding-bottom: 10px;
    list-style: disc;
}

.barcode-popup-data ul li::marker {
    color: var(--theme-color);
}

.barcode-popup-data p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    border: 2px solid var(--theme-color);
    border-radius: 10px 0 10px 0;
    padding: 5px;
    font-family: sans-serif;
}

.surveys .contin-sec {
    position: relative;
}

.curve-slider p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--default-font-color);
}

.barcodeLi {
    display: flex;
    align-items: center;
}

.barcodeLi div {
    float: right;
    position: relative;
}

.leaderboardUser li {
    flex-grow: 1;
    width: 10px;
}

.leaderboardUser li div {
    color: var(--default-font-color) !important;
}

.webinar-opt .nav-item a {
    color: var(--font-color);
}

.webinar-opt .tab-content .tab-pane {
    color: #fff;
}

.webinar-opt .tab-pane i {
    top: 0 !important;
}

.webinar-opt .tab-content h4 span {
    font-size: 12px;
}

.webinar-opt .tab-content .fa-bars {
    top: 10px !important;
    color: var(--theme-color);
}

.webin-row p {
    float: right;
    padding-left: 20px;
}

.webinar-opt .bx {
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #ccc; */
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    /* background-color: white; */
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #2196f3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch-bx {
    border-color: var(--theme-color) !important;
}

.topics-section .swiper-slide {
    /* right: 65px; */
}

.topics-section .swiper-slide .single:before {
    border-radius: 50%;
}

.topics-section .single img {
    height: 235px;
    /* width: 230px; */
    border-radius: 50%;
    border: 4px solid var(--theme-color);
}

.groups-ul li {
    padding-right: 25px;
}

.groups-ul li .fa {
    padding-right: 5px;
    color: var(--theme-color);
}

.topics-section .swiper-slide-active:before {
    font-family: "Font Awesome 5 Free";
    content: "\25BC";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    font-size: 30px;

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999999;
    bottom: -50px;
    color: var(--theme-color);
}

.main-topics-nav {
    max-width: 500px;
    margin: 0px auto 40px;
    justify-content: center;
}

.main-topics-nav .nav-link {
    color: var(--font-color);
}

.main-topics-nav .nav-link.active {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.main-topics-nav {
    border-bottom-color: var(--theme-color);
}

.join-bx span {
    font-size: 13px;
}

.join-bx i {
    padding-right: 2px;
}

.join-bx-data {
    background-image: linear-gradient(45deg, black, transparent);
}

.comment-sec {
    max-width: 800px;
    margin: 0px auto;
}

.feed-img {
    height: 370px;
}

.pro-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.id-ul span {
    font-size: 14px;
}

.inner-cmt-ctrl li {
    font-size: 14px;
    color: var(--default-font-color);
}

.inner-cmt-ctrl li i {
    cursor: pointer;
}

.inner-cmt-ctrl {
    /* padding-top: 105px; */
}

.commentUl img {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    object-fit: cover;
    margin-right: 20px;
}

.commentUl li:last-child {
    width: 100%;
    position: relative;
}

.commentUl li:last-child input {
    border-radius: 50px;
    font-size: 14px;
    padding-right: 50px;
    /* background: #ededed; */
    background: transparent;
    color: #fff;

}

.ctrlsUl {
    padding: 0 15px;
}

.vis-data {
    /* padding: 0 15px; */
}

.commentUl span {
    color: #fff;
    padding-right: 10px;
    font-size: 12px;
    padding-top: 5px;
}

.comment-section-bx {
    border-bottom: 2px solid var(--font-color);
}

.vis-data .fa {
    color: var(--theme-color);
}

.id-ul li img {
    float: left;
}

.id-ul li div {
    float: left;
}

.id-ul li .fa {
    font-size: 20px;
}

.top-post-img {
    height: 400px;
    overflow: hidden;
}

.penunpen {
    margin: 10px auto 30px auto;
    border-bottom: 2px solid #666 !important;
    padding-bottom: 20px;
}

.white-btn {
    color: #000;
    background-color: #fff;
}

.post-Buttons li:first-child .btn:hover {
    color: #fff;
}

.exit-popup-logo img {
    width: 70px;
}

.unfollow-modal .modal-content {
    background-color: #4c4c4c;
    color: #fff;
}

.unfollow-modal button {
    width: 120px;
}

.unfollow-modal .modal-dialog {
    top: 10%;
    /* transform: translateY(-50%) !important; */
}

.ext-btn:hover {
    color: #fff;
}

.top-post-img {
    background-size: cover;
    background-position: center;
}

.comment-popup {
    max-height: 400px;
    overflow-y: auto;
}

.comment-popup .chatbx li input {
    width: 100%;
    padding-right: 45px;
}

.comment-popup .chatbx li:nth-child(2) {
    width: 100%;
    position: relative;
}

.fa-paper-plane {
    color: var(--theme-color);
}

.commentUl .fa-paper-plane {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 18px;
}

.commentmUl li {
    position: relative;
}

.add-announcements {
    position: fixed;
    right: 40px;
    bottom: 80px;
    background: var(--theme-color);
    padding: 11px 14px 11px 14px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999999;
}

.add-announcements i {
    color: #fff;
    font-size: 28px;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.add-announcements:hover i {
    rotate: 180deg;
}

.announceHeadUl img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 100%;
}

.announceHeadUl span {
    font-size: 12px;
}

.announcement-modal .modal-body {
    padding: 0;
}

.announcement-head {
    background-color: var(--theme-color);
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
}


.announcement-textbox textarea {
    font-size: 14px;
}

.announcement-textbox label {
    /* display: inline-block; */
    color: #000;
    cursor: pointer;
    margin-top: 1rem;
}

.announcement-textbox .file-btns {
    padding-left: 20px;
}


.announcement-textbox {
    padding-bottom: 10px;
}

.announcement-textbox textarea {
    resize: none;
}

.post-btn button:hover {
    color: #fff;
}

.forum-Slider-Para {
    height: 60px;
}

.join-bx {
    width: 380px;
    padding: 0 10px;
}

.joined-tab img {
    height: 180px !important;
}

/* .full-sec img{
    height: 350px!important;
  } */

.hybrid-section img {
    border: 2px solid var(--theme-color) !important;
    /* box-shadow: 0 0 2px 2px #fefefe; */
}


.hybrid-section .activity-bx p {
    bottom: 20px;
    top: unset;
    transform: unset;
    left: 20px;
    text-align: left;
}

.hybrid-section .activity-bx p {
    font-size: 20px;
}

.linkk {
    background-color: var(--theme-color);
    padding: 8px;
    color: var(--invert-font-color);
    border-radius: 50px;
}

.ulHeading {
    position: relative;
}

.ulHeading:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    background-color: var(--theme-color);
    width: 50px;
    height: 2px;

}

.instructorBox {
    color: var(--default-font-color);
}

.instructorBox li p {
    height: unset;
}

.instructorBox ul img {
    border-radius: 50px;
    height: 40px;
    width: 40px;
}


.instructorBox ul p {
    text-indent: 10px;
    /* color: var(--default-font-color); */
}

.ratrev .fa-star {
    color: #ffa500;
}

.ratrev .fa-thumbs-up {
    color: #00b7ff;
}

.session-box i {
    color: var(--theme-color);
    font-size: 20px;
}

.session-box ul li p {
    height: unset;
}

.session-box {
    background-color: var(--invert-background-color);
    padding: 10px 20px 15px;
    border-radius: 10px;
    cursor: pointer;
    color: var(--invert-font-color);

}

.hybrid-section img {
    height: 335px !important;
}

.diffModelColor {
    background-color: var(--box-background-color);
    border: 2px solid #5c5c5c;
}

.diffModelColor .form-control {
    background-color: transparent;
    color: var(--default-font-color) !important;
    border-color: var(--theme-color);
}


.diffModelColor .form-control:focus {
    background-color: transparent;
    border-color: var(--theme-color);
}

.diffModelColor .form-control::placeholder {
    color: #fff;
}


.trainingActionBtn button {
    margin: 0 2px;
}

.training-box {
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #fff;
    margin-bottom: 40px;
    background-color: var(--box-background-color);
}

.training-box ul:first-child {
    width: auto;
    border-radius: 20px;
}

.box-data-ul {
    width: 100%;
}


.training-box ul:first-child img {
    width: 100%;
    border-radius: 10px;
    height: 140px;
}

.training-box ul p {
    font-size: 12px;
}

.training-box ul h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 43px;
}

.training-box i {
    margin-right: 5px;
}

.training-box button {
    font-size: 12px;
}

.sm-btn {
    padding-right: 20px;
    padding-left: 20px;
    height: 25px;
}


.training-detail-img img {
    height: 400px;
    border-radius: 50px;
}

.resource-box ul li {

    padding: 20px 0;
}

.resources-box ul li {
    padding: 10px 10px;
    margin: 5px 0;
}


.resources-box ul li i {
    padding-right: 5px;
}

.resources-box a {
    color: #fff;
}

.training-details .slider-description {
    margin-top: 0;
}

.ratings .fa {
    color: #c4c4c4;
    font-size: 18px;
    padding: 0 5px;
}

.reviewInp {
    font-size: 14px;
}


.ratings .checked {
    color: #ffa500;
    font-size: 18px;
}

.bottom-resources .collapseLi {
    background-color: var(--theme-color);
    cursor: pointer;

}

.bottom-resources div {
    padding: 10px;
}

.disableLabel {
    background-color: #4e4e4e !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.disableLabel a {
    pointer-events: none !important;
    color: #8f8f8f;
}

.training-section .nav li {
    width: 50%;
}

.ratrev li i {
    padding-right: 10px;
}

.team-img-bx img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    margin-bottom: 10px;
    object-fit: cover;
}

.learning-hours {
    font-size: 14px;
}

.team-img-bx {
    background-image: linear-gradient(to bottom right, #8e0a39, #3B3B3B);
    padding: 20px;
    border-radius: 20px;
    color: var(--default-font-color);
}

.progress-banner {
    filter: unset;
    background-image: linear-gradient(#8e0a39, #3B3B3B);
    height: auto !important;
}

.progress-banner .team-img-bx img {
    height: 130px;
    width: 130px;
    border-radius: 100px;
    object-fit: cover;
}

.progress-banner .team-img-bx {
    background-image: unset;
}


.progress-banner .section-body {
    z-index: 9;
    position: relative;
}

.team-ul li {
    padding: 0 8px;
}

.team-ul li span {
    padding-left: 10px;
}

.progess-collapse-bx h4 {
    background-color: gray;
    border-radius: 50px;
    padding: 7px 10px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 0;
    position: relative;
    min-height: 35px;
    cursor: pointer;
}



.progess-collapse-bx h4 i {
    position: absolute;
    right: 10px;
    top: 5px !important;
}

.progess-collapse-bx i {
    top: 0 !important;
}


.progess-collapse-bx i {
    top: 0;
    color: #fff;

}

.progess-collapse-bx .collapse-box {
    border: unset;
}

.progess-collapse-bx {
    background-color: var(--box-background-color);

}

.progress-ul span {
    padding-left: 5px;
}

.progress-ul p {
    width: 130px;
}


.progress-ul li {
    display: flex;
}



.progress-ul li:last-child span {
    color: var(--theme-color);
}

.collapse-box .watch-progress {
    position: unset;
    background: #494949;
}

.course-checkbox {
    position: absolute;
}

.course-check-main .contin-sec {
    margin-bottom: 0;
}

.course-check-main label {
    border-radius: 10px;
}

.course-check-main .check-icon {
    right: -8px;
    top: -8px;
}

.crs-title {
    display: inline;
}

.course-check-main label {
    margin-bottom: 0;
    width: 100%;
}

.course-check-main p {
    left: 0;
    padding-left: 10px;
    top: unset;
    transform: unset;
    font-size: unset;
    text-align: left;
}

.asignsecImg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #000000b5, transparent);
}

.course-check-main .info {
    position: absolute;
    right: 10px;
    bottom: 17px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.course-check-main {
    margin-bottom: 10px;
}

.team-img-bx p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-img-bx {
    margin-bottom: 20px;
}

.progress-title {
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.progress-card-header {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background: #000;
    text-align: center;
}

.prgsPad {
    padding-top: 70px;
}

/* ui datapicker css start */


.ui-datepicker {
    /* background: #ffffff; */
    border-radius: 15px;
    padding-bottom: 10px;
}

.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    /* background: var(--theme-color); */
    margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
    border-color: var(--theme-color);
}

.ui-datepicker-title {
    text-align: center;
    font-size: 16px;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

.hasDatepicker {
    width: 100%;
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color: var(--theme-color);
    margin-bottom: 5px;
    font-size: 14px;
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}

.ui-state-default:hover {
    color: #ffffff;
    background: var(--theme-color);
    border-radius: 50px;
    transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-active {
    color: #ffffff;
    background: var(--theme-color);
    border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}

.ui-datepicker-month {
    color: #fff !important;
}

.ui-datepicker-year {
    color: #fff !important;
}

.ui-datepicker-calendar tbody tr:hover {
    background-color: unset !important;
}


.meeting-modal img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50px;
}

.coach-name span {
    background: #454545;
    padding: 15px 10px 15px 5px;
    border-radius: 50px;
}

.meeting-modal .modal-body {
    border-radius: 15px;
    border: none;
}

.meeting-slots p {
    font-size: 16px;
    padding-top: 10px;
}

.slotsUl li {
    font-size: 10px;
    border: 1px solid var(--theme-color);
    border-radius: 50px;
    padding: 5px 0px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.coach-main-name {
    font-size: 14px;
}


.coach-name {
    font-size: 14px;
}


.coach-name i {
    cursor: pointer;
}

.waitlist-carousel .coachListUl li img {
    width: 17px;
    height: 17px !important;
    object-fit: cover;
    border-radius: 50px;
}

.waitlist-carousel .coachListUl li {
    padding: 2px 0;
}


.coachlistBox {
    background-color: var(--box-background-color);
    padding: 20px;
    border-radius: 10px;
}

.coachListUl p {
    padding-left: 10px;
    font-size: 14px;
}

.nPadding {
    padding-top: 50px;
}

.rewards-section {
    background-image: url("../img/rewards-back1.png");
    height: 100%;
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;

}

/* 
 .rewards-section2{
    background-image: url("../img/rewards-back2.png");
    height: 100%;
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center;
    
 } */


.rew .stepRewBx {
    max-width: 700px;
    margin: 0px auto;
}



.karma img {
    width: 45px;
}

.rewards-section .activities-container {
    background-color: #000 !important;
    box-shadow: 0 12px 23px 0 rgb(160 160 160) !important;
}


.pointsBx {
    background-color: var(--theme-color);
    border-radius: 20px;
    padding: 10px;
}

.rewards-section::before {
    content: "";
    position: absolute;
    background-color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100;
}

.stepRewards {
    color: #fff;
}

.stepRewards img {
    width: 100px;
    margin-bottom: 10px;
}

.pntBx {
    position: relative;
}

.pnts {
    position: absolute;
    top: -10px;
    right: 0;
    color: var(--theme-color);

}

.attendance {
    cursor: pointer;
}

button.close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    color: var(--invert-background-color) !important;
    filter: unset !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    color: var(--invert-background-color) !important;
    filter: unset !important;
}

/* ui datapicker css end */

/* checkbox css start */


.checkbox {

    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}


.checkbox input {
    position: relative;
    opacity: 0;
    cursor: pointer;
    margin-left: 4px;
}

.checkbox .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;

}

.checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox input:checked~.checkmark {
    background-color: var(--theme-color);
}

.checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.checkbox input:checked~.checkmark:after {
    display: block;
}

.checkbox .checkLabel {

    position: relative;
    margin-right: 10px;
    cursor: pointer;
    color: #fff;

}

/* checkbox css end */


.no-data-found img {
    width: 150px;

}

.dropDetails i {
    font-size: 34px;
    color: #fff;
}


.dropDetails {
    margin-left: 20px;
    background: var(--theme-color);
    padding: 5px 15px;
    border-radius: 7px;
    cursor: pointer;
}

.detail-dropBox {
    max-width: unset !important;
}


.detail-dropBox .collapseLi {
    background-color: #434343;
    cursor: pointer;

}

.detail-dropBox .commentUl .fa-paper-plane {
    top: 16px;
}

.detail-dropBox .commentUl img {
    height: 45px;
    margin-right: 0;
}


.detail-dropBox {
    border-radius: 15px !important;
}

.rplyBox {
    padding-left: 70px !important;
}

.detail-dropBox .commentView {
    height: 150px;
    overflow-y: auto;
}

.submit_comment_form i {
    cursor: pointer;
}

.detail-dropBox .ansBx {
    padding: 10px;
    cursor: pointer;
}

.notesSection {
    padding: 10px;
}

.innerNotesBx .noteBox {
    background-color: var(--font-color) !important;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    margin: 20px 0 10px 0;
    height: 150px;
    overflow: hidden;
}

.innerNotesBx .noteBox p {
    height: unset !important;
    -webkit-line-clamp: unset !important;
    overflow: unset !important;
}

.commentView p {
    height: unset !important;
    -webkit-line-clamp: unset !important;
    overflow: unset !important;
}

.innerNotesBx .noteBox p {
    text-align: left !important;
    color: var(--invert-font-color);
}

.innerNotesBx span.dd {
    font-size: 10px;
}

.addNotes {
    display: inline-block;
    background: var(--theme-color);
    padding: 10px;
    border-radius: 50px;
}

.addNotes i {
    font-size: 16px;
}

.url_Ul li {
    background-color: var(--font-color) !important;
}

.url_Ul li a {
    color: var(--invert-font-color);
}

.pdfBx {
    margin: 0 0 10px 0 !important;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}

.pdfBx img {
    height: unset !important;
    width: 70%;
}

.sub-dropdown {
    position: relative;
}

.notesHeight {
    min-height: 200px;
}

.rewards-point-box img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.rewards-point-box ul p {
    font-size: 14px;
}

.pointCount span {
    color: var(--theme-color);
    font-weight: 600;
    margin-left: 2px;
}

.rewardPointDate i {
    color: var(--theme-color);
}

.forPoint {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    overflow: hidden;
}

.modal-open .ai-modal {
    background-color: #000;
}

.ai-modal .boatbxImg {
    text-align: center;
}

.ai-modal .boatbxImg img {
    width: 300px;
}

.ai-modal .modal-dialog {
    max-width: 100%;
}

.ai-modal .modal-body {
    height: 100vh;
}

.ai-modal {
    height: unset !important;
}

.voiceControls button {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    padding: 5px;
    background-color: #1d1d1dd1;
    text-align: center;
    margin: 0 15px;
    cursor: pointer;
    border: none;
}

.voiceControls i {
    font-size: 25px;
    color: #fff;

}

.voiceControls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}


/* sidebar chatbot css */

.chatbot {
    position: fixed;
    /* bottom: 0; */
    width: 100%;
    box-shadow: 0 -6px 99px -17px rgba(0, 0, 0, 0.68);
    z-index: 9999999999;
    /* right: 10px; */
    display: none;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    /* height: 100vh; */
}

.chatbot {
    max-width: 900px;
    height: 95%;
}

.chatbot.chatbot--closed {
    top: auto;
    width: 100%;
}

.chatbot__header {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--theme-color);
    height: 54px;
    padding: 0 20px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.chatbot__header p {
    margin-right: 20px;
}

.chatbot__close-button {
    fill: #fff;
}

.chatbot__close-button.icon-speech {
    width: 20px;
    /* display: none; */
}

.chatbot--closed .chatbot__close-button.icon-speech {
    display: block;
}

.chatbot__close-button.icon-close {
    width: 14px;
}

.chatbot--closed .chatbot__close-button.icon-close {
    display: none;
}

.chatbotIcon {
    position: fixed;
    bottom: 50px;
    z-index: 9999999;
    right: 15px;
    color: #fff;
    cursor: pointer;
}

.chatbotIcon img {
    width: 100px;
}

.chatbot__message-window {
    height: calc(100% - (0px + 60px));
    padding: 40px 20px 20px;
    background-color: #00000000;
    overflow-x: none;
    overflow-y: auto;
}

.chatbot__message-window {
    min-height: 500px;
    overflow-y: auto;
}

.chatbot__message-window::-webkit-scrollbar {
    display: none;
}

.chatbot--closed .chatbot__message-window {
    /* display: none; */
}

.chatbot__messages {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: auto;
}

.chatbot__messages li {
    margin-bottom: 30px;
}

.chatbot__messages li.is-ai {
    display: inline-flex;
    align-items: flex-start;
    position: relative;
}

.chatbot__messages li.is-user {
    text-align: right;
    display: inline-flex;
    align-self: flex-end;
    position: relative;
}

.chatbot__messages li .is-ai__profile-picture {
    margin-right: 8px;
}

.chatbot__messages li .is-ai__profile-picture .icon-avatar {
    width: 40px;
    height: 40px;
    padding-top: 6px;
}

.chatbot__message {
    display: inline-block;
    padding: 7px 20px;
    word-break: break-word;
    margin: 0;
    border-radius: 6px;
    letter-spacing: -0.01em;
    line-height: 1.45;
    overflow: hidden;
}

.is-ai .chatbot__message {
    background-color: #f0f0f0;
    margin-right: 90px;
}

.is-user .chatbot__message {
    background-color: var(--theme-color);
    margin-left: 90px;
    color: #fff;
}

.chatbot__message a {
    color: #7226e0;
    word-break: break-all;
    display: inline-block;
}

.chatbot__message p:first-child {
    margin-top: 0;
}

.chatbot__message p:last-child {
    margin-bottom: 0;
}

.chatbot__message button {
    background-color: #fff;
    font-weight: 300;
    border: 2px solid #7226e0;
    border-radius: 50px;
    padding: 8px 20px;
    margin: -8px 10px 18px 0;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.chatbot__message button:hover {
    background-color: #f2f2f2;
}

.chatbot__message button:focus {
    outline: none;
}

.chatbot__message img {
    max-width: 100%;
}

.chatbot__message .card {
    background-color: #fff;
    text-decoration: none;
    overflow: hidden;
    border-radius: 6px;
    color: black;
    word-break: normal;
}

.chatbot__message .card .card-content {
    padding: 20px;
}

.chatbot__message .card .card-title {
    margin-top: 0;
}

.chatbot__message .card .card-button {
    color: #7226e0;
    text-decoration: underline;
}

.animation:last-child {
    animation: fadein 0.25s;
    animation-timing-function: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.chatbot__arrow {
    width: 0;
    height: 0;
    margin-top: 18px;
    position: absolute;
    right: 10px;
    bottom: -8px;
    transform: rotate(90deg);
}

.chatbot__arrow--right {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid var(--theme-color);
    ;
}

.chatbot__arrow--left {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #f0f0f0;
    left: 10px;
    transform: rotate(270deg);
}

.chatbot__entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #4c4c4c;
    background-color: #ffffff00;
}

.chatbot--closed .chatbot__entry {
    display: none;
}

.chatbot__input {
    height: 100%;
    width: 90%;
    border: 0;
    background: transparent;
    color: #fff;
}

.chatbot__input:focus {
    outline: none;
}

.chatbot__input::-webkit-input-placeholder {
    color: #7f7f7f;
}

.chatbot__input::-moz-placeholder {
    color: #7f7f7f;
}

.chatbot__input::-ms-input-placeholder {
    color: #7f7f7f;
}

.chatbot__input::-moz-placeholder {
    color: #7f7f7f;
}

.chatbot__submit {
    fill: var(--theme-color);
    height: 30px;
    width: 30px;
    transition: fill 0.2s ease;
    cursor: pointer;
}

.u-text-highlight {
    color: #7ee0d2;
}

.loader {
    margin-bottom: -2px;
    text-align: center;
    opacity: 0.3;
}

.loader__dot {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin: 0 1px;
    background: black;
    border-radius: 50px;
    animation: loader 0.45s infinite alternate;
}

.loader__dot:nth-of-type(2) {
    animation-delay: 0.15s;
}

.loader__dot:nth-of-type(3) {
    animation-delay: 0.35s;
}

@keyframes loader {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

@keyframes fadein {
    from {
        opacity: 0;
        margin-top: 10px;
        margin-bottom: 0;
    }

    to {
        opacity: 1;
        margin-top: 0;
        margin-bottom: 10px;
    }
}

* {
    box-sizing: border-box;
}

.chatbotIcon p {
    z-index: 999;
    color: #fff;
    background: var(--theme-color);
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 25px;
    padding-top: 8px;
    border-radius: 50px;
}

/* chatbot popup loader css */


.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 9px;
    margin-left: -22px;
    margin-top: -13px;
    text-align: center;
}

.spinner>div {
    width: 9px;
    height: 9px;
    background-color: #dcdcdc;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1400ms ease-in-out infinite;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

#loading-bubble {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: 73px;
    height: 37px;
    min-width: 73px;
    min-height: 37px;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    background-color: #f0f0f0;
    -webkit-animation: message-bounce 2.5s infinite ease-in-out;
    animation: message-bounce 2.5s ease-in-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


#loading-bubble:before {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: 11px;
    bottom: -10px;
    transform: rotate(270deg);
}

#loading-bubble .spinner {
    position: static !important;
    margin-top: -11px;
    margin-left: 0px;
}

#loading-bubble .spinner div {
    background-color: #b7aeae;
}

@keyframes message-bounce {
    0% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    100% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
}

#chatbotSubmitBtn {
    background: none;
    border: none;
    display: none;
}




.chatbot__input:-webkit-autofill,
.chatbot__input:-webkit-autofill:hover,
.chatbot__input:-webkit-autofill:focus,
.chatbot__input:-webkit-autofill:active {
    background: transparent !important;
}

.disableChatBtn {
    fill: #696969 !important;
    cursor: not-allowed !important;
}

.voicePrompts {
    margin-top: 100px;
}

#holdSpeak {
    display: none;
}

.generated_chats .is-user {
    text-align: right;
    position: relative;
}

.generated_chats .is-ai {
    position: relative;
}

.generated_chats li {
    margin-bottom: 30px;
}

.generated_chats .is-user .chatbot__arrow {
    bottom: -3px;
}

.generated_chats .is-ai .chatbot__arrow {
    bottom: -3px;
}

#listening {
    display: none;
}

#processing {
    display: none;
}

.voiceControls .disableChatBtn {
    background-color: #b6232396;
}

.voiceControls .enableChatBtn {
    background-color: #22be1a96;
}

.voiceControls .disableChatBtn i {
    color: #ffffff82;
}

#voiceOnChat {
    width: 50px;
    cursor: pointer;
}

.ticketDrop {
    background-color: var(--box-background-color);
    color: rgb(255, 255, 255);
    padding: 20px;
}

.ticketDrop div:nth-child(1) img {
    height: 50px;
    margin-right: 15px;
}

.ticketDrop div:nth-child(1) {
    min-width: 300px;
}

.ticketDrop span {
    font-size: 14px;
}

.dropDetails i {
    font-size: 34px;
    color: rgb(255, 255, 255);
}

.detaildrop-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.detaildrop-box div:nth-child(1) {
    min-width: 300px;
}

.detaildrop-box img {
    width: 30px;
    margin-right: 15px;
    margin-top: 10px;
}

.detaildrop-box .collapseBx div:last-child p {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
}

.help-topics div {
    min-width: auto !important;
}

.ticketDrop div:nth-child(1) img {
    height: 50px;
    margin-right: 15px;
}

.chatbot--closed button {
    background: none;
    border: none;
}

.chatImage {
    color: var(--theme-color);
    font-size: 24px !important;
    cursor: pointer;
}

#supportModel .modal-dialog {
    max-width: 100%;
}

.modal-open #supportModel {
    background-color: #000;
}

.chatClose {
    z-index: 9999999999;
    opacity: 0.5;
    color: #fff;
    font-size: 3rem;
}

.chatClose:hover {
    color: #fff;
    opacity: 1 !important;
}


.supportPage .help-topics {
    margin-bottom: 15px;
}

.detail-dropBox .detaildrop-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ticketDrop i {
    top: 0;
}

.ticketDrop {
    border-bottom: none;
}

.videobx {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: var(--box-background-color);
}

.rolePlayModal .boatbxImg img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 50px;
    border: 4px solid var(--theme-color);
}

.callDropBtn {
    background-color: red !important;
}

.callDropBtn i {
    rotate: 225deg;
}

.roleChatInp .voiceOnChat {
    font-size: 30px;
    color: var(--theme-color);
    cursor: pointer;
}

.roleplay-feedback span {
    font-size: 14px;
}

.roleplay-feedback {
    max-width: 900px;
    margin: 0px auto;
}

.feedback-btn button {
    width: 165px;
    margin: 0 5px 10px 0;
}

.role-categories .forum-Slider-Para {
    height: 55px;
}

.role-categories button {
    margin-top: 20px !important;
}

.role-categories {
    padding: 25px !important;
}

.facogs {
    cursor: pointer;
}

.doc-opt div {
    padding-right: 30px;
}

.doc-comments span {
    font-size: 12px;
}

.doc-box img {
    width: 12%;
}

.rolePlayModal .bg-transparent {
    background-color: #000 !important;
}

.rolePlayModal .duration {
    display: none;
}

.repository-section .tab-list {
    display: none;
}

.repository-section .tab-list.active {
    display: block !important;
}

#searchbox {
    background-color: white;
    color: black;
    position: absolute;
    width: 100%;
}

#searchbox ul li {
    cursor: pointer;
}

.forum-submit {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 18px;
}

.forumUl {
    position: relative;
}

.repoCategory {
    max-width: unset;
    margin: unset;
    width: 90%;
}

.filter {
    cursor: pointer;
    width: 30px;
}

.grid-img img {
    width: 110px;
    height: 165px;
    border-radius: 10px;
}

.training_Grid .grida_data {
    font-size: 12px;
}

.training_Grid .desc {
    font-size: 14px;
}

.gridBx {
    background-color: var(--box-background-color);
    padding: 10px;
    border-radius: 15px;
    padding-bottom: 0;
    float: left;
    width: 100%;
}

.bottom-grid {
    font-size: 10px;
    border-top: 1px solid #fff;
    margin-top: 15px;
    width: 100%;
}

.grida_data .fa-star {
    color: orange;
}

.grida_data .fa-map-marker {
    color: var(--theme-color);
}

.bottom-grid .fa {
    color: var(--theme-color);
}

.training_Grid button {
    height: 23px;

}

.detailBtn {
    cursor: pointer;
    color: var(--theme-color)
}

.sessionUserImg img {
    width: 110px;
    height: 150px;
}

.sessionAction img {
    width: 70px;
}

.sessionSlider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -15px !important;
}

.sessionSlider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    color: var(--theme-color) !important;
}

.sessionSlider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -15px !important;

}

.sessionSlider .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    font-size: 20px !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    font-size: 20px !important;
}

.sessionSlider ul i {
    color: var(--theme-color);
}