.pop-message {
    background-color: #e7eeef;
}

.pop-message .fa-times {
    font-size: 20px;
    color: var(--main-color) !important;
    cursor: pointer;
}

.overview-section {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.text-color {
    color: #282828;
}

.fs-20 {
    font-size: 20px !important;
}

.text-muted-carousel {
    color: #9B9B9B !important;
}

.event-type-color {
    color: #727272 !important;
}

.overview-section .violet-color {
    color: #A100FF !important;
}

.noticeboard {
    background: rgb(85, 1, 220);
    background: linear-gradient(150deg, rgba(85, 1, 220, 1) 0%, rgba(38, 16, 88, 1) 99%);
    padding: 20px;
}

.noticeboard-carousel img {
    width: 50px !important;

}

.noticeboard-carousel .owl-nav button.owl-next,
.noticeboard-carousel .owl-nav button.owl-prev {
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    font-size: 26px !important;
    width: 30px !important;
    height: 30px !important;
    color: #fff !important;
}

.noticeboard-carousel .owl-nav button,
.noticeboard-carousel .owl-nav button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.noticeboard-carousel .owl-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.noticeboard-carousel .owl-nav button i,
.noticeboard-carousel .owl-nav button i {
    color: #fff !important;
}

.users img:nth-child(1) {
    z-index: 2;
}

.users img:nth-child(2) {
    margin-left: -15px;
    z-index: 1;
}

.users img:nth-child(3) {
    margin-left: -15px;
    z-index: 0;
}

.user-image {
    width: 30px !important;
    height: 30px !important;
    position: relative;
}

.peers-section {
    background-color: #e7eeef;

}

.peers-carousel .item {
    width: 228px;
}

.peers-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
    top: 50%;
    /* Start at 50% from the top */
    transform: translateY(-50%);
}

.peers-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
    top: 50%;
    /* Start at 50% from the top */
    transform: translateY(-50%);
}

.peers-section .owl-theme .owl-nav {
    margin-top: 0px !important;
}

.peers-carousel .owl-nav button.owl-next,
.peers-carousel .owl-nav button.owl-prev {
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    font-size: 26px !important;
    width: 30px !important;
    height: 30px !important;
    color: #fff !important;
}

.peers-carousel .owl-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.peers-carousel .owl-nav button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #fff !important;
}

.journey-section {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.badge-ul {
    padding-top: 100px !important;
}

.badge-ul::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #c3c3c3;
    top: 70px;
    border-radius: 30px;

}

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

.badge-ul li.active::before {
    border: 1px solid #111 !important;
}

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

.numbers {
    top: -37px;
    left: 73px;
    color: #d1d1d1;
}

.numbers.active,
.numbers-two.active,
.numbers-three.active {
    color: #111;
}

.numbers-two {
    top: -37px;
    left: 78px;
    color: #d1d1d1;
}

.numbers-three {
    top: -37px;
    left: 75px;
    color: #d1d1d1;
}

.location-icon {
    top: -30px !important;
    left: 44%
}

.learn-jour-section .journey-section a {
    color: #A100FF !important;
}

.counts-number {
    background-color: #60158f;
    /* top: 31px; */
    border-radius: 25px;
    color: #fff;
    width: 25px;
    height: 25px;
    padding: 3px 9px;
    /* left: 16px; */
    top: 96%;
    left: 52%;
    font-size: 11px !important;
    transform: translate(-50%, -50%);
}

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

.profile-number {
    background-color: #60158f;
    /* bottom: -12px; */
    /* border-radius: 25px; */
    /* color: #fff; */
    /* width: 40px; */
    /* height: 35px; */
    /* padding: 6px 11px; */
    left: 18px;
    font-size: 14px;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: #000; */
    color: #fff;
    padding: 3px 10px;
    border-radius: 50%;
}

/* Add box shadow to Chart.js tooltips */
.chartjs-tooltip {
    position: absolute;
    z-index: 1;
    display: none;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 8px;
    font-size: 14px;
}

.cur-staus .violet-color {
    color: #A100FF !important;
}

.white-box {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    padding: 10px;
}

.leader-board-bg {
    background-image: radial-gradient(at top right, transparent 53%, #3807a5 67.5%),linear-gradient(135deg, #7800f4 0%, #8000ef 100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60px;
}

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


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

.bg-shadow .progress {
    height: 8px !important;
    width: 140px;
    background-color: #9B319225;
}

.bg-theme {
    background-color: #9B3192;
}

.my-learn-title {
    width: 200px;
} 

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

}

