.py-20 {
    padding-top: 20%;
}

.text-green {
    color: #00ac84;
}

.text-red {
    color: #ed2b32;
}



.white-box {
    background-color: #fff;
    padding: 10px;
}

.white-card {
    background-color: #fff;
    border: 1px solid #ccc;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.postion-absolute {
    position: absolute;
}

.postion-relative {
    position: relative;
}

.righ-img-pos {
    bottom: 10px;
    right: 10px;
}

.circular-progress {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: conic-gradient(#222 3.6deg, #222 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circular-progress::before {
    content: "";
    position: absolute;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: #fff;
}

.progress-value {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.text {
    font-size: 30px;
    font-weight: 500;
    color: #606060;
}

.counts-number {
    background-color: #60158f;
    top: 47px;
    border-radius: 25px;
    color: #fff;
    width: 25px;
    height: 25px;
    padding: 5px 8px;
    left: 35px;
    text-align: center;
}

.leaders,
.proflie-ima {
    position: relative;
}

.profile-number {
    background-color: #60158f;
    bottom: -12px;
    border-radius: 25px;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 10px 0px;
    left: 50%;
    text-align: center;

}

a:hover {
    text-decoration: none;
}

.w-20 {
    width: 20%;
}

.cur-staus .theme-color {
    color: var(--main-color) !important;
}


.theme-color {
    color: var(--main-color) !important;
}

body a.theme-color {
    color: var(--main-color) !important;
}

.owl-item.active .carousel-item {
    display: block !important;
}

/* Optional custom styles */
#carouselContainer {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

/* .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.owl-prev span,
.owl-next span {
    background-color: var(--main-color);
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
} */

.timeline-steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

.timeline-step.active .activeFonts {
    color: #000;
    /* font-weight: 600; */
    font-family: GraphikMedium !important;

}

.border-right {
    border-right: 2px solid #dee2e6 !important;
}

@media (min-width:768px) {
    .timeline-step{
        --after-width: 21.3rem !important;
    }

    .timeline-step:after {
        content: "";
        display: block;
        border-top: 0.3rem solid #ecccff;
        width: var(--after-width);
        position: absolute;
        left: 7.4em;
        top: 0.9125rem;
        border-radius: 5px;
    }

    .timeline-steps:has(>*:nth-child(4)) .timeline-step{
        --after-width: 17.3rem !important;
    }

    .timeline-step:before {
        content: "";
        display: block;
        border-top: 0.3rem solid #ecccff;
        width: 5.2rem;
        position: absolute;
        right: 5.9rem;
        top: 0.9125rem;
        border-radius: 5px;
    }

    .timeline-step:last-child:after {
        content: "";
        display: block;
        border-top: 0.3rem solid #ecccff;
        width: auto;
        position: absolute;
        left: 7.6em;
        top: 0.9125rem;
        border-radius: 5px;
    }

    .timeline-step.active:before {
        border-top: 0.3rem solid #a100ff;
    }

    .timeline-step.partialactive::after {
        border-top: 0.3rem solid #a100ff;
    }

}

@media (max-width:768px) {
    .timeline-step:before {
        content: "";
        display: block;
        border-left: 0.3rem solid #999;
        height: 5.2rem;
        position: absolute;
        right: 0.9125rem;
        top: 5.9rem;
        border-radius: 5px;
    }

    .timeline-step:before {
        content: "";
        display: block;
        border-left: 0.3rem solid #999;
        /* Use border-left for vertical line */
        height: 5.3rem;
        /* Set the height for the vertical line */
        position: absolute;
        left: 6.86em;
        /* Adjust position to control the distance from the main content */
        top: 0.9125rem;
        /* Adjust position to control the distance from the main content */
        border-radius: 5px;
    }

    .timeline-steps {
        justify-content: start !important;
    }

    .timeline-steps .timeline-content {
        width: auto !important;
        text-align: center;
    }

    .timeline-step:before {
        content: "";
        display: block;
        border-left: 0.3rem solid #ecccff;
        height: 5.6rem;
        position: absolute;
        left: 1.06em;
        top: 0.9125rem;
        border-radius: 5px;
    }

    .timeline-step:last-child:before {
        display: none;
    }

    .timeline-content .inner-circle {
        border: 1px solid #999 !important;
        color: #777 !important;
    }

    .centervertical {
        display: block;
        align-items: center;
    }

    .mobileactive .inner-circle {
        background-color: #a123ff !important;
        border: 1px solid #a123ff !important;
        color: #fff !important;
    }

    .mobilepartialactive:before {
        border-left: 0.3rem solid #a123ff !important;
    }

    .removemobileactive .inner-circle {
        background-color: #fff !important;
        border: 1px solid #444 !important;
        color: #222 !important;
    }

    .h-100 {
        height: auto !important;
    }

}

.timeline-steps .timeline-content {
    width: 11rem;
    text-align: center
}

/* .timeline-steps .timeline-content.activePart .inner-circle {
 background-color: #119c61; 
} */

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 2rem;
    width: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #707070;
    color: #707070;
    padding: 5px 14px;
}

.activePart i {
    color: #fff !important;
}

.location-icon {
    top: -80px;
}

.goal-text {
    right: 65px;
    top: -46px;
}

.w-20 {
    width: 20%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 13%;
}


.recommended_courses {
    background-color: #fff;
    padding: 10px 0px 0px 10px;
}

.bg-shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
}