body .dashboardModal_content .modal-tabs a.nav-link.active {
    border-bottom: 3px solid var(--main-color) !important;
    color: #000000 !important;
    font-family: GraphikSemibold !important;
}

.modal-tabs a.nav-link.active::after {
    display: none !important;
}


.modal-tabs>li>a:hover {
    border: none !important;
}

.modal-tabs>li>a {
    color: #000000 !important;
    font-family: GraphikRegular !important;
    font-weight: unset !important;


}

.badges-carousel .owl-dots .owl-dot.active span {
    width: 30px;
    background-color: var(--main-color) !important;
}


.badges-carousel .owl-item img {
    width: 65px !important;
    /* height: 100px; */
}

.flex-lg-nowrap {
    flex-wrap: nowrap;
}

.dashboardModal_content .border-none {
    border-bottom: none !important;
}

/* 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: #EEEEEE;
}


.leader-number {
    background-color: #60158f;
    top: 80px;
    border-radius: 25px;
    color: #fff;
    width: 25px;
    height: 25px;
    padding: 3px 9px;
    left: 42px;
}


.platinum {
    width: 10px;
    height: 10px;
    background: rgb(224, 224, 224);
    background: radial-gradient(circle, rgba(224, 224, 224, 1) 0%, rgba(123, 123, 123, 1) 100%);
    border-radius: 50%;
    display: inline-block;
}

.sapphire {
    width: 10px;
    height: 10px;
    background: rgb(154, 182, 239);
    background: radial-gradient(circle, rgba(154, 182, 239, 1) 0%, rgba(35, 35, 165, 1) 100%);
    border-radius: 50%;
    display: inline-block;
}

.diamond {
    width: 10px;
    height: 10px;
    background: rgb(200, 198, 172);
    background: radial-gradient(circle, rgba(200, 198, 172, 1) 0%, rgba(166, 164, 140, 1) 100%);
    border-radius: 50%;
    display: inline-block;
}

.gold {
    width: 10px;
    height: 10px;
    background: rgb(254, 240, 119);
    background: radial-gradient(circle, rgba(254, 240, 119, 1) 0%, rgba(240, 217, 11, 1) 100%);
    border-radius: 50%;
    display: inline-block;
}

.ruby {
    width: 10px;
    height: 10px;
    background: rgb(252, 141, 141);
    background: radial-gradient(circle, rgba(252, 141, 141, 1) 0%, rgba(203, 5, 5, 1) 100%);
    border-radius: 50%;
    display: inline-block;
}

.leaderboard-section {
    border-top: 5px solid var(--main-color);
}

.leaderboard-section i {
    display: block !important;
    font-size: 24px;
}



/* calendar section start */

.calendar-bg {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px, rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
    padding: 20px;
    background-color: #fff;
}

.cardNext1 {
    border: 1px solid #dcdcdc;
}

.evo-calendar {
    position: relative;
    background-color: #fbfbfb;
    /* color: #5a5a5a; */
    width: 100% !important;
    margin: initial !important;
    overflow: hidden;
    z-index: 1;
}

.sidebar-hide .calendar-inner {
    max-width: 100% !important;
}

.calendar-inner {
    padding: 0px !important;
}

.day-badges {
    box-shadow: rgba(0, 0, 0, 0.1) 7px 9px 20px -6px, rgba(0, 0, 0, 0.05) 0px 4px 8px -4px;
    /* box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em; */
    border: 1px solid #f3f3f3;
}

.day-events {
    box-shadow: rgba(0, 0, 0, 0.1) 7px 9px 20px -6px, rgba(0, 0, 0, 0.05) 0px 4px 8px -4px;
    /* box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em; */
    border: 1px solid #f3f3f3;
    border-left: 5px solid #A100FF !important;
}

tr.calendar-header .calendar-header-day {
    font-size: 10px !important;
    color: #000;
    font-family: GraphikLight !important;
}

tr.calendar-body .calendar-day {
    padding: 0px !important;
}

tr.calendar-body .calendar-day .day {
    font-size: 10px !important;
    color: #000;
    font-family: GraphikLight !important;
    width: 30px !important;
    height: 30px !important;
    margin: 5px auto !important;
}

.calender-event-light {
    color: #908c8c !important;
}

#sidebarToggler {
    display: none !important;
}

.calendar-inner {
    box-shadow: none !important;
    background-color: transparent;
}

#evoCalendar {
    box-shadow: none !important;
}

tr.calendar-body .calendar-day .day.calendar-active .event-indicator {
    margin-top: 8px !important;
}

.white-space {
    white-space: nowrap;
}

.listOfEvents::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.listOfEvents::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.listOfEvents::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.listOfEvents::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