/* progress bar */

.progress-bar-two {
    position: relative;
    width: 35%;
    background-color: #f1f1f1;
    border-radius: 30px;
    position: relative;

}

.bar {
    background-color: #3e2f67;
    width: 60%;
    height: 6px;
    transition: width 150ms;
    border-radius: 10px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: -8px;
    right: -50px;
    transform: translateX(-50%);
    color: var(--main-color);
    font-weight: bold;
}

.dashboardModal_content {
    border-top: 5px solid var(--main-color);
    padding: 0px 50px;

}


/* modal checkbox design */

ul.ks-cboxtags {
    list-style: none;
}

ul.ks-cboxtags li {
    display: inline;
    padding: 0px 10px 10px 0px;
}

ul.ks-cboxtags li label {
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    white-space: nowrap;
    /* margin: 3px 0px; */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label {
    /* border: 2px solid #1bdbf8; */
    background-color: #61119c;
    color: #fff;
    transition: all 0.2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

/* ul.ks-cboxtags li input[type="checkbox"]:focus+label {
    border: 2px solid transparent;
} */

.LearningJourney {
    position: relative;
    width: 18px;
    height: 18px;
    background-color: #c3c3c3;
    border-radius: 50%;
}

.LearningJourney::before {
    content: '1';
    position: absolute;
    top: -2px;
    right: 6px;
    color: #FFF;
}

.LearningJourney::after {
    content: '';
    position: absolute;
    top: 8px;
    /* right: 0; */
    color: #FFF;
    border-top: 0.1rem dashed #999;
    width: 606px;
    left: 18px;
}

.LearningJourney_two {
    position: relative;
    width: 18px;
    height: 18px;
    background-color: #c3c3c3;
    border-radius: 50%;
}

.LearningJourney_two::before {
    content: '2';
    position: absolute;
    top: -2px;
    right: 4px;
    color: #FFF;
}


.LearningJourney-active {

    background-color: var(--main-color);

}


/* XP summery */

.xp-s {
    background-color: #edf1f6;
    padding: 20px;

}

.xp-table {
    border-collapse: collapse;
    width: 100%;
}

.xp-table th {
    background-color: #f1f1f1;
    padding: 20px 20px;
    font-weight: 700;
    font-size: 16px;
}

.xp-table td,
th {
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 20px 20px;
}

.badge-card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.badge-card-two {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.more-card {
    background-color: #e6e6e6;
    border-radius: 50%;
    padding: 15px;
}

.technology-card {
    border-bottom: 1px solid #ececec;
}

.tip {
    color: #b5b0b0;
}

.locker-image {
    width: 25px;
    right: 12px;
}



/* leaderboard design */

.leaderboard_table {
    border-collapse: collapse;
    width: 75%;
    margin: 0 auto;
}

.leaderboard_table td,
th {
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 15px 10px;
}

.leaderboard_table th {
    font-weight: bold;
    font-size: 24px;
    color: var(--main-color);
    border-top: 1px solid #dddddd;
}

.leaderboard_table td {
    background-color: #f2f2f2;
}

.user-row td {
    background-color: #ffeeba !important;

}

.badge-image {
    width: 50px;
}

.badge-bg {
    background-color: #eee9f2;
}


.badge-ul::before {
    content: '';
    position: absolute;
    width: 82%;
    height: 20px;
    background-color: #c3c3c3;
    bottom: 15px;
    border-radius: 30px;

}

.badge-ul li::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #111;
    background-color: #fff;
    bottom: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Responsive designs */

@media only screen and (max-width:500px) {
    .dashboardModal_content {
        padding: 0px;
    }

    .leaderboard_table {
        width: 100%;
        margin: 0 auto;
    }
}

.mb_skill_font{
    font-weight: normal;
}


@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-steps .timeline-content{
        width: 7.5rem !important;
    }

    .timeline-step:before{
        width: 2.5rem !important;
        right: 4rem !important;
        border-left: 0px !important;
        height: 0rem !important;
    }

    .timeline-step:after{
        left: 4.7rem !important;
    }

    .location-icon{
        left: 41% !important;
    }

    .timeline-steps:has(>*:nth-child(4)) .timeline-step{
        --after-width: 7.8rem !important;
    }

}

@media only screen and (max-width:767px){
    .timeline-steps .timeline-step:last-child {
        min-width: 230px !important;
        align-items: baseline !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1099px){
    .timeline-steps:has(>*:nth-child(4)) .timeline-step{
        --after-width: 13rem !important;
    }
}