.month-list {
    float: none !important;
}

.month-text {
    padding: 0px 20px;
    font-size: 11px;
    font-family: GraphikMedium !important;
    color: #000;
}

.calendar-year .fs-11 {
    font-size: 11px;
}

button.icon-button {
    width: 10px !important;
}

.calendar-sidebar1 {
    display: flex;
    justify-content: space-between;
}

.leaders .item {
    margin-left: 10px;
    margin-right: 10px;
    /* Adjust the margin as per your preference */
}

.leaders.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    height: 200px;
}


/* modal design  */

.modal-tabs {
    height: 60px;
}

/* canvas {
    width:600px; 
    height:150px;
} */

.border-customs {
    border: 1px solid var(--main-color);
    border-radius: 50%;
}

.vertical-line {
    top: 0;
    bottom: 0;
    left: 4%;
    width: 1px;
    background-color: #E7EEEF;
    transform: translateX(-50%)
}

.h-50 {
    height: 50px !important;
}

.overview-section .noticeboard-carousel .owl-nav button.owl-next,
.overview-section .noticeboard-carousel .owl-nav button.owl-prev {
    border: 1px solid #999 !important;
}

.overview-section .noticeboard-carousel .owl-nav button i,
.overview-section .noticeboard-carousel .owl-nav button i {
    color: var(--main-color) !important;
}

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

.journey-popup .view-course-button {
    background-color: var(--button-color) !important;
    color: #fff !important;
    padding: 10px 20px;
}

.view-course-button:hover {
    background-color: #460B73 !important;
    color: #fff;
    padding: 10px 20px;
}

.entrolled-counts {
    color: #292929 !important;
}

.item {
    background-color: transparent !important;
}

.listOfEvents {
    max-height: 300px;
    height: 280px;
    overflow-y: auto;
}

.mobilepartialactive:last-child .timeline-content p {
    font-weight: 600 !important;
}

/* responsive design */

@media only screen and (max-width:500px) {
    .peers-carousel .item {
        width: 100%;
    }

    .my-learn-title {
        width: 100%;
    }

    .flex-lg-nowrap {
        flex-wrap: wrap;
    }

    .bg-focus {
        width: 100%;
    }

    .modal-tabs {
        background-color: transparent !important;
    }

    .journey-over-flow {
        overflow: auto;
    }

    .badge-ul::before {
        width: 500px;
    }

    .leaderboard_table {
        width: 100%;
    }

    .modal-tabs .nav-link.active:not(:disabled):not(.disabled).active {
        background-color: transparent !important;
        color: var(--main-color) !important;
    }

    .modal-tabs {
        height: auto !important;
    }

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

    .peers-carousel .owl-nav button.owl-next {
        position: absolute;
        right: 0px;
        top: 40px;
    }

    .peers-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: 0px;
        top: 40px;
    }

    .peers-section .item {
        padding: 13px 40px;
        margin: 0px 24px;
    }

    .listOfEvents {
        max-height: auto;
        height: auto;
        overflow-y: auto;
    }

}

@media only screen and (min-width: 991px) {
    .modal-lg {
        max-width: 1000px !important;
    }

    .modal-xl {
        max-width: 1100px !important;
    }


}

@media only screen and (max-width: 900px) {
    .modal {
        height: 100% !important;
    }

    #myTab .w-20 {
        width: auto !important;
    }

    #myTabContent .commonPane .flex-lg-nowrap {
        flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 1024px) {
    button.icon-button>span.chevron-arrow-right {
        border-right-width: 2px !important;
        border-bottom-width: 2px !important;
        width: 10px !important;
        height: 10px !important;
    }
}

.badge_card{
    display: flex !important;
    gap: 15px;
}

@media screen and (min-width: 767px) and (max-width: 990px) {
    .badge_card{
        display: inline-block !important;
    }

    .badge_card .two-line-ellipse{
        height: 45px !important;
    }
}


@media screen and (max-width: 767.98px){

    .dashboardModal_content .nav-tabs, .nav-pills {
        margin: unset;
        border: unset;
        padding: unset;
        background-color: unset;
    }

    .nav-tabs .nav-link.active:not(:disabled):not(.disabled).active{
        background-color: #fff;
        border: #fff;
    }
}

.owl-carousel.leaders .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.owl-carousel.leaders .counts-number{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #60158f;
    border-radius: 25px;
    color: #fff;
    width: 25px;
    height: 25px;
    padding: 3px 9px;
    top: 96%;
    left: 50%;
    font-size: 11px !important;
    transform: translate(-50%, -50%);
}